1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
|
{"ast":null,"code":"const genLayoutLightStyle = token => {\n const {\n componentCls,\n bodyBg,\n lightSiderBg,\n lightTriggerBg,\n lightTriggerColor\n } = token;\n return {\n [`${componentCls}-sider-light`]: {\n background: lightSiderBg,\n [`${componentCls}-sider-trigger`]: {\n color: lightTriggerColor,\n background: lightTriggerBg\n },\n [`${componentCls}-sider-zero-width-trigger`]: {\n color: lightTriggerColor,\n background: lightTriggerBg,\n border: `1px solid ${bodyBg}`,\n // Safe to modify to any other color\n borderInlineStart: 0\n }\n }\n };\n};\nexport default genLayoutLightStyle;","map":{"version":3,"names":["genLayoutLightStyle","token","componentCls","bodyBg","lightSiderBg","lightTriggerBg","lightTriggerColor","background","color","border","borderInlineStart"],"sources":["C:/Users/Аришина)/source/repos/PromoCursed/node_modules/antd/es/layout/style/light.js"],"sourcesContent":["const genLayoutLightStyle = token => {\n const {\n componentCls,\n bodyBg,\n lightSiderBg,\n lightTriggerBg,\n lightTriggerColor\n } = token;\n return {\n [`${componentCls}-sider-light`]: {\n background: lightSiderBg,\n [`${componentCls}-sider-trigger`]: {\n color: lightTriggerColor,\n background: lightTriggerBg\n },\n [`${componentCls}-sider-zero-width-trigger`]: {\n color: lightTriggerColor,\n background: lightTriggerBg,\n border: `1px solid ${bodyBg}`,\n // Safe to modify to any other color\n borderInlineStart: 0\n }\n }\n };\n};\nexport default genLayoutLightStyle;"],"mappings":"AAAA,MAAMA,mBAAmB,GAAGC,KAAK,IAAI;EACnC,MAAM;IACJC,YAAY;IACZC,MAAM;IACNC,YAAY;IACZC,cAAc;IACdC;EACF,CAAC,GAAGL,KAAK;EACT,OAAO;IACL,CAAC,GAAGC,YAAY,cAAc,GAAG;MAC/BK,UAAU,EAAEH,YAAY;MACxB,CAAC,GAAGF,YAAY,gBAAgB,GAAG;QACjCM,KAAK,EAAEF,iBAAiB;QACxBC,UAAU,EAAEF;MACd,CAAC;MACD,CAAC,GAAGH,YAAY,2BAA2B,GAAG;QAC5CM,KAAK,EAAEF,iBAAiB;QACxBC,UAAU,EAAEF,cAAc;QAC1BI,MAAM,EAAE,aAAaN,MAAM,EAAE;QAC7B;QACAO,iBAAiB,EAAE;MACrB;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAeV,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|