UNPKG

@ftdata/tokens

Version:

Fulltime Design Tokens

122 lines (120 loc) 5.09 kB
/** * Do not edit directly * Generated on Tue, 14 Jan 2025 15:45:33 GMT */ declare module 'fulltime-tokens' { export const COLOR_CUSTOM_COLUMNBG: string; export const COLOR_CUSTOM_ACTIVEITEM: string; export const COLOR_CUSTOM_ITEM: string; export const COLOR_SUCCESS_DARKER: string; export const COLOR_SUCCESS_DARK: string; export const COLOR_SUCCESS_MEDIUM: string; export const COLOR_SUCCESS_LIGHT: string; export const COLOR_SUCCESS_LIGHTER: string; export const COLOR_WARNING_DARKER: string; export const COLOR_WARNING_DARK: string; export const COLOR_WARNING_MEDIUM: string; export const COLOR_WARNING_LIGHT: string; export const COLOR_WARNING_LIGHTER: string; export const COLOR_DANGER_DARKER: string; export const COLOR_DANGER_DARK: string; export const COLOR_DANGER_MEDIUM: string; export const COLOR_DANGER_LIGHT: string; export const COLOR_DANGER_LIGHTER: string; export const COLOR_ACCENT_DARKER: string; export const COLOR_ACCENT_DARK: string; export const COLOR_ACCENT_MEDIUM: string; export const COLOR_ACCENT_LIGHT: string; export const COLOR_ACCENT_LIGHTER: string; export const COLOR_NEUTRAL_DUSK: string; export const COLOR_NEUTRAL_DARKER: string; export const COLOR_NEUTRAL_DARK: string; export const COLOR_NEUTRAL_MEDIUM: string; export const COLOR_NEUTRAL_LIGHT: string; export const COLOR_NEUTRAL_LIGHTER: string; export const COLOR_NEUTRAL_DAY: string; export const COLOR_BRAND_DARKER: string; export const COLOR_BRAND_DARK: string; export const COLOR_BRAND_MEDIUM: string; export const COLOR_BRAND_LIGHT: string; export const COLOR_BRAND_WASHED: string; export const FONT_FAMILY_01: string; export const FONT_SIZE_XXS: string; export const FONT_SIZE_XS: string; export const FONT_SIZE_SM: string; export const FONT_SIZE_MD: string; export const FONT_SIZE_LG: string; export const FONT_SIZE_XL: string; export const FONT_SIZE_XXL: string; export const FONT_SIZE_XXXL: string; export const FONT_SIZE_DISPLAY: string; export const FONT_SIZE_MEGADISPLAY: string; export const FONT_WEIGHT_MEDIUM: string; export const FONT_WEIGHT_BOLD: string; export const LINE_HEIGHT_NONE: string; export const LINE_HEIGHT_TIGHT: string; export const LINE_HEIGHT_MEDIUM: string; export const LINE_HEIGHT_DISTANT: string; export const LINE_HEIGHT_VERY_DISTANT: string; export const LETTER_SPACING_TIGHT: string; export const LETTER_SPACING_MEDIUM: string; export const LETTER_SPACING_DISTANT: string; export const LETTER_SPACING_VERY_DISTANT: string; export const LETTER_CASE_UPPERCASE: string; export const BORDER_RADIUS_NONE: string; export const BORDER_RADIUS_SM: string; export const BORDER_RADIUS_MD: string; export const BORDER_RADIUS_LG: string; export const BORDER_RADIUS_PILL: string; export const BORDER_RADIUS_CIRCLE: string; export const BORDER_WIDTH_NONE: string; export const BORDER_WIDTH_HAIRLINE: string; export const BORDER_WIDTH_THIN: string; export const BORDER_WIDTH_THICK: string; export const BORDER_WIDTH_HEAVY: string; export const IC_SIZE_SMALL: string; export const IC_SIZE_MEDIUM: string; export const IC_SIZE_LARGE: string; export const IC_SIZE_HUGE: string; export const OPACITY_LEVEL_SEMIOPAQUE: string; export const OPACITY_LEVEL_INTENSE: string; export const OPACITY_LEVEL_MEDIUM: string; export const OPACITY_LEVEL_SMOKE: string; export const OPACITY_LEVEL_GHOST: string; export const SHADOW_LEVEL_01: string; export const SHADOW_LEVEL_02: string; export const SHADOW_LEVEL_03: string; export const SHADOW_LEVEL_04: string; export const SPACING_INLINE_00: string; export const SPACING_INLINE_01: string; export const SPACING_INLINE_02: string; export const SPACING_INLINE_03: string; export const SPACING_INLINE_04: string; export const SPACING_INLINE_05: string; export const SPACING_INLINE_06: string; export const SPACING_INLINE_07: string; export const SPACING_INLINE_08: string; export const SPACING_INLINE_09: string; export const SPACING_STACK_00: string; export const SPACING_STACK_01: string; export const SPACING_STACK_02: string; export const SPACING_STACK_03: string; export const SPACING_STACK_04: string; export const SPACING_STACK_05: string; export const SPACING_STACK_06: string; export const SPACING_STACK_07: string; export const SPACING_STACK_08: string; export const SPACING_STACK_09: string; export const SPACING_INSET_QUARCK: string; export const SPACING_INSET_NANO: string; export const SPACING_INSET_XS: string; export const SPACING_INSET_SM: string; export const SPACING_INSET_MD: string; export const SPACING_INSET_LG: string; export const SPACING_INSET_XL: string; export const SPACING_SQUISH_QUARCK: string; export const SPACING_SQUISH_NANO: string; export const SPACING_SQUISH_SM: string; export const SPACING_SQUISH_MD: string; export const SPACING_SQUISH_LG: string; }