@grafana/ui
Version:
Grafana Components Library
1 lines • 567 B
Source Map (JSON)
{"version":3,"file":"skeletonStyles.mjs","sources":["../../../../src/themes/GlobalStyles/skeletonStyles.ts"],"sourcesContent":["import { css } from '@emotion/react';\n\nimport { type GrafanaTheme2 } from '@grafana/data';\n\nimport { skeletonAnimation } from '../../utils/skeleton';\n\nexport const getSkeletonStyles = (theme: GrafanaTheme2) => {\n return css({\n '.react-loading-skeleton': skeletonAnimation,\n });\n};\n"],"names":[],"mappings":";;;;AAMO,MAAM,iBAAA,GAAoB,CAAC,KAAA,KAAyB;AACzD,EAAA,OAAO,GAAA,CAAI;AAAA,IACT,yBAAA,EAA2B;AAAA,GAC5B,CAAA;AACH;;;;"}