UNPKG

1.42 kBSource Map (JSON)View Raw
1{"version":3,"file":"ShimmeredDetailsList.styles.js","sourceRoot":"../src/","sources":["components/DetailsList/ShimmeredDetailsList.styles.ts"],"names":[],"mappings":";;;AAEO,IAAM,6BAA6B,GAAG,UAAC,KAAsC;IAC1E,IAAA,KAAK,GAAK,KAAK,MAAV,CAAW;IAChB,IAAA,OAAO,GAAK,KAAK,QAAV,CAAW;IAE1B,OAAO;QACL,IAAI,EAAE;YACJ,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE;gBACT,QAAQ,EAAE;oBACR,OAAO,EAAE,IAAI;oBACb,QAAQ,EAAE,UAAU;oBACpB,GAAG,EAAE,CAAC;oBACN,KAAK,EAAE,CAAC;oBACR,MAAM,EAAE,CAAC;oBACT,IAAI,EAAE,CAAC;oBACP,6CAA6C;oBAC7C,eAAe,EAAE,iDAA+C,OAAO,CAAC,kBAAkB,aAAQ,OAAO,CAAC,KAAK,WAAQ;iBACxH;aACF;SACF;KACF,CAAC;AACJ,CAAC,CAAC;AArBW,QAAA,6BAA6B,iCAqBxC","sourcesContent":["import type { IShimmeredDetailsListStyleProps, IShimmeredDetailsListStyles } from './ShimmeredDetailsList.types';\n\nexport const getShimmeredDetailsListStyles = (props: IShimmeredDetailsListStyleProps): IShimmeredDetailsListStyles => {\n const { theme } = props;\n const { palette } = theme;\n\n return {\n root: {\n position: 'relative',\n selectors: {\n ':after': {\n content: '\"\"',\n position: 'absolute',\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n // eslint-disable-next-line @fluentui/max-len\n backgroundImage: `linear-gradient(to bottom, transparent 30%, ${palette.whiteTranslucent40} 65%,${palette.white} 100%)`,\n },\n },\n },\n };\n};\n"]}
\No newline at end of file