/** * Do not edit directly, this file was auto-generated. */ export type ShapeTokens = { [K in keyof typeof shape]: (typeof shape)[K]; }; export type ColorTokens = { [K in keyof typeof color]: (typeof color)[K]; }; export type TypographyTokens = { [K in keyof typeof typography]: (typeof typography)[K]; }; export type SpacingTokens = { [K in keyof typeof spacing]: (typeof spacing)[K]; }; export type FlatTokens = | 'shape.borderRadius.full' | 'shape.borderRadius.sm' | 'shape.borderRadius.md' | 'shape.borderRadius.lg' | 'shape.borderRadius.xs' | 'color.palette.neutral.25' | 'color.palette.neutral.50' | 'color.palette.neutral.75' | 'color.palette.neutral.100' | 'color.palette.neutral.200' | 'color.palette.neutral.300' | 'color.palette.neutral.400' | 'color.palette.neutral.500' | 'color.palette.neutral.600' | 'color.palette.neutral.700' | 'color.palette.neutral.800' | 'color.palette.neutral.900' | 'color.palette.neutral.1000' | 'color.palette.green.25' | 'color.palette.green.50' | 'color.palette.green.75' | 'color.palette.green.100' | 'color.palette.green.200' | 'color.palette.green.300' | 'color.palette.green.400' | 'color.palette.green.500' | 'color.palette.green.600' | 'color.palette.green.700' | 'color.palette.green.800' | 'color.palette.green.900' | 'color.palette.green.1000' | 'color.palette.red.25' | 'color.palette.red.50' | 'color.palette.red.75' | 'color.palette.red.100' | 'color.palette.red.200' | 'color.palette.red.300' | 'color.palette.red.400' | 'color.palette.red.500' | 'color.palette.red.600' | 'color.palette.red.700' | 'color.palette.red.800' | 'color.palette.red.900' | 'color.palette.red.1000' | 'color.palette.orange.25' | 'color.palette.orange.50' | 'color.palette.orange.75' | 'color.palette.orange.100' | 'color.palette.orange.200' | 'color.palette.orange.300' | 'color.palette.orange.400' | 'color.palette.orange.500' | 'color.palette.orange.600' | 'color.palette.orange.700' | 'color.palette.orange.800' | 'color.palette.orange.900' | 'color.palette.orange.1000' | 'color.palette.yellow.25' | 'color.palette.yellow.50' | 'color.palette.yellow.75' | 'color.palette.yellow.100' | 'color.palette.yellow.200' | 'color.palette.yellow.300' | 'color.palette.yellow.400' | 'color.palette.yellow.500' | 'color.palette.yellow.600' | 'color.palette.yellow.700' | 'color.palette.yellow.800' | 'color.palette.yellow.900' | 'color.palette.yellow.1000' | 'color.palette.purple.25' | 'color.palette.purple.50' | 'color.palette.purple.75' | 'color.palette.purple.100' | 'color.palette.purple.200' | 'color.palette.purple.300' | 'color.palette.purple.400' | 'color.palette.purple.500' | 'color.palette.purple.600' | 'color.palette.purple.700' | 'color.palette.purple.800' | 'color.palette.purple.900' | 'color.palette.purple.1000' | 'color.palette.blue.25' | 'color.palette.blue.50' | 'color.palette.blue.75' | 'color.palette.blue.100' | 'color.palette.blue.200' | 'color.palette.blue.300' | 'color.palette.blue.400' | 'color.palette.blue.500' | 'color.palette.blue.600' | 'color.palette.blue.700' | 'color.palette.blue.800' | 'color.palette.blue.900' | 'color.palette.blue.1000' | 'color.palette.teal.25' | 'color.palette.teal.50' | 'color.palette.teal.75' | 'color.palette.teal.100' | 'color.palette.teal.200' | 'color.palette.teal.300' | 'color.palette.teal.400' | 'color.palette.teal.500' | 'color.palette.teal.600' | 'color.palette.teal.700' | 'color.palette.teal.800' | 'color.palette.teal.900' | 'color.palette.teal.1000' | 'color.text' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.inverse' | 'color.text.accent' | 'color.text.info' | 'color.text.success' | 'color.text.warning' | 'color.text.danger' | 'color.text.code' | 'color.text.palette.blue' | 'color.text.palette.green' | 'color.text.palette.orange' | 'color.text.palette.red' | 'color.text.palette.neutral' | 'color.text.palette.teal' | 'color.text.palette.purple' | 'color.text.palette.yellow' | 'color.bg' | 'color.bg.subtle' | 'color.bg.subtlest' | 'color.bg.strong' | 'color.bg.strongest' | 'color.bg.accent' | 'color.bg.accent.strong' | 'color.bg.info' | 'color.bg.info.strong' | 'color.bg.success' | 'color.bg.success.strong' | 'color.bg.warning' | 'color.bg.warning.strong' | 'color.bg.danger' | 'color.bg.danger.strong' | 'color.bg.code' | 'color.bg.overlay.light' | 'color.bg.overlay.dark' | 'color.bg.palette.blue' | 'color.bg.palette.blue.strong' | 'color.bg.palette.green' | 'color.bg.palette.green.strong' | 'color.bg.palette.orange' | 'color.bg.palette.orange.strong' | 'color.bg.palette.red' | 'color.bg.palette.red.strong' | 'color.bg.palette.neutral' | 'color.bg.palette.neutral.strong' | 'color.bg.palette.teal' | 'color.bg.palette.teal.strong' | 'color.bg.palette.purple' | 'color.bg.palette.purple.strong' | 'color.bg.palette.yellow' | 'color.bg.palette.yellow.strong' | 'color.bg.hover' | 'color.bg.active' | 'color.border' | 'color.border.subtle' | 'color.border.strong' | 'color.border.accent' | 'color.border.accent.strong' | 'color.border.info' | 'color.border.info.strong' | 'color.border.success' | 'color.border.success.strong' | 'color.border.warning' | 'color.border.warning.strong' | 'color.border.danger' | 'color.border.danger.strong' | 'color.border.palette.blue' | 'color.border.palette.blue.strong' | 'color.border.palette.green' | 'color.border.palette.green.strong' | 'color.border.palette.orange' | 'color.border.palette.orange.strong' | 'color.border.palette.red' | 'color.border.palette.red.strong' | 'color.border.palette.neutral' | 'color.border.palette.neutral.strong' | 'color.border.palette.teal' | 'color.border.palette.teal.strong' | 'color.border.palette.purple' | 'color.border.palette.purple.strong' | 'color.border.palette.yellow' | 'color.border.palette.yellow.strong' | 'color.icon' | 'color.icon.subtle' | 'color.icon.subtlest' | 'color.icon.inverse' | 'color.icon.accent' | 'color.icon.info' | 'color.icon.success' | 'color.icon.warning' | 'color.icon.danger' | 'color.icon.palette.blue' | 'color.icon.palette.green' | 'color.icon.palette.orange' | 'color.icon.palette.red' | 'color.icon.palette.neutral' | 'color.icon.palette.teal' | 'color.icon.palette.purple' | 'color.icon.palette.yellow' | 'color.status.success' | 'color.status.info' | 'color.status.warning' | 'color.status.danger' | 'color.status.purple' | 'color.status.teal' | 'color.status.inactive' | 'color.components.table.header' | 'color.components.table.row' | 'typography.weight' | 'typography.weight.strong' | 'typography.fontFamily.body' | 'typography.fontFamily.code' | 'typography.display.fontSize' | 'typography.display.fontWeight' | 'typography.display.lineHeight' | 'typography.display.textCase' | 'typography.display.shorthand' | 'typography.overline.fontSize' | 'typography.overline.fontWeight' | 'typography.overline.lineHeight' | 'typography.overline.textCase' | 'typography.overline.shorthand' | 'typography.title.md.fontSize' | 'typography.title.md.fontWeight' | 'typography.title.md.lineHeight' | 'typography.title.md.textCase' | 'typography.title.md.shorthand' | 'typography.title.lg.fontSize' | 'typography.title.lg.fontWeight' | 'typography.title.lg.lineHeight' | 'typography.title.lg.textCase' | 'typography.title.lg.shorthand' | 'typography.title.sm.fontSize' | 'typography.title.sm.fontWeight' | 'typography.title.sm.lineHeight' | 'typography.title.sm.textCase' | 'typography.title.sm.shorthand' | 'typography.body.lg.fontSize' | 'typography.body.lg.fontWeight' | 'typography.body.lg.lineHeight' | 'typography.body.lg.textCase' | 'typography.body.lg.shorthand' | 'typography.body.md.fontSize' | 'typography.body.md.fontWeight' | 'typography.body.md.lineHeight' | 'typography.body.md.textCase' | 'typography.body.md.shorthand' | 'typography.body.sm.fontSize' | 'typography.body.sm.fontWeight' | 'typography.body.sm.lineHeight' | 'typography.body.sm.textCase' | 'typography.body.sm.shorthand' | 'typography.code.lg.fontSize' | 'typography.code.lg.fontWeight' | 'typography.code.lg.lineHeight' | 'typography.code.lg.textCase' | 'typography.code.lg.shorthand' | 'typography.code.md.fontSize' | 'typography.code.md.fontWeight' | 'typography.code.md.lineHeight' | 'typography.code.md.textCase' | 'typography.code.md.shorthand' | 'typography.code.sm.fontSize' | 'typography.code.sm.fontWeight' | 'typography.code.sm.lineHeight' | 'typography.code.sm.textCase' | 'typography.code.sm.shorthand' | 'typography.icon.lg.regular.fontSize' | 'typography.icon.lg.regular.fontWeight' | 'typography.icon.lg.regular.lineHeight' | 'typography.icon.lg.regular.textCase' | 'typography.icon.lg.solid.fontSize' | 'typography.icon.lg.solid.fontWeight' | 'typography.icon.lg.solid.lineHeight' | 'typography.icon.lg.solid.textCase' | 'typography.icon.md.regular.fontSize' | 'typography.icon.md.regular.fontWeight' | 'typography.icon.md.regular.lineHeight' | 'typography.icon.md.regular.textCase' | 'typography.icon.md.solid.fontSize' | 'typography.icon.md.solid.fontWeight' | 'typography.icon.md.solid.lineHeight' | 'typography.icon.md.solid.textCase' | 'typography.icon.sm.regular.fontSize' | 'typography.icon.sm.regular.fontWeight' | 'typography.icon.sm.regular.lineHeight' | 'typography.icon.sm.regular.textCase' | 'typography.icon.sm.solid.fontSize' | 'typography.icon.sm.solid.fontWeight' | 'typography.icon.sm.solid.lineHeight' | 'typography.icon.sm.solid.textCase' | 'typography.components.badge.fontSize' | 'typography.components.badge.fontWeight' | 'typography.components.badge.lineHeight' | 'typography.components.badge.textCase' | 'typography.components.badge.shorthand' | 'spacing.0' | 'spacing.1' | 'spacing.2' | 'spacing.3' | 'spacing.4' | 'spacing.5' | 'spacing.6'; export const shape: { borderRadius: { full: { value: number; }; sm: { value: number; }; md: { value: number; }; lg: { value: number; }; xs: { value: number; }; }; }; export const color: { palette: { neutral: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; green: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; red: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; orange: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; yellow: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; purple: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; blue: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; teal: { 25: { value: string; }; 50: { value: string; }; 75: { value: string; }; 100: { value: string; }; 200: { value: string; }; 300: { value: string; }; 400: { value: string; }; 500: { value: string; }; 600: { value: string; }; 700: { value: string; }; 800: { value: string; }; 900: { value: string; }; 1000: { value: string; }; }; }; text: { value: string; subtle: { value: string; }; subtlest: { value: string; }; inverse: { value: string; }; accent: { value: string; }; info: { value: string; }; success: { value: string; }; warning: { value: string; }; danger: { value: string; }; code: { value: string; }; palette: { blue: { value: string; }; green: { value: string; }; orange: { value: string; }; red: { value: string; }; neutral: { value: string; }; teal: { value: string; }; purple: { value: string; }; yellow: { value: string; }; }; }; bg: { value: string; subtle: { value: string; }; subtlest: { value: string; }; strong: { value: string; }; strongest: { value: string; }; accent: { value: string; strong: { value: string; }; }; info: { value: string; strong: { value: string; }; }; success: { value: string; strong: { value: string; }; }; warning: { value: string; strong: { value: string; }; }; danger: { value: string; strong: { value: string; }; }; code: { value: string; }; overlay: { light: { value: string; }; dark: { value: string; }; }; palette: { blue: { value: string; strong: { value: string; }; }; green: { value: string; strong: { value: string; }; }; orange: { value: string; strong: { value: string; }; }; red: { value: string; strong: { value: string; }; }; neutral: { value: string; strong: { value: string; }; }; teal: { value: string; strong: { value: string; }; }; purple: { value: string; strong: { value: string; }; }; yellow: { value: string; strong: { value: string; }; }; }; hover: { value: string; }; active: { value: string; }; }; border: { value: string; subtle: { value: string; }; strong: { value: string; }; accent: { value: string; strong: { value: string; }; }; info: { value: string; strong: { value: string; }; }; success: { value: string; strong: { value: string; }; }; warning: { value: string; strong: { value: string; }; }; danger: { value: string; strong: { value: string; }; }; palette: { blue: { value: string; strong: { value: string; }; }; green: { value: string; strong: { value: string; }; }; orange: { value: string; strong: { value: string; }; }; red: { value: string; strong: { value: string; }; }; neutral: { value: string; strong: { value: string; }; }; teal: { value: string; strong: { value: string; }; }; purple: { value: string; strong: { value: string; }; }; yellow: { value: string; strong: { value: string; }; }; }; }; icon: { value: string; subtle: { value: string; }; subtlest: { value: string; }; inverse: { value: string; }; accent: { value: string; }; info: { value: string; }; success: { value: string; }; warning: { value: string; }; danger: { value: string; }; palette: { blue: { value: string; }; green: { value: string; }; orange: { value: string; }; red: { value: string; }; neutral: { value: string; }; teal: { value: string; }; purple: { value: string; }; yellow: { value: string; }; }; }; status: { success: { value: string; }; info: { value: string; }; warning: { value: string; }; danger: { value: string; }; purple: { value: string; }; teal: { value: string; }; inactive: { value: string; }; }; components: { table: { header: { value: string; }; row: { value: string; }; }; }; }; export const typography: { weight: { value: number; strong: { value: number; }; }; fontFamily: { body: { value: string; }; code: { value: string; }; }; display: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; overline: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; title: { md: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; lg: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; sm: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; }; body: { lg: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; md: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; sm: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; }; code: { lg: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; md: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; sm: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; }; icon: { lg: { regular: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; }; solid: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; }; }; md: { regular: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; }; solid: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; }; }; sm: { regular: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; }; solid: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; }; }; }; components: { badge: { fontSize: { value: string; }; fontWeight: { value: number; }; lineHeight: { value: string; }; textCase: { value: string; }; shorthand: { value: string; }; }; }; }; export const spacing: { 0: { value: number; }; 1: { value: number; }; 2: { value: number; }; 3: { value: number; }; 4: { value: number; }; 5: { value: number; }; 6: { value: number; }; };