Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/7a1cfc0359a47bcfac3189ae30f7cb3b70fd7f00b13fc6f09ffe9e2696a1c3d0.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
2.3 KiB
JSON

{"ast":null,"code":"import style from './style';\nimport compose from './compose';\nexport function paletteTransform(value, userValue) {\n if (userValue === 'grey') {\n return userValue;\n }\n return value;\n}\nexport const color = style({\n prop: 'color',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const bgcolor = style({\n prop: 'bgcolor',\n cssProperty: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const backgroundColor = style({\n prop: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nconst palette = compose(color, bgcolor, backgroundColor);\nexport default palette;","map":{"version":3,"names":["style","compose","paletteTransform","value","userValue","color","prop","themeKey","transform","bgcolor","cssProperty","backgroundColor","palette"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/@mui/system/esm/palette.js"],"sourcesContent":["import style from './style';\nimport compose from './compose';\nexport function paletteTransform(value, userValue) {\n if (userValue === 'grey') {\n return userValue;\n }\n return value;\n}\nexport const color = style({\n prop: 'color',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const bgcolor = style({\n prop: 'bgcolor',\n cssProperty: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const backgroundColor = style({\n prop: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nconst palette = compose(color, bgcolor, backgroundColor);\nexport default palette;"],"mappings":"AAAA,OAAOA,KAAK,MAAM,SAAS;AAC3B,OAAOC,OAAO,MAAM,WAAW;AAC/B,OAAO,SAASC,gBAAgBA,CAACC,KAAK,EAAEC,SAAS,EAAE;EACjD,IAAIA,SAAS,KAAK,MAAM,EAAE;IACxB,OAAOA,SAAS;EAClB;EACA,OAAOD,KAAK;AACd;AACA,OAAO,MAAME,KAAK,GAAGL,KAAK,CAAC;EACzBM,IAAI,EAAE,OAAO;EACbC,QAAQ,EAAE,SAAS;EACnBC,SAAS,EAAEN;AACb,CAAC,CAAC;AACF,OAAO,MAAMO,OAAO,GAAGT,KAAK,CAAC;EAC3BM,IAAI,EAAE,SAAS;EACfI,WAAW,EAAE,iBAAiB;EAC9BH,QAAQ,EAAE,SAAS;EACnBC,SAAS,EAAEN;AACb,CAAC,CAAC;AACF,OAAO,MAAMS,eAAe,GAAGX,KAAK,CAAC;EACnCM,IAAI,EAAE,iBAAiB;EACvBC,QAAQ,EAAE,SAAS;EACnBC,SAAS,EAAEN;AACb,CAAC,CAAC;AACF,MAAMU,OAAO,GAAGX,OAAO,CAACI,KAAK,EAAEI,OAAO,EAAEE,eAAe,CAAC;AACxD,eAAeC,OAAO","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}