{"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":["/Users/shanyi/Desktop/Projects/UC_Trains_Voice/react-demo/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,CAAE,GAAEC,YAAa,cAAa,GAAG;MAC/BK,UAAU,EAAEH,YAAY;MACxB,CAAE,GAAEF,YAAa,gBAAe,GAAG;QACjCM,KAAK,EAAEF,iBAAiB;QACxBC,UAAU,EAAEF;MACd,CAAC;MACD,CAAE,GAAEH,YAAa,2BAA0B,GAAG;QAC5CM,KAAK,EAAEF,iBAAiB;QACxBC,UAAU,EAAEF,cAAc;QAC1BI,MAAM,EAAG,aAAYN,MAAO,EAAC;QAC7B;QACAO,iBAAiB,EAAE;MACrB;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAeV,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}