{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/presets/aura/tooltip/index.ts"],"sourcesContent":["import type { TooltipDesignTokens, TooltipTokenSections } from '@openng/optimus-ui-themes/types/tooltip';\n\nexport const root: TooltipTokenSections.Root = {\n    maxWidth: '12.5rem',\n    gutter: '0.25rem',\n    shadow: '{overlay.popover.shadow}',\n    padding: '0.5rem 0.75rem',\n    borderRadius: '{overlay.popover.border.radius}'\n};\n\nexport const colorScheme: TooltipTokenSections.ColorScheme = {\n    light: {\n        root: {\n            background: '{surface.700}',\n            color: '{surface.0}'\n        }\n    },\n    dark: {\n        root: {\n            background: '{surface.700}',\n            color: '{surface.0}'\n        }\n    }\n};\n\nexport default {\n    root,\n    colorScheme\n} satisfies TooltipDesignTokens;\n"],"mappings":"AAEA,MAAa,KAAkC,CAC3C,SAAU,UACV,OAAQ,UACR,OAAQ,2BACR,QAAS,iBACT,aAAc,iCAClB,EAEa,YAAgD,CACzD,MAAO,CACH,KAAM,CACF,WAAY,gBACZ,MAAO,aACX,CACJ,EACA,KAAM,CACF,KAAM,CACF,WAAY,gBACZ,MAAO,aACX,CACJ,CACJ,EAEA,IAAA,gBAAe,CACX,KACA,WACJ"}