{"version":3,"file":"skeletonStyles.mjs","sources":["../../../../src/themes/GlobalStyles/skeletonStyles.ts"],"sourcesContent":["import { css } from '@emotion/react';\n\nimport { 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;;;;"}