@atlaskit/tokens 1.4.1 → 1.4.3

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 (172) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/themes/atlassian-dark-iteration.js +2 -2
  3. package/dist/cjs/get-token-value.js +1 -1
  4. package/dist/cjs/get-token.js +1 -1
  5. package/dist/cjs/tokens/atlassian-dark-iteration/color/accent.js +12 -12
  6. package/dist/cjs/tokens/atlassian-dark-iteration/color/background.js +8 -32
  7. package/dist/cjs/tokens/atlassian-dark-iteration/color/icon.js +0 -4
  8. package/dist/cjs/tokens/atlassian-dark-iteration/color/text.js +0 -14
  9. package/dist/cjs/version.json +1 -1
  10. package/dist/es2019/artifacts/themes/atlassian-dark-iteration.js +7 -17
  11. package/dist/es2019/get-token-value.js +1 -1
  12. package/dist/es2019/get-token.js +1 -1
  13. package/dist/es2019/tokens/atlassian-dark-iteration/color/accent.js +12 -12
  14. package/dist/es2019/tokens/atlassian-dark-iteration/color/background.js +8 -32
  15. package/dist/es2019/tokens/atlassian-dark-iteration/color/icon.js +0 -4
  16. package/dist/es2019/tokens/atlassian-dark-iteration/color/text.js +0 -14
  17. package/dist/es2019/version.json +1 -1
  18. package/dist/esm/artifacts/themes/atlassian-dark-iteration.js +2 -2
  19. package/dist/esm/get-token-value.js +1 -1
  20. package/dist/esm/get-token.js +1 -1
  21. package/dist/esm/tokens/atlassian-dark-iteration/color/accent.js +12 -12
  22. package/dist/esm/tokens/atlassian-dark-iteration/color/background.js +8 -32
  23. package/dist/esm/tokens/atlassian-dark-iteration/color/icon.js +0 -4
  24. package/dist/esm/tokens/atlassian-dark-iteration/color/text.js +0 -14
  25. package/dist/esm/version.json +1 -1
  26. package/dist/types/artifacts/themes/atlassian-dark-iteration.d.ts +2 -2
  27. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +15 -0
  28. package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +41 -0
  29. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +41 -0
  30. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +22 -0
  31. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +41 -0
  32. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +22 -0
  33. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +26 -0
  34. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +16 -0
  35. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-iteration.d.ts +7 -0
  36. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +7 -0
  37. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +7 -0
  38. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +7 -0
  39. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +7 -0
  40. package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +7 -0
  41. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +7 -0
  42. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +7 -0
  43. package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +7 -0
  44. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +7 -0
  45. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +341 -0
  46. package/dist/types-ts4.5/artifacts/token-names.d.ts +669 -0
  47. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +113 -0
  48. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +113 -0
  49. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +89 -0
  50. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +89 -0
  51. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +29 -0
  52. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +59 -0
  53. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +29 -0
  54. package/dist/types-ts4.5/artifacts/types-internal.d.ts +6 -0
  55. package/dist/types-ts4.5/artifacts/types.d.ts +6 -0
  56. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-token-names.d.ts +784 -0
  57. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
  58. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
  59. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-token-names.d.ts +784 -0
  60. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
  61. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types.d.ts +6 -0
  62. package/dist/types-ts4.5/babel-plugin/index.d.ts +1 -0
  63. package/dist/types-ts4.5/babel-plugin/plugin.d.ts +14 -0
  64. package/dist/types-ts4.5/constants.d.ts +6 -0
  65. package/dist/types-ts4.5/entry-points/babel-plugin.d.ts +1 -0
  66. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +1 -0
  67. package/dist/types-ts4.5/entry-points/rename-mapping.d.ts +1 -0
  68. package/dist/types-ts4.5/entry-points/token-ids.d.ts +1 -0
  69. package/dist/types-ts4.5/entry-points/token-names.d.ts +2 -0
  70. package/dist/types-ts4.5/entry-points/token-order.d.ts +1 -0
  71. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +5 -0
  72. package/dist/types-ts4.5/get-global-theme.d.ts +2 -0
  73. package/dist/types-ts4.5/get-token-value.d.ts +25 -0
  74. package/dist/types-ts4.5/get-token.d.ts +26 -0
  75. package/dist/types-ts4.5/index.d.ts +13 -0
  76. package/dist/types-ts4.5/palettes/legacy-palette.d.ts +10 -0
  77. package/dist/types-ts4.5/palettes/palette.d.ts +5 -0
  78. package/dist/types-ts4.5/palettes/shape-palette.d.ts +67 -0
  79. package/dist/types-ts4.5/palettes/spacing-scale.d.ts +95 -0
  80. package/dist/types-ts4.5/palettes/typography-palette.d.ts +14 -0
  81. package/dist/types-ts4.5/set-global-theme.d.ts +74 -0
  82. package/dist/types-ts4.5/theme-config.d.ts +110 -0
  83. package/dist/types-ts4.5/theme-mutation-observer.d.ts +22 -0
  84. package/dist/types-ts4.5/tokens/atlassian-dark/color/accent.d.ts +4 -0
  85. package/dist/types-ts4.5/tokens/atlassian-dark/color/background.d.ts +4 -0
  86. package/dist/types-ts4.5/tokens/atlassian-dark/color/border.d.ts +4 -0
  87. package/dist/types-ts4.5/tokens/atlassian-dark/color/chart.d.ts +4 -0
  88. package/dist/types-ts4.5/tokens/atlassian-dark/color/icon.d.ts +4 -0
  89. package/dist/types-ts4.5/tokens/atlassian-dark/color/interaction.d.ts +4 -0
  90. package/dist/types-ts4.5/tokens/atlassian-dark/color/skeleton.d.ts +4 -0
  91. package/dist/types-ts4.5/tokens/atlassian-dark/color/text.d.ts +4 -0
  92. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/shadow.d.ts +4 -0
  93. package/dist/types-ts4.5/tokens/atlassian-dark/elevation/surface.d.ts +4 -0
  94. package/dist/types-ts4.5/tokens/atlassian-dark/opacity/opacity.d.ts +3 -0
  95. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +5 -0
  96. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/accent.d.ts +4 -0
  97. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/background.d.ts +4 -0
  98. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/chart.d.ts +4 -0
  99. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/icon.d.ts +4 -0
  100. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/text.d.ts +4 -0
  101. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +4 -0
  102. package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/surface.d.ts +4 -0
  103. package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +4 -0
  104. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
  105. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
  106. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
  107. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/chart.d.ts +4 -0
  108. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
  109. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
  110. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
  111. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
  112. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
  113. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
  114. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +3 -0
  115. package/dist/types-ts4.5/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
  116. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
  117. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
  118. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
  119. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/chart.d.ts +4 -0
  120. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
  121. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
  122. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
  123. package/dist/types-ts4.5/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
  124. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
  125. package/dist/types-ts4.5/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
  126. package/dist/types-ts4.5/tokens/atlassian-legacy-light/opacity/opacity.d.ts +3 -0
  127. package/dist/types-ts4.5/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
  128. package/dist/types-ts4.5/tokens/atlassian-light/color/accent.d.ts +4 -0
  129. package/dist/types-ts4.5/tokens/atlassian-light/color/background.d.ts +4 -0
  130. package/dist/types-ts4.5/tokens/atlassian-light/color/border.d.ts +4 -0
  131. package/dist/types-ts4.5/tokens/atlassian-light/color/chart.d.ts +4 -0
  132. package/dist/types-ts4.5/tokens/atlassian-light/color/icon.d.ts +4 -0
  133. package/dist/types-ts4.5/tokens/atlassian-light/color/interaction.d.ts +4 -0
  134. package/dist/types-ts4.5/tokens/atlassian-light/color/skeleton.d.ts +4 -0
  135. package/dist/types-ts4.5/tokens/atlassian-light/color/text.d.ts +4 -0
  136. package/dist/types-ts4.5/tokens/atlassian-light/elevation/shadow.d.ts +4 -0
  137. package/dist/types-ts4.5/tokens/atlassian-light/elevation/surface.d.ts +4 -0
  138. package/dist/types-ts4.5/tokens/atlassian-light/opacity/opacity.d.ts +3 -0
  139. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +5 -0
  140. package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +4 -0
  141. package/dist/types-ts4.5/tokens/atlassian-shape/shape.d.ts +7 -0
  142. package/dist/types-ts4.5/tokens/atlassian-spacing/spacing.d.ts +10 -0
  143. package/dist/types-ts4.5/tokens/atlassian-typography/font-family.d.ts +4 -0
  144. package/dist/types-ts4.5/tokens/atlassian-typography/font-size.d.ts +4 -0
  145. package/dist/types-ts4.5/tokens/atlassian-typography/font-weight.d.ts +4 -0
  146. package/dist/types-ts4.5/tokens/atlassian-typography/line-height.d.ts +4 -0
  147. package/dist/types-ts4.5/tokens/default/color/accent.d.ts +4 -0
  148. package/dist/types-ts4.5/tokens/default/color/background.d.ts +4 -0
  149. package/dist/types-ts4.5/tokens/default/color/border.d.ts +4 -0
  150. package/dist/types-ts4.5/tokens/default/color/chart.d.ts +4 -0
  151. package/dist/types-ts4.5/tokens/default/color/icon.d.ts +4 -0
  152. package/dist/types-ts4.5/tokens/default/color/interaction.d.ts +4 -0
  153. package/dist/types-ts4.5/tokens/default/color/skeleton.d.ts +4 -0
  154. package/dist/types-ts4.5/tokens/default/color/text.d.ts +4 -0
  155. package/dist/types-ts4.5/tokens/default/elevation/shadow.d.ts +4 -0
  156. package/dist/types-ts4.5/tokens/default/elevation/surface.d.ts +4 -0
  157. package/dist/types-ts4.5/tokens/default/opacity/opacity.d.ts +3 -0
  158. package/dist/types-ts4.5/tokens/default/shape/shape.d.ts +3 -0
  159. package/dist/types-ts4.5/tokens/default/spacing/spacing.d.ts +8 -0
  160. package/dist/types-ts4.5/tokens/default/typography/font-family.d.ts +4 -0
  161. package/dist/types-ts4.5/tokens/default/typography/font-size.d.ts +4 -0
  162. package/dist/types-ts4.5/tokens/default/typography/font-weight.d.ts +4 -0
  163. package/dist/types-ts4.5/tokens/default/typography/line-height.d.ts +4 -0
  164. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +5 -0
  165. package/dist/types-ts4.5/types.d.ts +829 -0
  166. package/dist/types-ts4.5/use-theme-observer.d.ts +15 -0
  167. package/dist/types-ts4.5/utils/color-detection.d.ts +13 -0
  168. package/dist/types-ts4.5/utils/theme-loading.d.ts +3 -0
  169. package/dist/types-ts4.5/utils/theme-state-transformer.d.ts +26 -0
  170. package/dist/types-ts4.5/utils/token-ids.d.ts +41 -0
  171. package/dist/types-ts4.5/utils/token-order.d.ts +7 -0
  172. package/package.json +2 -2
@@ -0,0 +1,784 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::67b1320ced47c8c76310c2cf5f057502>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: {
7
+ readonly 'color.text.accent.blue': "--ds-text-accent-blue";
8
+ readonly 'color.text.accent.blue.bolder': "--ds-text-accent-blue-bolder";
9
+ readonly 'color.text.accent.red': "--ds-text-accent-red";
10
+ readonly 'color.text.accent.red.bolder': "--ds-text-accent-red-bolder";
11
+ readonly 'color.text.accent.orange': "--ds-text-accent-orange";
12
+ readonly 'color.text.accent.orange.bolder': "--ds-text-accent-orange-bolder";
13
+ readonly 'color.text.accent.yellow': "--ds-text-accent-yellow";
14
+ readonly 'color.text.accent.yellow.bolder': "--ds-text-accent-yellow-bolder";
15
+ readonly 'color.text.accent.green': "--ds-text-accent-green";
16
+ readonly 'color.text.accent.green.bolder': "--ds-text-accent-green-bolder";
17
+ readonly 'color.text.accent.purple': "--ds-text-accent-purple";
18
+ readonly 'color.text.accent.purple.bolder': "--ds-text-accent-purple-bolder";
19
+ readonly 'color.text.accent.teal': "--ds-text-accent-teal";
20
+ readonly 'color.text.accent.teal.bolder': "--ds-text-accent-teal-bolder";
21
+ readonly 'color.text.accent.magenta': "--ds-text-accent-magenta";
22
+ readonly 'color.text.accent.magenta.bolder': "--ds-text-accent-magenta-bolder";
23
+ readonly 'color.text.accent.gray': "--ds-text-accent-gray";
24
+ readonly 'color.text.accent.gray.bolder': "--ds-text-accent-gray-bolder";
25
+ readonly 'color.text': "--ds-text";
26
+ readonly 'color.text.subtle': "--ds-text-subtle";
27
+ readonly 'color.text.subtlest': "--ds-text-subtlest";
28
+ readonly 'color.text.disabled': "--ds-text-disabled";
29
+ readonly 'color.text.inverse': "--ds-text-inverse";
30
+ readonly 'color.text.brand': "--ds-text-brand";
31
+ readonly 'color.text.selected': "--ds-text-selected";
32
+ readonly 'color.text.danger': "--ds-text-danger";
33
+ readonly 'color.text.warning': "--ds-text-warning";
34
+ readonly 'color.text.warning.inverse': "--ds-text-warning-inverse";
35
+ readonly 'color.text.success': "--ds-text-success";
36
+ readonly 'color.text.discovery': "--ds-text-discovery";
37
+ readonly 'color.text.information': "--ds-text-information";
38
+ readonly 'color.text.highEmphasis': "--ds-text-highEmphasis";
39
+ readonly 'color.text.link.pressed': "--ds-text-link-pressed";
40
+ readonly 'color.text.link.resting': "--ds-text-link-resting";
41
+ readonly 'color.text.lowEmphasis': "--ds-text-lowEmphasis";
42
+ readonly 'color.text.mediumEmphasis': "--ds-text-mediumEmphasis";
43
+ readonly 'color.text.onBold': "--ds-text-onBold";
44
+ readonly 'color.text.onBoldWarning': "--ds-text-onBoldWarning";
45
+ readonly 'color.icon.accent.blue': "--ds-icon-accent-blue";
46
+ readonly 'color.icon.accent.red': "--ds-icon-accent-red";
47
+ readonly 'color.icon.accent.orange': "--ds-icon-accent-orange";
48
+ readonly 'color.icon.accent.yellow': "--ds-icon-accent-yellow";
49
+ readonly 'color.icon.accent.green': "--ds-icon-accent-green";
50
+ readonly 'color.icon.accent.purple': "--ds-icon-accent-purple";
51
+ readonly 'color.icon.accent.teal': "--ds-icon-accent-teal";
52
+ readonly 'color.icon.accent.magenta': "--ds-icon-accent-magenta";
53
+ readonly 'color.icon.accent.gray': "--ds-icon-accent-gray";
54
+ readonly 'color.icon': "--ds-icon";
55
+ readonly 'color.icon.subtle': "--ds-icon-subtle";
56
+ readonly 'color.icon.inverse': "--ds-icon-inverse";
57
+ readonly 'color.icon.disabled': "--ds-icon-disabled";
58
+ readonly 'color.icon.brand': "--ds-icon-brand";
59
+ readonly 'color.icon.selected': "--ds-icon-selected";
60
+ readonly 'color.icon.danger': "--ds-icon-danger";
61
+ readonly 'color.icon.warning': "--ds-icon-warning";
62
+ readonly 'color.icon.warning.inverse': "--ds-icon-warning-inverse";
63
+ readonly 'color.icon.success': "--ds-icon-success";
64
+ readonly 'color.icon.discovery': "--ds-icon-discovery";
65
+ readonly 'color.icon.information': "--ds-icon-information";
66
+ readonly 'color.border.accent.blue': "--ds-border-accent-blue";
67
+ readonly 'color.border.accent.red': "--ds-border-accent-red";
68
+ readonly 'color.border.accent.orange': "--ds-border-accent-orange";
69
+ readonly 'color.border.accent.yellow': "--ds-border-accent-yellow";
70
+ readonly 'color.border.accent.green': "--ds-border-accent-green";
71
+ readonly 'color.border.accent.purple': "--ds-border-accent-purple";
72
+ readonly 'color.border.accent.teal': "--ds-border-accent-teal";
73
+ readonly 'color.border.accent.magenta': "--ds-border-accent-magenta";
74
+ readonly 'color.border.accent.gray': "--ds-border-accent-gray";
75
+ readonly 'color.border': "--ds-border";
76
+ readonly 'color.border.bold': "--ds-border-bold";
77
+ readonly 'color.border.inverse': "--ds-border-inverse";
78
+ readonly 'color.border.focused': "--ds-border-focused";
79
+ readonly 'color.border.input': "--ds-border-input";
80
+ readonly 'color.border.disabled': "--ds-border-disabled";
81
+ readonly 'color.border.brand': "--ds-border-brand";
82
+ readonly 'color.border.selected': "--ds-border-selected";
83
+ readonly 'color.border.danger': "--ds-border-danger";
84
+ readonly 'color.border.warning': "--ds-border-warning";
85
+ readonly 'color.border.success': "--ds-border-success";
86
+ readonly 'color.border.discovery': "--ds-border-discovery";
87
+ readonly 'color.border.information': "--ds-border-information";
88
+ readonly 'color.border.focus': "--ds-border-focus";
89
+ readonly 'color.border.neutral': "--ds-border-neutral";
90
+ readonly 'color.background.accent.blue.subtlest': "--ds-background-accent-blue-subtlest";
91
+ readonly 'color.background.accent.blue.subtler': "--ds-background-accent-blue-subtler";
92
+ readonly 'color.background.accent.blue.subtle': "--ds-background-accent-blue-subtle";
93
+ readonly 'color.background.accent.blue.bolder': "--ds-background-accent-blue-bolder";
94
+ readonly 'color.background.accent.blue': "--ds-background-accent-blue";
95
+ readonly 'color.background.accent.blue.bold': "--ds-background-accent-blue-bold";
96
+ readonly 'color.background.accent.red.subtlest': "--ds-background-accent-red-subtlest";
97
+ readonly 'color.background.accent.red.subtler': "--ds-background-accent-red-subtler";
98
+ readonly 'color.background.accent.red.subtle': "--ds-background-accent-red-subtle";
99
+ readonly 'color.background.accent.red.bolder': "--ds-background-accent-red-bolder";
100
+ readonly 'color.background.accent.red': "--ds-background-accent-red";
101
+ readonly 'color.background.accent.red.bold': "--ds-background-accent-red-bold";
102
+ readonly 'color.background.accent.orange.subtlest': "--ds-background-accent-orange-subtlest";
103
+ readonly 'color.background.accent.orange.subtler': "--ds-background-accent-orange-subtler";
104
+ readonly 'color.background.accent.orange.subtle': "--ds-background-accent-orange-subtle";
105
+ readonly 'color.background.accent.orange.bolder': "--ds-background-accent-orange-bolder";
106
+ readonly 'color.background.accent.orange': "--ds-background-accent-orange";
107
+ readonly 'color.background.accent.orange.bold': "--ds-background-accent-orange-bold";
108
+ readonly 'color.background.accent.yellow.subtlest': "--ds-background-accent-yellow-subtlest";
109
+ readonly 'color.background.accent.yellow.subtler': "--ds-background-accent-yellow-subtler";
110
+ readonly 'color.background.accent.yellow.subtle': "--ds-background-accent-yellow-subtle";
111
+ readonly 'color.background.accent.yellow.bolder': "--ds-background-accent-yellow-bolder";
112
+ readonly 'color.background.accent.yellow': "--ds-background-accent-yellow";
113
+ readonly 'color.background.accent.yellow.bold': "--ds-background-accent-yellow-bold";
114
+ readonly 'color.background.accent.green.subtlest': "--ds-background-accent-green-subtlest";
115
+ readonly 'color.background.accent.green.subtler': "--ds-background-accent-green-subtler";
116
+ readonly 'color.background.accent.green.subtle': "--ds-background-accent-green-subtle";
117
+ readonly 'color.background.accent.green.bolder': "--ds-background-accent-green-bolder";
118
+ readonly 'color.background.accent.green': "--ds-background-accent-green";
119
+ readonly 'color.background.accent.green.bold': "--ds-background-accent-green-bold";
120
+ readonly 'color.background.accent.teal.subtlest': "--ds-background-accent-teal-subtlest";
121
+ readonly 'color.background.accent.teal.subtler': "--ds-background-accent-teal-subtler";
122
+ readonly 'color.background.accent.teal.subtle': "--ds-background-accent-teal-subtle";
123
+ readonly 'color.background.accent.teal.bolder': "--ds-background-accent-teal-bolder";
124
+ readonly 'color.background.accent.teal': "--ds-background-accent-teal";
125
+ readonly 'color.background.accent.teal.bold': "--ds-background-accent-teal-bold";
126
+ readonly 'color.background.accent.purple.subtlest': "--ds-background-accent-purple-subtlest";
127
+ readonly 'color.background.accent.purple.subtler': "--ds-background-accent-purple-subtler";
128
+ readonly 'color.background.accent.purple.subtle': "--ds-background-accent-purple-subtle";
129
+ readonly 'color.background.accent.purple.bolder': "--ds-background-accent-purple-bolder";
130
+ readonly 'color.background.accent.purple': "--ds-background-accent-purple";
131
+ readonly 'color.background.accent.purple.bold': "--ds-background-accent-purple-bold";
132
+ readonly 'color.background.accent.magenta.subtlest': "--ds-background-accent-magenta-subtlest";
133
+ readonly 'color.background.accent.magenta.subtler': "--ds-background-accent-magenta-subtler";
134
+ readonly 'color.background.accent.magenta.subtle': "--ds-background-accent-magenta-subtle";
135
+ readonly 'color.background.accent.magenta.bolder': "--ds-background-accent-magenta-bolder";
136
+ readonly 'color.background.accent.magenta': "--ds-background-accent-magenta";
137
+ readonly 'color.background.accent.magenta.bold': "--ds-background-accent-magenta-bold";
138
+ readonly 'color.background.accent.gray.subtlest': "--ds-background-accent-gray-subtlest";
139
+ readonly 'color.background.accent.gray.subtler': "--ds-background-accent-gray-subtler";
140
+ readonly 'color.background.accent.gray.subtle': "--ds-background-accent-gray-subtle";
141
+ readonly 'color.background.accent.gray.bolder': "--ds-background-accent-gray-bolder";
142
+ readonly 'color.background.disabled': "--ds-background-disabled";
143
+ readonly 'color.background.inverse.subtle': "--ds-background-inverse-subtle";
144
+ readonly 'color.background.inverse.subtle.hovered': "--ds-background-inverse-subtle-hovered";
145
+ readonly 'color.background.inverse.subtle.pressed': "--ds-background-inverse-subtle-pressed";
146
+ readonly 'color.background.inverse': "--ds-background-inverse";
147
+ readonly 'color.background.input': "--ds-background-input";
148
+ readonly 'color.background.input.hovered': "--ds-background-input-hovered";
149
+ readonly 'color.background.input.pressed': "--ds-background-input-pressed";
150
+ readonly 'color.background.neutral': "--ds-background-neutral";
151
+ readonly 'color.background.neutral.hovered': "--ds-background-neutral-hovered";
152
+ readonly 'color.background.neutral.pressed': "--ds-background-neutral-pressed";
153
+ readonly 'color.background.neutral.subtle': "--ds-background-neutral-subtle";
154
+ readonly 'color.background.neutral.subtle.hovered': "--ds-background-neutral-subtle-hovered";
155
+ readonly 'color.background.neutral.subtle.pressed': "--ds-background-neutral-subtle-pressed";
156
+ readonly 'color.background.neutral.bold': "--ds-background-neutral-bold";
157
+ readonly 'color.background.neutral.bold.hovered': "--ds-background-neutral-bold-hovered";
158
+ readonly 'color.background.neutral.bold.pressed': "--ds-background-neutral-bold-pressed";
159
+ readonly 'color.background.brand.bold': "--ds-background-brand-bold";
160
+ readonly 'color.background.brand.bold.hovered': "--ds-background-brand-bold-hovered";
161
+ readonly 'color.background.brand.bold.pressed': "--ds-background-brand-bold-pressed";
162
+ readonly 'color.background.brand': "--ds-background-brand";
163
+ readonly 'color.background.brand.hovered': "--ds-background-brand-hovered";
164
+ readonly 'color.background.brand.pressed': "--ds-background-brand-pressed";
165
+ readonly 'color.background.selected': "--ds-background-selected";
166
+ readonly 'color.background.selected.hovered': "--ds-background-selected-hovered";
167
+ readonly 'color.background.selected.pressed': "--ds-background-selected-pressed";
168
+ readonly 'color.background.selected.bold': "--ds-background-selected-bold";
169
+ readonly 'color.background.selected.bold.hovered': "--ds-background-selected-bold-hovered";
170
+ readonly 'color.background.selected.bold.pressed': "--ds-background-selected-bold-pressed";
171
+ readonly 'color.background.selected.resting': "--ds-background-selected-resting";
172
+ readonly 'color.background.selected.hover': "--ds-background-selected-hover";
173
+ readonly 'color.background.danger': "--ds-background-danger";
174
+ readonly 'color.background.danger.hovered': "--ds-background-danger-hovered";
175
+ readonly 'color.background.danger.pressed': "--ds-background-danger-pressed";
176
+ readonly 'color.background.danger.bold': "--ds-background-danger-bold";
177
+ readonly 'color.background.danger.bold.hovered': "--ds-background-danger-bold-hovered";
178
+ readonly 'color.background.danger.bold.pressed': "--ds-background-danger-bold-pressed";
179
+ readonly 'color.background.warning': "--ds-background-warning";
180
+ readonly 'color.background.warning.hovered': "--ds-background-warning-hovered";
181
+ readonly 'color.background.warning.pressed': "--ds-background-warning-pressed";
182
+ readonly 'color.background.warning.bold': "--ds-background-warning-bold";
183
+ readonly 'color.background.warning.bold.hovered': "--ds-background-warning-bold-hovered";
184
+ readonly 'color.background.warning.bold.pressed': "--ds-background-warning-bold-pressed";
185
+ readonly 'color.background.success': "--ds-background-success";
186
+ readonly 'color.background.success.hovered': "--ds-background-success-hovered";
187
+ readonly 'color.background.success.pressed': "--ds-background-success-pressed";
188
+ readonly 'color.background.success.bold': "--ds-background-success-bold";
189
+ readonly 'color.background.success.bold.hovered': "--ds-background-success-bold-hovered";
190
+ readonly 'color.background.success.bold.pressed': "--ds-background-success-bold-pressed";
191
+ readonly 'color.background.discovery': "--ds-background-discovery";
192
+ readonly 'color.background.discovery.hovered': "--ds-background-discovery-hovered";
193
+ readonly 'color.background.discovery.pressed': "--ds-background-discovery-pressed";
194
+ readonly 'color.background.discovery.bold': "--ds-background-discovery-bold";
195
+ readonly 'color.background.discovery.bold.hovered': "--ds-background-discovery-bold-hovered";
196
+ readonly 'color.background.discovery.bold.pressed': "--ds-background-discovery-bold-pressed";
197
+ readonly 'color.background.information': "--ds-background-information";
198
+ readonly 'color.background.information.hovered': "--ds-background-information-hovered";
199
+ readonly 'color.background.information.pressed': "--ds-background-information-pressed";
200
+ readonly 'color.background.information.bold': "--ds-background-information-bold";
201
+ readonly 'color.background.information.bold.hovered': "--ds-background-information-bold-hovered";
202
+ readonly 'color.background.information.bold.pressed': "--ds-background-information-bold-pressed";
203
+ readonly 'color.background.blanket': "--ds-background-blanket";
204
+ readonly 'color.background.boldBrand.hover': "--ds-background-boldBrand-hover";
205
+ readonly 'color.background.boldBrand.pressed': "--ds-background-boldBrand-pressed";
206
+ readonly 'color.background.boldBrand.resting': "--ds-background-boldBrand-resting";
207
+ readonly 'color.background.boldDanger.hover': "--ds-background-boldDanger-hover";
208
+ readonly 'color.background.boldDanger.pressed': "--ds-background-boldDanger-pressed";
209
+ readonly 'color.background.boldDanger.resting': "--ds-background-boldDanger-resting";
210
+ readonly 'color.background.boldDiscovery.hover': "--ds-background-boldDiscovery-hover";
211
+ readonly 'color.background.boldDiscovery.pressed': "--ds-background-boldDiscovery-pressed";
212
+ readonly 'color.background.boldDiscovery.resting': "--ds-background-boldDiscovery-resting";
213
+ readonly 'color.background.boldNeutral.hover': "--ds-background-boldNeutral-hover";
214
+ readonly 'color.background.boldNeutral.pressed': "--ds-background-boldNeutral-pressed";
215
+ readonly 'color.background.boldNeutral.resting': "--ds-background-boldNeutral-resting";
216
+ readonly 'color.background.boldSuccess.hover': "--ds-background-boldSuccess-hover";
217
+ readonly 'color.background.boldSuccess.pressed': "--ds-background-boldSuccess-pressed";
218
+ readonly 'color.background.boldSuccess.resting': "--ds-background-boldSuccess-resting";
219
+ readonly 'color.background.boldWarning.hover': "--ds-background-boldWarning-hover";
220
+ readonly 'color.background.boldWarning.pressed': "--ds-background-boldWarning-pressed";
221
+ readonly 'color.background.boldWarning.resting': "--ds-background-boldWarning-resting";
222
+ readonly 'color.background.card': "--ds-background-card";
223
+ readonly 'color.background.default': "--ds-background-default";
224
+ readonly 'color.background.overlay': "--ds-background-overlay";
225
+ readonly 'color.background.subtleBorderedNeutral.pressed': "--ds-background-subtleBorderedNeutral-pressed";
226
+ readonly 'color.background.subtleBorderedNeutral.resting': "--ds-background-subtleBorderedNeutral-resting";
227
+ readonly 'color.background.subtleBrand.hover': "--ds-background-subtleBrand-hover";
228
+ readonly 'color.background.subtleBrand.pressed': "--ds-background-subtleBrand-pressed";
229
+ readonly 'color.background.subtleBrand.resting': "--ds-background-subtleBrand-resting";
230
+ readonly 'color.background.subtleDanger.hover': "--ds-background-subtleDanger-hover";
231
+ readonly 'color.background.subtleDanger.pressed': "--ds-background-subtleDanger-pressed";
232
+ readonly 'color.background.subtleDanger.resting': "--ds-background-subtleDanger-resting";
233
+ readonly 'color.background.subtleDiscovery.hover': "--ds-background-subtleDiscovery-hover";
234
+ readonly 'color.background.subtleDiscovery.pressed': "--ds-background-subtleDiscovery-pressed";
235
+ readonly 'color.background.subtleDiscovery.resting': "--ds-background-subtleDiscovery-resting";
236
+ readonly 'color.background.subtleNeutral.hover': "--ds-background-subtleNeutral-hover";
237
+ readonly 'color.background.subtleNeutral.pressed': "--ds-background-subtleNeutral-pressed";
238
+ readonly 'color.background.subtleNeutral.resting': "--ds-background-subtleNeutral-resting";
239
+ readonly 'color.background.subtleSuccess.hover': "--ds-background-subtleSuccess-hover";
240
+ readonly 'color.background.subtleSuccess.pressed': "--ds-background-subtleSuccess-pressed";
241
+ readonly 'color.background.subtleSuccess.resting': "--ds-background-subtleSuccess-resting";
242
+ readonly 'color.background.subtleWarning.hover': "--ds-background-subtleWarning-hover";
243
+ readonly 'color.background.subtleWarning.pressed': "--ds-background-subtleWarning-pressed";
244
+ readonly 'color.background.subtleWarning.resting': "--ds-background-subtleWarning-resting";
245
+ readonly 'color.background.sunken': "--ds-background-sunken";
246
+ readonly 'color.background.transparentNeutral.hover': "--ds-background-transparentNeutral-hover";
247
+ readonly 'color.background.transparentNeutral.pressed': "--ds-background-transparentNeutral-pressed";
248
+ readonly 'color.blanket': "--ds-blanket";
249
+ readonly 'color.blanket.selected': "--ds-blanket-selected";
250
+ readonly 'color.blanket.danger': "--ds-blanket-danger";
251
+ readonly 'color.chart.brand': "--ds-chart-brand";
252
+ readonly 'color.chart.brand.hovered': "--ds-chart-brand-hovered";
253
+ readonly 'color.chart.neutral': "--ds-chart-neutral";
254
+ readonly 'color.chart.neutral.hovered': "--ds-chart-neutral-hovered";
255
+ readonly 'color.chart.success': "--ds-chart-success";
256
+ readonly 'color.chart.success.hovered': "--ds-chart-success-hovered";
257
+ readonly 'color.chart.success.bold': "--ds-chart-success-bold";
258
+ readonly 'color.chart.success.bold.hovered': "--ds-chart-success-bold-hovered";
259
+ readonly 'color.chart.danger': "--ds-chart-danger";
260
+ readonly 'color.chart.danger.hovered': "--ds-chart-danger-hovered";
261
+ readonly 'color.chart.danger.bold': "--ds-chart-danger-bold";
262
+ readonly 'color.chart.danger.bold.hovered': "--ds-chart-danger-bold-hovered";
263
+ readonly 'color.chart.warning': "--ds-chart-warning";
264
+ readonly 'color.chart.warning.hovered': "--ds-chart-warning-hovered";
265
+ readonly 'color.chart.warning.bold': "--ds-chart-warning-bold";
266
+ readonly 'color.chart.warning.bold.hovered': "--ds-chart-warning-bold-hovered";
267
+ readonly 'color.chart.information': "--ds-chart-information";
268
+ readonly 'color.chart.information.hovered': "--ds-chart-information-hovered";
269
+ readonly 'color.chart.information.bold': "--ds-chart-information-bold";
270
+ readonly 'color.chart.information.bold.hovered': "--ds-chart-information-bold-hovered";
271
+ readonly 'color.chart.discovery': "--ds-chart-discovery";
272
+ readonly 'color.chart.discovery.hovered': "--ds-chart-discovery-hovered";
273
+ readonly 'color.chart.discovery.bold': "--ds-chart-discovery-bold";
274
+ readonly 'color.chart.discovery.bold.hovered': "--ds-chart-discovery-bold-hovered";
275
+ readonly 'color.chart.categorical.1': "--ds-chart-categorical-1";
276
+ readonly 'color.chart.categorical.1.hovered': "--ds-chart-categorical-1-hovered";
277
+ readonly 'color.chart.categorical.2': "--ds-chart-categorical-2";
278
+ readonly 'color.chart.categorical.2.hovered': "--ds-chart-categorical-2-hovered";
279
+ readonly 'color.chart.categorical.3': "--ds-chart-categorical-3";
280
+ readonly 'color.chart.categorical.3.hovered': "--ds-chart-categorical-3-hovered";
281
+ readonly 'color.chart.categorical.4': "--ds-chart-categorical-4";
282
+ readonly 'color.chart.categorical.4.hovered': "--ds-chart-categorical-4-hovered";
283
+ readonly 'color.chart.categorical.5': "--ds-chart-categorical-5";
284
+ readonly 'color.chart.categorical.5.hovered': "--ds-chart-categorical-5-hovered";
285
+ readonly 'color.chart.categorical.6': "--ds-chart-categorical-6";
286
+ readonly 'color.chart.categorical.6.hovered': "--ds-chart-categorical-6-hovered";
287
+ readonly 'color.chart.categorical.7': "--ds-chart-categorical-7";
288
+ readonly 'color.chart.categorical.7.hovered': "--ds-chart-categorical-7-hovered";
289
+ readonly 'color.chart.categorical.8': "--ds-chart-categorical-8";
290
+ readonly 'color.chart.categorical.8.hovered': "--ds-chart-categorical-8-hovered";
291
+ readonly 'color.chart.blue.bold': "--ds-chart-blue-bold";
292
+ readonly 'color.chart.blue.bold.hovered': "--ds-chart-blue-bold-hovered";
293
+ readonly 'color.chart.blue.bolder': "--ds-chart-blue-bolder";
294
+ readonly 'color.chart.blue.bolder.hovered': "--ds-chart-blue-bolder-hovered";
295
+ readonly 'color.chart.blue.boldest': "--ds-chart-blue-boldest";
296
+ readonly 'color.chart.blue.boldest.hovered': "--ds-chart-blue-boldest-hovered";
297
+ readonly 'color.chart.red.bold': "--ds-chart-red-bold";
298
+ readonly 'color.chart.red.bold.hovered': "--ds-chart-red-bold-hovered";
299
+ readonly 'color.chart.red.bolder': "--ds-chart-red-bolder";
300
+ readonly 'color.chart.red.bolder.hovered': "--ds-chart-red-bolder-hovered";
301
+ readonly 'color.chart.red.boldest': "--ds-chart-red-boldest";
302
+ readonly 'color.chart.red.boldest.hovered': "--ds-chart-red-boldest-hovered";
303
+ readonly 'color.chart.orange.bold': "--ds-chart-orange-bold";
304
+ readonly 'color.chart.orange.bold.hovered': "--ds-chart-orange-bold-hovered";
305
+ readonly 'color.chart.orange.bolder': "--ds-chart-orange-bolder";
306
+ readonly 'color.chart.orange.bolder.hovered': "--ds-chart-orange-bolder-hovered";
307
+ readonly 'color.chart.orange.boldest': "--ds-chart-orange-boldest";
308
+ readonly 'color.chart.orange.boldest.hovered': "--ds-chart-orange-boldest-hovered";
309
+ readonly 'color.chart.yellow.bold': "--ds-chart-yellow-bold";
310
+ readonly 'color.chart.yellow.bold.hovered': "--ds-chart-yellow-bold-hovered";
311
+ readonly 'color.chart.yellow.bolder': "--ds-chart-yellow-bolder";
312
+ readonly 'color.chart.yellow.bolder.hovered': "--ds-chart-yellow-bolder-hovered";
313
+ readonly 'color.chart.yellow.boldest': "--ds-chart-yellow-boldest";
314
+ readonly 'color.chart.yellow.boldest.hovered': "--ds-chart-yellow-boldest-hovered";
315
+ readonly 'color.chart.green.bold': "--ds-chart-green-bold";
316
+ readonly 'color.chart.green.bold.hovered': "--ds-chart-green-bold-hovered";
317
+ readonly 'color.chart.green.bolder': "--ds-chart-green-bolder";
318
+ readonly 'color.chart.green.bolder.hovered': "--ds-chart-green-bolder-hovered";
319
+ readonly 'color.chart.green.boldest': "--ds-chart-green-boldest";
320
+ readonly 'color.chart.green.boldest.hovered': "--ds-chart-green-boldest-hovered";
321
+ readonly 'color.chart.teal.bold': "--ds-chart-teal-bold";
322
+ readonly 'color.chart.teal.bold.hovered': "--ds-chart-teal-bold-hovered";
323
+ readonly 'color.chart.teal.bolder': "--ds-chart-teal-bolder";
324
+ readonly 'color.chart.teal.bolder.hovered': "--ds-chart-teal-bolder-hovered";
325
+ readonly 'color.chart.teal.boldest': "--ds-chart-teal-boldest";
326
+ readonly 'color.chart.teal.boldest.hovered': "--ds-chart-teal-boldest-hovered";
327
+ readonly 'color.chart.purple.bold': "--ds-chart-purple-bold";
328
+ readonly 'color.chart.purple.bold.hovered': "--ds-chart-purple-bold-hovered";
329
+ readonly 'color.chart.purple.bolder': "--ds-chart-purple-bolder";
330
+ readonly 'color.chart.purple.bolder.hovered': "--ds-chart-purple-bolder-hovered";
331
+ readonly 'color.chart.purple.boldest': "--ds-chart-purple-boldest";
332
+ readonly 'color.chart.purple.boldest.hovered': "--ds-chart-purple-boldest-hovered";
333
+ readonly 'color.chart.magenta.bold': "--ds-chart-magenta-bold";
334
+ readonly 'color.chart.magenta.bold.hovered': "--ds-chart-magenta-bold-hovered";
335
+ readonly 'color.chart.magenta.bolder': "--ds-chart-magenta-bolder";
336
+ readonly 'color.chart.magenta.bolder.hovered': "--ds-chart-magenta-bolder-hovered";
337
+ readonly 'color.chart.magenta.boldest': "--ds-chart-magenta-boldest";
338
+ readonly 'color.chart.magenta.boldest.hovered': "--ds-chart-magenta-boldest-hovered";
339
+ readonly 'color.chart.gray.bold': "--ds-chart-gray-bold";
340
+ readonly 'color.chart.gray.bold.hovered': "--ds-chart-gray-bold-hovered";
341
+ readonly 'color.chart.gray.bolder': "--ds-chart-gray-bolder";
342
+ readonly 'color.chart.gray.bolder.hovered': "--ds-chart-gray-bolder-hovered";
343
+ readonly 'color.chart.gray.boldest': "--ds-chart-gray-boldest";
344
+ readonly 'color.chart.gray.boldest.hovered': "--ds-chart-gray-boldest-hovered";
345
+ readonly 'color.interaction.hovered': "--ds-interaction-hovered";
346
+ readonly 'color.interaction.pressed': "--ds-interaction-pressed";
347
+ readonly 'color.interaction.inverse.hovered': "--ds-interaction-inverse-hovered";
348
+ readonly 'color.interaction.inverse.pressed': "--ds-interaction-inverse-pressed";
349
+ readonly 'color.skeleton': "--ds-skeleton";
350
+ readonly 'color.skeleton.subtle': "--ds-skeleton-subtle";
351
+ readonly 'color.link': "--ds-link";
352
+ readonly 'color.link.pressed': "--ds-link-pressed";
353
+ readonly 'color.accent.boldBlue': "--ds-accent-boldBlue";
354
+ readonly 'color.accent.boldGreen': "--ds-accent-boldGreen";
355
+ readonly 'color.accent.boldOrange': "--ds-accent-boldOrange";
356
+ readonly 'color.accent.boldPurple': "--ds-accent-boldPurple";
357
+ readonly 'color.accent.boldRed': "--ds-accent-boldRed";
358
+ readonly 'color.accent.boldTeal': "--ds-accent-boldTeal";
359
+ readonly 'color.accent.subtleBlue': "--ds-accent-subtleBlue";
360
+ readonly 'color.accent.subtleGreen': "--ds-accent-subtleGreen";
361
+ readonly 'color.accent.subtleMagenta': "--ds-accent-subtleMagenta";
362
+ readonly 'color.accent.subtleOrange': "--ds-accent-subtleOrange";
363
+ readonly 'color.accent.subtlePurple': "--ds-accent-subtlePurple";
364
+ readonly 'color.accent.subtleRed': "--ds-accent-subtleRed";
365
+ readonly 'color.accent.subtleTeal': "--ds-accent-subtleTeal";
366
+ readonly 'color.iconBorder.brand': "--ds-iconBorder-brand";
367
+ readonly 'color.iconBorder.danger': "--ds-iconBorder-danger";
368
+ readonly 'color.iconBorder.discovery': "--ds-iconBorder-discovery";
369
+ readonly 'color.iconBorder.success': "--ds-iconBorder-success";
370
+ readonly 'color.iconBorder.warning': "--ds-iconBorder-warning";
371
+ readonly 'color.overlay.hover': "--ds-overlay-hover";
372
+ readonly 'color.overlay.pressed': "--ds-overlay-pressed";
373
+ readonly 'shadow.card': "--ds-card";
374
+ readonly 'shadow.overlay': "--ds-overlay";
375
+ readonly 'elevation.shadow.raised': "--ds-shadow-raised";
376
+ readonly 'elevation.shadow.overflow': "--ds-shadow-overflow";
377
+ readonly 'elevation.shadow.overflow.spread': "--ds-shadow-overflow-spread";
378
+ readonly 'elevation.shadow.overflow.perimeter': "--ds-shadow-overflow-perimeter";
379
+ readonly 'elevation.shadow.overlay': "--ds-shadow-overlay";
380
+ readonly 'elevation.surface': "--ds-surface";
381
+ readonly 'elevation.surface.hovered': "--ds-surface-hovered";
382
+ readonly 'elevation.surface.pressed': "--ds-surface-pressed";
383
+ readonly 'elevation.surface.sunken': "--ds-surface-sunken";
384
+ readonly 'elevation.surface.raised': "--ds-surface-raised";
385
+ readonly 'elevation.surface.raised.hovered': "--ds-surface-raised-hovered";
386
+ readonly 'elevation.surface.raised.pressed': "--ds-surface-raised-pressed";
387
+ readonly 'elevation.surface.overlay': "--ds-surface-overlay";
388
+ readonly 'elevation.surface.overlay.hovered': "--ds-surface-overlay-hovered";
389
+ readonly 'elevation.surface.overlay.pressed': "--ds-surface-overlay-pressed";
390
+ readonly 'opacity.disabled': "--ds-opacity-disabled";
391
+ readonly 'opacity.loading': "--ds-opacity-loading";
392
+ readonly 'utility.UNSAFE_util.transparent': "--ds-UNSAFE_util-transparent";
393
+ readonly 'utility.UNSAFE_util.MISSING_TOKEN': "--ds-UNSAFE_util-MISSING_TOKEN";
394
+ };
395
+ export type CSSTokenMap = {
396
+ 'color.text.accent.blue': 'var(--ds-text-accent-blue)';
397
+ 'color.text.accent.blue.bolder': 'var(--ds-text-accent-blue-bolder)';
398
+ 'color.text.accent.red': 'var(--ds-text-accent-red)';
399
+ 'color.text.accent.red.bolder': 'var(--ds-text-accent-red-bolder)';
400
+ 'color.text.accent.orange': 'var(--ds-text-accent-orange)';
401
+ 'color.text.accent.orange.bolder': 'var(--ds-text-accent-orange-bolder)';
402
+ 'color.text.accent.yellow': 'var(--ds-text-accent-yellow)';
403
+ 'color.text.accent.yellow.bolder': 'var(--ds-text-accent-yellow-bolder)';
404
+ 'color.text.accent.green': 'var(--ds-text-accent-green)';
405
+ 'color.text.accent.green.bolder': 'var(--ds-text-accent-green-bolder)';
406
+ 'color.text.accent.purple': 'var(--ds-text-accent-purple)';
407
+ 'color.text.accent.purple.bolder': 'var(--ds-text-accent-purple-bolder)';
408
+ 'color.text.accent.teal': 'var(--ds-text-accent-teal)';
409
+ 'color.text.accent.teal.bolder': 'var(--ds-text-accent-teal-bolder)';
410
+ 'color.text.accent.magenta': 'var(--ds-text-accent-magenta)';
411
+ 'color.text.accent.magenta.bolder': 'var(--ds-text-accent-magenta-bolder)';
412
+ 'color.text.accent.gray': 'var(--ds-text-accent-gray)';
413
+ 'color.text.accent.gray.bolder': 'var(--ds-text-accent-gray-bolder)';
414
+ 'color.text': 'var(--ds-text)';
415
+ 'color.text.subtle': 'var(--ds-text-subtle)';
416
+ 'color.text.subtlest': 'var(--ds-text-subtlest)';
417
+ 'color.text.disabled': 'var(--ds-text-disabled)';
418
+ 'color.text.inverse': 'var(--ds-text-inverse)';
419
+ 'color.text.brand': 'var(--ds-text-brand)';
420
+ 'color.text.selected': 'var(--ds-text-selected)';
421
+ 'color.text.danger': 'var(--ds-text-danger)';
422
+ 'color.text.warning': 'var(--ds-text-warning)';
423
+ 'color.text.warning.inverse': 'var(--ds-text-warning-inverse)';
424
+ 'color.text.success': 'var(--ds-text-success)';
425
+ 'color.text.discovery': 'var(--ds-text-discovery)';
426
+ 'color.text.information': 'var(--ds-text-information)';
427
+ 'color.text.highEmphasis': 'var(--ds-text-highEmphasis)';
428
+ 'color.text.link.pressed': 'var(--ds-text-link-pressed)';
429
+ 'color.text.link.resting': 'var(--ds-text-link-resting)';
430
+ 'color.text.lowEmphasis': 'var(--ds-text-lowEmphasis)';
431
+ 'color.text.mediumEmphasis': 'var(--ds-text-mediumEmphasis)';
432
+ 'color.text.onBold': 'var(--ds-text-onBold)';
433
+ 'color.text.onBoldWarning': 'var(--ds-text-onBoldWarning)';
434
+ 'color.icon.accent.blue': 'var(--ds-icon-accent-blue)';
435
+ 'color.icon.accent.red': 'var(--ds-icon-accent-red)';
436
+ 'color.icon.accent.orange': 'var(--ds-icon-accent-orange)';
437
+ 'color.icon.accent.yellow': 'var(--ds-icon-accent-yellow)';
438
+ 'color.icon.accent.green': 'var(--ds-icon-accent-green)';
439
+ 'color.icon.accent.purple': 'var(--ds-icon-accent-purple)';
440
+ 'color.icon.accent.teal': 'var(--ds-icon-accent-teal)';
441
+ 'color.icon.accent.magenta': 'var(--ds-icon-accent-magenta)';
442
+ 'color.icon.accent.gray': 'var(--ds-icon-accent-gray)';
443
+ 'color.icon': 'var(--ds-icon)';
444
+ 'color.icon.subtle': 'var(--ds-icon-subtle)';
445
+ 'color.icon.inverse': 'var(--ds-icon-inverse)';
446
+ 'color.icon.disabled': 'var(--ds-icon-disabled)';
447
+ 'color.icon.brand': 'var(--ds-icon-brand)';
448
+ 'color.icon.selected': 'var(--ds-icon-selected)';
449
+ 'color.icon.danger': 'var(--ds-icon-danger)';
450
+ 'color.icon.warning': 'var(--ds-icon-warning)';
451
+ 'color.icon.warning.inverse': 'var(--ds-icon-warning-inverse)';
452
+ 'color.icon.success': 'var(--ds-icon-success)';
453
+ 'color.icon.discovery': 'var(--ds-icon-discovery)';
454
+ 'color.icon.information': 'var(--ds-icon-information)';
455
+ 'color.border.accent.blue': 'var(--ds-border-accent-blue)';
456
+ 'color.border.accent.red': 'var(--ds-border-accent-red)';
457
+ 'color.border.accent.orange': 'var(--ds-border-accent-orange)';
458
+ 'color.border.accent.yellow': 'var(--ds-border-accent-yellow)';
459
+ 'color.border.accent.green': 'var(--ds-border-accent-green)';
460
+ 'color.border.accent.purple': 'var(--ds-border-accent-purple)';
461
+ 'color.border.accent.teal': 'var(--ds-border-accent-teal)';
462
+ 'color.border.accent.magenta': 'var(--ds-border-accent-magenta)';
463
+ 'color.border.accent.gray': 'var(--ds-border-accent-gray)';
464
+ 'color.border': 'var(--ds-border)';
465
+ 'color.border.bold': 'var(--ds-border-bold)';
466
+ 'color.border.inverse': 'var(--ds-border-inverse)';
467
+ 'color.border.focused': 'var(--ds-border-focused)';
468
+ 'color.border.input': 'var(--ds-border-input)';
469
+ 'color.border.disabled': 'var(--ds-border-disabled)';
470
+ 'color.border.brand': 'var(--ds-border-brand)';
471
+ 'color.border.selected': 'var(--ds-border-selected)';
472
+ 'color.border.danger': 'var(--ds-border-danger)';
473
+ 'color.border.warning': 'var(--ds-border-warning)';
474
+ 'color.border.success': 'var(--ds-border-success)';
475
+ 'color.border.discovery': 'var(--ds-border-discovery)';
476
+ 'color.border.information': 'var(--ds-border-information)';
477
+ 'color.border.focus': 'var(--ds-border-focus)';
478
+ 'color.border.neutral': 'var(--ds-border-neutral)';
479
+ 'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
480
+ 'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
481
+ 'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
482
+ 'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
483
+ 'color.background.accent.blue': 'var(--ds-background-accent-blue)';
484
+ 'color.background.accent.blue.bold': 'var(--ds-background-accent-blue-bold)';
485
+ 'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
486
+ 'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
487
+ 'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
488
+ 'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
489
+ 'color.background.accent.red': 'var(--ds-background-accent-red)';
490
+ 'color.background.accent.red.bold': 'var(--ds-background-accent-red-bold)';
491
+ 'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
492
+ 'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
493
+ 'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
494
+ 'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
495
+ 'color.background.accent.orange': 'var(--ds-background-accent-orange)';
496
+ 'color.background.accent.orange.bold': 'var(--ds-background-accent-orange-bold)';
497
+ 'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
498
+ 'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
499
+ 'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
500
+ 'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
501
+ 'color.background.accent.yellow': 'var(--ds-background-accent-yellow)';
502
+ 'color.background.accent.yellow.bold': 'var(--ds-background-accent-yellow-bold)';
503
+ 'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
504
+ 'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
505
+ 'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
506
+ 'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
507
+ 'color.background.accent.green': 'var(--ds-background-accent-green)';
508
+ 'color.background.accent.green.bold': 'var(--ds-background-accent-green-bold)';
509
+ 'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
510
+ 'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
511
+ 'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
512
+ 'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
513
+ 'color.background.accent.teal': 'var(--ds-background-accent-teal)';
514
+ 'color.background.accent.teal.bold': 'var(--ds-background-accent-teal-bold)';
515
+ 'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
516
+ 'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
517
+ 'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
518
+ 'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
519
+ 'color.background.accent.purple': 'var(--ds-background-accent-purple)';
520
+ 'color.background.accent.purple.bold': 'var(--ds-background-accent-purple-bold)';
521
+ 'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
522
+ 'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
523
+ 'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
524
+ 'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
525
+ 'color.background.accent.magenta': 'var(--ds-background-accent-magenta)';
526
+ 'color.background.accent.magenta.bold': 'var(--ds-background-accent-magenta-bold)';
527
+ 'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
528
+ 'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
529
+ 'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
530
+ 'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
531
+ 'color.background.disabled': 'var(--ds-background-disabled)';
532
+ 'color.background.inverse.subtle': 'var(--ds-background-inverse-subtle)';
533
+ 'color.background.inverse.subtle.hovered': 'var(--ds-background-inverse-subtle-hovered)';
534
+ 'color.background.inverse.subtle.pressed': 'var(--ds-background-inverse-subtle-pressed)';
535
+ 'color.background.inverse': 'var(--ds-background-inverse)';
536
+ 'color.background.input': 'var(--ds-background-input)';
537
+ 'color.background.input.hovered': 'var(--ds-background-input-hovered)';
538
+ 'color.background.input.pressed': 'var(--ds-background-input-pressed)';
539
+ 'color.background.neutral': 'var(--ds-background-neutral)';
540
+ 'color.background.neutral.hovered': 'var(--ds-background-neutral-hovered)';
541
+ 'color.background.neutral.pressed': 'var(--ds-background-neutral-pressed)';
542
+ 'color.background.neutral.subtle': 'var(--ds-background-neutral-subtle)';
543
+ 'color.background.neutral.subtle.hovered': 'var(--ds-background-neutral-subtle-hovered)';
544
+ 'color.background.neutral.subtle.pressed': 'var(--ds-background-neutral-subtle-pressed)';
545
+ 'color.background.neutral.bold': 'var(--ds-background-neutral-bold)';
546
+ 'color.background.neutral.bold.hovered': 'var(--ds-background-neutral-bold-hovered)';
547
+ 'color.background.neutral.bold.pressed': 'var(--ds-background-neutral-bold-pressed)';
548
+ 'color.background.brand.bold': 'var(--ds-background-brand-bold)';
549
+ 'color.background.brand.bold.hovered': 'var(--ds-background-brand-bold-hovered)';
550
+ 'color.background.brand.bold.pressed': 'var(--ds-background-brand-bold-pressed)';
551
+ 'color.background.brand': 'var(--ds-background-brand)';
552
+ 'color.background.brand.hovered': 'var(--ds-background-brand-hovered)';
553
+ 'color.background.brand.pressed': 'var(--ds-background-brand-pressed)';
554
+ 'color.background.selected': 'var(--ds-background-selected)';
555
+ 'color.background.selected.hovered': 'var(--ds-background-selected-hovered)';
556
+ 'color.background.selected.pressed': 'var(--ds-background-selected-pressed)';
557
+ 'color.background.selected.bold': 'var(--ds-background-selected-bold)';
558
+ 'color.background.selected.bold.hovered': 'var(--ds-background-selected-bold-hovered)';
559
+ 'color.background.selected.bold.pressed': 'var(--ds-background-selected-bold-pressed)';
560
+ 'color.background.selected.resting': 'var(--ds-background-selected-resting)';
561
+ 'color.background.selected.hover': 'var(--ds-background-selected-hover)';
562
+ 'color.background.danger': 'var(--ds-background-danger)';
563
+ 'color.background.danger.hovered': 'var(--ds-background-danger-hovered)';
564
+ 'color.background.danger.pressed': 'var(--ds-background-danger-pressed)';
565
+ 'color.background.danger.bold': 'var(--ds-background-danger-bold)';
566
+ 'color.background.danger.bold.hovered': 'var(--ds-background-danger-bold-hovered)';
567
+ 'color.background.danger.bold.pressed': 'var(--ds-background-danger-bold-pressed)';
568
+ 'color.background.warning': 'var(--ds-background-warning)';
569
+ 'color.background.warning.hovered': 'var(--ds-background-warning-hovered)';
570
+ 'color.background.warning.pressed': 'var(--ds-background-warning-pressed)';
571
+ 'color.background.warning.bold': 'var(--ds-background-warning-bold)';
572
+ 'color.background.warning.bold.hovered': 'var(--ds-background-warning-bold-hovered)';
573
+ 'color.background.warning.bold.pressed': 'var(--ds-background-warning-bold-pressed)';
574
+ 'color.background.success': 'var(--ds-background-success)';
575
+ 'color.background.success.hovered': 'var(--ds-background-success-hovered)';
576
+ 'color.background.success.pressed': 'var(--ds-background-success-pressed)';
577
+ 'color.background.success.bold': 'var(--ds-background-success-bold)';
578
+ 'color.background.success.bold.hovered': 'var(--ds-background-success-bold-hovered)';
579
+ 'color.background.success.bold.pressed': 'var(--ds-background-success-bold-pressed)';
580
+ 'color.background.discovery': 'var(--ds-background-discovery)';
581
+ 'color.background.discovery.hovered': 'var(--ds-background-discovery-hovered)';
582
+ 'color.background.discovery.pressed': 'var(--ds-background-discovery-pressed)';
583
+ 'color.background.discovery.bold': 'var(--ds-background-discovery-bold)';
584
+ 'color.background.discovery.bold.hovered': 'var(--ds-background-discovery-bold-hovered)';
585
+ 'color.background.discovery.bold.pressed': 'var(--ds-background-discovery-bold-pressed)';
586
+ 'color.background.information': 'var(--ds-background-information)';
587
+ 'color.background.information.hovered': 'var(--ds-background-information-hovered)';
588
+ 'color.background.information.pressed': 'var(--ds-background-information-pressed)';
589
+ 'color.background.information.bold': 'var(--ds-background-information-bold)';
590
+ 'color.background.information.bold.hovered': 'var(--ds-background-information-bold-hovered)';
591
+ 'color.background.information.bold.pressed': 'var(--ds-background-information-bold-pressed)';
592
+ 'color.background.blanket': 'var(--ds-background-blanket)';
593
+ 'color.background.boldBrand.hover': 'var(--ds-background-boldBrand-hover)';
594
+ 'color.background.boldBrand.pressed': 'var(--ds-background-boldBrand-pressed)';
595
+ 'color.background.boldBrand.resting': 'var(--ds-background-boldBrand-resting)';
596
+ 'color.background.boldDanger.hover': 'var(--ds-background-boldDanger-hover)';
597
+ 'color.background.boldDanger.pressed': 'var(--ds-background-boldDanger-pressed)';
598
+ 'color.background.boldDanger.resting': 'var(--ds-background-boldDanger-resting)';
599
+ 'color.background.boldDiscovery.hover': 'var(--ds-background-boldDiscovery-hover)';
600
+ 'color.background.boldDiscovery.pressed': 'var(--ds-background-boldDiscovery-pressed)';
601
+ 'color.background.boldDiscovery.resting': 'var(--ds-background-boldDiscovery-resting)';
602
+ 'color.background.boldNeutral.hover': 'var(--ds-background-boldNeutral-hover)';
603
+ 'color.background.boldNeutral.pressed': 'var(--ds-background-boldNeutral-pressed)';
604
+ 'color.background.boldNeutral.resting': 'var(--ds-background-boldNeutral-resting)';
605
+ 'color.background.boldSuccess.hover': 'var(--ds-background-boldSuccess-hover)';
606
+ 'color.background.boldSuccess.pressed': 'var(--ds-background-boldSuccess-pressed)';
607
+ 'color.background.boldSuccess.resting': 'var(--ds-background-boldSuccess-resting)';
608
+ 'color.background.boldWarning.hover': 'var(--ds-background-boldWarning-hover)';
609
+ 'color.background.boldWarning.pressed': 'var(--ds-background-boldWarning-pressed)';
610
+ 'color.background.boldWarning.resting': 'var(--ds-background-boldWarning-resting)';
611
+ 'color.background.card': 'var(--ds-background-card)';
612
+ 'color.background.default': 'var(--ds-background-default)';
613
+ 'color.background.overlay': 'var(--ds-background-overlay)';
614
+ 'color.background.subtleBorderedNeutral.pressed': 'var(--ds-background-subtleBorderedNeutral-pressed)';
615
+ 'color.background.subtleBorderedNeutral.resting': 'var(--ds-background-subtleBorderedNeutral-resting)';
616
+ 'color.background.subtleBrand.hover': 'var(--ds-background-subtleBrand-hover)';
617
+ 'color.background.subtleBrand.pressed': 'var(--ds-background-subtleBrand-pressed)';
618
+ 'color.background.subtleBrand.resting': 'var(--ds-background-subtleBrand-resting)';
619
+ 'color.background.subtleDanger.hover': 'var(--ds-background-subtleDanger-hover)';
620
+ 'color.background.subtleDanger.pressed': 'var(--ds-background-subtleDanger-pressed)';
621
+ 'color.background.subtleDanger.resting': 'var(--ds-background-subtleDanger-resting)';
622
+ 'color.background.subtleDiscovery.hover': 'var(--ds-background-subtleDiscovery-hover)';
623
+ 'color.background.subtleDiscovery.pressed': 'var(--ds-background-subtleDiscovery-pressed)';
624
+ 'color.background.subtleDiscovery.resting': 'var(--ds-background-subtleDiscovery-resting)';
625
+ 'color.background.subtleNeutral.hover': 'var(--ds-background-subtleNeutral-hover)';
626
+ 'color.background.subtleNeutral.pressed': 'var(--ds-background-subtleNeutral-pressed)';
627
+ 'color.background.subtleNeutral.resting': 'var(--ds-background-subtleNeutral-resting)';
628
+ 'color.background.subtleSuccess.hover': 'var(--ds-background-subtleSuccess-hover)';
629
+ 'color.background.subtleSuccess.pressed': 'var(--ds-background-subtleSuccess-pressed)';
630
+ 'color.background.subtleSuccess.resting': 'var(--ds-background-subtleSuccess-resting)';
631
+ 'color.background.subtleWarning.hover': 'var(--ds-background-subtleWarning-hover)';
632
+ 'color.background.subtleWarning.pressed': 'var(--ds-background-subtleWarning-pressed)';
633
+ 'color.background.subtleWarning.resting': 'var(--ds-background-subtleWarning-resting)';
634
+ 'color.background.sunken': 'var(--ds-background-sunken)';
635
+ 'color.background.transparentNeutral.hover': 'var(--ds-background-transparentNeutral-hover)';
636
+ 'color.background.transparentNeutral.pressed': 'var(--ds-background-transparentNeutral-pressed)';
637
+ 'color.blanket': 'var(--ds-blanket)';
638
+ 'color.blanket.selected': 'var(--ds-blanket-selected)';
639
+ 'color.blanket.danger': 'var(--ds-blanket-danger)';
640
+ 'color.chart.brand': 'var(--ds-chart-brand)';
641
+ 'color.chart.brand.hovered': 'var(--ds-chart-brand-hovered)';
642
+ 'color.chart.neutral': 'var(--ds-chart-neutral)';
643
+ 'color.chart.neutral.hovered': 'var(--ds-chart-neutral-hovered)';
644
+ 'color.chart.success': 'var(--ds-chart-success)';
645
+ 'color.chart.success.hovered': 'var(--ds-chart-success-hovered)';
646
+ 'color.chart.success.bold': 'var(--ds-chart-success-bold)';
647
+ 'color.chart.success.bold.hovered': 'var(--ds-chart-success-bold-hovered)';
648
+ 'color.chart.danger': 'var(--ds-chart-danger)';
649
+ 'color.chart.danger.hovered': 'var(--ds-chart-danger-hovered)';
650
+ 'color.chart.danger.bold': 'var(--ds-chart-danger-bold)';
651
+ 'color.chart.danger.bold.hovered': 'var(--ds-chart-danger-bold-hovered)';
652
+ 'color.chart.warning': 'var(--ds-chart-warning)';
653
+ 'color.chart.warning.hovered': 'var(--ds-chart-warning-hovered)';
654
+ 'color.chart.warning.bold': 'var(--ds-chart-warning-bold)';
655
+ 'color.chart.warning.bold.hovered': 'var(--ds-chart-warning-bold-hovered)';
656
+ 'color.chart.information': 'var(--ds-chart-information)';
657
+ 'color.chart.information.hovered': 'var(--ds-chart-information-hovered)';
658
+ 'color.chart.information.bold': 'var(--ds-chart-information-bold)';
659
+ 'color.chart.information.bold.hovered': 'var(--ds-chart-information-bold-hovered)';
660
+ 'color.chart.discovery': 'var(--ds-chart-discovery)';
661
+ 'color.chart.discovery.hovered': 'var(--ds-chart-discovery-hovered)';
662
+ 'color.chart.discovery.bold': 'var(--ds-chart-discovery-bold)';
663
+ 'color.chart.discovery.bold.hovered': 'var(--ds-chart-discovery-bold-hovered)';
664
+ 'color.chart.categorical.1': 'var(--ds-chart-categorical-1)';
665
+ 'color.chart.categorical.1.hovered': 'var(--ds-chart-categorical-1-hovered)';
666
+ 'color.chart.categorical.2': 'var(--ds-chart-categorical-2)';
667
+ 'color.chart.categorical.2.hovered': 'var(--ds-chart-categorical-2-hovered)';
668
+ 'color.chart.categorical.3': 'var(--ds-chart-categorical-3)';
669
+ 'color.chart.categorical.3.hovered': 'var(--ds-chart-categorical-3-hovered)';
670
+ 'color.chart.categorical.4': 'var(--ds-chart-categorical-4)';
671
+ 'color.chart.categorical.4.hovered': 'var(--ds-chart-categorical-4-hovered)';
672
+ 'color.chart.categorical.5': 'var(--ds-chart-categorical-5)';
673
+ 'color.chart.categorical.5.hovered': 'var(--ds-chart-categorical-5-hovered)';
674
+ 'color.chart.categorical.6': 'var(--ds-chart-categorical-6)';
675
+ 'color.chart.categorical.6.hovered': 'var(--ds-chart-categorical-6-hovered)';
676
+ 'color.chart.categorical.7': 'var(--ds-chart-categorical-7)';
677
+ 'color.chart.categorical.7.hovered': 'var(--ds-chart-categorical-7-hovered)';
678
+ 'color.chart.categorical.8': 'var(--ds-chart-categorical-8)';
679
+ 'color.chart.categorical.8.hovered': 'var(--ds-chart-categorical-8-hovered)';
680
+ 'color.chart.blue.bold': 'var(--ds-chart-blue-bold)';
681
+ 'color.chart.blue.bold.hovered': 'var(--ds-chart-blue-bold-hovered)';
682
+ 'color.chart.blue.bolder': 'var(--ds-chart-blue-bolder)';
683
+ 'color.chart.blue.bolder.hovered': 'var(--ds-chart-blue-bolder-hovered)';
684
+ 'color.chart.blue.boldest': 'var(--ds-chart-blue-boldest)';
685
+ 'color.chart.blue.boldest.hovered': 'var(--ds-chart-blue-boldest-hovered)';
686
+ 'color.chart.red.bold': 'var(--ds-chart-red-bold)';
687
+ 'color.chart.red.bold.hovered': 'var(--ds-chart-red-bold-hovered)';
688
+ 'color.chart.red.bolder': 'var(--ds-chart-red-bolder)';
689
+ 'color.chart.red.bolder.hovered': 'var(--ds-chart-red-bolder-hovered)';
690
+ 'color.chart.red.boldest': 'var(--ds-chart-red-boldest)';
691
+ 'color.chart.red.boldest.hovered': 'var(--ds-chart-red-boldest-hovered)';
692
+ 'color.chart.orange.bold': 'var(--ds-chart-orange-bold)';
693
+ 'color.chart.orange.bold.hovered': 'var(--ds-chart-orange-bold-hovered)';
694
+ 'color.chart.orange.bolder': 'var(--ds-chart-orange-bolder)';
695
+ 'color.chart.orange.bolder.hovered': 'var(--ds-chart-orange-bolder-hovered)';
696
+ 'color.chart.orange.boldest': 'var(--ds-chart-orange-boldest)';
697
+ 'color.chart.orange.boldest.hovered': 'var(--ds-chart-orange-boldest-hovered)';
698
+ 'color.chart.yellow.bold': 'var(--ds-chart-yellow-bold)';
699
+ 'color.chart.yellow.bold.hovered': 'var(--ds-chart-yellow-bold-hovered)';
700
+ 'color.chart.yellow.bolder': 'var(--ds-chart-yellow-bolder)';
701
+ 'color.chart.yellow.bolder.hovered': 'var(--ds-chart-yellow-bolder-hovered)';
702
+ 'color.chart.yellow.boldest': 'var(--ds-chart-yellow-boldest)';
703
+ 'color.chart.yellow.boldest.hovered': 'var(--ds-chart-yellow-boldest-hovered)';
704
+ 'color.chart.green.bold': 'var(--ds-chart-green-bold)';
705
+ 'color.chart.green.bold.hovered': 'var(--ds-chart-green-bold-hovered)';
706
+ 'color.chart.green.bolder': 'var(--ds-chart-green-bolder)';
707
+ 'color.chart.green.bolder.hovered': 'var(--ds-chart-green-bolder-hovered)';
708
+ 'color.chart.green.boldest': 'var(--ds-chart-green-boldest)';
709
+ 'color.chart.green.boldest.hovered': 'var(--ds-chart-green-boldest-hovered)';
710
+ 'color.chart.teal.bold': 'var(--ds-chart-teal-bold)';
711
+ 'color.chart.teal.bold.hovered': 'var(--ds-chart-teal-bold-hovered)';
712
+ 'color.chart.teal.bolder': 'var(--ds-chart-teal-bolder)';
713
+ 'color.chart.teal.bolder.hovered': 'var(--ds-chart-teal-bolder-hovered)';
714
+ 'color.chart.teal.boldest': 'var(--ds-chart-teal-boldest)';
715
+ 'color.chart.teal.boldest.hovered': 'var(--ds-chart-teal-boldest-hovered)';
716
+ 'color.chart.purple.bold': 'var(--ds-chart-purple-bold)';
717
+ 'color.chart.purple.bold.hovered': 'var(--ds-chart-purple-bold-hovered)';
718
+ 'color.chart.purple.bolder': 'var(--ds-chart-purple-bolder)';
719
+ 'color.chart.purple.bolder.hovered': 'var(--ds-chart-purple-bolder-hovered)';
720
+ 'color.chart.purple.boldest': 'var(--ds-chart-purple-boldest)';
721
+ 'color.chart.purple.boldest.hovered': 'var(--ds-chart-purple-boldest-hovered)';
722
+ 'color.chart.magenta.bold': 'var(--ds-chart-magenta-bold)';
723
+ 'color.chart.magenta.bold.hovered': 'var(--ds-chart-magenta-bold-hovered)';
724
+ 'color.chart.magenta.bolder': 'var(--ds-chart-magenta-bolder)';
725
+ 'color.chart.magenta.bolder.hovered': 'var(--ds-chart-magenta-bolder-hovered)';
726
+ 'color.chart.magenta.boldest': 'var(--ds-chart-magenta-boldest)';
727
+ 'color.chart.magenta.boldest.hovered': 'var(--ds-chart-magenta-boldest-hovered)';
728
+ 'color.chart.gray.bold': 'var(--ds-chart-gray-bold)';
729
+ 'color.chart.gray.bold.hovered': 'var(--ds-chart-gray-bold-hovered)';
730
+ 'color.chart.gray.bolder': 'var(--ds-chart-gray-bolder)';
731
+ 'color.chart.gray.bolder.hovered': 'var(--ds-chart-gray-bolder-hovered)';
732
+ 'color.chart.gray.boldest': 'var(--ds-chart-gray-boldest)';
733
+ 'color.chart.gray.boldest.hovered': 'var(--ds-chart-gray-boldest-hovered)';
734
+ 'color.interaction.hovered': 'var(--ds-interaction-hovered)';
735
+ 'color.interaction.pressed': 'var(--ds-interaction-pressed)';
736
+ 'color.interaction.inverse.hovered': 'var(--ds-interaction-inverse-hovered)';
737
+ 'color.interaction.inverse.pressed': 'var(--ds-interaction-inverse-pressed)';
738
+ 'color.skeleton': 'var(--ds-skeleton)';
739
+ 'color.skeleton.subtle': 'var(--ds-skeleton-subtle)';
740
+ 'color.link': 'var(--ds-link)';
741
+ 'color.link.pressed': 'var(--ds-link-pressed)';
742
+ 'color.accent.boldBlue': 'var(--ds-accent-boldBlue)';
743
+ 'color.accent.boldGreen': 'var(--ds-accent-boldGreen)';
744
+ 'color.accent.boldOrange': 'var(--ds-accent-boldOrange)';
745
+ 'color.accent.boldPurple': 'var(--ds-accent-boldPurple)';
746
+ 'color.accent.boldRed': 'var(--ds-accent-boldRed)';
747
+ 'color.accent.boldTeal': 'var(--ds-accent-boldTeal)';
748
+ 'color.accent.subtleBlue': 'var(--ds-accent-subtleBlue)';
749
+ 'color.accent.subtleGreen': 'var(--ds-accent-subtleGreen)';
750
+ 'color.accent.subtleMagenta': 'var(--ds-accent-subtleMagenta)';
751
+ 'color.accent.subtleOrange': 'var(--ds-accent-subtleOrange)';
752
+ 'color.accent.subtlePurple': 'var(--ds-accent-subtlePurple)';
753
+ 'color.accent.subtleRed': 'var(--ds-accent-subtleRed)';
754
+ 'color.accent.subtleTeal': 'var(--ds-accent-subtleTeal)';
755
+ 'color.iconBorder.brand': 'var(--ds-iconBorder-brand)';
756
+ 'color.iconBorder.danger': 'var(--ds-iconBorder-danger)';
757
+ 'color.iconBorder.discovery': 'var(--ds-iconBorder-discovery)';
758
+ 'color.iconBorder.success': 'var(--ds-iconBorder-success)';
759
+ 'color.iconBorder.warning': 'var(--ds-iconBorder-warning)';
760
+ 'color.overlay.hover': 'var(--ds-overlay-hover)';
761
+ 'color.overlay.pressed': 'var(--ds-overlay-pressed)';
762
+ 'shadow.card': 'var(--ds-card)';
763
+ 'shadow.overlay': 'var(--ds-overlay)';
764
+ 'elevation.shadow.raised': 'var(--ds-shadow-raised)';
765
+ 'elevation.shadow.overflow': 'var(--ds-shadow-overflow)';
766
+ 'elevation.shadow.overflow.spread': 'var(--ds-shadow-overflow-spread)';
767
+ 'elevation.shadow.overflow.perimeter': 'var(--ds-shadow-overflow-perimeter)';
768
+ 'elevation.shadow.overlay': 'var(--ds-shadow-overlay)';
769
+ 'elevation.surface': 'var(--ds-surface)';
770
+ 'elevation.surface.hovered': 'var(--ds-surface-hovered)';
771
+ 'elevation.surface.pressed': 'var(--ds-surface-pressed)';
772
+ 'elevation.surface.sunken': 'var(--ds-surface-sunken)';
773
+ 'elevation.surface.raised': 'var(--ds-surface-raised)';
774
+ 'elevation.surface.raised.hovered': 'var(--ds-surface-raised-hovered)';
775
+ 'elevation.surface.raised.pressed': 'var(--ds-surface-raised-pressed)';
776
+ 'elevation.surface.overlay': 'var(--ds-surface-overlay)';
777
+ 'elevation.surface.overlay.hovered': 'var(--ds-surface-overlay-hovered)';
778
+ 'elevation.surface.overlay.pressed': 'var(--ds-surface-overlay-pressed)';
779
+ 'opacity.disabled': 'var(--ds-opacity-disabled)';
780
+ 'opacity.loading': 'var(--ds-opacity-loading)';
781
+ 'utility.UNSAFE_util.transparent': 'var(--ds-UNSAFE_util-transparent)';
782
+ 'utility.UNSAFE_util.MISSING_TOKEN': 'var(--ds-UNSAFE_util-MISSING_TOKEN)';
783
+ };
784
+ export default tokens;