You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 line
13 KiB

  1. {"ast":null,"code":"import _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport { container, hexToRGBAlpha, defaultFont, primaryColor, infoColor, successColor, warningColor, dangerColor, roseColor, transition, boxShadow, drawerWidth } from \"assets/jss/nextjs-material-kit.js\";\nvar headerStyle = {\n appBar: {\n display: \"flex\",\n border: \"0\",\n borderRadius: \"3px\",\n padding: \"0.625rem 0\",\n marginBottom: \"20px\",\n color: \"#555\",\n width: \"100%\",\n backgroundColor: \"#000\",\n boxShadow: \"0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)\",\n transition: \"all 150ms ease 0s\",\n alignItems: \"center\",\n flexFlow: \"row nowrap\",\n justifyContent: \"flex-start\",\n position: \"relative\",\n zIndex: \"unset\"\n },\n absolute: {\n position: \"absolute\",\n zIndex: \"1100\"\n },\n fixed: {\n position: \"fixed\",\n zIndex: \"1100\"\n },\n container: _objectSpread({}, container, {\n minHeight: \"50px\",\n flex: \"1\",\n alignItems: \"center\",\n justifyContent: \"space-between\",\n display: \"flex\",\n flexWrap: \"nowrap\"\n }),\n flex: {\n flex: 1\n },\n title: _objectSpread({}, defaultFont, {\n lineHeight: \"30px\",\n fontSize: \"18px\",\n borderRadius: \"3px\",\n textTransform: \"none\",\n color: \"inherit\",\n padding: \"8px 16px\",\n letterSpacing: \"unset\",\n \"&:hover,&:focus\": {\n color: \"inherit\",\n background: \"transparent\"\n }\n }),\n appResponsive: {\n margin: \"20px 10px\"\n },\n primary: {\n backgroundColor: primaryColor,\n color: \"#000\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px \".concat(hexToRGBAlpha(primaryColor, 0.46))\n },\n info: {\n backgroundColor: infoColor,\n color: \"#000\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px \".concat(hexToRGBAlpha(infoColor, 0.46))\n },\n success: {\n backgroundColor: successColor,\n color: \"#000\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px \".concat(hexToRGBAlpha(successColor, 0.46))\n },\n warning: {\n backgroundColor: warningColor,\n color: \"#000\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px \".concat(hexToRGBAlpha(warningColor, 0.46))\n },\n danger: {\n backgroundColor: dangerColor,\n color: \"#000\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px \".concat(hexToRGBAlpha(dangerColor, 0.46))\n },\n rose: {\n backgroundColor: roseColor,\n color: \"#000\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px \".concat(hexToRGBAlpha(roseColor, 0.46))\n },\n transparent: {\n backgroundColor: \"transparent !important\",\n boxShadow: \"none\",\n paddingTop: \"25px\",\n color: \"#000\"\n },\n dark: {\n color: \"#000\",\n backgroundColor: \"#212121 !important\",\n boxShadow: \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46)\"\n },\n white: {\n border: \"0\",\n padding: \"0.625rem 0\",\n marginBottom: \"20px\",\n color: \"#555\",\n backgroundColor: \"#fff !important\",\n boxShadow: \"0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)\"\n },\n drawerPaper: _objectSpread({\n border: \"none\",\n bottom: \"0\",\n transitionProperty: \"top, bottom, width\",\n transitionDuration: \".2s, .2s, .35s\",\n transitionTimingFunction: \"linear, linear, ease\",\n width: drawerWidth\n }, boxShadow, {\n position: \"fixed\",\n display: \"block\",\n top: \"0\",\n height: \"100vh\",\n right: \"0\",\n left: \"auto\",\n visibility: \"visible\",\n overflowY: \"visible\",\n borderTop: \"none\",\n textAlign: \"left\",\n paddingRight: \"0px\",\n paddingLeft: \"0\"\n }, transition)\n};\nexport default headerStyle;","map":{"version":3,"sources":["C:/tbg-ecomm-nextjs/assets/jss/nextjs-material-kit/components/headerStyle.js"],"names":["container","hexToRGBAlpha","defaultFont","primaryColor","infoColor","successColor","warningColor","dangerColor","roseColor","transition","boxShadow","drawerWidth","headerStyle","appBar","display","border","borderRadius","padding","marginBottom","color","width","backgroundColor","alignItems","flexFlow","justifyContent","position","zIndex","absolute","fixed","minHeight","flex","flexWrap","title","lineHeight","fontSize","textTransform","letterSpacing","background","appResponsive","margin","primary","info","success","warning","danger","rose","transparent","paddingTop","dark","white","drawerPaper","bottom","transitionProperty","transitionDuration","transitionTimingFunction","top","height","right","left","visibility","overflowY","borderTop","textAlign","paddingRight","paddingLeft"],"mappings":";;;;;;AAAA,SACEA,SADF,EAEEC,aAFF,EAGEC,WAHF,EAIEC,YAJF,EAKEC,SALF,EAMEC,YANF,EAOEC,YAPF,EAQEC,WARF,EASEC,SATF,EAUEC,UAVF,EAWEC,SAXF,EAYEC,WAZF,QAaO,mCAbP;AAeA,IAAMC,WAAW,GAAG;AAClBC,EAAAA,MAAM,EAAE;AACNC,IAAAA,OAAO,EAAE,MADH;AAENC,IAAAA,MAAM,EAAE,GAFF;AAGNC,IAAAA,YAAY,EAAE,KAHR;AAINC,IAAAA,OAAO,EAAE,YAJH;AAKNC,IAAAA,YAAY,EAAE,MALR;AAMNC,IAAAA,KAAK,EAAE,MAND;AAONC,IAAAA,KAAK,EAAE,MAPD;AAQNC,IAAAA,eAAe,EAAE,MARX;AASNX,IAAAA,SAAS,EACP,yEAVI;AAWND,IAAAA,UAAU,EAAE,mBAXN;AAYNa,IAAAA,UAAU,EAAE,QAZN;AAaNC,IAAAA,QAAQ,EAAE,YAbJ;AAcNC,IAAAA,cAAc,EAAE,YAdV;AAeNC,IAAAA,QAAQ,EAAE,UAfJ;AAgBNC,IAAAA,MAAM,EAAE;AAhBF,GADU;AAmBlBC,EAAAA,QAAQ,EAAE;AACRF,IAAAA,QAAQ,EAAE,UADF;AAERC,IAAAA,MAAM,EAAE;AAFA,GAnBQ;AAuBlBE,EAAAA,KAAK,EAAE;AACLH,IAAAA,QAAQ,EAAE,OADL;AAELC,IAAAA,MAAM,EAAE;AAFH,GAvBW;AA2BlB1B,EAAAA,SAAS,oBACJA,SADI;AAEP6B,IAAAA,SAAS,EAAE,MAFJ;AAGPC,IAAAA,IAAI,EAAE,GAHC;AAIPR,IAAAA,UAAU,EAAE,QAJL;AAKPE,IAAAA,cAAc,EAAE,eALT;AAMPV,IAAAA,OAAO,EAAE,MANF;AAOPiB,IAAAA,QAAQ,EAAE;AAPH,IA3BS;AAoClBD,EAAAA,IAAI,EAAE;AACJA,IAAAA,IAAI,EAAE;AADF,GApCY;AAuClBE,EAAAA,KAAK,oBACA9B,WADA;AAEH+B,IAAAA,UAAU,EAAE,MAFT;AAGHC,IAAAA,QAAQ,EAAE,MAHP;AAIHlB,IAAAA,YAAY,EAAE,KAJX;AAKHmB,IAAAA,aAAa,EAAE,MALZ;AAMHhB,IAAAA,KAAK,EAAE,SANJ;AAOHF,IAAAA,OAAO,EAAE,UAPN;AAQHmB,IAAAA,aAAa,EAAE,OARZ;AASH,uBAAmB;AACjBjB,MAAAA,KAAK,EAAE,SADU;AAEjBkB,MAAAA,UAAU,EAAE;AAFK;AAThB,IAvCa;AAqDlBC,EAAAA,aAAa,EAAE;AACbC,IAAAA,MAAM,EAAE;AADK,GArDG;AAwDlBC,EAAAA,OAAO,EAAE;AACPnB,IAAAA,eAAe,EAAElB,YADV;AAEPgB,IAAAA,KAAK,EAAE,MAFA;AAGPT,IAAAA,SAAS,gEAAyDT,aAAa,CAC7EE,YAD6E,EAE7E,IAF6E,CAAtE;AAHF,GAxDS;AAgElBsC,EAAAA,IAAI,EAAE;AACJpB,IAAAA,eAAe,EAAEjB,SADb;AAEJe,IAAAA,KAAK,EAAE,MAFH;AAGJT,IAAAA,SAAS,gEAAyDT,aAAa,CAC7EG,SAD6E,EAE7E,IAF6E,CAAtE;AAHL,GAhEY;AAwElBsC,EAAAA,OAAO,EAAE;AACPrB,IAAAA,eAAe,EAAEhB,YADV;AAEPc,IAAAA,KAAK,EAAE,MAFA;AAGPT,IAAAA,SAAS,gEAAyDT,aAAa,CAC7EI,YAD6E,EAE7E,IAF6E,CAAtE;AAHF,GAxES;AAgFlBsC,EAAAA,OAAO,EAAE;AACPtB,IAAAA,eAAe,EAAEf,YADV;AAEPa,IAAAA,KAAK,EAAE,MAFA;AAGPT,IAAAA,SAAS,gEAAyDT,aAAa,CAC7EK,YAD6E,EAE7E,IAF6E,CAAtE;AAHF,GAhFS;AAwFlBsC,EAAAA,MAAM,EAAE;AACNvB,IAAAA,eAAe,EAAEd,WADX;AAENY,IAAAA,KAAK,EAAE,MAFD;AAGNT,IAAAA,SAAS,gEAAyDT,aAAa,CAC7EM,WAD6E,EAE7E,IAF6E,CAAtE;AAHH,GAxFU;AAgGlBsC,EAAAA,IAAI,EAAE;AACJxB,IAAAA,eAAe,EAAEb,SADb;AAEJW,IAAAA,KAAK,EAAE,MAFH;AAGJT,IAAAA,SAAS,gEAAyDT,aAAa,CAC7EO,SAD6E,EAE7E,IAF6E,CAAtE;AAHL,GAhGY;AAwGlBsC,EAAAA,WAAW,EAAE;AACXzB,IAAAA,eAAe,EAAE,wBADN;AAEXX,IAAAA,SAAS,EAAE,MAFA;AAGXqC,IAAAA,UAAU,EAAE,MAHD;AAIX5B,IAAAA,KAAK,EAAE;AAJI,GAxGK;AA8GlB6B,EAAAA,IAAI,EAAE;AACJ7B,IAAAA,KAAK,EAAE,MADH;AAEJE,IAAAA,eAAe,EAAE,oBAFb;AAGJX,IAAAA,SAAS,EACP;AAJE,GA9GY;AAoHlBuC,EAAAA,KAAK,EAAE;AACLlC,IAAAA,MAAM,EAAE,GADH;AAELE,IAAAA,OAAO,EAAE,YAFJ;AAGLC,IAAAA,YAAY,EAAE,MAHT;AAILC,IAAAA,KAAK,EAAE,MAJF;AAKLE,IAAAA,eAAe,EAAE,iBALZ;AAMLX,IAAAA,SAAS,EACP;AAPG,GApHW;AA6HlBwC,EAAAA,WAAW;AACTnC,IAAAA,MAAM,EAAE,MADC;AAEToC,IAAAA,MAAM,EAAE,GAFC;AAGTC,IAAAA,kBAAkB,EAAE,oBAHX;AAITC,IAAAA,kBAAkB,EAAE,gBAJX;AAKTC,IAAAA,wBAAwB,EAAE,sBALjB;AAMTlC,IAAAA,KAAK,EAAET;AANE,KAOND,SAPM;AAQTe,IAAAA,QAAQ,EAAE,OARD;AASTX,IAAAA,OAAO,EAAE,OATA;AAUTyC,IAAAA,GAAG,EAAE,GAVI;AAWTC,IAAAA,MAAM,EAAE,OAXC;AAYTC,IAAAA,KAAK,EAAE,GAZE;AAaTC,IAAAA,IAAI,EAAE,MAbG;AAcTC,IAAAA,UAAU,EAAE,SAdH;AAeTC,IAAAA,SAAS,EAAE,SAfF;AAgBTC,IAAAA,SAAS,EAAE,MAhBF;AAiBTC,IAAAA,SAAS,EAAE,MAjBF;AAkBTC,IAAAA,YAAY,EAAE,KAlBL;AAmBTC,IAAAA,WAAW,EAAE;AAnBJ,KAoBNvD,UApBM;AA7HO,CAApB;AAqJA,eAAeG,WAAf","sourcesContent":["import {\r\n container,\r\n hexToRGBAlpha,\r\n defaultFont,\r\n primaryColor,\r\n infoColor,\r\n successColor,\r\n warningColor,\r\n dangerColor,\r\n roseColor,\r\n transition,\r\n boxShadow,\r\n drawerWidth\r\n} from \"assets/jss/nextjs-material-kit.js\";\r\n\r\nconst headerStyle = {\r\n appBar: {\r\n display: \"flex\",\r\n border: \"0\",\r\n borderRadius: \"3px\",\r\n padding: \"0.625rem 0\",\r\n marginBottom: \"20px\",\r\n color: \"#555\",\r\n width: \"100%\",\r\n backgroundColor: \"#000\",\r\n boxShadow:\r\n \"0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)\",\r\n transition: \"all 150ms ease 0s\",\r\n alignItems: \"center\",\r\n flexFlow: \"row nowrap\",\r\n justifyContent: \"flex-start\",\r\n position: \"relative\",\r\n zIndex: \"unset\"\r\n },\r\n absolute: {\r\n position: \"absolute\",\r\n zIndex: \"1100\"\r\n },\r\n fixed: {\r\n position: \"fixed\",\r\n zIndex: \"1100\"\r\n },\r\n container: {\r\n ...container,\r\n minHeight: \"50px\",\r\n flex: \"1\",\r\n alignItems: \"center\",\r\n justifyContent: \"space-between\",\r\n display: \"flex\",\r\n flexWrap: \"nowrap\"\r\n },\r\n flex: {\r\n flex: 1\r\n },\r\n title: {\r\n ...defaultFont,\r\n lineHeight: \"30px\",\r\n fontSize: \"18px\",\r\n borderRadius: \"3px\",\r\n textTransform: \"none\",\r\n color: \"inherit\",\r\n padding: \"8px 16px\",\r\n letterSpacing: \"unset\",\r\n \"&:hover,&:focus\": {\r\n color: \"inherit\",\r\n background: \"transparent\"\r\n }\r\n },\r\n appResponsive: {\r\n margin: \"20px 10px\"\r\n },\r\n primary: {\r\n backgroundColor: primaryColor,\r\n color: \"#000\",\r\n boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${hexToRGBAlpha(\r\n primaryColor,\r\n 0.46\r\n )}`\r\n },\r\n info: {\r\n backgroundColor: infoColor,\r\n color: \"#000\",\r\n boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${hexToRGBAlpha(\r\n infoColor,\r\n 0.46\r\n )}`\r\n },\r\n success: {\r\n backgroundColor: successColor,\r\n color: \"#000\",\r\n boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${hexToRGBAlpha(\r\n successColor,\r\n 0.46\r\n )}`\r\n },\r\n warning: {\r\n backgroundColor: warningColor,\r\n color: \"#000\",\r\n boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${hexToRGBAlpha(\r\n warningColor,\r\n 0.46\r\n )}`\r\n },\r\n danger: {\r\n backgroundColor: dangerColor,\r\n color: \"#000\",\r\n boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${hexToRGBAlpha(\r\n dangerColor,\r\n 0.46\r\n )}`\r\n },\r\n rose: {\r\n backgroundColor: roseColor,\r\n color: \"#000\",\r\n boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${hexToRGBAlpha(\r\n roseColor,\r\n 0.46\r\n )}`\r\n },\r\n transparent: {\r\n backgroundColor: \"transparent !important\",\r\n boxShadow: \"none\",\r\n paddingTop: \"25px\",\r\n color: \"#000\"\r\n },\r\n dark: {\r\n color: \"#000\",\r\n backgroundColor: \"#212121 !important\",\r\n boxShadow:\r\n \"0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46)\"\r\n },\r\n white: {\r\n border: \"0\",\r\n padding: \"0.625rem 0\",\r\n marginBottom: \"20px\",\r\n color: \"#555\",\r\n backgroundColor: \"#fff !important\",\r\n boxShadow:\r\n \"0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)\"\r\n },\r\n drawerPaper: {\r\n border: \"none\",\r\n bottom: \"0\",\r\n transitionProperty: \"top, bottom, width\",\r\n transitionDuration: \".2s, .2s, .35s\",\r\n transitionTimingFunction: \"linear, linear, ease\",\r\n width: drawerWidth,\r\n ...boxShadow,\r\n position: \"fixed\",\r\n display: \"block\",\r\n top: \"0\",\r\n height: \"100vh\",\r\n right: \"0\",\r\n left: \"auto\",\r\n visibility: \"visible\",\r\n overflowY: \"visible\",\r\n borderTop: \"none\",\r\n textAlign: \"left\",\r\n paddingRight: \"0px\",\r\n paddingLeft: \"0\",\r\n ...transition\r\n }\r\n};\r\n\r\nexport default headerStyle;\r\n"]},"metadata":{},"sourceType":"module"}