{"version":3,"file":"vars-3a91949e.cjs","sources":["../src/css/breakpoints.ts","../src/css/spaces.ts","../src/css/vars.ts"],"sourcesContent":["export const breakpoints = {\n\tmobile: '0px',\n\ttablet: '740px',\n\tdesktop: '992px',\n\twide: '1200px',\n} as const\n\nexport type Breakpoint = keyof typeof breakpoints\nexport const breakpointNames = Object.keys(breakpoints) as readonly Breakpoint[]\n\nexport const mediaQueries = {\n\tmobile: {},\n\ttablet: {\n\t\t'@media': `screen and (min-width: ${breakpoints.tablet})`,\n\t},\n\tdesktop: {\n\t\t'@media': `screen and (min-width: ${breakpoints.desktop})`,\n\t},\n\twide: { '@media': `screen and (min-width: ${breakpoints.wide})` },\n} as const\n","export const spaces = {\n\t'0': '0',\n\t'1': '1px',\n\t'3': '3px',\n\t'2': '2px',\n\t'4': '4px',\n\t'6': '6px',\n\t'7': '7px',\n\t'8': '8px',\n\t'9': '9px',\n\t'10': '10px',\n\t'12': '12px',\n\t'16': '16px',\n\t'20': '20px',\n\t'24': '24px',\n\t'28': '28px',\n\t'32': '32px',\n\t'40': '40px',\n} as const\n\nexport type Space = keyof typeof spaces\nexport const spaceNames = Object.keys(spaces) as readonly Space[]\n","import { borderRadii, borders, borderWidths } from './borders'\nimport { breakpoints } from './breakpoints'\nimport { colors } from './colors'\nimport { spaces } from './spaces'\nimport { themeVars } from './theme.css'\n\nexport const vars = {\n\tbreakpoint: breakpoints,\n\tcolor: colors,\n\tspace: spaces,\n\ttheme: themeVars,\n\tmargin: {\n\t\tauto: 'auto',\n\t\t...spaces,\n\t},\n\tpadding: {\n\t\tauto: 'auto',\n\t\tinherit: 'inherit',\n\t\t...spaces,\n\t},\n\tborder: borders,\n\tborderRadius: borderRadii,\n\tborderWidth: borderWidths,\n\tborderStyle: {\n\t\tstandard: 'solid',\n\t},\n\ttransforms: {\n\t\ttouchable: 'scale(0.97)',\n\t},\n\ttransitions: {\n\t\tfast: 'transform .125s ease, opacity .125s ease',\n\t\ttouchable: 'transform 0.2s cubic-bezier(0.02, 1.505, 0.745, 1.235)',\n\t},\n\tshadows: {\n\t\tsmall: '0 2px 8px -2px rgba(59, 59, 59, 0.08)',\n\t\tmedium: '0 6px 12px -2px rgba(59, 59, 59, 0.12)',\n\t\tinnerPrimary: '0 -1px 0 0 rgba(0, 0, 0, 0.32) inset',\n\t\tinnerSecondary: '0 -1px 0 0 rgba(0, 0, 0, 0.1) inset',\n\t},\n\toverflow: ['auto', 'hidden', 'visible', 'scroll'],\n\tzIndex: {\n\t\ttooltip: 10,\n\t},\n} as const\n"],"names":["breakpoints","breakpointNames","spaces","vars","colors","themeVars","borders","borderRadii","borderWidths"],"mappings":"iGAAaA,EAAc,CAC1B,OAAQ,MACR,OAAQ,QACR,QAAS,QACT,KAAM,QACP,EAGaC,EAAkB,OAAO,KAAKD,CAAW,ECRzCE,EAAS,CACrB,EAAK,IACL,EAAK,MACL,EAAK,MACL,EAAK,MACL,EAAK,MACL,EAAK,MACL,EAAK,MACL,EAAK,MACL,EAAK,MACL,GAAM,OACN,GAAM,OACN,GAAM,OACN,GAAM,OACN,GAAM,OACN,GAAM,OACN,GAAM,OACN,GAAM,MACP,ECZaC,EAAO,CACnB,WAAYH,EACZ,MAAOI,EAAA,OACP,MAAOF,EACP,MAAOG,EAAA,UACP,OAAQ,CACP,KAAM,OACN,GAAGH,CACJ,EACA,QAAS,CACR,KAAM,OACN,QAAS,UACT,GAAGA,CACJ,EACA,OAAQI,EAAA,QACR,aAAcC,EAAA,YACd,YAAaC,EAAA,aACb,YAAa,CACZ,SAAU,OACX,EACA,WAAY,CACX,UAAW,aACZ,EACA,YAAa,CACZ,KAAM,2CACN,UAAW,wDACZ,EACA,QAAS,CACR,MAAO,wCACP,OAAQ,yCACR,aAAc,uCACd,eAAgB,qCACjB,EACA,SAAU,CAAC,OAAQ,SAAU,UAAW,QAAQ,EAChD,OAAQ,CACP,QAAS,EACV,CACD"}