@atlaskit/tokens 13.3.1 → 14.0.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 (268) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/artifacts/theme-import-map/package.json +1 -8
  3. package/artifacts/types/package.json +1 -8
  4. package/babel-plugin/package.json +1 -8
  5. package/constants/package.json +1 -8
  6. package/css-type-schema/package.json +1 -8
  7. package/custom-themes/package.json +1 -8
  8. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  11. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  12. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  13. package/dist/cjs/artifacts/token-default-values.js +5 -1
  14. package/dist/cjs/artifacts/token-names.js +5 -1
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +89 -1
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +89 -1
  19. package/dist/cjs/entry-points/token-metadata.codegen.js +37 -1
  20. package/dist/cjs/utils/token-order.js +1 -1
  21. package/dist/cjs/utils/token-usage-guidelines.js +3 -0
  22. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  23. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +5 -1
  24. package/dist/es2019/artifacts/themes/atlassian-dark.js +5 -1
  25. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +5 -1
  26. package/dist/es2019/artifacts/themes/atlassian-light.js +5 -1
  27. package/dist/es2019/artifacts/token-default-values.js +5 -1
  28. package/dist/es2019/artifacts/token-names.js +5 -1
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +89 -1
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +89 -1
  33. package/dist/es2019/entry-points/token-metadata.codegen.js +37 -1
  34. package/dist/es2019/utils/token-order.js +1 -1
  35. package/dist/es2019/utils/token-usage-guidelines.js +3 -0
  36. package/dist/esm/artifacts/generated-pairs.js +2 -2
  37. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  41. package/dist/esm/artifacts/token-default-values.js +5 -1
  42. package/dist/esm/artifacts/token-names.js +5 -1
  43. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
  44. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +89 -1
  45. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
  46. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +89 -1
  47. package/dist/esm/entry-points/token-metadata.codegen.js +37 -1
  48. package/dist/esm/utils/token-order.js +1 -1
  49. package/dist/esm/utils/token-usage-guidelines.js +3 -0
  50. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  51. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  52. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  53. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  55. package/dist/types/artifacts/token-default-values.d.ts +5 -1
  56. package/dist/types/artifacts/token-names.d.ts +9 -1
  57. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  58. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  59. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  61. package/dist/types/artifacts/types-internal.d.ts +2 -2
  62. package/dist/types/artifacts/types.d.ts +2 -2
  63. package/dist/types/entry-points/css-type-schema.codegen.d.ts +4 -4
  64. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  65. package/dist/types/types.d.ts +24 -6
  66. package/enable-global-theme/package.json +1 -8
  67. package/figma/atlassian-dark-increased-contrast.json +36 -0
  68. package/figma/atlassian-dark.json +36 -0
  69. package/figma/atlassian-light-increased-contrast.json +36 -0
  70. package/figma/atlassian-light.json +36 -0
  71. package/get-global-theme/package.json +1 -8
  72. package/get-ssr-auto-script/package.json +1 -8
  73. package/get-theme-html-attrs/package.json +1 -8
  74. package/get-theme-styles/package.json +1 -8
  75. package/get-token/package.json +1 -8
  76. package/get-token-value/package.json +1 -8
  77. package/package.json +29 -37
  78. package/palettes-raw/package.json +1 -8
  79. package/rename-mapping/package.json +1 -8
  80. package/set-global-theme/package.json +1 -8
  81. package/theme-config/package.json +1 -8
  82. package/theme-mutation-observer/package.json +1 -8
  83. package/theme-state-transformer/package.json +1 -8
  84. package/token-default-values/package.json +1 -8
  85. package/token-ids/package.json +1 -8
  86. package/token-metadata/package.json +1 -8
  87. package/token-names/package.json +1 -8
  88. package/token-order/package.json +1 -8
  89. package/tokens-raw/package.json +1 -8
  90. package/types/package.json +1 -8
  91. package/use-theme-observer/package.json +1 -8
  92. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +0 -18
  93. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +0 -18
  94. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +0 -16
  95. package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +0 -25
  96. package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +0 -24
  97. package/dist/types-ts4.5/artifacts/palettes-raw/palette-brand-refresh.d.ts +0 -25
  98. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +0 -25
  99. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +0 -24
  100. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +0 -24
  101. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +0 -24
  102. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +0 -26
  103. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +0 -16
  104. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-future.d.ts +0 -7
  105. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +0 -7
  106. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +0 -7
  107. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +0 -7
  108. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +0 -7
  109. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +0 -7
  110. package/dist/types-ts4.5/artifacts/themes/atlassian-light-future.d.ts +0 -7
  111. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +0 -7
  112. package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +0 -7
  113. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +0 -7
  114. package/dist/types-ts4.5/artifacts/themes/atlassian-motion.d.ts +0 -7
  115. package/dist/types-ts4.5/artifacts/themes/atlassian-shape-rounder.d.ts +0 -7
  116. package/dist/types-ts4.5/artifacts/themes/atlassian-shape-roundest.d.ts +0 -7
  117. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +0 -7
  118. package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +0 -7
  119. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +0 -7
  120. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +0 -562
  121. package/dist/types-ts4.5/artifacts/token-names.d.ts +0 -1105
  122. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +0 -50
  123. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-future.d.ts +0 -31
  124. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +0 -51
  125. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +0 -51
  126. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +0 -51
  127. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +0 -51
  128. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +0 -50
  129. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-future.d.ts +0 -31
  130. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +0 -51
  131. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +0 -51
  132. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +0 -43
  133. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +0 -31
  134. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +0 -31
  135. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +0 -38
  136. package/dist/types-ts4.5/artifacts/types-internal.d.ts +0 -6
  137. package/dist/types-ts4.5/artifacts/types.d.ts +0 -6
  138. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-token-names.d.ts +0 -784
  139. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types-internal.d.ts +0 -6
  140. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types.d.ts +0 -6
  141. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-token-names.d.ts +0 -784
  142. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types-internal.d.ts +0 -6
  143. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types.d.ts +0 -6
  144. package/dist/types-ts4.5/babel-plugin/index.d.ts +0 -1
  145. package/dist/types-ts4.5/babel-plugin/plugin.d.ts +0 -29
  146. package/dist/types-ts4.5/constants.d.ts +0 -9
  147. package/dist/types-ts4.5/custom-theme.d.ts +0 -6
  148. package/dist/types-ts4.5/enable-global-theme.d.ts +0 -26
  149. package/dist/types-ts4.5/entry-points/artifacts-theme-import-map.d.ts +0 -1
  150. package/dist/types-ts4.5/entry-points/artifacts-types.d.ts +0 -1
  151. package/dist/types-ts4.5/entry-points/babel-plugin.d.ts +0 -1
  152. package/dist/types-ts4.5/entry-points/constants.d.ts +0 -1
  153. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +0 -165
  154. package/dist/types-ts4.5/entry-points/custom-themes.d.ts +0 -1
  155. package/dist/types-ts4.5/entry-points/enable-global-theme.d.ts +0 -1
  156. package/dist/types-ts4.5/entry-points/get-global-theme.d.ts +0 -1
  157. package/dist/types-ts4.5/entry-points/get-ssr-auto-script.d.ts +0 -1
  158. package/dist/types-ts4.5/entry-points/get-theme-html-attrs.d.ts +0 -1
  159. package/dist/types-ts4.5/entry-points/get-theme-styles.d.ts +0 -1
  160. package/dist/types-ts4.5/entry-points/get-token-value.d.ts +0 -1
  161. package/dist/types-ts4.5/entry-points/get-token.d.ts +0 -1
  162. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -2
  163. package/dist/types-ts4.5/entry-points/rename-mapping.d.ts +0 -1
  164. package/dist/types-ts4.5/entry-points/set-global-theme.d.ts +0 -1
  165. package/dist/types-ts4.5/entry-points/theme-config.d.ts +0 -2
  166. package/dist/types-ts4.5/entry-points/theme-mutation-observer.d.ts +0 -1
  167. package/dist/types-ts4.5/entry-points/theme-state-transformer.d.ts +0 -2
  168. package/dist/types-ts4.5/entry-points/token-default-values.d.ts +0 -1
  169. package/dist/types-ts4.5/entry-points/token-ids.d.ts +0 -1
  170. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +0 -19
  171. package/dist/types-ts4.5/entry-points/token-names.d.ts +0 -2
  172. package/dist/types-ts4.5/entry-points/token-order.d.ts +0 -1
  173. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -6
  174. package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
  175. package/dist/types-ts4.5/entry-points/use-theme-observer.d.ts +0 -1
  176. package/dist/types-ts4.5/get-custom-theme-styles.d.ts +0 -16
  177. package/dist/types-ts4.5/get-global-theme.d.ts +0 -3
  178. package/dist/types-ts4.5/get-ssr-auto-script.d.ts +0 -11
  179. package/dist/types-ts4.5/get-theme-html-attrs.d.ts +0 -18
  180. package/dist/types-ts4.5/get-theme-styles.d.ts +0 -25
  181. package/dist/types-ts4.5/get-token-value.d.ts +0 -25
  182. package/dist/types-ts4.5/get-token.d.ts +0 -26
  183. package/dist/types-ts4.5/index.d.ts +0 -19
  184. package/dist/types-ts4.5/is-color-mode.d.ts +0 -2
  185. package/dist/types-ts4.5/is-theme-ids.d.ts +0 -2
  186. package/dist/types-ts4.5/is-theme-kind.d.ts +0 -11
  187. package/dist/types-ts4.5/load-custom-theme-styles.d.ts +0 -17
  188. package/dist/types-ts4.5/set-global-theme.d.ts +0 -26
  189. package/dist/types-ts4.5/theme-color-modes.d.ts +0 -12
  190. package/dist/types-ts4.5/theme-config.d.ts +0 -121
  191. package/dist/types-ts4.5/theme-ids.d.ts +0 -19
  192. package/dist/types-ts4.5/theme-mutation-observer.d.ts +0 -25
  193. package/dist/types-ts4.5/theme-object-to-string.d.ts +0 -13
  194. package/dist/types-ts4.5/theme-options-schema.d.ts +0 -7
  195. package/dist/types-ts4.5/theme-state-defaults.d.ts +0 -14
  196. package/dist/types-ts4.5/theme-state.d.ts +0 -17
  197. package/dist/types-ts4.5/theme-string-to-object.d.ts +0 -14
  198. package/dist/types-ts4.5/types.d.ts +0 -1338
  199. package/dist/types-ts4.5/use-theme-observer.d.ts +0 -16
  200. package/dist/types-ts4.5/utils/additional-contrast-checker.d.ts +0 -9
  201. package/dist/types-ts4.5/utils/color-detection.d.ts +0 -8
  202. package/dist/types-ts4.5/utils/color-mode-listeners.d.ts +0 -13
  203. package/dist/types-ts4.5/utils/configure-page.d.ts +0 -6
  204. package/dist/types-ts4.5/utils/contrast-mode-listeners.d.ts +0 -13
  205. package/dist/types-ts4.5/utils/custom-theme-loading-utils.d.ts +0 -4
  206. package/dist/types-ts4.5/utils/custom-theme-token-contrast-check.d.ts +0 -11
  207. package/dist/types-ts4.5/utils/delta-e.d.ts +0 -1
  208. package/dist/types-ts4.5/utils/generate-colors.d.ts +0 -5
  209. package/dist/types-ts4.5/utils/generate-token-map-with-contrast-check.d.ts +0 -11
  210. package/dist/types-ts4.5/utils/generate-token-map.d.ts +0 -11
  211. package/dist/types-ts4.5/utils/get-alpha.d.ts +0 -1
  212. package/dist/types-ts4.5/utils/get-closest-color-index.d.ts +0 -2
  213. package/dist/types-ts4.5/utils/get-contrast-ratio.d.ts +0 -1
  214. package/dist/types-ts4.5/utils/get-css-custom-property.d.ts +0 -15
  215. package/dist/types-ts4.5/utils/get-fully-qualified-token-id.d.ts +0 -11
  216. package/dist/types-ts4.5/utils/get-increased-contrast-theme.d.ts +0 -5
  217. package/dist/types-ts4.5/utils/get-theme-override-preferences.d.ts +0 -2
  218. package/dist/types-ts4.5/utils/get-theme-preferences.d.ts +0 -3
  219. package/dist/types-ts4.5/utils/get-token-id.d.ts +0 -15
  220. package/dist/types-ts4.5/utils/hash.d.ts +0 -1
  221. package/dist/types-ts4.5/utils/hct-color-utils/alpha-from-argb.d.ts +0 -4
  222. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-linrgb.d.ts +0 -4
  223. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-lstar.d.ts +0 -8
  224. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-rgb.d.ts +0 -4
  225. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-rgba.d.ts +0 -8
  226. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-xyz.d.ts +0 -4
  227. package/dist/types-ts4.5/utils/hct-color-utils/blue-from-argb.d.ts +0 -4
  228. package/dist/types-ts4.5/utils/hct-color-utils/clamp-component.d.ts +0 -1
  229. package/dist/types-ts4.5/utils/hct-color-utils/clamp-double.d.ts +0 -7
  230. package/dist/types-ts4.5/utils/hct-color-utils/clamp-int.d.ts +0 -7
  231. package/dist/types-ts4.5/utils/hct-color-utils/contrast.d.ts +0 -78
  232. package/dist/types-ts4.5/utils/hct-color-utils/delinearized.d.ts +0 -9
  233. package/dist/types-ts4.5/utils/hct-color-utils/green-from-argb.d.ts +0 -4
  234. package/dist/types-ts4.5/utils/hct-color-utils/hct.d.ts +0 -92
  235. package/dist/types-ts4.5/utils/hct-color-utils/index.d.ts +0 -4
  236. package/dist/types-ts4.5/utils/hct-color-utils/lab-f.d.ts +0 -1
  237. package/dist/types-ts4.5/utils/hct-color-utils/lab-invf.d.ts +0 -1
  238. package/dist/types-ts4.5/utils/hct-color-utils/lerp.d.ts +0 -6
  239. package/dist/types-ts4.5/utils/hct-color-utils/linearized.d.ts +0 -9
  240. package/dist/types-ts4.5/utils/hct-color-utils/lstar-from-argb.d.ts +0 -7
  241. package/dist/types-ts4.5/utils/hct-color-utils/lstar-from-y.d.ts +0 -12
  242. package/dist/types-ts4.5/utils/hct-color-utils/math-utils.d.ts +0 -6
  243. package/dist/types-ts4.5/utils/hct-color-utils/matrix-multiply.d.ts +0 -4
  244. package/dist/types-ts4.5/utils/hct-color-utils/red-from-argb.d.ts +0 -4
  245. package/dist/types-ts4.5/utils/hct-color-utils/rgba-from-argb.d.ts +0 -8
  246. package/dist/types-ts4.5/utils/hct-color-utils/rgba.d.ts +0 -14
  247. package/dist/types-ts4.5/utils/hct-color-utils/sanitize-degrees-double.d.ts +0 -7
  248. package/dist/types-ts4.5/utils/hct-color-utils/signum.d.ts +0 -6
  249. package/dist/types-ts4.5/utils/hct-color-utils/viewing-conditions.d.ts +0 -47
  250. package/dist/types-ts4.5/utils/hct-color-utils/white-point-d65.d.ts +0 -6
  251. package/dist/types-ts4.5/utils/hct-color-utils/y-from-lstar.d.ts +0 -12
  252. package/dist/types-ts4.5/utils/hex-to-hsl.d.ts +0 -5
  253. package/dist/types-ts4.5/utils/hex-to-rgb-a.d.ts +0 -6
  254. package/dist/types-ts4.5/utils/hex-to-rgb.d.ts +0 -5
  255. package/dist/types-ts4.5/utils/hex-to-rgba-values.d.ts +0 -6
  256. package/dist/types-ts4.5/utils/hsl-to-rgb.d.ts +0 -5
  257. package/dist/types-ts4.5/utils/is-valid-brand-hex.d.ts +0 -1
  258. package/dist/types-ts4.5/utils/is-valid-hex.d.ts +0 -1
  259. package/dist/types-ts4.5/utils/limit-size-of-custom-style-elements.d.ts +0 -1
  260. package/dist/types-ts4.5/utils/load-theme-css.d.ts +0 -2
  261. package/dist/types-ts4.5/utils/reduce-token-map.d.ts +0 -6
  262. package/dist/types-ts4.5/utils/relative-luminance-w3-c.d.ts +0 -1
  263. package/dist/types-ts4.5/utils/rgb-to-hex.d.ts +0 -1
  264. package/dist/types-ts4.5/utils/rgb-to-lab.d.ts +0 -5
  265. package/dist/types-ts4.5/utils/theme-loading.d.ts +0 -5
  266. package/dist/types-ts4.5/utils/token-ids.d.ts +0 -3
  267. package/dist/types-ts4.5/utils/token-order.d.ts +0 -7
  268. package/dist/types-ts4.5/utils/token-usage-guidelines.d.ts +0 -8
@@ -1,1105 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::21f6b05cf2f9de04ab13466ff1436ddb>>
4
- * @codegenCommand yarn build tokens
5
- */
6
- declare const tokens: {
7
- readonly 'motion.avatar.enter': "--ds-avatar-enter";
8
- readonly 'motion.avatar.exit': "--ds-avatar-exit";
9
- readonly 'motion.avatar.hovered': "--ds-avatar-hovered";
10
- readonly 'motion.blanket.enter': "--ds-blanket-enter";
11
- readonly 'motion.blanket.exit': "--ds-blanket-exit";
12
- readonly 'motion.duration.instant': "--ds-duration-instant";
13
- readonly 'motion.duration.long': "--ds-duration-long";
14
- readonly 'motion.duration.medium': "--ds-duration-medium";
15
- readonly 'motion.duration.short': "--ds-duration-short";
16
- readonly 'motion.duration.xlong': "--ds-duration-xlong";
17
- readonly 'motion.duration.xshort': "--ds-duration-xshort";
18
- readonly 'motion.duration.xxlong': "--ds-duration-xxlong";
19
- readonly 'motion.duration.xxshort': "--ds-duration-xxshort";
20
- readonly 'motion.easing.in.practical': "--ds-easing-in-practical";
21
- readonly 'motion.easing.inout.bold': "--ds-easing-inout-bold";
22
- readonly 'motion.easing.out.practical': "--ds-easing-out-practical";
23
- readonly 'motion.easing.out.bold': "--ds-easing-out-bold";
24
- readonly 'motion.easing.spring': "--ds-easing-spring";
25
- readonly 'motion.flag.enter': "--ds-flag-enter";
26
- readonly 'motion.flag.exit': "--ds-flag-exit";
27
- readonly 'motion.flag.reposition': "--ds-flag-reposition";
28
- readonly 'motion.keyframe.fade.in': "--ds-keyframe-fade-in";
29
- readonly 'motion.keyframe.fade.out': "--ds-keyframe-fade-out";
30
- readonly 'motion.keyframe.scale.in.medium': "--ds-keyframe-scale-in-medium";
31
- readonly 'motion.keyframe.scale.in.small': "--ds-keyframe-scale-in-small";
32
- readonly 'motion.keyframe.scale.out.medium': "--ds-keyframe-scale-out-medium";
33
- readonly 'motion.keyframe.scale.out.small': "--ds-keyframe-scale-out-small";
34
- readonly 'motion.keyframe.slide.in.bottom.short': "--ds-keyframe-slide-in-bottom-short";
35
- readonly 'motion.keyframe.slide.in.left.half': "--ds-keyframe-slide-in-left-half";
36
- readonly 'motion.keyframe.slide.in.left.short': "--ds-keyframe-slide-in-left-short";
37
- readonly 'motion.keyframe.slide.in.right.short': "--ds-keyframe-slide-in-right-short";
38
- readonly 'motion.keyframe.slide.in.top.short': "--ds-keyframe-slide-in-top-short";
39
- readonly 'motion.keyframe.slide.out.bottom.short': "--ds-keyframe-slide-out-bottom-short";
40
- readonly 'motion.keyframe.slide.out.left.half': "--ds-keyframe-slide-out-left-half";
41
- readonly 'motion.keyframe.slide.out.left.short': "--ds-keyframe-slide-out-left-short";
42
- readonly 'motion.keyframe.slide.out.right.short': "--ds-keyframe-slide-out-right-short";
43
- readonly 'motion.keyframe.slide.out.top.short': "--ds-keyframe-slide-out-top-short";
44
- readonly 'motion.modal.enter': "--ds-modal-enter";
45
- readonly 'motion.modal.exit': "--ds-modal-exit";
46
- readonly 'motion.popup.enter.bottom': "--ds-popup-enter-bottom";
47
- readonly 'motion.popup.enter.left': "--ds-popup-enter-left";
48
- readonly 'motion.popup.enter.right': "--ds-popup-enter-right";
49
- readonly 'motion.popup.enter.top': "--ds-popup-enter-top";
50
- readonly 'motion.popup.exit.bottom': "--ds-popup-exit-bottom";
51
- readonly 'motion.popup.exit.left': "--ds-popup-exit-left";
52
- readonly 'motion.popup.exit.right': "--ds-popup-exit-right";
53
- readonly 'motion.popup.exit.top': "--ds-popup-exit-top";
54
- readonly 'motion.spotlight.enter': "--ds-spotlight-enter";
55
- readonly 'motion.spotlight.exit': "--ds-spotlight-exit";
56
- readonly 'color.background.accent.lime.subtlest': "--ds-background-accent-lime-subtlest";
57
- readonly 'color.background.accent.lime.subtlest.hovered': "--ds-background-accent-lime-subtlest-hovered";
58
- readonly 'color.background.accent.lime.subtlest.pressed': "--ds-background-accent-lime-subtlest-pressed";
59
- readonly 'color.background.accent.lime.subtler': "--ds-background-accent-lime-subtler";
60
- readonly 'color.background.accent.lime.subtler.hovered': "--ds-background-accent-lime-subtler-hovered";
61
- readonly 'color.background.accent.lime.subtler.pressed': "--ds-background-accent-lime-subtler-pressed";
62
- readonly 'color.background.accent.lime.subtle': "--ds-background-accent-lime-subtle";
63
- readonly 'color.background.accent.lime.subtle.hovered': "--ds-background-accent-lime-subtle-hovered";
64
- readonly 'color.background.accent.lime.subtle.pressed': "--ds-background-accent-lime-subtle-pressed";
65
- readonly 'color.background.accent.lime.bolder': "--ds-background-accent-lime-bolder";
66
- readonly 'color.background.accent.lime.bolder.hovered': "--ds-background-accent-lime-bolder-hovered";
67
- readonly 'color.background.accent.lime.bolder.pressed': "--ds-background-accent-lime-bolder-pressed";
68
- readonly 'color.background.accent.red.subtlest': "--ds-background-accent-red-subtlest";
69
- readonly 'color.background.accent.red.subtlest.hovered': "--ds-background-accent-red-subtlest-hovered";
70
- readonly 'color.background.accent.red.subtlest.pressed': "--ds-background-accent-red-subtlest-pressed";
71
- readonly 'color.background.accent.red.subtler': "--ds-background-accent-red-subtler";
72
- readonly 'color.background.accent.red.subtler.hovered': "--ds-background-accent-red-subtler-hovered";
73
- readonly 'color.background.accent.red.subtler.pressed': "--ds-background-accent-red-subtler-pressed";
74
- readonly 'color.background.accent.red.subtle': "--ds-background-accent-red-subtle";
75
- readonly 'color.background.accent.red.subtle.hovered': "--ds-background-accent-red-subtle-hovered";
76
- readonly 'color.background.accent.red.subtle.pressed': "--ds-background-accent-red-subtle-pressed";
77
- readonly 'color.background.accent.red.bolder': "--ds-background-accent-red-bolder";
78
- readonly 'color.background.accent.red.bolder.hovered': "--ds-background-accent-red-bolder-hovered";
79
- readonly 'color.background.accent.red.bolder.pressed': "--ds-background-accent-red-bolder-pressed";
80
- readonly 'color.background.accent.orange.subtlest': "--ds-background-accent-orange-subtlest";
81
- readonly 'color.background.accent.orange.subtlest.hovered': "--ds-background-accent-orange-subtlest-hovered";
82
- readonly 'color.background.accent.orange.subtlest.pressed': "--ds-background-accent-orange-subtlest-pressed";
83
- readonly 'color.background.accent.orange.subtler': "--ds-background-accent-orange-subtler";
84
- readonly 'color.background.accent.orange.subtler.hovered': "--ds-background-accent-orange-subtler-hovered";
85
- readonly 'color.background.accent.orange.subtler.pressed': "--ds-background-accent-orange-subtler-pressed";
86
- readonly 'color.background.accent.orange.subtle': "--ds-background-accent-orange-subtle";
87
- readonly 'color.background.accent.orange.subtle.hovered': "--ds-background-accent-orange-subtle-hovered";
88
- readonly 'color.background.accent.orange.subtle.pressed': "--ds-background-accent-orange-subtle-pressed";
89
- readonly 'color.background.accent.orange.bolder': "--ds-background-accent-orange-bolder";
90
- readonly 'color.background.accent.orange.bolder.hovered': "--ds-background-accent-orange-bolder-hovered";
91
- readonly 'color.background.accent.orange.bolder.pressed': "--ds-background-accent-orange-bolder-pressed";
92
- readonly 'color.background.accent.yellow.subtlest': "--ds-background-accent-yellow-subtlest";
93
- readonly 'color.background.accent.yellow.subtlest.hovered': "--ds-background-accent-yellow-subtlest-hovered";
94
- readonly 'color.background.accent.yellow.subtlest.pressed': "--ds-background-accent-yellow-subtlest-pressed";
95
- readonly 'color.background.accent.yellow.subtler': "--ds-background-accent-yellow-subtler";
96
- readonly 'color.background.accent.yellow.subtler.hovered': "--ds-background-accent-yellow-subtler-hovered";
97
- readonly 'color.background.accent.yellow.subtler.pressed': "--ds-background-accent-yellow-subtler-pressed";
98
- readonly 'color.background.accent.yellow.subtle': "--ds-background-accent-yellow-subtle";
99
- readonly 'color.background.accent.yellow.subtle.hovered': "--ds-background-accent-yellow-subtle-hovered";
100
- readonly 'color.background.accent.yellow.subtle.pressed': "--ds-background-accent-yellow-subtle-pressed";
101
- readonly 'color.background.accent.yellow.bolder': "--ds-background-accent-yellow-bolder";
102
- readonly 'color.background.accent.yellow.bolder.hovered': "--ds-background-accent-yellow-bolder-hovered";
103
- readonly 'color.background.accent.yellow.bolder.pressed': "--ds-background-accent-yellow-bolder-pressed";
104
- readonly 'color.background.accent.green.subtlest': "--ds-background-accent-green-subtlest";
105
- readonly 'color.background.accent.green.subtlest.hovered': "--ds-background-accent-green-subtlest-hovered";
106
- readonly 'color.background.accent.green.subtlest.pressed': "--ds-background-accent-green-subtlest-pressed";
107
- readonly 'color.background.accent.green.subtler': "--ds-background-accent-green-subtler";
108
- readonly 'color.background.accent.green.subtler.hovered': "--ds-background-accent-green-subtler-hovered";
109
- readonly 'color.background.accent.green.subtler.pressed': "--ds-background-accent-green-subtler-pressed";
110
- readonly 'color.background.accent.green.subtle': "--ds-background-accent-green-subtle";
111
- readonly 'color.background.accent.green.subtle.hovered': "--ds-background-accent-green-subtle-hovered";
112
- readonly 'color.background.accent.green.subtle.pressed': "--ds-background-accent-green-subtle-pressed";
113
- readonly 'color.background.accent.green.bolder': "--ds-background-accent-green-bolder";
114
- readonly 'color.background.accent.green.bolder.hovered': "--ds-background-accent-green-bolder-hovered";
115
- readonly 'color.background.accent.green.bolder.pressed': "--ds-background-accent-green-bolder-pressed";
116
- readonly 'color.background.accent.teal.subtlest': "--ds-background-accent-teal-subtlest";
117
- readonly 'color.background.accent.teal.subtlest.hovered': "--ds-background-accent-teal-subtlest-hovered";
118
- readonly 'color.background.accent.teal.subtlest.pressed': "--ds-background-accent-teal-subtlest-pressed";
119
- readonly 'color.background.accent.teal.subtler': "--ds-background-accent-teal-subtler";
120
- readonly 'color.background.accent.teal.subtler.hovered': "--ds-background-accent-teal-subtler-hovered";
121
- readonly 'color.background.accent.teal.subtler.pressed': "--ds-background-accent-teal-subtler-pressed";
122
- readonly 'color.background.accent.teal.subtle': "--ds-background-accent-teal-subtle";
123
- readonly 'color.background.accent.teal.subtle.hovered': "--ds-background-accent-teal-subtle-hovered";
124
- readonly 'color.background.accent.teal.subtle.pressed': "--ds-background-accent-teal-subtle-pressed";
125
- readonly 'color.background.accent.teal.bolder': "--ds-background-accent-teal-bolder";
126
- readonly 'color.background.accent.teal.bolder.hovered': "--ds-background-accent-teal-bolder-hovered";
127
- readonly 'color.background.accent.teal.bolder.pressed': "--ds-background-accent-teal-bolder-pressed";
128
- readonly 'color.background.accent.blue.subtlest': "--ds-background-accent-blue-subtlest";
129
- readonly 'color.background.accent.blue.subtlest.hovered': "--ds-background-accent-blue-subtlest-hovered";
130
- readonly 'color.background.accent.blue.subtlest.pressed': "--ds-background-accent-blue-subtlest-pressed";
131
- readonly 'color.background.accent.blue.subtler': "--ds-background-accent-blue-subtler";
132
- readonly 'color.background.accent.blue.subtler.hovered': "--ds-background-accent-blue-subtler-hovered";
133
- readonly 'color.background.accent.blue.subtler.pressed': "--ds-background-accent-blue-subtler-pressed";
134
- readonly 'color.background.accent.blue.subtle': "--ds-background-accent-blue-subtle";
135
- readonly 'color.background.accent.blue.subtle.hovered': "--ds-background-accent-blue-subtle-hovered";
136
- readonly 'color.background.accent.blue.subtle.pressed': "--ds-background-accent-blue-subtle-pressed";
137
- readonly 'color.background.accent.blue.bolder': "--ds-background-accent-blue-bolder";
138
- readonly 'color.background.accent.blue.bolder.hovered': "--ds-background-accent-blue-bolder-hovered";
139
- readonly 'color.background.accent.blue.bolder.pressed': "--ds-background-accent-blue-bolder-pressed";
140
- readonly 'color.background.accent.purple.subtlest': "--ds-background-accent-purple-subtlest";
141
- readonly 'color.background.accent.purple.subtlest.hovered': "--ds-background-accent-purple-subtlest-hovered";
142
- readonly 'color.background.accent.purple.subtlest.pressed': "--ds-background-accent-purple-subtlest-pressed";
143
- readonly 'color.background.accent.purple.subtler': "--ds-background-accent-purple-subtler";
144
- readonly 'color.background.accent.purple.subtler.hovered': "--ds-background-accent-purple-subtler-hovered";
145
- readonly 'color.background.accent.purple.subtler.pressed': "--ds-background-accent-purple-subtler-pressed";
146
- readonly 'color.background.accent.purple.subtle': "--ds-background-accent-purple-subtle";
147
- readonly 'color.background.accent.purple.subtle.hovered': "--ds-background-accent-purple-subtle-hovered";
148
- readonly 'color.background.accent.purple.subtle.pressed': "--ds-background-accent-purple-subtle-pressed";
149
- readonly 'color.background.accent.purple.bolder': "--ds-background-accent-purple-bolder";
150
- readonly 'color.background.accent.purple.bolder.hovered': "--ds-background-accent-purple-bolder-hovered";
151
- readonly 'color.background.accent.purple.bolder.pressed': "--ds-background-accent-purple-bolder-pressed";
152
- readonly 'color.background.accent.magenta.subtlest': "--ds-background-accent-magenta-subtlest";
153
- readonly 'color.background.accent.magenta.subtlest.hovered': "--ds-background-accent-magenta-subtlest-hovered";
154
- readonly 'color.background.accent.magenta.subtlest.pressed': "--ds-background-accent-magenta-subtlest-pressed";
155
- readonly 'color.background.accent.magenta.subtler': "--ds-background-accent-magenta-subtler";
156
- readonly 'color.background.accent.magenta.subtler.hovered': "--ds-background-accent-magenta-subtler-hovered";
157
- readonly 'color.background.accent.magenta.subtler.pressed': "--ds-background-accent-magenta-subtler-pressed";
158
- readonly 'color.background.accent.magenta.subtle': "--ds-background-accent-magenta-subtle";
159
- readonly 'color.background.accent.magenta.subtle.hovered': "--ds-background-accent-magenta-subtle-hovered";
160
- readonly 'color.background.accent.magenta.subtle.pressed': "--ds-background-accent-magenta-subtle-pressed";
161
- readonly 'color.background.accent.magenta.bolder': "--ds-background-accent-magenta-bolder";
162
- readonly 'color.background.accent.magenta.bolder.hovered': "--ds-background-accent-magenta-bolder-hovered";
163
- readonly 'color.background.accent.magenta.bolder.pressed': "--ds-background-accent-magenta-bolder-pressed";
164
- readonly 'color.background.accent.gray.subtlest': "--ds-background-accent-gray-subtlest";
165
- readonly 'color.background.accent.gray.subtlest.hovered': "--ds-background-accent-gray-subtlest-hovered";
166
- readonly 'color.background.accent.gray.subtlest.pressed': "--ds-background-accent-gray-subtlest-pressed";
167
- readonly 'color.background.accent.gray.subtler': "--ds-background-accent-gray-subtler";
168
- readonly 'color.background.accent.gray.subtler.hovered': "--ds-background-accent-gray-subtler-hovered";
169
- readonly 'color.background.accent.gray.subtler.pressed': "--ds-background-accent-gray-subtler-pressed";
170
- readonly 'color.background.accent.gray.subtle': "--ds-background-accent-gray-subtle";
171
- readonly 'color.background.accent.gray.subtle.hovered': "--ds-background-accent-gray-subtle-hovered";
172
- readonly 'color.background.accent.gray.subtle.pressed': "--ds-background-accent-gray-subtle-pressed";
173
- readonly 'color.background.accent.gray.bolder': "--ds-background-accent-gray-bolder";
174
- readonly 'color.background.accent.gray.bolder.hovered': "--ds-background-accent-gray-bolder-hovered";
175
- readonly 'color.background.accent.gray.bolder.pressed': "--ds-background-accent-gray-bolder-pressed";
176
- readonly 'color.background.disabled': "--ds-background-disabled";
177
- readonly 'color.background.input': "--ds-background-input";
178
- readonly 'color.background.input.hovered': "--ds-background-input-hovered";
179
- readonly 'color.background.input.pressed': "--ds-background-input-pressed";
180
- readonly 'color.background.inverse.subtle': "--ds-background-inverse-subtle";
181
- readonly 'color.background.inverse.subtle.hovered': "--ds-background-inverse-subtle-hovered";
182
- readonly 'color.background.inverse.subtle.pressed': "--ds-background-inverse-subtle-pressed";
183
- readonly 'color.background.neutral': "--ds-background-neutral";
184
- readonly 'color.background.neutral.hovered': "--ds-background-neutral-hovered";
185
- readonly 'color.background.neutral.pressed': "--ds-background-neutral-pressed";
186
- readonly 'color.background.neutral.subtle': "--ds-background-neutral-subtle";
187
- readonly 'color.background.neutral.subtle.hovered': "--ds-background-neutral-subtle-hovered";
188
- readonly 'color.background.neutral.subtle.pressed': "--ds-background-neutral-subtle-pressed";
189
- readonly 'color.background.neutral.bold': "--ds-background-neutral-bold";
190
- readonly 'color.background.neutral.bold.hovered': "--ds-background-neutral-bold-hovered";
191
- readonly 'color.background.neutral.bold.pressed': "--ds-background-neutral-bold-pressed";
192
- readonly 'color.background.selected': "--ds-background-selected";
193
- readonly 'color.background.selected.hovered': "--ds-background-selected-hovered";
194
- readonly 'color.background.selected.pressed': "--ds-background-selected-pressed";
195
- readonly 'color.background.selected.bold': "--ds-background-selected-bold";
196
- readonly 'color.background.selected.bold.hovered': "--ds-background-selected-bold-hovered";
197
- readonly 'color.background.selected.bold.pressed': "--ds-background-selected-bold-pressed";
198
- readonly 'color.background.brand.subtlest': "--ds-background-brand-subtlest";
199
- readonly 'color.background.brand.subtlest.hovered': "--ds-background-brand-subtlest-hovered";
200
- readonly 'color.background.brand.subtlest.pressed': "--ds-background-brand-subtlest-pressed";
201
- readonly 'color.background.brand.bold': "--ds-background-brand-bold";
202
- readonly 'color.background.brand.bold.hovered': "--ds-background-brand-bold-hovered";
203
- readonly 'color.background.brand.bold.pressed': "--ds-background-brand-bold-pressed";
204
- readonly 'color.background.brand.boldest': "--ds-background-brand-boldest";
205
- readonly 'color.background.brand.boldest.hovered': "--ds-background-brand-boldest-hovered";
206
- readonly 'color.background.brand.boldest.pressed': "--ds-background-brand-boldest-pressed";
207
- readonly 'color.background.danger': "--ds-background-danger";
208
- readonly 'color.background.danger.hovered': "--ds-background-danger-hovered";
209
- readonly 'color.background.danger.pressed': "--ds-background-danger-pressed";
210
- readonly 'color.background.danger.subtler': "--ds-background-danger-subtler";
211
- readonly 'color.background.danger.subtler.hovered': "--ds-background-danger-subtler-hovered";
212
- readonly 'color.background.danger.subtler.pressed': "--ds-background-danger-subtler-pressed";
213
- readonly 'color.background.danger.subtle': "--ds-background-danger-subtle";
214
- readonly 'color.background.danger.bold': "--ds-background-danger-bold";
215
- readonly 'color.background.danger.bold.hovered': "--ds-background-danger-bold-hovered";
216
- readonly 'color.background.danger.bold.pressed': "--ds-background-danger-bold-pressed";
217
- readonly 'color.background.warning': "--ds-background-warning";
218
- readonly 'color.background.warning.hovered': "--ds-background-warning-hovered";
219
- readonly 'color.background.warning.pressed': "--ds-background-warning-pressed";
220
- readonly 'color.background.warning.subtler': "--ds-background-warning-subtler";
221
- readonly 'color.background.warning.subtler.hovered': "--ds-background-warning-subtler-hovered";
222
- readonly 'color.background.warning.subtler.pressed': "--ds-background-warning-subtler-pressed";
223
- readonly 'color.background.warning.subtle': "--ds-background-warning-subtle";
224
- readonly 'color.background.warning.bold': "--ds-background-warning-bold";
225
- readonly 'color.background.warning.bold.hovered': "--ds-background-warning-bold-hovered";
226
- readonly 'color.background.warning.bold.pressed': "--ds-background-warning-bold-pressed";
227
- readonly 'color.background.success': "--ds-background-success";
228
- readonly 'color.background.success.hovered': "--ds-background-success-hovered";
229
- readonly 'color.background.success.pressed': "--ds-background-success-pressed";
230
- readonly 'color.background.success.subtler': "--ds-background-success-subtler";
231
- readonly 'color.background.success.subtler.hovered': "--ds-background-success-subtler-hovered";
232
- readonly 'color.background.success.subtler.pressed': "--ds-background-success-subtler-pressed";
233
- readonly 'color.background.success.subtle': "--ds-background-success-subtle";
234
- readonly 'color.background.success.bold': "--ds-background-success-bold";
235
- readonly 'color.background.success.bold.hovered': "--ds-background-success-bold-hovered";
236
- readonly 'color.background.success.bold.pressed': "--ds-background-success-bold-pressed";
237
- readonly 'color.background.discovery': "--ds-background-discovery";
238
- readonly 'color.background.discovery.hovered': "--ds-background-discovery-hovered";
239
- readonly 'color.background.discovery.pressed': "--ds-background-discovery-pressed";
240
- readonly 'color.background.discovery.subtler': "--ds-background-discovery-subtler";
241
- readonly 'color.background.discovery.subtler.hovered': "--ds-background-discovery-subtler-hovered";
242
- readonly 'color.background.discovery.subtler.pressed': "--ds-background-discovery-subtler-pressed";
243
- readonly 'color.background.discovery.subtle': "--ds-background-discovery-subtle";
244
- readonly 'color.background.discovery.bold': "--ds-background-discovery-bold";
245
- readonly 'color.background.discovery.bold.hovered': "--ds-background-discovery-bold-hovered";
246
- readonly 'color.background.discovery.bold.pressed': "--ds-background-discovery-bold-pressed";
247
- readonly 'color.background.information': "--ds-background-information";
248
- readonly 'color.background.information.hovered': "--ds-background-information-hovered";
249
- readonly 'color.background.information.pressed': "--ds-background-information-pressed";
250
- readonly 'color.background.information.subtler': "--ds-background-information-subtler";
251
- readonly 'color.background.information.subtler.hovered': "--ds-background-information-subtler-hovered";
252
- readonly 'color.background.information.subtler.pressed': "--ds-background-information-subtler-pressed";
253
- readonly 'color.background.information.subtle': "--ds-background-information-subtle";
254
- readonly 'color.background.information.bold': "--ds-background-information-bold";
255
- readonly 'color.background.information.bold.hovered': "--ds-background-information-bold-hovered";
256
- readonly 'color.background.information.bold.pressed': "--ds-background-information-bold-pressed";
257
- readonly 'color.border': "--ds-border";
258
- readonly 'color.border.accent.lime': "--ds-border-accent-lime";
259
- readonly 'color.border.accent.lime.subtle': "--ds-border-accent-lime-subtle";
260
- readonly 'color.border.accent.red': "--ds-border-accent-red";
261
- readonly 'color.border.accent.red.subtle': "--ds-border-accent-red-subtle";
262
- readonly 'color.border.accent.orange': "--ds-border-accent-orange";
263
- readonly 'color.border.accent.orange.subtle': "--ds-border-accent-orange-subtle";
264
- readonly 'color.border.accent.yellow': "--ds-border-accent-yellow";
265
- readonly 'color.border.accent.yellow.subtle': "--ds-border-accent-yellow-subtle";
266
- readonly 'color.border.accent.green': "--ds-border-accent-green";
267
- readonly 'color.border.accent.green.subtle': "--ds-border-accent-green-subtle";
268
- readonly 'color.border.accent.teal': "--ds-border-accent-teal";
269
- readonly 'color.border.accent.teal.subtle': "--ds-border-accent-teal-subtle";
270
- readonly 'color.border.accent.blue': "--ds-border-accent-blue";
271
- readonly 'color.border.accent.blue.subtle': "--ds-border-accent-blue-subtle";
272
- readonly 'color.border.accent.purple': "--ds-border-accent-purple";
273
- readonly 'color.border.accent.purple.subtle': "--ds-border-accent-purple-subtle";
274
- readonly 'color.border.accent.magenta': "--ds-border-accent-magenta";
275
- readonly 'color.border.accent.magenta.subtle': "--ds-border-accent-magenta-subtle";
276
- readonly 'color.border.accent.gray': "--ds-border-accent-gray";
277
- readonly 'color.border.accent.gray.subtle': "--ds-border-accent-gray-subtle";
278
- readonly 'color.border.disabled': "--ds-border-disabled";
279
- readonly 'color.border.focused': "--ds-border-focused";
280
- readonly 'color.border.input': "--ds-border-input";
281
- readonly 'color.border.inverse': "--ds-border-inverse";
282
- readonly 'color.border.selected': "--ds-border-selected";
283
- readonly 'color.border.brand': "--ds-border-brand";
284
- readonly 'color.border.danger': "--ds-border-danger";
285
- readonly 'color.border.danger.subtle': "--ds-border-danger-subtle";
286
- readonly 'color.border.warning': "--ds-border-warning";
287
- readonly 'color.border.warning.subtle': "--ds-border-warning-subtle";
288
- readonly 'color.border.success': "--ds-border-success";
289
- readonly 'color.border.success.subtle': "--ds-border-success-subtle";
290
- readonly 'color.border.discovery': "--ds-border-discovery";
291
- readonly 'color.border.discovery.subtle': "--ds-border-discovery-subtle";
292
- readonly 'color.border.information': "--ds-border-information";
293
- readonly 'color.border.information.subtle': "--ds-border-information-subtle";
294
- readonly 'color.border.bold': "--ds-border-bold";
295
- readonly 'color.text': "--ds-text";
296
- readonly 'color.text.accent.lime': "--ds-text-accent-lime";
297
- readonly 'color.text.accent.lime.bolder': "--ds-text-accent-lime-bolder";
298
- readonly 'color.text.accent.red': "--ds-text-accent-red";
299
- readonly 'color.text.accent.red.bolder': "--ds-text-accent-red-bolder";
300
- readonly 'color.text.accent.orange': "--ds-text-accent-orange";
301
- readonly 'color.text.accent.orange.bolder': "--ds-text-accent-orange-bolder";
302
- readonly 'color.text.accent.yellow': "--ds-text-accent-yellow";
303
- readonly 'color.text.accent.yellow.bolder': "--ds-text-accent-yellow-bolder";
304
- readonly 'color.text.accent.green': "--ds-text-accent-green";
305
- readonly 'color.text.accent.green.bolder': "--ds-text-accent-green-bolder";
306
- readonly 'color.text.accent.teal': "--ds-text-accent-teal";
307
- readonly 'color.text.accent.teal.bolder': "--ds-text-accent-teal-bolder";
308
- readonly 'color.text.accent.blue': "--ds-text-accent-blue";
309
- readonly 'color.text.accent.blue.bolder': "--ds-text-accent-blue-bolder";
310
- readonly 'color.text.accent.purple': "--ds-text-accent-purple";
311
- readonly 'color.text.accent.purple.bolder': "--ds-text-accent-purple-bolder";
312
- readonly 'color.text.accent.magenta': "--ds-text-accent-magenta";
313
- readonly 'color.text.accent.magenta.bolder': "--ds-text-accent-magenta-bolder";
314
- readonly 'color.text.accent.gray': "--ds-text-accent-gray";
315
- readonly 'color.text.accent.gray.bolder': "--ds-text-accent-gray-bolder";
316
- readonly 'color.text.disabled': "--ds-text-disabled";
317
- readonly 'color.text.inverse': "--ds-text-inverse";
318
- readonly 'color.text.selected': "--ds-text-selected";
319
- readonly 'color.text.brand': "--ds-text-brand";
320
- readonly 'color.text.danger': "--ds-text-danger";
321
- readonly 'color.text.danger.bolder': "--ds-text-danger-bolder";
322
- readonly 'color.text.warning': "--ds-text-warning";
323
- readonly 'color.text.warning.inverse': "--ds-text-warning-inverse";
324
- readonly 'color.text.warning.bolder': "--ds-text-warning-bolder";
325
- readonly 'color.text.success': "--ds-text-success";
326
- readonly 'color.text.success.bolder': "--ds-text-success-bolder";
327
- readonly 'color.text.discovery': "--ds-text-discovery";
328
- readonly 'color.text.discovery.bolder': "--ds-text-discovery-bolder";
329
- readonly 'color.text.information': "--ds-text-information";
330
- readonly 'color.text.information.bolder': "--ds-text-information-bolder";
331
- readonly 'color.text.subtlest': "--ds-text-subtlest";
332
- readonly 'color.text.subtle': "--ds-text-subtle";
333
- readonly 'color.icon': "--ds-icon";
334
- readonly 'color.icon.accent.lime': "--ds-icon-accent-lime";
335
- readonly 'color.icon.accent.red': "--ds-icon-accent-red";
336
- readonly 'color.icon.accent.orange': "--ds-icon-accent-orange";
337
- readonly 'color.icon.accent.yellow': "--ds-icon-accent-yellow";
338
- readonly 'color.icon.accent.green': "--ds-icon-accent-green";
339
- readonly 'color.icon.accent.teal': "--ds-icon-accent-teal";
340
- readonly 'color.icon.accent.blue': "--ds-icon-accent-blue";
341
- readonly 'color.icon.accent.purple': "--ds-icon-accent-purple";
342
- readonly 'color.icon.accent.magenta': "--ds-icon-accent-magenta";
343
- readonly 'color.icon.accent.gray': "--ds-icon-accent-gray";
344
- readonly 'color.icon.disabled': "--ds-icon-disabled";
345
- readonly 'color.icon.inverse': "--ds-icon-inverse";
346
- readonly 'color.icon.selected': "--ds-icon-selected";
347
- readonly 'color.icon.brand': "--ds-icon-brand";
348
- readonly 'color.icon.danger': "--ds-icon-danger";
349
- readonly 'color.icon.warning': "--ds-icon-warning";
350
- readonly 'color.icon.warning.inverse': "--ds-icon-warning-inverse";
351
- readonly 'color.icon.success': "--ds-icon-success";
352
- readonly 'color.icon.discovery': "--ds-icon-discovery";
353
- readonly 'color.icon.information': "--ds-icon-information";
354
- readonly 'color.icon.subtlest': "--ds-icon-subtlest";
355
- readonly 'color.icon.subtle': "--ds-icon-subtle";
356
- readonly 'color.link': "--ds-link";
357
- readonly 'color.link.pressed': "--ds-link-pressed";
358
- readonly 'color.link.visited': "--ds-link-visited";
359
- readonly 'color.link.visited.pressed': "--ds-link-visited-pressed";
360
- readonly 'color.interaction.hovered': "--ds-interaction-hovered";
361
- readonly 'color.interaction.pressed': "--ds-interaction-pressed";
362
- readonly 'color.skeleton': "--ds-skeleton";
363
- readonly 'color.skeleton.subtle': "--ds-skeleton-subtle";
364
- readonly 'color.blanket': "--ds-blanket";
365
- readonly 'color.blanket.selected': "--ds-blanket-selected";
366
- readonly 'color.blanket.danger': "--ds-blanket-danger";
367
- readonly 'color.chart.categorical.1': "--ds-chart-categorical-1";
368
- readonly 'color.chart.categorical.1.hovered': "--ds-chart-categorical-1-hovered";
369
- readonly 'color.chart.categorical.2': "--ds-chart-categorical-2";
370
- readonly 'color.chart.categorical.2.hovered': "--ds-chart-categorical-2-hovered";
371
- readonly 'color.chart.categorical.3': "--ds-chart-categorical-3";
372
- readonly 'color.chart.categorical.3.hovered': "--ds-chart-categorical-3-hovered";
373
- readonly 'color.chart.categorical.4': "--ds-chart-categorical-4";
374
- readonly 'color.chart.categorical.4.hovered': "--ds-chart-categorical-4-hovered";
375
- readonly 'color.chart.categorical.5': "--ds-chart-categorical-5";
376
- readonly 'color.chart.categorical.5.hovered': "--ds-chart-categorical-5-hovered";
377
- readonly 'color.chart.categorical.6': "--ds-chart-categorical-6";
378
- readonly 'color.chart.categorical.6.hovered': "--ds-chart-categorical-6-hovered";
379
- readonly 'color.chart.categorical.7': "--ds-chart-categorical-7";
380
- readonly 'color.chart.categorical.7.hovered': "--ds-chart-categorical-7-hovered";
381
- readonly 'color.chart.categorical.8': "--ds-chart-categorical-8";
382
- readonly 'color.chart.categorical.8.hovered': "--ds-chart-categorical-8-hovered";
383
- readonly 'color.chart.lime.bold': "--ds-chart-lime-bold";
384
- readonly 'color.chart.lime.bold.hovered': "--ds-chart-lime-bold-hovered";
385
- readonly 'color.chart.lime.bolder': "--ds-chart-lime-bolder";
386
- readonly 'color.chart.lime.bolder.hovered': "--ds-chart-lime-bolder-hovered";
387
- readonly 'color.chart.lime.boldest': "--ds-chart-lime-boldest";
388
- readonly 'color.chart.lime.boldest.hovered': "--ds-chart-lime-boldest-hovered";
389
- readonly 'color.chart.neutral': "--ds-chart-neutral";
390
- readonly 'color.chart.neutral.hovered': "--ds-chart-neutral-hovered";
391
- readonly 'color.chart.red.bold': "--ds-chart-red-bold";
392
- readonly 'color.chart.red.bold.hovered': "--ds-chart-red-bold-hovered";
393
- readonly 'color.chart.red.bolder': "--ds-chart-red-bolder";
394
- readonly 'color.chart.red.bolder.hovered': "--ds-chart-red-bolder-hovered";
395
- readonly 'color.chart.red.boldest': "--ds-chart-red-boldest";
396
- readonly 'color.chart.red.boldest.hovered': "--ds-chart-red-boldest-hovered";
397
- readonly 'color.chart.orange.bold': "--ds-chart-orange-bold";
398
- readonly 'color.chart.orange.bold.hovered': "--ds-chart-orange-bold-hovered";
399
- readonly 'color.chart.orange.bolder': "--ds-chart-orange-bolder";
400
- readonly 'color.chart.orange.bolder.hovered': "--ds-chart-orange-bolder-hovered";
401
- readonly 'color.chart.orange.boldest': "--ds-chart-orange-boldest";
402
- readonly 'color.chart.orange.boldest.hovered': "--ds-chart-orange-boldest-hovered";
403
- readonly 'color.chart.yellow.bold': "--ds-chart-yellow-bold";
404
- readonly 'color.chart.yellow.bold.hovered': "--ds-chart-yellow-bold-hovered";
405
- readonly 'color.chart.yellow.bolder': "--ds-chart-yellow-bolder";
406
- readonly 'color.chart.yellow.bolder.hovered': "--ds-chart-yellow-bolder-hovered";
407
- readonly 'color.chart.yellow.boldest': "--ds-chart-yellow-boldest";
408
- readonly 'color.chart.yellow.boldest.hovered': "--ds-chart-yellow-boldest-hovered";
409
- readonly 'color.chart.green.bold': "--ds-chart-green-bold";
410
- readonly 'color.chart.green.bold.hovered': "--ds-chart-green-bold-hovered";
411
- readonly 'color.chart.green.bolder': "--ds-chart-green-bolder";
412
- readonly 'color.chart.green.bolder.hovered': "--ds-chart-green-bolder-hovered";
413
- readonly 'color.chart.green.boldest': "--ds-chart-green-boldest";
414
- readonly 'color.chart.green.boldest.hovered': "--ds-chart-green-boldest-hovered";
415
- readonly 'color.chart.teal.bold': "--ds-chart-teal-bold";
416
- readonly 'color.chart.teal.bold.hovered': "--ds-chart-teal-bold-hovered";
417
- readonly 'color.chart.teal.bolder': "--ds-chart-teal-bolder";
418
- readonly 'color.chart.teal.bolder.hovered': "--ds-chart-teal-bolder-hovered";
419
- readonly 'color.chart.teal.boldest': "--ds-chart-teal-boldest";
420
- readonly 'color.chart.teal.boldest.hovered': "--ds-chart-teal-boldest-hovered";
421
- readonly 'color.chart.blue.bold': "--ds-chart-blue-bold";
422
- readonly 'color.chart.blue.bold.hovered': "--ds-chart-blue-bold-hovered";
423
- readonly 'color.chart.blue.bolder': "--ds-chart-blue-bolder";
424
- readonly 'color.chart.blue.bolder.hovered': "--ds-chart-blue-bolder-hovered";
425
- readonly 'color.chart.blue.boldest': "--ds-chart-blue-boldest";
426
- readonly 'color.chart.blue.boldest.hovered': "--ds-chart-blue-boldest-hovered";
427
- readonly 'color.chart.purple.bold': "--ds-chart-purple-bold";
428
- readonly 'color.chart.purple.bold.hovered': "--ds-chart-purple-bold-hovered";
429
- readonly 'color.chart.purple.bolder': "--ds-chart-purple-bolder";
430
- readonly 'color.chart.purple.bolder.hovered': "--ds-chart-purple-bolder-hovered";
431
- readonly 'color.chart.purple.boldest': "--ds-chart-purple-boldest";
432
- readonly 'color.chart.purple.boldest.hovered': "--ds-chart-purple-boldest-hovered";
433
- readonly 'color.chart.magenta.bold': "--ds-chart-magenta-bold";
434
- readonly 'color.chart.magenta.bold.hovered': "--ds-chart-magenta-bold-hovered";
435
- readonly 'color.chart.magenta.bolder': "--ds-chart-magenta-bolder";
436
- readonly 'color.chart.magenta.bolder.hovered': "--ds-chart-magenta-bolder-hovered";
437
- readonly 'color.chart.magenta.boldest': "--ds-chart-magenta-boldest";
438
- readonly 'color.chart.magenta.boldest.hovered': "--ds-chart-magenta-boldest-hovered";
439
- readonly 'color.chart.gray.bold': "--ds-chart-gray-bold";
440
- readonly 'color.chart.gray.bold.hovered': "--ds-chart-gray-bold-hovered";
441
- readonly 'color.chart.gray.bolder': "--ds-chart-gray-bolder";
442
- readonly 'color.chart.gray.bolder.hovered': "--ds-chart-gray-bolder-hovered";
443
- readonly 'color.chart.gray.boldest': "--ds-chart-gray-boldest";
444
- readonly 'color.chart.gray.boldest.hovered': "--ds-chart-gray-boldest-hovered";
445
- readonly 'color.chart.brand': "--ds-chart-brand";
446
- readonly 'color.chart.brand.hovered': "--ds-chart-brand-hovered";
447
- readonly 'color.chart.danger': "--ds-chart-danger";
448
- readonly 'color.chart.danger.hovered': "--ds-chart-danger-hovered";
449
- readonly 'color.chart.danger.bold': "--ds-chart-danger-bold";
450
- readonly 'color.chart.danger.bold.hovered': "--ds-chart-danger-bold-hovered";
451
- readonly 'color.chart.warning': "--ds-chart-warning";
452
- readonly 'color.chart.warning.hovered': "--ds-chart-warning-hovered";
453
- readonly 'color.chart.warning.bold': "--ds-chart-warning-bold";
454
- readonly 'color.chart.warning.bold.hovered': "--ds-chart-warning-bold-hovered";
455
- readonly 'color.chart.success': "--ds-chart-success";
456
- readonly 'color.chart.success.hovered': "--ds-chart-success-hovered";
457
- readonly 'color.chart.success.bold': "--ds-chart-success-bold";
458
- readonly 'color.chart.success.bold.hovered': "--ds-chart-success-bold-hovered";
459
- readonly 'color.chart.discovery': "--ds-chart-discovery";
460
- readonly 'color.chart.discovery.hovered': "--ds-chart-discovery-hovered";
461
- readonly 'color.chart.discovery.bold': "--ds-chart-discovery-bold";
462
- readonly 'color.chart.discovery.bold.hovered': "--ds-chart-discovery-bold-hovered";
463
- readonly 'color.chart.information': "--ds-chart-information";
464
- readonly 'color.chart.information.hovered': "--ds-chart-information-hovered";
465
- readonly 'color.chart.information.bold': "--ds-chart-information-bold";
466
- readonly 'color.chart.information.bold.hovered': "--ds-chart-information-bold-hovered";
467
- readonly 'color.rovo.background.brand.bold': "--ds-rovo-background-brand-bold";
468
- readonly 'color.rovo.background.brand.bold.hovered': "--ds-rovo-background-brand-bold-hovered";
469
- readonly 'color.rovo.background.brand.bold.pressed': "--ds-rovo-background-brand-bold-pressed";
470
- readonly 'color.rovo.border.lime': "--ds-rovo-border-lime";
471
- readonly 'color.rovo.border.saffron': "--ds-rovo-border-saffron";
472
- readonly 'color.rovo.border.blue': "--ds-rovo-border-blue";
473
- readonly 'color.rovo.border.purple': "--ds-rovo-border-purple";
474
- readonly 'color.rovo.icon.lime': "--ds-rovo-icon-lime";
475
- readonly 'color.rovo.icon.saffron': "--ds-rovo-icon-saffron";
476
- readonly 'color.rovo.icon.blue': "--ds-rovo-icon-blue";
477
- readonly 'color.rovo.icon.purple': "--ds-rovo-icon-purple";
478
- readonly 'elevation.surface': "--ds-surface";
479
- readonly 'elevation.surface.hovered': "--ds-surface-hovered";
480
- readonly 'elevation.surface.pressed': "--ds-surface-pressed";
481
- readonly 'elevation.surface.overlay': "--ds-surface-overlay";
482
- readonly 'elevation.surface.overlay.hovered': "--ds-surface-overlay-hovered";
483
- readonly 'elevation.surface.overlay.pressed': "--ds-surface-overlay-pressed";
484
- readonly 'elevation.surface.raised': "--ds-surface-raised";
485
- readonly 'elevation.surface.raised.hovered': "--ds-surface-raised-hovered";
486
- readonly 'elevation.surface.raised.pressed': "--ds-surface-raised-pressed";
487
- readonly 'elevation.surface.sunken': "--ds-surface-sunken";
488
- readonly 'elevation.shadow.overflow': "--ds-shadow-overflow";
489
- readonly 'elevation.shadow.overflow.perimeter': "--ds-shadow-overflow-perimeter";
490
- readonly 'elevation.shadow.overflow.spread': "--ds-shadow-overflow-spread";
491
- readonly 'elevation.shadow.overlay': "--ds-shadow-overlay";
492
- readonly 'elevation.shadow.raised': "--ds-shadow-raised";
493
- readonly 'opacity.disabled': "--ds-opacity-disabled";
494
- readonly 'opacity.loading': "--ds-opacity-loading";
495
- readonly 'utility.UNSAFE.transparent': "--ds-UNSAFE-transparent";
496
- readonly 'utility.elevation.surface.current': "--ds-elevation-surface-current";
497
- readonly 'space.0': "--ds-space-0";
498
- readonly 'space.025': "--ds-space-025";
499
- readonly 'space.050': "--ds-space-050";
500
- readonly 'space.075': "--ds-space-075";
501
- readonly 'space.100': "--ds-space-100";
502
- readonly 'space.150': "--ds-space-150";
503
- readonly 'space.200': "--ds-space-200";
504
- readonly 'space.250': "--ds-space-250";
505
- readonly 'space.300': "--ds-space-300";
506
- readonly 'space.400': "--ds-space-400";
507
- readonly 'space.500': "--ds-space-500";
508
- readonly 'space.600': "--ds-space-600";
509
- readonly 'space.800': "--ds-space-800";
510
- readonly 'space.1000': "--ds-space-1000";
511
- readonly 'space.negative.025': "--ds-space-negative-025";
512
- readonly 'space.negative.050': "--ds-space-negative-050";
513
- readonly 'space.negative.075': "--ds-space-negative-075";
514
- readonly 'space.negative.100': "--ds-space-negative-100";
515
- readonly 'space.negative.150': "--ds-space-negative-150";
516
- readonly 'space.negative.200': "--ds-space-negative-200";
517
- readonly 'space.negative.250': "--ds-space-negative-250";
518
- readonly 'space.negative.300': "--ds-space-negative-300";
519
- readonly 'space.negative.400': "--ds-space-negative-400";
520
- readonly 'font.heading.xxlarge': "--ds-font-heading-xxlarge";
521
- readonly 'font.heading.xlarge': "--ds-font-heading-xlarge";
522
- readonly 'font.heading.large': "--ds-font-heading-large";
523
- readonly 'font.heading.medium': "--ds-font-heading-medium";
524
- readonly 'font.heading.small': "--ds-font-heading-small";
525
- readonly 'font.heading.xsmall': "--ds-font-heading-xsmall";
526
- readonly 'font.heading.xxsmall': "--ds-font-heading-xxsmall";
527
- readonly 'font.body.large': "--ds-font-body-large";
528
- readonly 'font.body': "--ds-font-body";
529
- readonly 'font.body.small': "--ds-font-body-small";
530
- readonly 'font.metric.large': "--ds-font-metric-large";
531
- readonly 'font.metric.medium': "--ds-font-metric-medium";
532
- readonly 'font.metric.small': "--ds-font-metric-small";
533
- readonly 'font.code': "--ds-font-code";
534
- readonly 'font.weight.regular': "--ds-font-weight-regular";
535
- readonly 'font.weight.medium': "--ds-font-weight-medium";
536
- readonly 'font.weight.semibold': "--ds-font-weight-semibold";
537
- readonly 'font.weight.bold': "--ds-font-weight-bold";
538
- readonly 'font.family.heading': "--ds-font-family-heading";
539
- readonly 'font.family.body': "--ds-font-family-body";
540
- readonly 'font.family.code': "--ds-font-family-code";
541
- readonly 'font.family.brand.heading': "--ds-font-family-brand-heading";
542
- readonly 'font.family.brand.body': "--ds-font-family-brand-body";
543
- readonly 'radius.xsmall': "--ds-radius-xsmall";
544
- readonly 'radius.small': "--ds-radius-small";
545
- readonly 'radius.medium': "--ds-radius-medium";
546
- readonly 'radius.large': "--ds-radius-large";
547
- readonly 'radius.xlarge': "--ds-radius-xlarge";
548
- readonly 'radius.xxlarge': "--ds-radius-xxlarge";
549
- readonly 'radius.full': "--ds-radius-full";
550
- readonly 'radius.tile': "--ds-radius-tile";
551
- readonly 'border.width': "--ds-border-width";
552
- readonly 'border.width.selected': "--ds-border-width-selected";
553
- readonly 'border.width.focused': "--ds-border-width-focused";
554
- };
555
- export type CSSTokenMap = {
556
- 'motion.avatar.enter': 'var(--ds-avatar-enter)';
557
- 'motion.avatar.exit': 'var(--ds-avatar-exit)';
558
- 'motion.avatar.hovered': 'var(--ds-avatar-hovered)';
559
- 'motion.blanket.enter': 'var(--ds-blanket-enter)';
560
- 'motion.blanket.exit': 'var(--ds-blanket-exit)';
561
- 'motion.duration.instant': 'var(--ds-duration-instant)';
562
- 'motion.duration.long': 'var(--ds-duration-long)';
563
- 'motion.duration.medium': 'var(--ds-duration-medium)';
564
- 'motion.duration.short': 'var(--ds-duration-short)';
565
- 'motion.duration.xlong': 'var(--ds-duration-xlong)';
566
- 'motion.duration.xshort': 'var(--ds-duration-xshort)';
567
- 'motion.duration.xxlong': 'var(--ds-duration-xxlong)';
568
- 'motion.duration.xxshort': 'var(--ds-duration-xxshort)';
569
- 'motion.easing.in.practical': 'var(--ds-easing-in-practical)';
570
- 'motion.easing.inout.bold': 'var(--ds-easing-inout-bold)';
571
- 'motion.easing.out.practical': 'var(--ds-easing-out-practical)';
572
- 'motion.easing.out.bold': 'var(--ds-easing-out-bold)';
573
- 'motion.easing.spring': 'var(--ds-easing-spring)';
574
- 'motion.flag.enter': 'var(--ds-flag-enter)';
575
- 'motion.flag.exit': 'var(--ds-flag-exit)';
576
- 'motion.flag.reposition': 'var(--ds-flag-reposition)';
577
- 'motion.keyframe.fade.in': 'var(--ds-keyframe-fade-in)';
578
- 'motion.keyframe.fade.out': 'var(--ds-keyframe-fade-out)';
579
- 'motion.keyframe.scale.in.medium': 'var(--ds-keyframe-scale-in-medium)';
580
- 'motion.keyframe.scale.in.small': 'var(--ds-keyframe-scale-in-small)';
581
- 'motion.keyframe.scale.out.medium': 'var(--ds-keyframe-scale-out-medium)';
582
- 'motion.keyframe.scale.out.small': 'var(--ds-keyframe-scale-out-small)';
583
- 'motion.keyframe.slide.in.bottom.short': 'var(--ds-keyframe-slide-in-bottom-short)';
584
- 'motion.keyframe.slide.in.left.half': 'var(--ds-keyframe-slide-in-left-half)';
585
- 'motion.keyframe.slide.in.left.short': 'var(--ds-keyframe-slide-in-left-short)';
586
- 'motion.keyframe.slide.in.right.short': 'var(--ds-keyframe-slide-in-right-short)';
587
- 'motion.keyframe.slide.in.top.short': 'var(--ds-keyframe-slide-in-top-short)';
588
- 'motion.keyframe.slide.out.bottom.short': 'var(--ds-keyframe-slide-out-bottom-short)';
589
- 'motion.keyframe.slide.out.left.half': 'var(--ds-keyframe-slide-out-left-half)';
590
- 'motion.keyframe.slide.out.left.short': 'var(--ds-keyframe-slide-out-left-short)';
591
- 'motion.keyframe.slide.out.right.short': 'var(--ds-keyframe-slide-out-right-short)';
592
- 'motion.keyframe.slide.out.top.short': 'var(--ds-keyframe-slide-out-top-short)';
593
- 'motion.modal.enter': 'var(--ds-modal-enter)';
594
- 'motion.modal.exit': 'var(--ds-modal-exit)';
595
- 'motion.popup.enter.bottom': 'var(--ds-popup-enter-bottom)';
596
- 'motion.popup.enter.left': 'var(--ds-popup-enter-left)';
597
- 'motion.popup.enter.right': 'var(--ds-popup-enter-right)';
598
- 'motion.popup.enter.top': 'var(--ds-popup-enter-top)';
599
- 'motion.popup.exit.bottom': 'var(--ds-popup-exit-bottom)';
600
- 'motion.popup.exit.left': 'var(--ds-popup-exit-left)';
601
- 'motion.popup.exit.right': 'var(--ds-popup-exit-right)';
602
- 'motion.popup.exit.top': 'var(--ds-popup-exit-top)';
603
- 'motion.spotlight.enter': 'var(--ds-spotlight-enter)';
604
- 'motion.spotlight.exit': 'var(--ds-spotlight-exit)';
605
- 'color.background.accent.lime.subtlest': 'var(--ds-background-accent-lime-subtlest)';
606
- 'color.background.accent.lime.subtlest.hovered': 'var(--ds-background-accent-lime-subtlest-hovered)';
607
- 'color.background.accent.lime.subtlest.pressed': 'var(--ds-background-accent-lime-subtlest-pressed)';
608
- 'color.background.accent.lime.subtler': 'var(--ds-background-accent-lime-subtler)';
609
- 'color.background.accent.lime.subtler.hovered': 'var(--ds-background-accent-lime-subtler-hovered)';
610
- 'color.background.accent.lime.subtler.pressed': 'var(--ds-background-accent-lime-subtler-pressed)';
611
- 'color.background.accent.lime.subtle': 'var(--ds-background-accent-lime-subtle)';
612
- 'color.background.accent.lime.subtle.hovered': 'var(--ds-background-accent-lime-subtle-hovered)';
613
- 'color.background.accent.lime.subtle.pressed': 'var(--ds-background-accent-lime-subtle-pressed)';
614
- 'color.background.accent.lime.bolder': 'var(--ds-background-accent-lime-bolder)';
615
- 'color.background.accent.lime.bolder.hovered': 'var(--ds-background-accent-lime-bolder-hovered)';
616
- 'color.background.accent.lime.bolder.pressed': 'var(--ds-background-accent-lime-bolder-pressed)';
617
- 'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
618
- 'color.background.accent.red.subtlest.hovered': 'var(--ds-background-accent-red-subtlest-hovered)';
619
- 'color.background.accent.red.subtlest.pressed': 'var(--ds-background-accent-red-subtlest-pressed)';
620
- 'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
621
- 'color.background.accent.red.subtler.hovered': 'var(--ds-background-accent-red-subtler-hovered)';
622
- 'color.background.accent.red.subtler.pressed': 'var(--ds-background-accent-red-subtler-pressed)';
623
- 'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
624
- 'color.background.accent.red.subtle.hovered': 'var(--ds-background-accent-red-subtle-hovered)';
625
- 'color.background.accent.red.subtle.pressed': 'var(--ds-background-accent-red-subtle-pressed)';
626
- 'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
627
- 'color.background.accent.red.bolder.hovered': 'var(--ds-background-accent-red-bolder-hovered)';
628
- 'color.background.accent.red.bolder.pressed': 'var(--ds-background-accent-red-bolder-pressed)';
629
- 'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
630
- 'color.background.accent.orange.subtlest.hovered': 'var(--ds-background-accent-orange-subtlest-hovered)';
631
- 'color.background.accent.orange.subtlest.pressed': 'var(--ds-background-accent-orange-subtlest-pressed)';
632
- 'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
633
- 'color.background.accent.orange.subtler.hovered': 'var(--ds-background-accent-orange-subtler-hovered)';
634
- 'color.background.accent.orange.subtler.pressed': 'var(--ds-background-accent-orange-subtler-pressed)';
635
- 'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
636
- 'color.background.accent.orange.subtle.hovered': 'var(--ds-background-accent-orange-subtle-hovered)';
637
- 'color.background.accent.orange.subtle.pressed': 'var(--ds-background-accent-orange-subtle-pressed)';
638
- 'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
639
- 'color.background.accent.orange.bolder.hovered': 'var(--ds-background-accent-orange-bolder-hovered)';
640
- 'color.background.accent.orange.bolder.pressed': 'var(--ds-background-accent-orange-bolder-pressed)';
641
- 'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
642
- 'color.background.accent.yellow.subtlest.hovered': 'var(--ds-background-accent-yellow-subtlest-hovered)';
643
- 'color.background.accent.yellow.subtlest.pressed': 'var(--ds-background-accent-yellow-subtlest-pressed)';
644
- 'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
645
- 'color.background.accent.yellow.subtler.hovered': 'var(--ds-background-accent-yellow-subtler-hovered)';
646
- 'color.background.accent.yellow.subtler.pressed': 'var(--ds-background-accent-yellow-subtler-pressed)';
647
- 'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
648
- 'color.background.accent.yellow.subtle.hovered': 'var(--ds-background-accent-yellow-subtle-hovered)';
649
- 'color.background.accent.yellow.subtle.pressed': 'var(--ds-background-accent-yellow-subtle-pressed)';
650
- 'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
651
- 'color.background.accent.yellow.bolder.hovered': 'var(--ds-background-accent-yellow-bolder-hovered)';
652
- 'color.background.accent.yellow.bolder.pressed': 'var(--ds-background-accent-yellow-bolder-pressed)';
653
- 'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
654
- 'color.background.accent.green.subtlest.hovered': 'var(--ds-background-accent-green-subtlest-hovered)';
655
- 'color.background.accent.green.subtlest.pressed': 'var(--ds-background-accent-green-subtlest-pressed)';
656
- 'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
657
- 'color.background.accent.green.subtler.hovered': 'var(--ds-background-accent-green-subtler-hovered)';
658
- 'color.background.accent.green.subtler.pressed': 'var(--ds-background-accent-green-subtler-pressed)';
659
- 'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
660
- 'color.background.accent.green.subtle.hovered': 'var(--ds-background-accent-green-subtle-hovered)';
661
- 'color.background.accent.green.subtle.pressed': 'var(--ds-background-accent-green-subtle-pressed)';
662
- 'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
663
- 'color.background.accent.green.bolder.hovered': 'var(--ds-background-accent-green-bolder-hovered)';
664
- 'color.background.accent.green.bolder.pressed': 'var(--ds-background-accent-green-bolder-pressed)';
665
- 'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
666
- 'color.background.accent.teal.subtlest.hovered': 'var(--ds-background-accent-teal-subtlest-hovered)';
667
- 'color.background.accent.teal.subtlest.pressed': 'var(--ds-background-accent-teal-subtlest-pressed)';
668
- 'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
669
- 'color.background.accent.teal.subtler.hovered': 'var(--ds-background-accent-teal-subtler-hovered)';
670
- 'color.background.accent.teal.subtler.pressed': 'var(--ds-background-accent-teal-subtler-pressed)';
671
- 'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
672
- 'color.background.accent.teal.subtle.hovered': 'var(--ds-background-accent-teal-subtle-hovered)';
673
- 'color.background.accent.teal.subtle.pressed': 'var(--ds-background-accent-teal-subtle-pressed)';
674
- 'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
675
- 'color.background.accent.teal.bolder.hovered': 'var(--ds-background-accent-teal-bolder-hovered)';
676
- 'color.background.accent.teal.bolder.pressed': 'var(--ds-background-accent-teal-bolder-pressed)';
677
- 'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
678
- 'color.background.accent.blue.subtlest.hovered': 'var(--ds-background-accent-blue-subtlest-hovered)';
679
- 'color.background.accent.blue.subtlest.pressed': 'var(--ds-background-accent-blue-subtlest-pressed)';
680
- 'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
681
- 'color.background.accent.blue.subtler.hovered': 'var(--ds-background-accent-blue-subtler-hovered)';
682
- 'color.background.accent.blue.subtler.pressed': 'var(--ds-background-accent-blue-subtler-pressed)';
683
- 'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
684
- 'color.background.accent.blue.subtle.hovered': 'var(--ds-background-accent-blue-subtle-hovered)';
685
- 'color.background.accent.blue.subtle.pressed': 'var(--ds-background-accent-blue-subtle-pressed)';
686
- 'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
687
- 'color.background.accent.blue.bolder.hovered': 'var(--ds-background-accent-blue-bolder-hovered)';
688
- 'color.background.accent.blue.bolder.pressed': 'var(--ds-background-accent-blue-bolder-pressed)';
689
- 'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
690
- 'color.background.accent.purple.subtlest.hovered': 'var(--ds-background-accent-purple-subtlest-hovered)';
691
- 'color.background.accent.purple.subtlest.pressed': 'var(--ds-background-accent-purple-subtlest-pressed)';
692
- 'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
693
- 'color.background.accent.purple.subtler.hovered': 'var(--ds-background-accent-purple-subtler-hovered)';
694
- 'color.background.accent.purple.subtler.pressed': 'var(--ds-background-accent-purple-subtler-pressed)';
695
- 'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
696
- 'color.background.accent.purple.subtle.hovered': 'var(--ds-background-accent-purple-subtle-hovered)';
697
- 'color.background.accent.purple.subtle.pressed': 'var(--ds-background-accent-purple-subtle-pressed)';
698
- 'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
699
- 'color.background.accent.purple.bolder.hovered': 'var(--ds-background-accent-purple-bolder-hovered)';
700
- 'color.background.accent.purple.bolder.pressed': 'var(--ds-background-accent-purple-bolder-pressed)';
701
- 'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
702
- 'color.background.accent.magenta.subtlest.hovered': 'var(--ds-background-accent-magenta-subtlest-hovered)';
703
- 'color.background.accent.magenta.subtlest.pressed': 'var(--ds-background-accent-magenta-subtlest-pressed)';
704
- 'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
705
- 'color.background.accent.magenta.subtler.hovered': 'var(--ds-background-accent-magenta-subtler-hovered)';
706
- 'color.background.accent.magenta.subtler.pressed': 'var(--ds-background-accent-magenta-subtler-pressed)';
707
- 'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
708
- 'color.background.accent.magenta.subtle.hovered': 'var(--ds-background-accent-magenta-subtle-hovered)';
709
- 'color.background.accent.magenta.subtle.pressed': 'var(--ds-background-accent-magenta-subtle-pressed)';
710
- 'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
711
- 'color.background.accent.magenta.bolder.hovered': 'var(--ds-background-accent-magenta-bolder-hovered)';
712
- 'color.background.accent.magenta.bolder.pressed': 'var(--ds-background-accent-magenta-bolder-pressed)';
713
- 'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
714
- 'color.background.accent.gray.subtlest.hovered': 'var(--ds-background-accent-gray-subtlest-hovered)';
715
- 'color.background.accent.gray.subtlest.pressed': 'var(--ds-background-accent-gray-subtlest-pressed)';
716
- 'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
717
- 'color.background.accent.gray.subtler.hovered': 'var(--ds-background-accent-gray-subtler-hovered)';
718
- 'color.background.accent.gray.subtler.pressed': 'var(--ds-background-accent-gray-subtler-pressed)';
719
- 'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
720
- 'color.background.accent.gray.subtle.hovered': 'var(--ds-background-accent-gray-subtle-hovered)';
721
- 'color.background.accent.gray.subtle.pressed': 'var(--ds-background-accent-gray-subtle-pressed)';
722
- 'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
723
- 'color.background.accent.gray.bolder.hovered': 'var(--ds-background-accent-gray-bolder-hovered)';
724
- 'color.background.accent.gray.bolder.pressed': 'var(--ds-background-accent-gray-bolder-pressed)';
725
- 'color.background.disabled': 'var(--ds-background-disabled)';
726
- 'color.background.input': 'var(--ds-background-input)';
727
- 'color.background.input.hovered': 'var(--ds-background-input-hovered)';
728
- 'color.background.input.pressed': 'var(--ds-background-input-pressed)';
729
- 'color.background.inverse.subtle': 'var(--ds-background-inverse-subtle)';
730
- 'color.background.inverse.subtle.hovered': 'var(--ds-background-inverse-subtle-hovered)';
731
- 'color.background.inverse.subtle.pressed': 'var(--ds-background-inverse-subtle-pressed)';
732
- 'color.background.neutral': 'var(--ds-background-neutral)';
733
- 'color.background.neutral.hovered': 'var(--ds-background-neutral-hovered)';
734
- 'color.background.neutral.pressed': 'var(--ds-background-neutral-pressed)';
735
- 'color.background.neutral.subtle': 'var(--ds-background-neutral-subtle)';
736
- 'color.background.neutral.subtle.hovered': 'var(--ds-background-neutral-subtle-hovered)';
737
- 'color.background.neutral.subtle.pressed': 'var(--ds-background-neutral-subtle-pressed)';
738
- 'color.background.neutral.bold': 'var(--ds-background-neutral-bold)';
739
- 'color.background.neutral.bold.hovered': 'var(--ds-background-neutral-bold-hovered)';
740
- 'color.background.neutral.bold.pressed': 'var(--ds-background-neutral-bold-pressed)';
741
- 'color.background.selected': 'var(--ds-background-selected)';
742
- 'color.background.selected.hovered': 'var(--ds-background-selected-hovered)';
743
- 'color.background.selected.pressed': 'var(--ds-background-selected-pressed)';
744
- 'color.background.selected.bold': 'var(--ds-background-selected-bold)';
745
- 'color.background.selected.bold.hovered': 'var(--ds-background-selected-bold-hovered)';
746
- 'color.background.selected.bold.pressed': 'var(--ds-background-selected-bold-pressed)';
747
- 'color.background.brand.subtlest': 'var(--ds-background-brand-subtlest)';
748
- 'color.background.brand.subtlest.hovered': 'var(--ds-background-brand-subtlest-hovered)';
749
- 'color.background.brand.subtlest.pressed': 'var(--ds-background-brand-subtlest-pressed)';
750
- 'color.background.brand.bold': 'var(--ds-background-brand-bold)';
751
- 'color.background.brand.bold.hovered': 'var(--ds-background-brand-bold-hovered)';
752
- 'color.background.brand.bold.pressed': 'var(--ds-background-brand-bold-pressed)';
753
- 'color.background.brand.boldest': 'var(--ds-background-brand-boldest)';
754
- 'color.background.brand.boldest.hovered': 'var(--ds-background-brand-boldest-hovered)';
755
- 'color.background.brand.boldest.pressed': 'var(--ds-background-brand-boldest-pressed)';
756
- 'color.background.danger': 'var(--ds-background-danger)';
757
- 'color.background.danger.hovered': 'var(--ds-background-danger-hovered)';
758
- 'color.background.danger.pressed': 'var(--ds-background-danger-pressed)';
759
- 'color.background.danger.subtler': 'var(--ds-background-danger-subtler)';
760
- 'color.background.danger.subtler.hovered': 'var(--ds-background-danger-subtler-hovered)';
761
- 'color.background.danger.subtler.pressed': 'var(--ds-background-danger-subtler-pressed)';
762
- 'color.background.danger.subtle': 'var(--ds-background-danger-subtle)';
763
- 'color.background.danger.bold': 'var(--ds-background-danger-bold)';
764
- 'color.background.danger.bold.hovered': 'var(--ds-background-danger-bold-hovered)';
765
- 'color.background.danger.bold.pressed': 'var(--ds-background-danger-bold-pressed)';
766
- 'color.background.warning': 'var(--ds-background-warning)';
767
- 'color.background.warning.hovered': 'var(--ds-background-warning-hovered)';
768
- 'color.background.warning.pressed': 'var(--ds-background-warning-pressed)';
769
- 'color.background.warning.subtler': 'var(--ds-background-warning-subtler)';
770
- 'color.background.warning.subtler.hovered': 'var(--ds-background-warning-subtler-hovered)';
771
- 'color.background.warning.subtler.pressed': 'var(--ds-background-warning-subtler-pressed)';
772
- 'color.background.warning.subtle': 'var(--ds-background-warning-subtle)';
773
- 'color.background.warning.bold': 'var(--ds-background-warning-bold)';
774
- 'color.background.warning.bold.hovered': 'var(--ds-background-warning-bold-hovered)';
775
- 'color.background.warning.bold.pressed': 'var(--ds-background-warning-bold-pressed)';
776
- 'color.background.success': 'var(--ds-background-success)';
777
- 'color.background.success.hovered': 'var(--ds-background-success-hovered)';
778
- 'color.background.success.pressed': 'var(--ds-background-success-pressed)';
779
- 'color.background.success.subtler': 'var(--ds-background-success-subtler)';
780
- 'color.background.success.subtler.hovered': 'var(--ds-background-success-subtler-hovered)';
781
- 'color.background.success.subtler.pressed': 'var(--ds-background-success-subtler-pressed)';
782
- 'color.background.success.subtle': 'var(--ds-background-success-subtle)';
783
- 'color.background.success.bold': 'var(--ds-background-success-bold)';
784
- 'color.background.success.bold.hovered': 'var(--ds-background-success-bold-hovered)';
785
- 'color.background.success.bold.pressed': 'var(--ds-background-success-bold-pressed)';
786
- 'color.background.discovery': 'var(--ds-background-discovery)';
787
- 'color.background.discovery.hovered': 'var(--ds-background-discovery-hovered)';
788
- 'color.background.discovery.pressed': 'var(--ds-background-discovery-pressed)';
789
- 'color.background.discovery.subtler': 'var(--ds-background-discovery-subtler)';
790
- 'color.background.discovery.subtler.hovered': 'var(--ds-background-discovery-subtler-hovered)';
791
- 'color.background.discovery.subtler.pressed': 'var(--ds-background-discovery-subtler-pressed)';
792
- 'color.background.discovery.subtle': 'var(--ds-background-discovery-subtle)';
793
- 'color.background.discovery.bold': 'var(--ds-background-discovery-bold)';
794
- 'color.background.discovery.bold.hovered': 'var(--ds-background-discovery-bold-hovered)';
795
- 'color.background.discovery.bold.pressed': 'var(--ds-background-discovery-bold-pressed)';
796
- 'color.background.information': 'var(--ds-background-information)';
797
- 'color.background.information.hovered': 'var(--ds-background-information-hovered)';
798
- 'color.background.information.pressed': 'var(--ds-background-information-pressed)';
799
- 'color.background.information.subtler': 'var(--ds-background-information-subtler)';
800
- 'color.background.information.subtler.hovered': 'var(--ds-background-information-subtler-hovered)';
801
- 'color.background.information.subtler.pressed': 'var(--ds-background-information-subtler-pressed)';
802
- 'color.background.information.subtle': 'var(--ds-background-information-subtle)';
803
- 'color.background.information.bold': 'var(--ds-background-information-bold)';
804
- 'color.background.information.bold.hovered': 'var(--ds-background-information-bold-hovered)';
805
- 'color.background.information.bold.pressed': 'var(--ds-background-information-bold-pressed)';
806
- 'color.border': 'var(--ds-border)';
807
- 'color.border.accent.lime': 'var(--ds-border-accent-lime)';
808
- 'color.border.accent.lime.subtle': 'var(--ds-border-accent-lime-subtle)';
809
- 'color.border.accent.red': 'var(--ds-border-accent-red)';
810
- 'color.border.accent.red.subtle': 'var(--ds-border-accent-red-subtle)';
811
- 'color.border.accent.orange': 'var(--ds-border-accent-orange)';
812
- 'color.border.accent.orange.subtle': 'var(--ds-border-accent-orange-subtle)';
813
- 'color.border.accent.yellow': 'var(--ds-border-accent-yellow)';
814
- 'color.border.accent.yellow.subtle': 'var(--ds-border-accent-yellow-subtle)';
815
- 'color.border.accent.green': 'var(--ds-border-accent-green)';
816
- 'color.border.accent.green.subtle': 'var(--ds-border-accent-green-subtle)';
817
- 'color.border.accent.teal': 'var(--ds-border-accent-teal)';
818
- 'color.border.accent.teal.subtle': 'var(--ds-border-accent-teal-subtle)';
819
- 'color.border.accent.blue': 'var(--ds-border-accent-blue)';
820
- 'color.border.accent.blue.subtle': 'var(--ds-border-accent-blue-subtle)';
821
- 'color.border.accent.purple': 'var(--ds-border-accent-purple)';
822
- 'color.border.accent.purple.subtle': 'var(--ds-border-accent-purple-subtle)';
823
- 'color.border.accent.magenta': 'var(--ds-border-accent-magenta)';
824
- 'color.border.accent.magenta.subtle': 'var(--ds-border-accent-magenta-subtle)';
825
- 'color.border.accent.gray': 'var(--ds-border-accent-gray)';
826
- 'color.border.accent.gray.subtle': 'var(--ds-border-accent-gray-subtle)';
827
- 'color.border.disabled': 'var(--ds-border-disabled)';
828
- 'color.border.focused': 'var(--ds-border-focused)';
829
- 'color.border.input': 'var(--ds-border-input)';
830
- 'color.border.inverse': 'var(--ds-border-inverse)';
831
- 'color.border.selected': 'var(--ds-border-selected)';
832
- 'color.border.brand': 'var(--ds-border-brand)';
833
- 'color.border.danger': 'var(--ds-border-danger)';
834
- 'color.border.danger.subtle': 'var(--ds-border-danger-subtle)';
835
- 'color.border.warning': 'var(--ds-border-warning)';
836
- 'color.border.warning.subtle': 'var(--ds-border-warning-subtle)';
837
- 'color.border.success': 'var(--ds-border-success)';
838
- 'color.border.success.subtle': 'var(--ds-border-success-subtle)';
839
- 'color.border.discovery': 'var(--ds-border-discovery)';
840
- 'color.border.discovery.subtle': 'var(--ds-border-discovery-subtle)';
841
- 'color.border.information': 'var(--ds-border-information)';
842
- 'color.border.information.subtle': 'var(--ds-border-information-subtle)';
843
- 'color.border.bold': 'var(--ds-border-bold)';
844
- 'color.text': 'var(--ds-text)';
845
- 'color.text.accent.lime': 'var(--ds-text-accent-lime)';
846
- 'color.text.accent.lime.bolder': 'var(--ds-text-accent-lime-bolder)';
847
- 'color.text.accent.red': 'var(--ds-text-accent-red)';
848
- 'color.text.accent.red.bolder': 'var(--ds-text-accent-red-bolder)';
849
- 'color.text.accent.orange': 'var(--ds-text-accent-orange)';
850
- 'color.text.accent.orange.bolder': 'var(--ds-text-accent-orange-bolder)';
851
- 'color.text.accent.yellow': 'var(--ds-text-accent-yellow)';
852
- 'color.text.accent.yellow.bolder': 'var(--ds-text-accent-yellow-bolder)';
853
- 'color.text.accent.green': 'var(--ds-text-accent-green)';
854
- 'color.text.accent.green.bolder': 'var(--ds-text-accent-green-bolder)';
855
- 'color.text.accent.teal': 'var(--ds-text-accent-teal)';
856
- 'color.text.accent.teal.bolder': 'var(--ds-text-accent-teal-bolder)';
857
- 'color.text.accent.blue': 'var(--ds-text-accent-blue)';
858
- 'color.text.accent.blue.bolder': 'var(--ds-text-accent-blue-bolder)';
859
- 'color.text.accent.purple': 'var(--ds-text-accent-purple)';
860
- 'color.text.accent.purple.bolder': 'var(--ds-text-accent-purple-bolder)';
861
- 'color.text.accent.magenta': 'var(--ds-text-accent-magenta)';
862
- 'color.text.accent.magenta.bolder': 'var(--ds-text-accent-magenta-bolder)';
863
- 'color.text.accent.gray': 'var(--ds-text-accent-gray)';
864
- 'color.text.accent.gray.bolder': 'var(--ds-text-accent-gray-bolder)';
865
- 'color.text.disabled': 'var(--ds-text-disabled)';
866
- 'color.text.inverse': 'var(--ds-text-inverse)';
867
- 'color.text.selected': 'var(--ds-text-selected)';
868
- 'color.text.brand': 'var(--ds-text-brand)';
869
- 'color.text.danger': 'var(--ds-text-danger)';
870
- 'color.text.danger.bolder': 'var(--ds-text-danger-bolder)';
871
- 'color.text.warning': 'var(--ds-text-warning)';
872
- 'color.text.warning.inverse': 'var(--ds-text-warning-inverse)';
873
- 'color.text.warning.bolder': 'var(--ds-text-warning-bolder)';
874
- 'color.text.success': 'var(--ds-text-success)';
875
- 'color.text.success.bolder': 'var(--ds-text-success-bolder)';
876
- 'color.text.discovery': 'var(--ds-text-discovery)';
877
- 'color.text.discovery.bolder': 'var(--ds-text-discovery-bolder)';
878
- 'color.text.information': 'var(--ds-text-information)';
879
- 'color.text.information.bolder': 'var(--ds-text-information-bolder)';
880
- 'color.text.subtlest': 'var(--ds-text-subtlest)';
881
- 'color.text.subtle': 'var(--ds-text-subtle)';
882
- 'color.icon': 'var(--ds-icon)';
883
- 'color.icon.accent.lime': 'var(--ds-icon-accent-lime)';
884
- 'color.icon.accent.red': 'var(--ds-icon-accent-red)';
885
- 'color.icon.accent.orange': 'var(--ds-icon-accent-orange)';
886
- 'color.icon.accent.yellow': 'var(--ds-icon-accent-yellow)';
887
- 'color.icon.accent.green': 'var(--ds-icon-accent-green)';
888
- 'color.icon.accent.teal': 'var(--ds-icon-accent-teal)';
889
- 'color.icon.accent.blue': 'var(--ds-icon-accent-blue)';
890
- 'color.icon.accent.purple': 'var(--ds-icon-accent-purple)';
891
- 'color.icon.accent.magenta': 'var(--ds-icon-accent-magenta)';
892
- 'color.icon.accent.gray': 'var(--ds-icon-accent-gray)';
893
- 'color.icon.disabled': 'var(--ds-icon-disabled)';
894
- 'color.icon.inverse': 'var(--ds-icon-inverse)';
895
- 'color.icon.selected': 'var(--ds-icon-selected)';
896
- 'color.icon.brand': 'var(--ds-icon-brand)';
897
- 'color.icon.danger': 'var(--ds-icon-danger)';
898
- 'color.icon.warning': 'var(--ds-icon-warning)';
899
- 'color.icon.warning.inverse': 'var(--ds-icon-warning-inverse)';
900
- 'color.icon.success': 'var(--ds-icon-success)';
901
- 'color.icon.discovery': 'var(--ds-icon-discovery)';
902
- 'color.icon.information': 'var(--ds-icon-information)';
903
- 'color.icon.subtlest': 'var(--ds-icon-subtlest)';
904
- 'color.icon.subtle': 'var(--ds-icon-subtle)';
905
- 'color.link': 'var(--ds-link)';
906
- 'color.link.pressed': 'var(--ds-link-pressed)';
907
- 'color.link.visited': 'var(--ds-link-visited)';
908
- 'color.link.visited.pressed': 'var(--ds-link-visited-pressed)';
909
- 'color.interaction.hovered': 'var(--ds-interaction-hovered)';
910
- 'color.interaction.pressed': 'var(--ds-interaction-pressed)';
911
- 'color.skeleton': 'var(--ds-skeleton)';
912
- 'color.skeleton.subtle': 'var(--ds-skeleton-subtle)';
913
- 'color.blanket': 'var(--ds-blanket)';
914
- 'color.blanket.selected': 'var(--ds-blanket-selected)';
915
- 'color.blanket.danger': 'var(--ds-blanket-danger)';
916
- 'color.chart.categorical.1': 'var(--ds-chart-categorical-1)';
917
- 'color.chart.categorical.1.hovered': 'var(--ds-chart-categorical-1-hovered)';
918
- 'color.chart.categorical.2': 'var(--ds-chart-categorical-2)';
919
- 'color.chart.categorical.2.hovered': 'var(--ds-chart-categorical-2-hovered)';
920
- 'color.chart.categorical.3': 'var(--ds-chart-categorical-3)';
921
- 'color.chart.categorical.3.hovered': 'var(--ds-chart-categorical-3-hovered)';
922
- 'color.chart.categorical.4': 'var(--ds-chart-categorical-4)';
923
- 'color.chart.categorical.4.hovered': 'var(--ds-chart-categorical-4-hovered)';
924
- 'color.chart.categorical.5': 'var(--ds-chart-categorical-5)';
925
- 'color.chart.categorical.5.hovered': 'var(--ds-chart-categorical-5-hovered)';
926
- 'color.chart.categorical.6': 'var(--ds-chart-categorical-6)';
927
- 'color.chart.categorical.6.hovered': 'var(--ds-chart-categorical-6-hovered)';
928
- 'color.chart.categorical.7': 'var(--ds-chart-categorical-7)';
929
- 'color.chart.categorical.7.hovered': 'var(--ds-chart-categorical-7-hovered)';
930
- 'color.chart.categorical.8': 'var(--ds-chart-categorical-8)';
931
- 'color.chart.categorical.8.hovered': 'var(--ds-chart-categorical-8-hovered)';
932
- 'color.chart.lime.bold': 'var(--ds-chart-lime-bold)';
933
- 'color.chart.lime.bold.hovered': 'var(--ds-chart-lime-bold-hovered)';
934
- 'color.chart.lime.bolder': 'var(--ds-chart-lime-bolder)';
935
- 'color.chart.lime.bolder.hovered': 'var(--ds-chart-lime-bolder-hovered)';
936
- 'color.chart.lime.boldest': 'var(--ds-chart-lime-boldest)';
937
- 'color.chart.lime.boldest.hovered': 'var(--ds-chart-lime-boldest-hovered)';
938
- 'color.chart.neutral': 'var(--ds-chart-neutral)';
939
- 'color.chart.neutral.hovered': 'var(--ds-chart-neutral-hovered)';
940
- 'color.chart.red.bold': 'var(--ds-chart-red-bold)';
941
- 'color.chart.red.bold.hovered': 'var(--ds-chart-red-bold-hovered)';
942
- 'color.chart.red.bolder': 'var(--ds-chart-red-bolder)';
943
- 'color.chart.red.bolder.hovered': 'var(--ds-chart-red-bolder-hovered)';
944
- 'color.chart.red.boldest': 'var(--ds-chart-red-boldest)';
945
- 'color.chart.red.boldest.hovered': 'var(--ds-chart-red-boldest-hovered)';
946
- 'color.chart.orange.bold': 'var(--ds-chart-orange-bold)';
947
- 'color.chart.orange.bold.hovered': 'var(--ds-chart-orange-bold-hovered)';
948
- 'color.chart.orange.bolder': 'var(--ds-chart-orange-bolder)';
949
- 'color.chart.orange.bolder.hovered': 'var(--ds-chart-orange-bolder-hovered)';
950
- 'color.chart.orange.boldest': 'var(--ds-chart-orange-boldest)';
951
- 'color.chart.orange.boldest.hovered': 'var(--ds-chart-orange-boldest-hovered)';
952
- 'color.chart.yellow.bold': 'var(--ds-chart-yellow-bold)';
953
- 'color.chart.yellow.bold.hovered': 'var(--ds-chart-yellow-bold-hovered)';
954
- 'color.chart.yellow.bolder': 'var(--ds-chart-yellow-bolder)';
955
- 'color.chart.yellow.bolder.hovered': 'var(--ds-chart-yellow-bolder-hovered)';
956
- 'color.chart.yellow.boldest': 'var(--ds-chart-yellow-boldest)';
957
- 'color.chart.yellow.boldest.hovered': 'var(--ds-chart-yellow-boldest-hovered)';
958
- 'color.chart.green.bold': 'var(--ds-chart-green-bold)';
959
- 'color.chart.green.bold.hovered': 'var(--ds-chart-green-bold-hovered)';
960
- 'color.chart.green.bolder': 'var(--ds-chart-green-bolder)';
961
- 'color.chart.green.bolder.hovered': 'var(--ds-chart-green-bolder-hovered)';
962
- 'color.chart.green.boldest': 'var(--ds-chart-green-boldest)';
963
- 'color.chart.green.boldest.hovered': 'var(--ds-chart-green-boldest-hovered)';
964
- 'color.chart.teal.bold': 'var(--ds-chart-teal-bold)';
965
- 'color.chart.teal.bold.hovered': 'var(--ds-chart-teal-bold-hovered)';
966
- 'color.chart.teal.bolder': 'var(--ds-chart-teal-bolder)';
967
- 'color.chart.teal.bolder.hovered': 'var(--ds-chart-teal-bolder-hovered)';
968
- 'color.chart.teal.boldest': 'var(--ds-chart-teal-boldest)';
969
- 'color.chart.teal.boldest.hovered': 'var(--ds-chart-teal-boldest-hovered)';
970
- 'color.chart.blue.bold': 'var(--ds-chart-blue-bold)';
971
- 'color.chart.blue.bold.hovered': 'var(--ds-chart-blue-bold-hovered)';
972
- 'color.chart.blue.bolder': 'var(--ds-chart-blue-bolder)';
973
- 'color.chart.blue.bolder.hovered': 'var(--ds-chart-blue-bolder-hovered)';
974
- 'color.chart.blue.boldest': 'var(--ds-chart-blue-boldest)';
975
- 'color.chart.blue.boldest.hovered': 'var(--ds-chart-blue-boldest-hovered)';
976
- 'color.chart.purple.bold': 'var(--ds-chart-purple-bold)';
977
- 'color.chart.purple.bold.hovered': 'var(--ds-chart-purple-bold-hovered)';
978
- 'color.chart.purple.bolder': 'var(--ds-chart-purple-bolder)';
979
- 'color.chart.purple.bolder.hovered': 'var(--ds-chart-purple-bolder-hovered)';
980
- 'color.chart.purple.boldest': 'var(--ds-chart-purple-boldest)';
981
- 'color.chart.purple.boldest.hovered': 'var(--ds-chart-purple-boldest-hovered)';
982
- 'color.chart.magenta.bold': 'var(--ds-chart-magenta-bold)';
983
- 'color.chart.magenta.bold.hovered': 'var(--ds-chart-magenta-bold-hovered)';
984
- 'color.chart.magenta.bolder': 'var(--ds-chart-magenta-bolder)';
985
- 'color.chart.magenta.bolder.hovered': 'var(--ds-chart-magenta-bolder-hovered)';
986
- 'color.chart.magenta.boldest': 'var(--ds-chart-magenta-boldest)';
987
- 'color.chart.magenta.boldest.hovered': 'var(--ds-chart-magenta-boldest-hovered)';
988
- 'color.chart.gray.bold': 'var(--ds-chart-gray-bold)';
989
- 'color.chart.gray.bold.hovered': 'var(--ds-chart-gray-bold-hovered)';
990
- 'color.chart.gray.bolder': 'var(--ds-chart-gray-bolder)';
991
- 'color.chart.gray.bolder.hovered': 'var(--ds-chart-gray-bolder-hovered)';
992
- 'color.chart.gray.boldest': 'var(--ds-chart-gray-boldest)';
993
- 'color.chart.gray.boldest.hovered': 'var(--ds-chart-gray-boldest-hovered)';
994
- 'color.chart.brand': 'var(--ds-chart-brand)';
995
- 'color.chart.brand.hovered': 'var(--ds-chart-brand-hovered)';
996
- 'color.chart.danger': 'var(--ds-chart-danger)';
997
- 'color.chart.danger.hovered': 'var(--ds-chart-danger-hovered)';
998
- 'color.chart.danger.bold': 'var(--ds-chart-danger-bold)';
999
- 'color.chart.danger.bold.hovered': 'var(--ds-chart-danger-bold-hovered)';
1000
- 'color.chart.warning': 'var(--ds-chart-warning)';
1001
- 'color.chart.warning.hovered': 'var(--ds-chart-warning-hovered)';
1002
- 'color.chart.warning.bold': 'var(--ds-chart-warning-bold)';
1003
- 'color.chart.warning.bold.hovered': 'var(--ds-chart-warning-bold-hovered)';
1004
- 'color.chart.success': 'var(--ds-chart-success)';
1005
- 'color.chart.success.hovered': 'var(--ds-chart-success-hovered)';
1006
- 'color.chart.success.bold': 'var(--ds-chart-success-bold)';
1007
- 'color.chart.success.bold.hovered': 'var(--ds-chart-success-bold-hovered)';
1008
- 'color.chart.discovery': 'var(--ds-chart-discovery)';
1009
- 'color.chart.discovery.hovered': 'var(--ds-chart-discovery-hovered)';
1010
- 'color.chart.discovery.bold': 'var(--ds-chart-discovery-bold)';
1011
- 'color.chart.discovery.bold.hovered': 'var(--ds-chart-discovery-bold-hovered)';
1012
- 'color.chart.information': 'var(--ds-chart-information)';
1013
- 'color.chart.information.hovered': 'var(--ds-chart-information-hovered)';
1014
- 'color.chart.information.bold': 'var(--ds-chart-information-bold)';
1015
- 'color.chart.information.bold.hovered': 'var(--ds-chart-information-bold-hovered)';
1016
- 'color.rovo.background.brand.bold': 'var(--ds-rovo-background-brand-bold)';
1017
- 'color.rovo.background.brand.bold.hovered': 'var(--ds-rovo-background-brand-bold-hovered)';
1018
- 'color.rovo.background.brand.bold.pressed': 'var(--ds-rovo-background-brand-bold-pressed)';
1019
- 'color.rovo.border.lime': 'var(--ds-rovo-border-lime)';
1020
- 'color.rovo.border.saffron': 'var(--ds-rovo-border-saffron)';
1021
- 'color.rovo.border.blue': 'var(--ds-rovo-border-blue)';
1022
- 'color.rovo.border.purple': 'var(--ds-rovo-border-purple)';
1023
- 'color.rovo.icon.lime': 'var(--ds-rovo-icon-lime)';
1024
- 'color.rovo.icon.saffron': 'var(--ds-rovo-icon-saffron)';
1025
- 'color.rovo.icon.blue': 'var(--ds-rovo-icon-blue)';
1026
- 'color.rovo.icon.purple': 'var(--ds-rovo-icon-purple)';
1027
- 'elevation.surface': 'var(--ds-surface)';
1028
- 'elevation.surface.hovered': 'var(--ds-surface-hovered)';
1029
- 'elevation.surface.pressed': 'var(--ds-surface-pressed)';
1030
- 'elevation.surface.overlay': 'var(--ds-surface-overlay)';
1031
- 'elevation.surface.overlay.hovered': 'var(--ds-surface-overlay-hovered)';
1032
- 'elevation.surface.overlay.pressed': 'var(--ds-surface-overlay-pressed)';
1033
- 'elevation.surface.raised': 'var(--ds-surface-raised)';
1034
- 'elevation.surface.raised.hovered': 'var(--ds-surface-raised-hovered)';
1035
- 'elevation.surface.raised.pressed': 'var(--ds-surface-raised-pressed)';
1036
- 'elevation.surface.sunken': 'var(--ds-surface-sunken)';
1037
- 'elevation.shadow.overflow': 'var(--ds-shadow-overflow)';
1038
- 'elevation.shadow.overflow.perimeter': 'var(--ds-shadow-overflow-perimeter)';
1039
- 'elevation.shadow.overflow.spread': 'var(--ds-shadow-overflow-spread)';
1040
- 'elevation.shadow.overlay': 'var(--ds-shadow-overlay)';
1041
- 'elevation.shadow.raised': 'var(--ds-shadow-raised)';
1042
- 'opacity.disabled': 'var(--ds-opacity-disabled)';
1043
- 'opacity.loading': 'var(--ds-opacity-loading)';
1044
- 'utility.UNSAFE.transparent': 'var(--ds-UNSAFE-transparent)';
1045
- 'utility.elevation.surface.current': 'var(--ds-elevation-surface-current)';
1046
- 'space.0': 'var(--ds-space-0)';
1047
- 'space.025': 'var(--ds-space-025)';
1048
- 'space.050': 'var(--ds-space-050)';
1049
- 'space.075': 'var(--ds-space-075)';
1050
- 'space.100': 'var(--ds-space-100)';
1051
- 'space.150': 'var(--ds-space-150)';
1052
- 'space.200': 'var(--ds-space-200)';
1053
- 'space.250': 'var(--ds-space-250)';
1054
- 'space.300': 'var(--ds-space-300)';
1055
- 'space.400': 'var(--ds-space-400)';
1056
- 'space.500': 'var(--ds-space-500)';
1057
- 'space.600': 'var(--ds-space-600)';
1058
- 'space.800': 'var(--ds-space-800)';
1059
- 'space.1000': 'var(--ds-space-1000)';
1060
- 'space.negative.025': 'var(--ds-space-negative-025)';
1061
- 'space.negative.050': 'var(--ds-space-negative-050)';
1062
- 'space.negative.075': 'var(--ds-space-negative-075)';
1063
- 'space.negative.100': 'var(--ds-space-negative-100)';
1064
- 'space.negative.150': 'var(--ds-space-negative-150)';
1065
- 'space.negative.200': 'var(--ds-space-negative-200)';
1066
- 'space.negative.250': 'var(--ds-space-negative-250)';
1067
- 'space.negative.300': 'var(--ds-space-negative-300)';
1068
- 'space.negative.400': 'var(--ds-space-negative-400)';
1069
- 'font.heading.xxlarge': 'var(--ds-font-heading-xxlarge)';
1070
- 'font.heading.xlarge': 'var(--ds-font-heading-xlarge)';
1071
- 'font.heading.large': 'var(--ds-font-heading-large)';
1072
- 'font.heading.medium': 'var(--ds-font-heading-medium)';
1073
- 'font.heading.small': 'var(--ds-font-heading-small)';
1074
- 'font.heading.xsmall': 'var(--ds-font-heading-xsmall)';
1075
- 'font.heading.xxsmall': 'var(--ds-font-heading-xxsmall)';
1076
- 'font.body.large': 'var(--ds-font-body-large)';
1077
- 'font.body': 'var(--ds-font-body)';
1078
- 'font.body.small': 'var(--ds-font-body-small)';
1079
- 'font.metric.large': 'var(--ds-font-metric-large)';
1080
- 'font.metric.medium': 'var(--ds-font-metric-medium)';
1081
- 'font.metric.small': 'var(--ds-font-metric-small)';
1082
- 'font.code': 'var(--ds-font-code)';
1083
- 'font.weight.regular': 'var(--ds-font-weight-regular)';
1084
- 'font.weight.medium': 'var(--ds-font-weight-medium)';
1085
- 'font.weight.semibold': 'var(--ds-font-weight-semibold)';
1086
- 'font.weight.bold': 'var(--ds-font-weight-bold)';
1087
- 'font.family.heading': 'var(--ds-font-family-heading)';
1088
- 'font.family.body': 'var(--ds-font-family-body)';
1089
- 'font.family.code': 'var(--ds-font-family-code)';
1090
- 'font.family.brand.heading': 'var(--ds-font-family-brand-heading)';
1091
- 'font.family.brand.body': 'var(--ds-font-family-brand-body)';
1092
- 'radius.xsmall': 'var(--ds-radius-xsmall)';
1093
- 'radius.small': 'var(--ds-radius-small)';
1094
- 'radius.medium': 'var(--ds-radius-medium)';
1095
- 'radius.large': 'var(--ds-radius-large)';
1096
- 'radius.xlarge': 'var(--ds-radius-xlarge)';
1097
- 'radius.xxlarge': 'var(--ds-radius-xxlarge)';
1098
- 'radius.full': 'var(--ds-radius-full)';
1099
- 'radius.tile': 'var(--ds-radius-tile)';
1100
- 'border.width': 'var(--ds-border-width)';
1101
- 'border.width.selected': 'var(--ds-border-width-selected)';
1102
- 'border.width.focused': 'var(--ds-border-width-focused)';
1103
- };
1104
- export type CSSToken = CSSTokenMap[keyof CSSTokenMap];
1105
- export default tokens;