@atlaskit/tokens 1.4.1 → 1.4.2

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