/* eslint-disable */ export type Token = `colors.${ColorToken}` | `easings.${EasingToken}` | `durations.${DurationToken}` | `radii.${RadiusToken}` | `spacing.${SpacingToken}` | `sizes.${SizeToken}` | `lineHeights.${LineHeightToken}` | `fontWeights.${FontWeightToken}` | `fontSizes.${FontSizeToken}` | `fonts.${FontToken}` | `animations.${AnimationToken}` | `shadows.${ShadowToken}` | `zIndex.${ZIndexToken}` | `breakpoints.${BreakpointToken}` export type ColorPalette = "grey" | "blue" | "purple" | "purple.alpha" | "lightYellow" | "yellow" | "lightGreen" | "green" | "pink" | "red" | "white" | "primary" | "background" | "text" | "icon" | "surface" | "surface.brand.1" | "surface.brand" | "surface.brand.2" | "surface.brand.3" | "surface.brand.4" | "surface.brand.5" | "surface.disabled" | "surface.infoSubtle" | "surface.action" | "surface.action.myNdla" | "surface.action.brand.1" | "surface.action.brand" | "surface.action.brand.1.hover" | "surface.action.brand.2" | "surface.actionSubtle" | "surface.actionSubtle.hover" | "surface.success" | "surface.successSubtle" | "surface.warning" | "surface.warningSubtle" | "surface.danger" | "surface.dangerSubtle" | "surface.error" | "surface.errorSubtle" | "surface.subtle" | "stroke" export type ColorToken = "grey.50" | "grey.100" | "grey.200" | "grey.300" | "grey.400" | "grey.500" | "grey.600" | "grey.700" | "grey.800" | "grey.900" | "grey.950" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.950" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.950" | "purple.alpha.5" | "purple.alpha.10" | "purple.alpha.20" | "purple.alpha.30" | "purple.alpha.40" | "purple.alpha.50" | "purple.alpha.60" | "purple.alpha.70" | "purple.alpha.80" | "purple.alpha.90" | "lightYellow.50" | "lightYellow.100" | "lightYellow.200" | "lightYellow.300" | "lightYellow.400" | "lightYellow.500" | "lightYellow.600" | "lightYellow.700" | "lightYellow.800" | "lightYellow.900" | "lightYellow.950" | "lightYellow.1000" | "lightYellow.1100" | "lightYellow.1200" | "lightYellow.1300" | "lightYellow.1400" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.950" | "lightGreen.50" | "lightGreen.100" | "lightGreen.200" | "lightGreen.300" | "lightGreen.400" | "lightGreen.500" | "lightGreen.600" | "lightGreen.700" | "lightGreen.800" | "lightGreen.900" | "lightGreen.950" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.950" | "pink.50" | "pink.100" | "pink.200" | "pink.300" | "pink.400" | "pink.500" | "pink.600" | "pink.700" | "pink.800" | "pink.900" | "pink.950" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.950" | "white" | "primary" | "background.default" | "background.subtle" | "background.strong" | "text.default" | "text.subtle" | "text.strong" | "text.action" | "text.onAction" | "text.link" | "text.linkVisited" | "text.error" | "text.disabled" | "icon.default" | "icon.strong" | "icon.onAction" | "icon.subtle" | "icon.warning" | "icon.danger" | "surface.brand.1" | "surface.brand.1.subtle" | "surface.brand.1.moderate" | "surface.brand.1.strong" | "surface.brand.2" | "surface.brand.2.subtle" | "surface.brand.2.moderate" | "surface.brand.2.bold" | "surface.brand.2.strong" | "surface.brand.3" | "surface.brand.3.subtle" | "surface.brand.3.moderate" | "surface.brand.3.strong" | "surface.brand.4" | "surface.brand.4.subtle" | "surface.brand.4.moderate" | "surface.brand.4.strong" | "surface.brand.5" | "surface.brand.5.subtle" | "surface.brand.5.moderate" | "surface.brand.5.strong" | "surface.default" | "surface.hover" | "surface.active" | "surface.selected" | "surface.disabled" | "surface.disabled.subtle" | "surface.disabled.strong" | "surface.infoSubtle" | "surface.infoSubtle.hover" | "surface.infoSubtle.active" | "surface.action" | "surface.action.hover" | "surface.action.active" | "surface.action.selected" | "surface.action.myNdla" | "surface.action.myNdla.hover" | "surface.action.myNdla.current" | "surface.action.brand.1" | "surface.action.brand.1.hover" | "surface.action.brand.1.hover.strong" | "surface.action.brand.1.active" | "surface.action.brand.1.selected" | "surface.action.brand.2" | "surface.action.brand.2.hover" | "surface.action.brand.2.selected" | "surface.actionSubtle" | "surface.actionSubtle.hover" | "surface.actionSubtle.hover.strong" | "surface.actionSubtle.active" | "surface.actionSubtle.selected" | "surface.success" | "surface.success.hover" | "surface.success.selected" | "surface.success.active" | "surface.successSubtle" | "surface.successSubtle.hover" | "surface.successSubtle.active" | "surface.warning" | "surface.warning.hover" | "surface.warning.active" | "surface.warningSubtle" | "surface.warningSubtle.hover" | "surface.warningSubtle.active" | "surface.danger" | "surface.danger.hover" | "surface.danger.selected" | "surface.danger.active" | "surface.dangerSubtle" | "surface.dangerSubtle.hover" | "surface.dangerSubtle.active" | "surface.error" | "surface.error.hover" | "surface.error.active" | "surface.errorSubtle" | "surface.errorSubtle.hover" | "surface.errorSubtle.active" | "surface.subtle" | "surface.subtle.selected" | "stroke.default" | "stroke.hover" | "stroke.subtle" | "stroke.success" | "stroke.info" | "stroke.warning" | "stroke.error" | "stroke.disabled" | "stroke.discrete" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.alpha.5" | "colorPalette.5" | "colorPalette.alpha.10" | "colorPalette.10" | "colorPalette.alpha.20" | "colorPalette.20" | "colorPalette.alpha.30" | "colorPalette.30" | "colorPalette.alpha.40" | "colorPalette.40" | "colorPalette.alpha.50" | "colorPalette.alpha.60" | "colorPalette.60" | "colorPalette.alpha.70" | "colorPalette.70" | "colorPalette.alpha.80" | "colorPalette.80" | "colorPalette.alpha.90" | "colorPalette.90" | "colorPalette.1000" | "colorPalette.1100" | "colorPalette.1200" | "colorPalette.1300" | "colorPalette.1400" | "colorPalette" | "colorPalette.default" | "colorPalette.subtle" | "colorPalette.strong" | "colorPalette.action" | "colorPalette.onAction" | "colorPalette.link" | "colorPalette.linkVisited" | "colorPalette.error" | "colorPalette.disabled" | "colorPalette.warning" | "colorPalette.danger" | "colorPalette.brand.1" | "colorPalette.1" | "colorPalette.brand.1.subtle" | "colorPalette.1.subtle" | "colorPalette.brand.1.moderate" | "colorPalette.1.moderate" | "colorPalette.moderate" | "colorPalette.brand.1.strong" | "colorPalette.1.strong" | "colorPalette.brand.2" | "colorPalette.2" | "colorPalette.brand.2.subtle" | "colorPalette.2.subtle" | "colorPalette.brand.2.moderate" | "colorPalette.2.moderate" | "colorPalette.brand.2.bold" | "colorPalette.2.bold" | "colorPalette.bold" | "colorPalette.brand.2.strong" | "colorPalette.2.strong" | "colorPalette.brand.3" | "colorPalette.3" | "colorPalette.brand.3.subtle" | "colorPalette.3.subtle" | "colorPalette.brand.3.moderate" | "colorPalette.3.moderate" | "colorPalette.brand.3.strong" | "colorPalette.3.strong" | "colorPalette.brand.4" | "colorPalette.4" | "colorPalette.brand.4.subtle" | "colorPalette.4.subtle" | "colorPalette.brand.4.moderate" | "colorPalette.4.moderate" | "colorPalette.brand.4.strong" | "colorPalette.4.strong" | "colorPalette.brand.5" | "colorPalette.brand.5.subtle" | "colorPalette.5.subtle" | "colorPalette.brand.5.moderate" | "colorPalette.5.moderate" | "colorPalette.brand.5.strong" | "colorPalette.5.strong" | "colorPalette.hover" | "colorPalette.active" | "colorPalette.selected" | "colorPalette.disabled.subtle" | "colorPalette.disabled.strong" | "colorPalette.infoSubtle" | "colorPalette.infoSubtle.hover" | "colorPalette.infoSubtle.active" | "colorPalette.action.hover" | "colorPalette.action.active" | "colorPalette.action.selected" | "colorPalette.action.myNdla" | "colorPalette.myNdla" | "colorPalette.action.myNdla.hover" | "colorPalette.myNdla.hover" | "colorPalette.action.myNdla.current" | "colorPalette.myNdla.current" | "colorPalette.current" | "colorPalette.action.brand.1" | "colorPalette.action.brand.1.hover" | "colorPalette.brand.1.hover" | "colorPalette.1.hover" | "colorPalette.action.brand.1.hover.strong" | "colorPalette.brand.1.hover.strong" | "colorPalette.1.hover.strong" | "colorPalette.hover.strong" | "colorPalette.action.brand.1.active" | "colorPalette.brand.1.active" | "colorPalette.1.active" | "colorPalette.action.brand.1.selected" | "colorPalette.brand.1.selected" | "colorPalette.1.selected" | "colorPalette.action.brand.2" | "colorPalette.action.brand.2.hover" | "colorPalette.brand.2.hover" | "colorPalette.2.hover" | "colorPalette.action.brand.2.selected" | "colorPalette.brand.2.selected" | "colorPalette.2.selected" | "colorPalette.actionSubtle" | "colorPalette.actionSubtle.hover" | "colorPalette.actionSubtle.hover.strong" | "colorPalette.actionSubtle.active" | "colorPalette.actionSubtle.selected" | "colorPalette.success" | "colorPalette.success.hover" | "colorPalette.success.selected" | "colorPalette.success.active" | "colorPalette.successSubtle" | "colorPalette.successSubtle.hover" | "colorPalette.successSubtle.active" | "colorPalette.warning.hover" | "colorPalette.warning.active" | "colorPalette.warningSubtle" | "colorPalette.warningSubtle.hover" | "colorPalette.warningSubtle.active" | "colorPalette.danger.hover" | "colorPalette.danger.selected" | "colorPalette.danger.active" | "colorPalette.dangerSubtle" | "colorPalette.dangerSubtle.hover" | "colorPalette.dangerSubtle.active" | "colorPalette.error.hover" | "colorPalette.error.active" | "colorPalette.errorSubtle" | "colorPalette.errorSubtle.hover" | "colorPalette.errorSubtle.active" | "colorPalette.subtle.selected" | "colorPalette.info" | "colorPalette.discrete" export type EasingToken = "default" | "emphasized-in" | "emphasized-out" | "pulse" export type DurationToken = "superFast" | "fast" | "normal" | "slow" | "infinite" export type RadiusToken = "sharp" | "xsmall" | "small" | "medium" | "large" | "full" export type SpacingToken = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "22" | "24" | "26" | "28" | "32" | "36" | "40" | "44" | "48" | "50" | "60" | "72" | "75" | "100" | "150" | "200" | "250" | "300" | "350" | "400" | "500" | "550" | "5xsmall" | "4xsmall" | "3xsmall" | "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge" | "3xlarge" | "4xlarge" | "5xlarge" | "surface.4xsmall" | "surface.3xsmall" | "surface.xxsmall" | "surface.xsmall" | "surface.small" | "surface.medium" | "surface.large" | "surface.xlarge" | "surface.xxlarge" | "surface.3xlarge" | "surface.4xlarge" | "-1" | "-2" | "-3" | "-4" | "-5" | "-6" | "-7" | "-8" | "-9" | "-10" | "-11" | "-12" | "-13" | "-14" | "-15" | "-16" | "-17" | "-18" | "-19" | "-20" | "-22" | "-24" | "-26" | "-28" | "-32" | "-36" | "-40" | "-44" | "-48" | "-50" | "-60" | "-72" | "-75" | "-100" | "-150" | "-200" | "-250" | "-300" | "-350" | "-400" | "-500" | "-550" | "-5xsmall" | "-4xsmall" | "-3xsmall" | "-xxsmall" | "-xsmall" | "-small" | "-medium" | "-large" | "-xlarge" | "-xxlarge" | "-3xlarge" | "-4xlarge" | "-5xlarge" | "-surface.4xsmall" | "-surface.3xsmall" | "-surface.xxsmall" | "-surface.xsmall" | "-surface.small" | "-surface.medium" | "-surface.large" | "-surface.xlarge" | "-surface.xxlarge" | "-surface.3xlarge" | "-surface.4xlarge" export type SizeToken = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "22" | "24" | "26" | "28" | "32" | "36" | "40" | "44" | "48" | "50" | "60" | "72" | "75" | "100" | "150" | "200" | "250" | "300" | "350" | "400" | "500" | "550" | "breakpoint-mobile" | "breakpoint-mobileWide" | "breakpoint-tablet" | "breakpoint-tabletWide" | "breakpoint-desktop" | "breakpoint-wide" | "breakpoint-ultraWide" | "5xsmall" | "4xsmall" | "3xsmall" | "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge" | "3xlarge" | "4xlarge" | "5xlarge" | "surface.4xsmall" | "surface.3xsmall" | "surface.xxsmall" | "surface.xsmall" | "surface.small" | "surface.medium" | "surface.large" | "surface.xlarge" | "surface.xxlarge" | "surface.3xlarge" | "surface.4xlarge" | "surface.pageMax" | "surface.contentMax" | "surface.articleMax" | "surface.wideMax" export type LineHeightToken = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge" | "3xlarge" | "4xlarge" export type FontWeightToken = "light" | "normal" | "semibold" | "bold" export type FontSizeToken = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge" | "3xlarge" | "4xlarge" export type FontToken = "sans" | "serif" | "code" export type AnimationToken = "rainbow-spin" | "spin" | "collapse-in" | "collapse-out" | "fade-shift-in" | "fade-shift-out" | "backdrop-in" | "backdrop-out" | "dialog-in" | "dialog-out" | "drawer-in-left" | "drawer-out-left" | "drawer-in-right" | "drawer-out-right" | "drawer-in-bottom" | "drawer-out-bottom" | "drawer-in-top" | "drawer-out-top" | "skeleton-pulse" export type ShadowToken = "xsmall" | "small" | "medium" | "large" | "xlarge" | "full" | "inner" | "innerTop" | "innerRight" export type ZIndexToken = "hide" | "base" | "docked" | "dropdown" | "sticky" | "banner" | "overlay" | "modal" | "alertModalOverlay" | "alertModal" | "popover" | "skipLink" | "toast" | "tooltip" export type BreakpointToken = "mobile" | "mobileWide" | "tablet" | "tabletWide" | "desktop" | "wide" | "ultraWide" export type Tokens = { colors: ColorToken easings: EasingToken durations: DurationToken radii: RadiusToken spacing: SpacingToken sizes: SizeToken lineHeights: LineHeightToken fontWeights: FontWeightToken fontSizes: FontSizeToken fonts: FontToken animations: AnimationToken shadows: ShadowToken zIndex: ZIndexToken breakpoints: BreakpointToken } & { [token: string]: never } export type TokenCategory = "aspectRatios" | "zIndex" | "opacity" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "lineHeights" | "letterSpacings" | "sizes" | "cursor" | "shadows" | "spacing" | "radii" | "borders" | "borderWidths" | "durations" | "easings" | "animations" | "blurs" | "gradients" | "breakpoints" | "assets"