// Generated by build-tokens.mjs. Do not edit manually.
export type MotifTokenName =
  | 'border.focus.offset'
  | 'border.focus.width'
  | 'border.source.focus-offset'
  | 'border.source.focus-width'
  | 'color.action.primary'
  | 'color.action.secondary'
  | 'color.border'
  | 'color.feedback.error'
  | 'color.feedback.success'
  | 'color.feedback.warning'
  | 'color.focus'
  | 'color.source.aubergine'
  | 'color.source.coral'
  | 'color.source.lilac'
  | 'color.source.near-black'
  | 'color.source.parchment'
  | 'color.source.white'
  | 'color.surface.ground'
  | 'color.surface.raised'
  | 'color.text.inverse'
  | 'color.text.primary'
  | 'component.action.container.color.default'
  | 'component.action.container.color.secondary'
  | 'component.action.container.inset'
  | 'component.action.label.color'
  | 'component.checkbox.border'
  | 'component.checkbox.checked'
  | 'component.checkbox.focus'
  | 'component.disclosure.motion.enter'
  | 'component.disclosure.surface'
  | 'component.disclosure.text'
  | 'component.feedback.error'
  | 'component.feedback.success'
  | 'component.feedback.warning'
  | 'component.field.border'
  | 'component.field.focus'
  | 'component.field.inset'
  | 'component.field.surface'
  | 'component.field.text'
  | 'component.guide-navigation.focus'
  | 'component.guide-navigation.gap'
  | 'component.guide-navigation.surface'
  | 'component.guide-navigation.text'
  | 'font-family.editorial'
  | 'font-family.operational'
  | 'font-family.source.sans'
  | 'font-family.source.serif'
  | 'font-weight.body'
  | 'font-weight.label'
  | 'font-weight.source.bold'
  | 'font-weight.source.medium'
  | 'font-weight.source.regular'
  | 'font-weight.source.semibold'
  | 'mode.compact.layout.gutter.page'
  | 'mode.compact.layout.section'
  | 'mode.expanded.layout.gutter.page'
  | 'mode.expanded.layout.section'
  | 'mode.reduced-motion.motion.action.press'
  | 'mode.reduced-motion.motion.chapter.crossing'
  | 'mode.reduced-motion.motion.disclosure.enter'
  | 'mode.reduced-motion.motion.editorial.arrive'
  | 'mode.standard.layout.gutter.page'
  | 'mode.standard.layout.section'
  | 'motion.action.press'
  | 'motion.chapter.crossing'
  | 'motion.delay.stagger-short'
  | 'motion.disclosure.enter'
  | 'motion.distance.functional'
  | 'motion.distance.press'
  | 'motion.distance.reveal'
  | 'motion.distance.signature'
  | 'motion.duration.editorial'
  | 'motion.duration.feedback'
  | 'motion.duration.functional'
  | 'motion.duration.instant'
  | 'motion.duration.reveal'
  | 'motion.duration.signature'
  | 'motion.ease.editorial'
  | 'motion.ease.feedback'
  | 'motion.ease.functional'
  | 'motion.ease.signature'
  | 'motion.editorial.arrive'
  | 'motion.reduced.instant'
  | 'space.gutter.page'
  | 'space.gutter.page-expanded'
  | 'space.inset.control.block'
  | 'space.inset.control.inline'
  | 'space.source.100'
  | 'space.source.200'
  | 'space.source.300'
  | 'space.source.400'
  | 'space.source.500'
  | 'space.source.600'
  | 'space.source.700'
  | 'space.source.800'
  | 'space.stack.component'
  | 'space.stack.section'
  | 'space.stack.section-expanded';

export interface MotifTokenMap {
  readonly 'border.focus.offset': string;
  readonly 'border.focus.width': string;
  readonly 'border.source.focus-offset': string;
  readonly 'border.source.focus-width': string;
  readonly 'color.action.primary': string;
  readonly 'color.action.secondary': string;
  readonly 'color.border': string;
  readonly 'color.feedback.error': string;
  readonly 'color.feedback.success': string;
  readonly 'color.feedback.warning': string;
  readonly 'color.focus': string;
  readonly 'color.source.aubergine': string;
  readonly 'color.source.coral': string;
  readonly 'color.source.lilac': string;
  readonly 'color.source.near-black': string;
  readonly 'color.source.parchment': string;
  readonly 'color.source.white': string;
  readonly 'color.surface.ground': string;
  readonly 'color.surface.raised': string;
  readonly 'color.text.inverse': string;
  readonly 'color.text.primary': string;
  readonly 'component.action.container.color.default': string;
  readonly 'component.action.container.color.secondary': string;
  readonly 'component.action.container.inset': string;
  readonly 'component.action.label.color': string;
  readonly 'component.checkbox.border': string;
  readonly 'component.checkbox.checked': string;
  readonly 'component.checkbox.focus': string;
  readonly 'component.disclosure.motion.enter': string;
  readonly 'component.disclosure.surface': string;
  readonly 'component.disclosure.text': string;
  readonly 'component.feedback.error': string;
  readonly 'component.feedback.success': string;
  readonly 'component.feedback.warning': string;
  readonly 'component.field.border': string;
  readonly 'component.field.focus': string;
  readonly 'component.field.inset': string;
  readonly 'component.field.surface': string;
  readonly 'component.field.text': string;
  readonly 'component.guide-navigation.focus': string;
  readonly 'component.guide-navigation.gap': string;
  readonly 'component.guide-navigation.surface': string;
  readonly 'component.guide-navigation.text': string;
  readonly 'font-family.editorial': string;
  readonly 'font-family.operational': string;
  readonly 'font-family.source.sans': string;
  readonly 'font-family.source.serif': string;
  readonly 'font-weight.body': number;
  readonly 'font-weight.label': number;
  readonly 'font-weight.source.bold': number;
  readonly 'font-weight.source.medium': number;
  readonly 'font-weight.source.regular': number;
  readonly 'font-weight.source.semibold': number;
  readonly 'mode.compact.layout.gutter.page': string;
  readonly 'mode.compact.layout.section': string;
  readonly 'mode.expanded.layout.gutter.page': string;
  readonly 'mode.expanded.layout.section': string;
  readonly 'mode.reduced-motion.motion.action.press': string;
  readonly 'mode.reduced-motion.motion.chapter.crossing': string;
  readonly 'mode.reduced-motion.motion.disclosure.enter': string;
  readonly 'mode.reduced-motion.motion.editorial.arrive': string;
  readonly 'mode.standard.layout.gutter.page': string;
  readonly 'mode.standard.layout.section': string;
  readonly 'motion.action.press': string;
  readonly 'motion.chapter.crossing': string;
  readonly 'motion.delay.stagger-short': string;
  readonly 'motion.disclosure.enter': string;
  readonly 'motion.distance.functional': string;
  readonly 'motion.distance.press': string;
  readonly 'motion.distance.reveal': string;
  readonly 'motion.distance.signature': string;
  readonly 'motion.duration.editorial': string;
  readonly 'motion.duration.feedback': string;
  readonly 'motion.duration.functional': string;
  readonly 'motion.duration.instant': string;
  readonly 'motion.duration.reveal': string;
  readonly 'motion.duration.signature': string;
  readonly 'motion.ease.editorial': readonly number[];
  readonly 'motion.ease.feedback': readonly number[];
  readonly 'motion.ease.functional': readonly number[];
  readonly 'motion.ease.signature': readonly number[];
  readonly 'motion.editorial.arrive': string;
  readonly 'motion.reduced.instant': string;
  readonly 'space.gutter.page': string;
  readonly 'space.gutter.page-expanded': string;
  readonly 'space.inset.control.block': string;
  readonly 'space.inset.control.inline': string;
  readonly 'space.source.100': string;
  readonly 'space.source.200': string;
  readonly 'space.source.300': string;
  readonly 'space.source.400': string;
  readonly 'space.source.500': string;
  readonly 'space.source.600': string;
  readonly 'space.source.700': string;
  readonly 'space.source.800': string;
  readonly 'space.stack.component': string;
  readonly 'space.stack.section': string;
  readonly 'space.stack.section-expanded': string;
}
