export const uniqueWordsFromTokens: string[] = [
	'color',
	'text',
	'accent',
	'lime',
	'bolder',
	'red',
	'orange',
	'yellow',
	'green',
	'teal',
	'blue',
	'purple',
	'magenta',
	'gray',
	'disabled',
	'inverse',
	'selected',
	'brand',
	'danger',
	'warning',
	'success',
	'discovery',
	'information',
	'subtlest',
	'subtle',
	'link',
	'pressed',
	'visited',
	'icon',
	'border',
	'focused',
	'input',
	'bold',
	'background',
	'hovered',
	'subtler',
	'neutral',
	'boldest',
	'blanket',
	'interaction',
	'skeleton',
	'chart',
	'categorical',
	'elevation',
	'surface',
	'overlay',
	'raised',
	'sunken',
	'shadow',
	'overflow',
	'perimeter',
	'spread',
	'opacity',
	'loading',
	'utility',
	'transform',
	'uppercase',
	'transparent',
	'current',
	'radius',
	'circle',
	'width',
	'indicator',
	'outline',
	'space',
	'negative',
	'font',
	'heading',
	'xxlarge',
	'xlarge',
	'large',
	'medium',
	'small',
	'xsmall',
	'xxsmall',
	'body',
	'ui',
	'code',
	'letter',
	'spacing',
	'family',
	'monospace',
	'sans',
	'size',
	'weight',
	'regular',
	'semibold',
	'line',
	'height',
];
