{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/presets/aura/inputnumber/index.ts"],"sourcesContent":["import type { InputNumberDesignTokens, InputNumberTokenSections } from '@openng/optimus-ui-themes/types/inputnumber';\n\nexport const root: InputNumberTokenSections.Root = {\n    transitionDuration: '{transition.duration}'\n};\n\nexport const button: InputNumberTokenSections.Button = {\n    width: '2.5rem',\n    borderRadius: '{form.field.border.radius}',\n    verticalPadding: '{form.field.padding.y}'\n};\n\nexport const colorScheme: InputNumberTokenSections.ColorScheme = {\n    light: {\n        button: {\n            background: 'transparent',\n            hoverBackground: '{surface.100}',\n            activeBackground: '{surface.200}',\n            borderColor: '{form.field.border.color}',\n            hoverBorderColor: '{form.field.border.color}',\n            activeBorderColor: '{form.field.border.color}',\n            color: '{surface.400}',\n            hoverColor: '{surface.500}',\n            activeColor: '{surface.600}'\n        }\n    },\n    dark: {\n        button: {\n            background: 'transparent',\n            hoverBackground: '{surface.800}',\n            activeBackground: '{surface.700}',\n            borderColor: '{form.field.border.color}',\n            hoverBorderColor: '{form.field.border.color}',\n            activeBorderColor: '{form.field.border.color}',\n            color: '{surface.400}',\n            hoverColor: '{surface.300}',\n            activeColor: '{surface.200}'\n        }\n    }\n};\n\nexport default {\n    root,\n    button,\n    colorScheme\n} satisfies InputNumberDesignTokens;\n"],"mappings":"AAEA,MAAa,KAAsC,CAC/C,mBAAoB,uBACxB,EAEa,OAA0C,CACnD,MAAO,SACP,aAAc,6BACd,gBAAiB,wBACrB,EAEa,YAAoD,CAC7D,MAAO,CACH,OAAQ,CACJ,WAAY,cACZ,gBAAiB,gBACjB,iBAAkB,gBAClB,YAAa,4BACb,iBAAkB,4BAClB,kBAAmB,4BACnB,MAAO,gBACP,WAAY,gBACZ,YAAa,eACjB,CACJ,EACA,KAAM,CACF,OAAQ,CACJ,WAAY,cACZ,gBAAiB,gBACjB,iBAAkB,gBAClB,YAAa,4BACb,iBAAkB,4BAClB,kBAAmB,4BACnB,MAAO,gBACP,WAAY,gBACZ,YAAa,eACjB,CACJ,CACJ,EAEA,IAAA,oBAAe,CACX,KACA,OACA,WACJ"}