@equisoft/design-elements-react 9.9.7-snapshot.20260114214150 → 9.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/dist/bundle.js +3106 -3013
  2. package/dist/bundle.js.LICENSE.txt +14 -15
  3. package/dist/components/accordion/accordion-item.d.ts +3 -3
  4. package/dist/components/accordion/accordion.d.ts +3 -3
  5. package/dist/components/accordion/index.d.ts +2 -1
  6. package/dist/components/avatar/avatar.d.ts +2 -2
  7. package/dist/components/badge/badge.d.ts +3 -2
  8. package/dist/components/bento-menu-button/bento-menu-button.d.ts +2 -1
  9. package/dist/components/bento-menu-button/product-group.d.ts +1 -1
  10. package/dist/components/breadcrumb/breadcrumb.d.ts +5 -4
  11. package/dist/components/breadcrumb/use-breadcrumb-layout-effect.d.ts +2 -2
  12. package/dist/components/breadcrumb/use-breadcrumb-overflow.d.ts +1 -1
  13. package/dist/components/breadcrumb/use-breadcrumb-routes.d.ts +2 -2
  14. package/dist/components/buttons/abstract/abstract-button.d.ts +1 -10
  15. package/dist/components/buttons/abstract/{styles.d.ts → styled.d.ts} +4 -3
  16. package/dist/components/buttons/abstract/types.d.ts +7 -0
  17. package/dist/components/buttons/button.d.ts +1 -41
  18. package/dist/components/buttons/icon-button.d.ts +5 -5
  19. package/dist/components/buttons/index.d.ts +5 -5
  20. package/dist/components/buttons/search-button.d.ts +3 -3
  21. package/dist/components/buttons/styled.d.ts +6 -6
  22. package/dist/components/buttons/types.d.ts +40 -0
  23. package/dist/components/card/card.d.ts +3 -2
  24. package/dist/components/card-link/card-link.d.ts +4 -3
  25. package/dist/components/checkbox-group/checkbox-group.d.ts +11 -11
  26. package/dist/components/chooser-button/chooser-button.d.ts +2 -1
  27. package/dist/components/chooser-button/styles/choose.d.ts +1 -0
  28. package/dist/components/chooser-button-group/chooser-button-group.d.ts +4 -3
  29. package/dist/components/combobox/combobox.d.ts +10 -21
  30. package/dist/components/date-picker/calendar-header.d.ts +3 -3
  31. package/dist/components/date-picker/date-picker.d.ts +6 -5
  32. package/dist/components/date-picker/utils/datepicker-utils.d.ts +6 -2
  33. package/dist/components/design-system.d.ts +3 -4
  34. package/dist/components/device-context-provider/device-context-provider.d.ts +2 -2
  35. package/dist/components/disclosure/disclosure.d.ts +8 -7
  36. package/dist/components/dropdown-list/dropdown-list-option.d.ts +4 -0
  37. package/dist/components/dropdown-list/dropdown-list.d.ts +8 -7
  38. package/dist/components/dropdown-list/utils/dropdown-list-utils.d.ts +9 -0
  39. package/dist/components/dropdown-menu/dropdown-menu.d.ts +2 -1
  40. package/dist/components/dropdown-menu/list-items/external-item.d.ts +3 -3
  41. package/dist/components/dropdown-menu/list-items/group-item.d.ts +4 -4
  42. package/dist/components/dropdown-menu/list-items/index.d.ts +3 -3
  43. package/dist/components/dropdown-menu/list-items/item-content.d.ts +4 -4
  44. package/dist/components/dropdown-menu/list-items/label-item.d.ts +2 -2
  45. package/dist/components/dropdown-menu/list-items/nav-item.d.ts +4 -4
  46. package/dist/components/dropdown-menu-button/dropdown-menu-button.d.ts +15 -23
  47. package/dist/components/dropdown-navigation/dropdown-navigation.d.ts +6 -5
  48. package/dist/components/error-summary/error-summary.d.ts +6 -5
  49. package/dist/components/external-link/external-link.d.ts +3 -3
  50. package/dist/components/feedbacks/invalid-field.d.ts +4 -3
  51. package/dist/components/field-container/field-container.d.ts +2 -2
  52. package/dist/components/fieldset/fieldset.d.ts +1 -16
  53. package/dist/components/fieldset/index.d.ts +1 -2
  54. package/dist/components/fieldset/legend.d.ts +2 -12
  55. package/dist/components/fieldset/styled.d.ts +9 -0
  56. package/dist/components/fieldset/types.d.ts +17 -0
  57. package/dist/components/global-banner/global-banner.d.ts +2 -1
  58. package/dist/components/global-header/global-header.d.ts +3 -2
  59. package/dist/components/global-navigation/global-navigation.d.ts +20 -0
  60. package/dist/components/heading/heading.d.ts +4 -4
  61. package/dist/components/icon/icon.d.ts +2 -2
  62. package/dist/components/internationalization-provider/internationalization-provider.d.ts +1 -1
  63. package/dist/components/label/label.d.ts +3 -3
  64. package/dist/components/legend/legend.d.ts +12 -0
  65. package/dist/components/link/index.d.ts +0 -1
  66. package/dist/components/link/link.d.ts +1 -1
  67. package/dist/components/link/types.d.ts +5 -5
  68. package/dist/components/listbox/listbox-option.d.ts +5 -0
  69. package/dist/components/listbox/listbox.d.ts +2 -10
  70. package/dist/components/lozenge/lozenge.d.ts +4 -3
  71. package/dist/components/menu/menu.d.ts +5 -3
  72. package/dist/components/menu-button/menu-button.d.ts +4 -4
  73. package/dist/components/modal/dialog/modal-dialog.d.ts +3 -20
  74. package/dist/components/modal/dialog/styled.d.ts +3 -3
  75. package/dist/components/modal/dialog/types.d.ts +19 -0
  76. package/dist/components/modal/index.d.ts +0 -4
  77. package/dist/components/modal/modal.d.ts +1 -1
  78. package/dist/components/modal/styled.d.ts +1 -1
  79. package/dist/components/modal/use-modal.d.ts +2 -1
  80. package/dist/components/money-input/money-input.d.ts +3 -3
  81. package/dist/components/nav-list/nav-list-item.d.ts +2 -2
  82. package/dist/components/nav-list/nav-list-option.d.ts +1 -1
  83. package/dist/components/nav-list/nav-list.d.ts +1 -0
  84. package/dist/components/numeric-input/numeric-input.d.ts +5 -5
  85. package/dist/components/pagination/pagination.d.ts +4 -3
  86. package/dist/components/pagination/util/pagination-util.d.ts +2 -1
  87. package/dist/components/password-creation-input/password-creation-input.d.ts +4 -3
  88. package/dist/components/password-creation-input/password-rule.d.ts +2 -2
  89. package/dist/components/password-creation-input/password-strength-container.d.ts +2 -2
  90. package/dist/components/password-creation-input/password-strength-meter.d.ts +2 -2
  91. package/dist/components/password-input/password-input.d.ts +4 -3
  92. package/dist/components/phone-input/phone-input.d.ts +4 -3
  93. package/dist/components/progress-circle/circle.d.ts +9 -0
  94. package/dist/components/progress-circle/progress-circle.d.ts +12 -0
  95. package/dist/components/progress-circular/progress-circular.d.ts +2 -2
  96. package/dist/components/progress-indicator/bar.d.ts +9 -0
  97. package/dist/components/progress-indicator/progress-indicator.d.ts +13 -1
  98. package/dist/components/progress-tracker/progress-tracker.d.ts +4 -3
  99. package/dist/components/radio-button/radio-button.d.ts +2 -1
  100. package/dist/components/radio-button/radio-input.d.ts +2 -1
  101. package/dist/components/radio-button-group/radio-button-group.d.ts +9 -8
  102. package/dist/components/radio-card-group/radio-card-group.d.ts +4 -3
  103. package/dist/components/radio-card-group/radio-card.d.ts +2 -2
  104. package/dist/components/radio-card-group/styled-components.d.ts +1 -1
  105. package/dist/components/route-link/route-link.d.ts +5 -5
  106. package/dist/components/screen-reader-only-text/ScreenReaderOnlyText.d.ts +4 -3
  107. package/dist/components/search/search-contextual.d.ts +2 -1
  108. package/dist/components/search/search-global.d.ts +2 -2
  109. package/dist/components/search/search-input.d.ts +2 -2
  110. package/dist/components/sectional-banner/sectional-banner.d.ts +6 -5
  111. package/dist/components/segmented-control/segmented-control.d.ts +5 -4
  112. package/dist/components/shadow-wrapper/shadow-wrapper.d.ts +2 -1
  113. package/dist/components/side-drawer/side-drawer.d.ts +1 -1
  114. package/dist/components/skip-link/skip-link.d.ts +2 -2
  115. package/dist/components/slider/slider.d.ts +3 -3
  116. package/dist/components/slider/value-tooltip.d.ts +2 -2
  117. package/dist/components/spinner/{index.d.ts → spinner.d.ts} +1 -4
  118. package/dist/components/status/status.d.ts +9 -0
  119. package/dist/components/stepper-input/stepper-buttons.d.ts +2 -2
  120. package/dist/components/stepper-input/stepper-input.d.ts +5 -5
  121. package/dist/components/table/index.d.ts +2 -3
  122. package/dist/components/table/table-footer.d.ts +1 -1
  123. package/dist/components/table/table-row.d.ts +1 -1
  124. package/dist/components/table/table.d.ts +4 -7
  125. package/dist/components/table/types.d.ts +3 -3
  126. package/dist/components/tabs/tab-button.d.ts +15 -1
  127. package/dist/components/tabs/tab-panel.d.ts +9 -2
  128. package/dist/components/tabs/tabs.d.ts +7 -7
  129. package/dist/components/tag/tag.d.ts +3 -3
  130. package/dist/components/tag/toggle-tag.d.ts +1 -1
  131. package/dist/components/text-area/text-area.d.ts +4 -4
  132. package/dist/components/text-input/index.d.ts +2 -4
  133. package/dist/components/text-input/styles/inputs.d.ts +2 -2
  134. package/dist/components/text-input/text-input.d.ts +2 -2
  135. package/dist/components/theme-wrapper/theme-wrapper.d.ts +2 -2
  136. package/dist/components/toast/toast-container.d.ts +4 -4
  137. package/dist/components/toast/toasts-container.d.ts +2 -2
  138. package/dist/components/toggle-switch/toggle-switch.d.ts +4 -3
  139. package/dist/components/toggletip/toggletip.d.ts +1 -1
  140. package/dist/components/user-profile/user-profile.d.ts +5 -4
  141. package/dist/components/visually-hidden/visuallyhidden.d.ts +2 -0
  142. package/dist/hooks/use-list-select.d.ts +1 -3
  143. package/dist/hooks/use-scroll-into-view.d.ts +1 -2
  144. package/dist/hooks/use-theme.d.ts +1 -1
  145. package/dist/hooks/use-toast.d.ts +1 -1
  146. package/dist/hooks/use-toasts.d.ts +1 -1
  147. package/dist/i18n/translations.d.ts +0 -26
  148. package/dist/index.d.ts +81 -2
  149. package/dist/theme.js +1 -1
  150. package/dist/themes/build-theme.d.ts +1 -1
  151. package/dist/themes/index.d.ts +0 -1
  152. package/dist/themes/theme.d.ts +8 -13
  153. package/dist/themes/tokens/alias-tokens.d.ts +47 -195
  154. package/dist/themes/tokens/component/accordion-tokens.d.ts +8 -3
  155. package/dist/themes/tokens/component/avatar-tokens.d.ts +8 -3
  156. package/dist/themes/tokens/component/badge-tokens.d.ts +8 -3
  157. package/dist/themes/tokens/component/bento-menu-button-tokens.d.ts +8 -3
  158. package/dist/themes/tokens/component/breadcrumb-tokens.d.ts +8 -3
  159. package/dist/themes/tokens/component/button-tokens.d.ts +8 -3
  160. package/dist/themes/tokens/component/card-tokens.d.ts +8 -3
  161. package/dist/themes/tokens/component/carousel-tokens.d.ts +8 -3
  162. package/dist/themes/tokens/component/checkbox-tokens.d.ts +8 -3
  163. package/dist/themes/tokens/component/chooser-tokens.d.ts +8 -3
  164. package/dist/themes/tokens/component/combobox-tokens.d.ts +8 -3
  165. package/dist/themes/tokens/component/datepicker-tokens.d.ts +8 -3
  166. package/dist/themes/tokens/component/disclosure-tokens.d.ts +8 -3
  167. package/dist/themes/tokens/component/dropdown-list-tokens.d.ts +8 -3
  168. package/dist/themes/tokens/component/dropdown-menu-tokens.d.ts +8 -3
  169. package/dist/themes/tokens/component/field-tokens.d.ts +8 -3
  170. package/dist/themes/tokens/component/focus-tokens.d.ts +8 -3
  171. package/dist/themes/tokens/component/global-banner-tokens.d.ts +8 -3
  172. package/dist/themes/tokens/component/global-header-tokens.d.ts +8 -3
  173. package/dist/themes/tokens/component/global-navigation-tokens.d.ts +8 -0
  174. package/dist/themes/tokens/component/heading-tokens.d.ts +8 -3
  175. package/dist/themes/tokens/component/label-tokens.d.ts +8 -3
  176. package/dist/themes/tokens/component/legend-tokens.d.ts +8 -3
  177. package/dist/themes/tokens/component/link-tokens.d.ts +8 -3
  178. package/dist/themes/tokens/component/listbox-tokens.d.ts +8 -3
  179. package/dist/themes/tokens/component/lozenge-tokens.d.ts +8 -3
  180. package/dist/themes/tokens/component/menu-tokens.d.ts +8 -3
  181. package/dist/themes/tokens/component/modal-tokens.d.ts +8 -3
  182. package/dist/themes/tokens/component/nav-list-tokens.d.ts +8 -3
  183. package/dist/themes/tokens/component/numeric-input-tokens.d.ts +8 -3
  184. package/dist/themes/tokens/component/pagination-tokens.d.ts +8 -3
  185. package/dist/themes/tokens/component/password-input-tokens.d.ts +8 -3
  186. package/dist/themes/tokens/component/phone-input-tokens.d.ts +8 -3
  187. package/dist/themes/tokens/component/progress-circular-tokens.d.ts +8 -3
  188. package/dist/themes/tokens/component/progress-tokens.d.ts +8 -3
  189. package/dist/themes/tokens/component/radio-button-group-tokens.d.ts +8 -3
  190. package/dist/themes/tokens/component/radio-card-tokens.d.ts +8 -3
  191. package/dist/themes/tokens/component/search-input-tokens.d.ts +8 -3
  192. package/dist/themes/tokens/component/sectional-banner-tokens.d.ts +8 -3
  193. package/dist/themes/tokens/component/segmented-control-tokens.d.ts +8 -3
  194. package/dist/themes/tokens/component/side-drawer-tokens.d.ts +8 -3
  195. package/dist/themes/tokens/component/slider-tokens.d.ts +8 -3
  196. package/dist/themes/tokens/component/spinner-tokens.d.ts +8 -3
  197. package/dist/themes/tokens/component/status-tokens.d.ts +8 -0
  198. package/dist/themes/tokens/component/stepper-tokens.d.ts +8 -3
  199. package/dist/themes/tokens/component/tab-tokens.d.ts +8 -3
  200. package/dist/themes/tokens/component/table-tokens.d.ts +8 -3
  201. package/dist/themes/tokens/component/tag-tokens.d.ts +8 -3
  202. package/dist/themes/tokens/component/text-area-tokens.d.ts +8 -3
  203. package/dist/themes/tokens/component/text-input-tokens.d.ts +8 -3
  204. package/dist/themes/tokens/component/toast-tokens.d.ts +8 -3
  205. package/dist/themes/tokens/component/toggle-switch-tokens.d.ts +8 -3
  206. package/dist/themes/tokens/component/toggletip-tokens.d.ts +8 -3
  207. package/dist/themes/tokens/component/tooltip-tokens.d.ts +8 -3
  208. package/dist/themes/tokens/component-tokens.d.ts +66 -705
  209. package/dist/themes/tokens/index.d.ts +0 -1
  210. package/dist/themes/tokens/ref/color-utility-tokens.d.ts +6 -0
  211. package/dist/themes/tokens/ref/palette-tokens.d.ts +6 -3
  212. package/dist/themes/tokens/ref/text-attributes-tokens.d.ts +6 -0
  213. package/dist/themes/tokens/ref-tokens.d.ts +9 -209
  214. package/dist/utility-types.d.ts +1 -0
  215. package/dist/utils/component-classes.d.ts +0 -1
  216. package/dist/utils/css-state.d.ts +1 -4
  217. package/dist/utils/dom.d.ts +1 -1
  218. package/package.json +64 -64
  219. package/dist/components/avatar/index.d.ts +0 -2
  220. package/dist/components/badge/index.d.ts +0 -2
  221. package/dist/components/bento-menu-button/index.d.ts +0 -3
  222. package/dist/components/breadcrumb/index.d.ts +0 -2
  223. package/dist/components/buttons/abstract/index.d.ts +0 -2
  224. package/dist/components/card/index.d.ts +0 -2
  225. package/dist/components/card-link/index.d.ts +0 -2
  226. package/dist/components/carousel/index.d.ts +0 -2
  227. package/dist/components/checkbox/index.d.ts +0 -2
  228. package/dist/components/checkbox-group/index.d.ts +0 -2
  229. package/dist/components/chooser-button/chooser-label.d.ts +0 -1
  230. package/dist/components/chooser-button/index.d.ts +0 -2
  231. package/dist/components/chooser-button-group/index.d.ts +0 -2
  232. package/dist/components/combobox/index.d.ts +0 -2
  233. package/dist/components/date-picker/index.d.ts +0 -3
  234. package/dist/components/date-picker/utils/index.d.ts +0 -1
  235. package/dist/components/device-context-provider/index.d.ts +0 -2
  236. package/dist/components/disclosure/index.d.ts +0 -2
  237. package/dist/components/dropdown-list/index.d.ts +0 -2
  238. package/dist/components/dropdown-menu/index.d.ts +0 -3
  239. package/dist/components/dropdown-menu-button/dropdown-menu-button-classes.d.ts +0 -7
  240. package/dist/components/dropdown-menu-button/index.d.ts +0 -3
  241. package/dist/components/dropdown-navigation/index.d.ts +0 -2
  242. package/dist/components/error-summary/index.d.ts +0 -2
  243. package/dist/components/external-link/index.d.ts +0 -2
  244. package/dist/components/feedbacks/index.d.ts +0 -2
  245. package/dist/components/field-container/index.d.ts +0 -2
  246. package/dist/components/filters/filter-multi.d.ts +0 -17
  247. package/dist/components/filters/filter-option.d.ts +0 -5
  248. package/dist/components/filters/filter-single.d.ts +0 -14
  249. package/dist/components/filters/index.d.ts +0 -5
  250. package/dist/components/filters/internal/clear-filters.d.ts +0 -6
  251. package/dist/components/filters/internal/filter-dropdown-button.d.ts +0 -12
  252. package/dist/components/filters/internal/list-container.d.ts +0 -17
  253. package/dist/components/filters/internal/use-list-filter.d.ts +0 -15
  254. package/dist/components/filters/internal/use.search.d.ts +0 -11
  255. package/dist/components/global-banner/index.d.ts +0 -2
  256. package/dist/components/global-header/index.d.ts +0 -3
  257. package/dist/components/heading/index.d.ts +0 -2
  258. package/dist/components/icon/index.d.ts +0 -2
  259. package/dist/components/index.d.ts +0 -73
  260. package/dist/components/internationalization-provider/index.d.ts +0 -2
  261. package/dist/components/label/index.d.ts +0 -2
  262. package/dist/components/listbox/index.d.ts +0 -2
  263. package/dist/components/listbox/listbox-tag.d.ts +0 -18
  264. package/dist/components/listbox/utils/index.d.ts +0 -1
  265. package/dist/components/listbox/utils/listbox-utils.d.ts +0 -34
  266. package/dist/components/lozenge/index.d.ts +0 -2
  267. package/dist/components/menu/index.d.ts +0 -2
  268. package/dist/components/menu-button/index.d.ts +0 -2
  269. package/dist/components/modal/dialog/index.d.ts +0 -2
  270. package/dist/components/nav-list/index.d.ts +0 -3
  271. package/dist/components/pagination/index.d.ts +0 -2
  272. package/dist/components/pagination/util/index.d.ts +0 -1
  273. package/dist/components/password-creation-input/index.d.ts +0 -4
  274. package/dist/components/password-input/index.d.ts +0 -2
  275. package/dist/components/phone-input/index.d.ts +0 -2
  276. package/dist/components/progress-circular/index.d.ts +0 -2
  277. package/dist/components/progress-indicator/index.d.ts +0 -1
  278. package/dist/components/progress-tracker/index.d.ts +0 -2
  279. package/dist/components/radio-button/index.d.ts +0 -2
  280. package/dist/components/radio-button-group/index.d.ts +0 -2
  281. package/dist/components/radio-card-group/index.d.ts +0 -4
  282. package/dist/components/route-link/index.d.ts +0 -2
  283. package/dist/components/route-link/styles/index.d.ts +0 -1
  284. package/dist/components/screen-reader-only-text/index.d.ts +0 -2
  285. package/dist/components/search/index.d.ts +0 -4
  286. package/dist/components/sectional-banner/index.d.ts +0 -2
  287. package/dist/components/segmented-control/index.d.ts +0 -2
  288. package/dist/components/shadow-wrapper/index.d.ts +0 -2
  289. package/dist/components/side-drawer/index.d.ts +0 -2
  290. package/dist/components/skip-link/index.d.ts +0 -2
  291. package/dist/components/slider/index.d.ts +0 -2
  292. package/dist/components/stepper-input/index.d.ts +0 -2
  293. package/dist/components/table/table-caption.d.ts +0 -14
  294. package/dist/components/table/utils/index.d.ts +0 -1
  295. package/dist/components/tabs/index.d.ts +0 -2
  296. package/dist/components/tabs/tabs-classes.d.ts +0 -5
  297. package/dist/components/tabs/types.d.ts +0 -30
  298. package/dist/components/tag/index.d.ts +0 -4
  299. package/dist/components/text-area/index.d.ts +0 -2
  300. package/dist/components/text-input/styles/index.d.ts +0 -1
  301. package/dist/components/theme-wrapper/index.d.ts +0 -2
  302. package/dist/components/toast/index.d.ts +0 -3
  303. package/dist/components/toggle-switch/index.d.ts +0 -2
  304. package/dist/components/toggletip/index.d.ts +0 -2
  305. package/dist/components/tooltip/index.d.ts +0 -2
  306. package/dist/components/user-profile/index.d.ts +0 -2
  307. package/dist/components/visually-hidden/index.d.ts +0 -2
  308. package/dist/components/visually-hidden/visually-hidden.d.ts +0 -3
  309. package/dist/hooks/use-dropdown/index.d.ts +0 -2
  310. package/dist/hooks/use-dropdown/use-dropdown.d.ts +0 -20
  311. package/dist/themes/tokens/alias/color-tokens.d.ts +0 -3
  312. package/dist/themes/tokens/alias/text-tokens.d.ts +0 -3
  313. package/dist/themes/tokens/component/caption-tokens.d.ts +0 -3
  314. package/dist/themes/tokens/component/filter-tokens.d.ts +0 -3
  315. package/dist/themes/tokens/component/progress-indicator-tokens.d.ts +0 -3
  316. package/dist/themes/tokens/ref/text-tokens.d.ts +0 -3
  317. package/dist/themes/tokens/ref/utility-tokens.d.ts +0 -3
  318. package/dist/themes/tokens/tokens.d.ts +0 -11
  319. package/dist/utils/css-values/box-shadow.d.ts +0 -11
  320. package/dist/utils/css-values/box-shadow.test.d.ts +0 -1
  321. package/dist/utils/css-values/index.d.ts +0 -2
  322. package/dist/utils/css-values/size.d.ts +0 -5
  323. package/dist/utils/css-values/size.test.d.ts +0 -1
  324. /package/dist/components/{listbox/utils/listbox-utils.test.d.ts → dropdown-list/utils/dropdown-list-utils.test.d.ts} +0 -0
  325. /package/dist/components/visually-hidden/{visually-hidden.style.d.ts → styles/visuallyhidden.d.ts} +0 -0
@@ -1,196 +1,48 @@
1
- import { ColorAliasToken } from './alias/color-tokens';
2
- import { TextAliasToken } from './alias/text-tokens';
3
- export type AliasToken = ColorAliasToken | TextAliasToken;
4
- export declare const defaultAliasTokens: {
5
- "text-heading-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
6
- "text-heading-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
7
- "text-heading-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
8
- "text-heading-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
9
- "text-heading-xsmall-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
10
- "text-heading-xsmall-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
11
- "text-heading-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
12
- "text-heading-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
13
- "text-heading-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
14
- "text-heading-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
15
- "text-heading-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
16
- "text-heading-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
17
- "text-heading-xlarge-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
18
- "text-heading-xlarge-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
19
- "text-body-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
20
- "text-body-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
21
- "text-body-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
22
- "text-body-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
23
- "text-body-strong-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
24
- "text-body-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
25
- "text-body-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
26
- "text-body-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
27
- "text-body-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
28
- "text-body-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
29
- "text-body-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
30
- "text-emphasis-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
31
- "text-emphasis-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
32
- "text-emphasis-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
33
- "text-emphasis-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
34
- "text-emphasis-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
35
- "text-emphasis-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
36
- "text-emphasis-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
37
- "text-emphasis-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
38
- "text-emphasis-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
39
- "text-emphasis-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
40
- "text-caps-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
41
- "text-caps-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
42
- "text-caps-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
43
- "text-caps-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
44
- "text-caps-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
45
- "text-caps-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
46
- "text-caps-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
47
- "text-caps-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
48
- "text-label-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
49
- "text-label-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
50
- "text-label-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
51
- "text-label-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
52
- "text-label-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
53
- "text-label-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
54
- "text-label-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
55
- "text-label-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
56
- "text-legend-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
57
- "text-legend-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
58
- "text-legend-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
59
- "text-legend-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
60
- "text-legend-xxsmall-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
61
- "text-legend-xxsmall-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
62
- "text-legend-xsmall-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
63
- "text-legend-xsmall-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
64
- "text-legend-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
65
- "text-legend-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
66
- "text-legend-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
67
- "text-legend-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
68
- "text-legend-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
69
- "text-legend-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
70
- "text-caption-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
71
- "text-caption-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
72
- "text-caption-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
73
- "text-caption-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
74
- "text-caption-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
75
- "text-caption-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
76
- "text-caption-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
77
- "text-caption-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-large-font-size" | "text-caption-large-line-height";
78
- "text-caption-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-line-height";
79
- "text-caption-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size";
80
- "color-action": "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
81
- "color-action-hover": "color-action" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
82
- "color-action-disabled": "color-action" | "color-action-hover" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
83
- "color-action-destructive": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
84
- "color-action-destructive-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
85
- "color-action-destructive-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
86
- "color-action-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
87
- "color-action-inverse-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
88
- "color-action-inverse-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
89
- "color-background-neutral-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
90
- "color-background-neutral-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
91
- "color-background-neutral-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
92
- "color-background-neutral-bold-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
93
- "color-feedback-background-success-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
94
- "color-feedback-background-warning-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
95
- "color-feedback-background-alert-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
96
- "color-feedback-background-discovery-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
97
- "color-feedback-background-informative-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
98
- "color-feedback-background-success-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
99
- "color-feedback-background-warning-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
100
- "color-feedback-background-alert-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
101
- "color-feedback-background-discovery-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
102
- "color-feedback-background-informative-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
103
- "color-feedback-background-success-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
104
- "color-feedback-background-success-bold-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
105
- "color-feedback-background-alert-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
106
- "color-feedback-background-warning-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
107
- "color-feedback-background-discovery-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
108
- "color-feedback-background-informative-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
109
- "color-feedback-border-success": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
110
- "color-feedback-border-warning": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
111
- "color-feedback-border-alert": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
112
- "color-feedback-border-discovery": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
113
- "color-feedback-border-informative": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
114
- "color-feedback-content-success": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
115
- "color-feedback-content-warning": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
116
- "color-feedback-content-alert": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
117
- "color-feedback-content-discovery": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
118
- "color-feedback-content-informative": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
119
- "color-control-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
120
- "color-control-background-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
121
- "color-control-background-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
122
- "color-control-background-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
123
- "color-control-background-checked": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
124
- "color-control-background-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
125
- "color-control-background-selected-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
126
- "color-control-border": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
127
- "color-control-border-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
128
- "color-control-border-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
129
- "color-control-border-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
130
- "color-control-border-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
131
- "color-control-border-checked": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
132
- "color-control-border-error": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
133
- "color-control-value": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
134
- "color-control-value-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
135
- "color-control-value-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
136
- "color-control-value-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
137
- "color-control-auxiliary": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
138
- "color-control-auxiliary-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
139
- "color-control-auxiliary-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
140
- "color-control-auxiliary-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
141
- "color-control-auxiliary-error": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
142
- "color-control-auxiliary-success": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
143
- "color-control-auxiliary-checked": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
144
- "color-control-auxiliary-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
145
- "color-menu-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
146
- "color-menu-border": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
147
- "color-menu-item-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
148
- "color-menu-item-background-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
149
- "color-menu-item-content": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
150
- "color-menu-item-subcontent": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
151
- "color-menu-item-content-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
152
- "color-menu-item-content-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
153
- "color-background-brand-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
154
- "color-background-brand": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
155
- "color-background-brand-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
156
- "color-background-indicator-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
157
- "color-background-indicator-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
158
- "color-background-indicator-active": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
159
- "color-border-brand": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
160
- "color-border-brand-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
161
- "color-content-brand": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
162
- "color-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
163
- "color-background-overlay": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
164
- "color-background-isolated": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
165
- "color-background-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
166
- "color-background-empty": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
167
- "color-background-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
168
- "color-background-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
169
- "color-background-selected-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
170
- "color-backdrop-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
171
- "color-backdrop-background-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
172
- "color-border": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
173
- "color-border-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
174
- "color-border-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
175
- "color-border-overlay": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
176
- "color-border-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
177
- "color-border-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
178
- "color-border-empty": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
179
- "color-border-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
180
- "color-border-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
181
- "color-border-focus-outside": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
182
- "color-border-focus-inside": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
183
- "color-border-focus-outside-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
184
- "color-border-focus-inside-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
185
- "color-content": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
186
- "color-content-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
187
- "color-content-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
188
- "color-content-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
189
- "color-content-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
190
- "color-content-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
191
- "color-link-content": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
192
- "color-link-content-visited": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
193
- "color-link-content-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
194
- "color-link-content-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
195
- "color-box-shadow": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | import("./ref-tokens").RefToken | TextAliasToken;
1
+ import { NoSelfReference } from '../../utility-types';
2
+ import { RefTokens, RefTokenValue } from './ref-tokens';
3
+ export type AliasTokens =
4
+ /**
5
+ * ACTION
6
+ */
7
+ 'color-action' | 'color-action-hover' | 'color-action-disabled' | 'color-action-destructive' | 'color-action-destructive-hover' | 'color-action-destructive-disabled' | 'color-action-inverse' | 'color-action-inverse-hover' | 'color-action-inverse-disabled'
8
+ /**
9
+ * FEEDBACK
10
+ */
11
+ | 'color-background-neutral-subtlest' | 'color-background-neutral-subtle' | 'color-background-neutral-bold' | 'color-background-neutral-bold-disabled' | 'color-feedback-background-success-subtle' | 'color-feedback-background-warning-subtle' | 'color-feedback-background-alert-subtle' | 'color-feedback-background-discovery-subtle' | 'color-feedback-background-informative-subtle' | 'color-feedback-background-success-subtlest' | 'color-feedback-background-warning-subtlest' | 'color-feedback-background-alert-subtlest' | 'color-feedback-background-discovery-subtlest' | 'color-feedback-background-informative-subtlest' | 'color-feedback-background-success-bold' | 'color-feedback-background-success-bold-disabled' | 'color-feedback-background-alert-bold' | 'color-feedback-background-warning-bold' | 'color-feedback-background-discovery-bold' | 'color-feedback-background-informative-bold' | 'color-feedback-border-success' | 'color-feedback-border-warning' | 'color-feedback-border-alert' | 'color-feedback-border-discovery' | 'color-feedback-border-informative' | 'color-feedback-content-success' | 'color-feedback-content-warning' | 'color-feedback-content-alert' | 'color-feedback-content-discovery' | 'color-feedback-content-informative'
12
+ /**
13
+ * CONTROL
14
+ */
15
+ | 'color-control-background' | 'color-control-background-hover' | 'color-control-background-disabled' | 'color-control-background-readonly' | 'color-control-background-checked' | 'color-control-background-selected' | 'color-control-background-selected-hover' | 'color-control-border' | 'color-control-border-hover' | 'color-control-border-disabled' | 'color-control-border-readonly' | 'color-control-border-selected' | 'color-control-border-checked' | 'color-control-border-error' | 'color-control-value' | 'color-control-value-hover' | 'color-control-value-disabled' | 'color-control-value-readonly' | 'color-control-auxiliary' | 'color-control-auxiliary-hover' | 'color-control-auxiliary-disabled' | 'color-control-auxiliary-readonly' | 'color-control-auxiliary-error' | 'color-control-auxiliary-success' | 'color-control-auxiliary-checked' | 'color-control-auxiliary-selected'
16
+ /**
17
+ * MENU
18
+ */
19
+ | 'color-menu-background' | 'color-menu-border' | 'color-menu-item-background' | 'color-menu-item-background-hover' | 'color-menu-item-content' | 'color-menu-item-subcontent' | 'color-menu-item-content-hover' | 'color-menu-item-content-disabled'
20
+ /**
21
+ * BRAND
22
+ */
23
+ | 'color-background-brand-subtle' | 'color-background-brand' | 'color-background-brand-bold' | 'color-background-indicator-disabled' | 'color-background-indicator-selected' | 'color-background-indicator-active' | 'color-border-brand' | 'color-border-brand-bold' | 'color-content-brand'
24
+ /**
25
+ * BACKGROUND
26
+ */
27
+ | 'color-background' | 'color-background-overlay' | 'color-background-isolated' | 'color-background-disabled' | 'color-background-empty' | 'color-background-hover' | 'color-background-selected' | 'color-background-selected-hover' | 'color-backdrop-background' | 'color-backdrop-background-subtle'
28
+ /**
29
+ * BORDER
30
+ */
31
+ | 'color-border' | 'color-border-subtle' | 'color-border-bold' | 'color-border-overlay' | 'color-border-hover' | 'color-border-disabled' | 'color-border-empty' | 'color-border-selected' | 'color-border-inverse' | 'color-border-focus-outside' | 'color-border-focus-inside' | 'color-border-focus-outside-inverse' | 'color-border-focus-inside-inverse'
32
+ /**
33
+ * CONTENT (TEXT & ICONS)
34
+ */
35
+ | 'color-content' | 'color-content-subtle' | 'color-content-inverse' | 'color-content-disabled' | 'color-content-hover' | 'color-content-selected' | 'color-link-content' | 'color-link-content-visited' | 'color-link-content-disabled' | 'color-link-content-hover'
36
+ /**
37
+ * BOX-SHADOW
38
+ */
39
+ | 'color-box-shadow';
40
+ export type AliasTokenMap = {
41
+ [Token in AliasTokens]: NoSelfReference<RefTokens | AliasTokens, Token>;
196
42
  };
43
+ export declare const defaultAliasTokens: AliasTokenMap;
44
+ export type ResolvedAliasTokenValue = RefTokenValue;
45
+ export type ResolvedAliasTokens = {
46
+ [Token in AliasTokens]: ResolvedAliasTokenValue;
47
+ };
48
+ export declare function isAliasToken(token: string): token is AliasTokens;