{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/presets/material/skeleton/index.ts"],"sourcesContent":["import type { SkeletonDesignTokens, SkeletonTokenSections } from '@openng/optimus-ui-themes/types/skeleton';\n\nexport const root: SkeletonTokenSections.Root = {\n    borderRadius: '{content.border.radius}'\n};\n\nexport const colorScheme: SkeletonTokenSections.ColorScheme = {\n    light: {\n        root: {\n            background: '{surface.200}',\n            animationBackground: 'rgba(255,255,255,0.4)'\n        }\n    },\n    dark: {\n        root: {\n            background: 'rgba(255, 255, 255, 0.06)',\n            animationBackground: 'rgba(255, 255, 255, 0.04)'\n        }\n    }\n};\n\nexport const css: SkeletonTokenSections.CSS = /*css*/ ``;\n\nexport default {\n    root,\n    colorScheme,\n    css\n} satisfies SkeletonDesignTokens;\n"],"mappings":"AAEA,MAAa,KAAmC,CAC5C,aAAc,yBAClB,EAEa,YAAiD,CAC1D,MAAO,CACH,KAAM,CACF,WAAY,gBACZ,oBAAqB,uBACzB,CACJ,EACA,KAAM,CACF,KAAM,CACF,WAAY,4BACZ,oBAAqB,2BACzB,CACJ,CACJ,EAEa,IAAyC,GAEtD,IAAA,iBAAe,CACX,KACA,YACA,MACJ"}