@grafana/ui
Version:
Grafana Components Library
1 lines • 598 B
Source Map (JSON)
{"version":3,"file":"skeletonStyles.cjs","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":["css","skeletonAnimation"],"mappings":";;;;;;;;AAMO,MAAM,iBAAA,GAAoB,CAAC,KAAA,KAAyB;AACzD,EAAA,OAAOA,SAAA,CAAI;AAAA,IACT,yBAAA,EAA2BC;AAAA,GAC5B,CAAA;AACH;;;;"}