{"version":3,"file":"scripts/components.ui.topprogressbar.styled.8dd50ff2.js","mappings":"ymBACA,IAAIA,EAAmBC,MAAQA,KAAKD,iBAAoB,SAAUE,GAC9D,OAAQA,GAAOA,EAAIC,WAAcD,EAAM,CAAE,QAAWA,EACxD,EACAE,OAAOC,eAAeC,EAAS,aAAc,CAAEC,OAAO,IACtDD,EAAQE,OAASF,EAAQG,eAAY,EACrC,MAAMC,EAAsBV,EAAgB,EAAQ,QACpDM,EAAQG,UAAYC,EAAoBC,QAAQC,GAAI;YACxC,EAAGC,WAAYA,EAAMC,QAAQC;;;;;;aAM5B,EAAGF,WAAYA,EAAMG,UAAUC,OAAOC;EAEnDZ,EAAQE,OAASE,EAAoBC,QAAQC,GAAI;WACtC,EAAGO,WAAYA;;gBAEV,EAAGN,WAAYA,EAAMO,QAAQC;aAChC,EAAGC,aAAeA,EAAU,EAAI;;;EAI7ChB,EAAA,QAAkB,CAAEE,OAAQF,EAAQE,OAAQC,UAAWH,EAAQG,U","sources":["webpack://foundation-spa-frontend/./src/Components/UI/TopProgressBar/styled.tsx"],"sourcesContent":["\"use strict\";\r\nvar __importDefault = (this && this.__importDefault) || function (mod) {\r\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\r\n};\r\nObject.defineProperty(exports, \"__esModule\", { value: true });\r\nexports.Filler = exports.Container = void 0;\r\nconst styled_components_1 = __importDefault(require(\"styled-components\"));\r\nexports.Container = styled_components_1.default.div `\r\n height: ${({ theme }) => theme.spacing.s1}px;\r\n width: 100%;\r\n overflow: hidden;\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n z-index: ${({ theme }) => theme.constants.zindex.nprogressBar};\r\n`;\r\nexports.Filler = styled_components_1.default.div `\r\n width: ${({ width }) => width}%;\r\n height: 100%;\r\n background: ${({ theme }) => theme.palette.BLUE_100};\r\n opacity: ${({ isShown }) => (isShown ? 1 : 0)};\r\n pointer-events: none;\r\n transition: width 0.5s ease-in-out;\r\n`;\r\nexports.default = { Filler: exports.Filler, Container: exports.Container };\r\n"],"names":["__importDefault","this","mod","__esModule","Object","defineProperty","exports","value","Filler","Container","styled_components_1","default","div","theme","spacing","s1","constants","zindex","nprogressBar","width","palette","BLUE_100","isShown"],"sourceRoot":""}