@atlaskit/tokens 0.10.25 → 0.10.26

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 (98) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/artifacts/palettes-raw/palette.js +233 -233
  3. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +282 -282
  4. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +282 -282
  5. package/dist/cjs/get-token.js +1 -1
  6. package/dist/cjs/palettes/palette.js +116 -116
  7. package/dist/cjs/tokens/atlassian-dark/color/accent.js +72 -72
  8. package/dist/cjs/tokens/atlassian-dark/color/background.js +54 -54
  9. package/dist/cjs/tokens/atlassian-dark/color/border.js +13 -13
  10. package/dist/cjs/tokens/atlassian-dark/color/icon.js +12 -12
  11. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +2 -2
  12. package/dist/cjs/tokens/atlassian-dark/color/text.js +15 -15
  13. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  14. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +5 -5
  15. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +10 -10
  16. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +2 -2
  17. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +2 -2
  18. package/dist/cjs/tokens/atlassian-light/color/accent.js +72 -72
  19. package/dist/cjs/tokens/atlassian-light/color/background.js +54 -54
  20. package/dist/cjs/tokens/atlassian-light/color/border.js +13 -13
  21. package/dist/cjs/tokens/atlassian-light/color/icon.js +12 -12
  22. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +2 -2
  23. package/dist/cjs/tokens/atlassian-light/color/text.js +15 -15
  24. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  25. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +6 -6
  26. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +10 -10
  27. package/dist/cjs/version.json +1 -1
  28. package/dist/es2019/artifacts/palettes-raw/palette.js +233 -233
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +282 -282
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +282 -282
  31. package/dist/es2019/get-token.js +1 -1
  32. package/dist/es2019/palettes/palette.js +116 -116
  33. package/dist/es2019/tokens/atlassian-dark/color/accent.js +72 -72
  34. package/dist/es2019/tokens/atlassian-dark/color/background.js +54 -54
  35. package/dist/es2019/tokens/atlassian-dark/color/border.js +13 -13
  36. package/dist/es2019/tokens/atlassian-dark/color/icon.js +12 -12
  37. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +2 -2
  38. package/dist/es2019/tokens/atlassian-dark/color/text.js +15 -15
  39. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  40. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +5 -5
  41. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +10 -10
  42. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +2 -2
  43. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +2 -2
  44. package/dist/es2019/tokens/atlassian-light/color/accent.js +72 -72
  45. package/dist/es2019/tokens/atlassian-light/color/background.js +54 -54
  46. package/dist/es2019/tokens/atlassian-light/color/border.js +13 -13
  47. package/dist/es2019/tokens/atlassian-light/color/icon.js +12 -12
  48. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +2 -2
  49. package/dist/es2019/tokens/atlassian-light/color/text.js +15 -15
  50. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  51. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +6 -6
  52. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +10 -10
  53. package/dist/es2019/version.json +1 -1
  54. package/dist/esm/artifacts/palettes-raw/palette.js +233 -233
  55. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +282 -282
  56. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +282 -282
  57. package/dist/esm/get-token.js +1 -1
  58. package/dist/esm/palettes/palette.js +116 -116
  59. package/dist/esm/tokens/atlassian-dark/color/accent.js +72 -72
  60. package/dist/esm/tokens/atlassian-dark/color/background.js +54 -54
  61. package/dist/esm/tokens/atlassian-dark/color/border.js +13 -13
  62. package/dist/esm/tokens/atlassian-dark/color/icon.js +12 -12
  63. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +2 -2
  64. package/dist/esm/tokens/atlassian-dark/color/text.js +15 -15
  65. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  66. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +5 -5
  67. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +10 -10
  68. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +2 -2
  69. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +2 -2
  70. package/dist/esm/tokens/atlassian-light/color/accent.js +72 -72
  71. package/dist/esm/tokens/atlassian-light/color/background.js +54 -54
  72. package/dist/esm/tokens/atlassian-light/color/border.js +13 -13
  73. package/dist/esm/tokens/atlassian-light/color/icon.js +12 -12
  74. package/dist/esm/tokens/atlassian-light/color/skeleton.js +2 -2
  75. package/dist/esm/tokens/atlassian-light/color/text.js +15 -15
  76. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  77. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +6 -6
  78. package/dist/esm/tokens/atlassian-light/elevation/surface.js +10 -10
  79. package/dist/esm/version.json +1 -1
  80. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  81. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  82. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  83. package/dist/types/palettes/palette.d.ts +1 -1
  84. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  85. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  86. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  87. package/dist/types/types.d.ts +2 -2
  88. package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +1 -1
  89. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  90. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  91. package/dist/types-ts4.0/palettes/palette.d.ts +1 -1
  92. package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  93. package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +1 -1
  94. package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +1 -1
  95. package/dist/types-ts4.0/types.d.ts +2 -2
  96. package/package.json +2 -2
  97. package/report.api.md +58 -50
  98. package/tmp/api-report-tmp.d.ts +631 -0
@@ -0,0 +1,631 @@
1
+ ## API Report File for "@atlaskit/tokens"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // @public (undocumented)
8
+ export type CSSToken = CSSTokenMap[keyof CSSTokenMap];
9
+
10
+ // @public (undocumented)
11
+ type CSSTokenMap = {
12
+ 'color.text.accent.blue': 'var(--ds-text-accent-blue)';
13
+ 'color.text.accent.blue.bolder': 'var(--ds-text-accent-blue-bolder)';
14
+ 'color.text.accent.red': 'var(--ds-text-accent-red)';
15
+ 'color.text.accent.red.bolder': 'var(--ds-text-accent-red-bolder)';
16
+ 'color.text.accent.orange': 'var(--ds-text-accent-orange)';
17
+ 'color.text.accent.orange.bolder': 'var(--ds-text-accent-orange-bolder)';
18
+ 'color.text.accent.yellow': 'var(--ds-text-accent-yellow)';
19
+ 'color.text.accent.yellow.bolder': 'var(--ds-text-accent-yellow-bolder)';
20
+ 'color.text.accent.green': 'var(--ds-text-accent-green)';
21
+ 'color.text.accent.green.bolder': 'var(--ds-text-accent-green-bolder)';
22
+ 'color.text.accent.purple': 'var(--ds-text-accent-purple)';
23
+ 'color.text.accent.purple.bolder': 'var(--ds-text-accent-purple-bolder)';
24
+ 'color.text.accent.teal': 'var(--ds-text-accent-teal)';
25
+ 'color.text.accent.teal.bolder': 'var(--ds-text-accent-teal-bolder)';
26
+ 'color.text.accent.magenta': 'var(--ds-text-accent-magenta)';
27
+ 'color.text.accent.magenta.bolder': 'var(--ds-text-accent-magenta-bolder)';
28
+ 'color.text.accent.gray': 'var(--ds-text-accent-gray)';
29
+ 'color.text.accent.gray.bolder': 'var(--ds-text-accent-gray-bolder)';
30
+ 'color.text': 'var(--ds-text)';
31
+ 'color.text.subtle': 'var(--ds-text-subtle)';
32
+ 'color.text.subtlest': 'var(--ds-text-subtlest)';
33
+ 'color.text.disabled': 'var(--ds-text-disabled)';
34
+ 'color.text.inverse': 'var(--ds-text-inverse)';
35
+ 'color.text.brand': 'var(--ds-text-brand)';
36
+ 'color.text.selected': 'var(--ds-text-selected)';
37
+ 'color.text.danger': 'var(--ds-text-danger)';
38
+ 'color.text.warning': 'var(--ds-text-warning)';
39
+ 'color.text.warning.inverse': 'var(--ds-text-warning-inverse)';
40
+ 'color.text.success': 'var(--ds-text-success)';
41
+ 'color.text.discovery': 'var(--ds-text-discovery)';
42
+ 'color.text.information': 'var(--ds-text-information)';
43
+ 'color.text.highEmphasis': 'var(--ds-text-highEmphasis)';
44
+ 'color.text.link.pressed': 'var(--ds-text-link-pressed)';
45
+ 'color.text.link.resting': 'var(--ds-text-link-resting)';
46
+ 'color.text.lowEmphasis': 'var(--ds-text-lowEmphasis)';
47
+ 'color.text.mediumEmphasis': 'var(--ds-text-mediumEmphasis)';
48
+ 'color.text.onBold': 'var(--ds-text-onBold)';
49
+ 'color.text.onBoldWarning': 'var(--ds-text-onBoldWarning)';
50
+ 'color.icon.accent.blue': 'var(--ds-icon-accent-blue)';
51
+ 'color.icon.accent.red': 'var(--ds-icon-accent-red)';
52
+ 'color.icon.accent.orange': 'var(--ds-icon-accent-orange)';
53
+ 'color.icon.accent.yellow': 'var(--ds-icon-accent-yellow)';
54
+ 'color.icon.accent.green': 'var(--ds-icon-accent-green)';
55
+ 'color.icon.accent.purple': 'var(--ds-icon-accent-purple)';
56
+ 'color.icon.accent.teal': 'var(--ds-icon-accent-teal)';
57
+ 'color.icon.accent.magenta': 'var(--ds-icon-accent-magenta)';
58
+ 'color.icon.accent.gray': 'var(--ds-icon-accent-gray)';
59
+ 'color.icon': 'var(--ds-icon)';
60
+ 'color.icon.subtle': 'var(--ds-icon-subtle)';
61
+ 'color.icon.inverse': 'var(--ds-icon-inverse)';
62
+ 'color.icon.disabled': 'var(--ds-icon-disabled)';
63
+ 'color.icon.brand': 'var(--ds-icon-brand)';
64
+ 'color.icon.selected': 'var(--ds-icon-selected)';
65
+ 'color.icon.danger': 'var(--ds-icon-danger)';
66
+ 'color.icon.warning': 'var(--ds-icon-warning)';
67
+ 'color.icon.warning.inverse': 'var(--ds-icon-warning-inverse)';
68
+ 'color.icon.success': 'var(--ds-icon-success)';
69
+ 'color.icon.discovery': 'var(--ds-icon-discovery)';
70
+ 'color.icon.information': 'var(--ds-icon-information)';
71
+ 'color.border.accent.blue': 'var(--ds-border-accent-blue)';
72
+ 'color.border.accent.red': 'var(--ds-border-accent-red)';
73
+ 'color.border.accent.orange': 'var(--ds-border-accent-orange)';
74
+ 'color.border.accent.yellow': 'var(--ds-border-accent-yellow)';
75
+ 'color.border.accent.green': 'var(--ds-border-accent-green)';
76
+ 'color.border.accent.purple': 'var(--ds-border-accent-purple)';
77
+ 'color.border.accent.teal': 'var(--ds-border-accent-teal)';
78
+ 'color.border.accent.magenta': 'var(--ds-border-accent-magenta)';
79
+ 'color.border.accent.gray': 'var(--ds-border-accent-gray)';
80
+ 'color.border': 'var(--ds-border)';
81
+ 'color.border.bold': 'var(--ds-border-bold)';
82
+ 'color.border.inverse': 'var(--ds-border-inverse)';
83
+ 'color.border.focused': 'var(--ds-border-focused)';
84
+ 'color.border.input': 'var(--ds-border-input)';
85
+ 'color.border.disabled': 'var(--ds-border-disabled)';
86
+ 'color.border.brand': 'var(--ds-border-brand)';
87
+ 'color.border.selected': 'var(--ds-border-selected)';
88
+ 'color.border.danger': 'var(--ds-border-danger)';
89
+ 'color.border.warning': 'var(--ds-border-warning)';
90
+ 'color.border.success': 'var(--ds-border-success)';
91
+ 'color.border.discovery': 'var(--ds-border-discovery)';
92
+ 'color.border.information': 'var(--ds-border-information)';
93
+ 'color.border.focus': 'var(--ds-border-focus)';
94
+ 'color.border.neutral': 'var(--ds-border-neutral)';
95
+ 'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
96
+ 'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
97
+ 'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
98
+ 'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
99
+ 'color.background.accent.blue': 'var(--ds-background-accent-blue)';
100
+ 'color.background.accent.blue.bold': 'var(--ds-background-accent-blue-bold)';
101
+ 'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
102
+ 'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
103
+ 'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
104
+ 'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
105
+ 'color.background.accent.red': 'var(--ds-background-accent-red)';
106
+ 'color.background.accent.red.bold': 'var(--ds-background-accent-red-bold)';
107
+ 'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
108
+ 'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
109
+ 'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
110
+ 'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
111
+ 'color.background.accent.orange': 'var(--ds-background-accent-orange)';
112
+ 'color.background.accent.orange.bold': 'var(--ds-background-accent-orange-bold)';
113
+ 'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
114
+ 'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
115
+ 'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
116
+ 'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
117
+ 'color.background.accent.yellow': 'var(--ds-background-accent-yellow)';
118
+ 'color.background.accent.yellow.bold': 'var(--ds-background-accent-yellow-bold)';
119
+ 'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
120
+ 'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
121
+ 'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
122
+ 'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
123
+ 'color.background.accent.green': 'var(--ds-background-accent-green)';
124
+ 'color.background.accent.green.bold': 'var(--ds-background-accent-green-bold)';
125
+ 'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
126
+ 'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
127
+ 'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
128
+ 'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
129
+ 'color.background.accent.teal': 'var(--ds-background-accent-teal)';
130
+ 'color.background.accent.teal.bold': 'var(--ds-background-accent-teal-bold)';
131
+ 'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
132
+ 'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
133
+ 'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
134
+ 'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
135
+ 'color.background.accent.purple': 'var(--ds-background-accent-purple)';
136
+ 'color.background.accent.purple.bold': 'var(--ds-background-accent-purple-bold)';
137
+ 'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
138
+ 'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
139
+ 'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
140
+ 'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
141
+ 'color.background.accent.magenta': 'var(--ds-background-accent-magenta)';
142
+ 'color.background.accent.magenta.bold': 'var(--ds-background-accent-magenta-bold)';
143
+ 'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
144
+ 'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
145
+ 'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
146
+ 'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
147
+ 'color.background.disabled': 'var(--ds-background-disabled)';
148
+ 'color.background.inverse.subtle': 'var(--ds-background-inverse-subtle)';
149
+ 'color.background.inverse.subtle.hovered': 'var(--ds-background-inverse-subtle-hovered)';
150
+ 'color.background.inverse.subtle.pressed': 'var(--ds-background-inverse-subtle-pressed)';
151
+ 'color.background.inverse': 'var(--ds-background-inverse)';
152
+ 'color.background.input': 'var(--ds-background-input)';
153
+ 'color.background.input.hovered': 'var(--ds-background-input-hovered)';
154
+ 'color.background.input.pressed': 'var(--ds-background-input-pressed)';
155
+ 'color.background.neutral': 'var(--ds-background-neutral)';
156
+ 'color.background.neutral.hovered': 'var(--ds-background-neutral-hovered)';
157
+ 'color.background.neutral.pressed': 'var(--ds-background-neutral-pressed)';
158
+ 'color.background.neutral.subtle': 'var(--ds-background-neutral-subtle)';
159
+ 'color.background.neutral.subtle.hovered': 'var(--ds-background-neutral-subtle-hovered)';
160
+ 'color.background.neutral.subtle.pressed': 'var(--ds-background-neutral-subtle-pressed)';
161
+ 'color.background.neutral.bold': 'var(--ds-background-neutral-bold)';
162
+ 'color.background.neutral.bold.hovered': 'var(--ds-background-neutral-bold-hovered)';
163
+ 'color.background.neutral.bold.pressed': 'var(--ds-background-neutral-bold-pressed)';
164
+ 'color.background.brand.bold': 'var(--ds-background-brand-bold)';
165
+ 'color.background.brand.bold.hovered': 'var(--ds-background-brand-bold-hovered)';
166
+ 'color.background.brand.bold.pressed': 'var(--ds-background-brand-bold-pressed)';
167
+ 'color.background.brand': 'var(--ds-background-brand)';
168
+ 'color.background.brand.hovered': 'var(--ds-background-brand-hovered)';
169
+ 'color.background.brand.pressed': 'var(--ds-background-brand-pressed)';
170
+ 'color.background.selected': 'var(--ds-background-selected)';
171
+ 'color.background.selected.hovered': 'var(--ds-background-selected-hovered)';
172
+ 'color.background.selected.pressed': 'var(--ds-background-selected-pressed)';
173
+ 'color.background.selected.bold': 'var(--ds-background-selected-bold)';
174
+ 'color.background.selected.bold.hovered': 'var(--ds-background-selected-bold-hovered)';
175
+ 'color.background.selected.bold.pressed': 'var(--ds-background-selected-bold-pressed)';
176
+ 'color.background.selected.resting': 'var(--ds-background-selected-resting)';
177
+ 'color.background.selected.hover': 'var(--ds-background-selected-hover)';
178
+ 'color.background.danger': 'var(--ds-background-danger)';
179
+ 'color.background.danger.hovered': 'var(--ds-background-danger-hovered)';
180
+ 'color.background.danger.pressed': 'var(--ds-background-danger-pressed)';
181
+ 'color.background.danger.bold': 'var(--ds-background-danger-bold)';
182
+ 'color.background.danger.bold.hovered': 'var(--ds-background-danger-bold-hovered)';
183
+ 'color.background.danger.bold.pressed': 'var(--ds-background-danger-bold-pressed)';
184
+ 'color.background.warning': 'var(--ds-background-warning)';
185
+ 'color.background.warning.hovered': 'var(--ds-background-warning-hovered)';
186
+ 'color.background.warning.pressed': 'var(--ds-background-warning-pressed)';
187
+ 'color.background.warning.bold': 'var(--ds-background-warning-bold)';
188
+ 'color.background.warning.bold.hovered': 'var(--ds-background-warning-bold-hovered)';
189
+ 'color.background.warning.bold.pressed': 'var(--ds-background-warning-bold-pressed)';
190
+ 'color.background.success': 'var(--ds-background-success)';
191
+ 'color.background.success.hovered': 'var(--ds-background-success-hovered)';
192
+ 'color.background.success.pressed': 'var(--ds-background-success-pressed)';
193
+ 'color.background.success.bold': 'var(--ds-background-success-bold)';
194
+ 'color.background.success.bold.hovered': 'var(--ds-background-success-bold-hovered)';
195
+ 'color.background.success.bold.pressed': 'var(--ds-background-success-bold-pressed)';
196
+ 'color.background.discovery': 'var(--ds-background-discovery)';
197
+ 'color.background.discovery.hovered': 'var(--ds-background-discovery-hovered)';
198
+ 'color.background.discovery.pressed': 'var(--ds-background-discovery-pressed)';
199
+ 'color.background.discovery.bold': 'var(--ds-background-discovery-bold)';
200
+ 'color.background.discovery.bold.hovered': 'var(--ds-background-discovery-bold-hovered)';
201
+ 'color.background.discovery.bold.pressed': 'var(--ds-background-discovery-bold-pressed)';
202
+ 'color.background.information': 'var(--ds-background-information)';
203
+ 'color.background.information.hovered': 'var(--ds-background-information-hovered)';
204
+ 'color.background.information.pressed': 'var(--ds-background-information-pressed)';
205
+ 'color.background.information.bold': 'var(--ds-background-information-bold)';
206
+ 'color.background.information.bold.hovered': 'var(--ds-background-information-bold-hovered)';
207
+ 'color.background.information.bold.pressed': 'var(--ds-background-information-bold-pressed)';
208
+ 'color.background.blanket': 'var(--ds-background-blanket)';
209
+ 'color.background.boldBrand.hover': 'var(--ds-background-boldBrand-hover)';
210
+ 'color.background.boldBrand.pressed': 'var(--ds-background-boldBrand-pressed)';
211
+ 'color.background.boldBrand.resting': 'var(--ds-background-boldBrand-resting)';
212
+ 'color.background.boldDanger.hover': 'var(--ds-background-boldDanger-hover)';
213
+ 'color.background.boldDanger.pressed': 'var(--ds-background-boldDanger-pressed)';
214
+ 'color.background.boldDanger.resting': 'var(--ds-background-boldDanger-resting)';
215
+ 'color.background.boldDiscovery.hover': 'var(--ds-background-boldDiscovery-hover)';
216
+ 'color.background.boldDiscovery.pressed': 'var(--ds-background-boldDiscovery-pressed)';
217
+ 'color.background.boldDiscovery.resting': 'var(--ds-background-boldDiscovery-resting)';
218
+ 'color.background.boldNeutral.hover': 'var(--ds-background-boldNeutral-hover)';
219
+ 'color.background.boldNeutral.pressed': 'var(--ds-background-boldNeutral-pressed)';
220
+ 'color.background.boldNeutral.resting': 'var(--ds-background-boldNeutral-resting)';
221
+ 'color.background.boldSuccess.hover': 'var(--ds-background-boldSuccess-hover)';
222
+ 'color.background.boldSuccess.pressed': 'var(--ds-background-boldSuccess-pressed)';
223
+ 'color.background.boldSuccess.resting': 'var(--ds-background-boldSuccess-resting)';
224
+ 'color.background.boldWarning.hover': 'var(--ds-background-boldWarning-hover)';
225
+ 'color.background.boldWarning.pressed': 'var(--ds-background-boldWarning-pressed)';
226
+ 'color.background.boldWarning.resting': 'var(--ds-background-boldWarning-resting)';
227
+ 'color.background.card': 'var(--ds-background-card)';
228
+ 'color.background.default': 'var(--ds-background-default)';
229
+ 'color.background.overlay': 'var(--ds-background-overlay)';
230
+ 'color.background.subtleBorderedNeutral.pressed': 'var(--ds-background-subtleBorderedNeutral-pressed)';
231
+ 'color.background.subtleBorderedNeutral.resting': 'var(--ds-background-subtleBorderedNeutral-resting)';
232
+ 'color.background.subtleBrand.hover': 'var(--ds-background-subtleBrand-hover)';
233
+ 'color.background.subtleBrand.pressed': 'var(--ds-background-subtleBrand-pressed)';
234
+ 'color.background.subtleBrand.resting': 'var(--ds-background-subtleBrand-resting)';
235
+ 'color.background.subtleDanger.hover': 'var(--ds-background-subtleDanger-hover)';
236
+ 'color.background.subtleDanger.pressed': 'var(--ds-background-subtleDanger-pressed)';
237
+ 'color.background.subtleDanger.resting': 'var(--ds-background-subtleDanger-resting)';
238
+ 'color.background.subtleDiscovery.hover': 'var(--ds-background-subtleDiscovery-hover)';
239
+ 'color.background.subtleDiscovery.pressed': 'var(--ds-background-subtleDiscovery-pressed)';
240
+ 'color.background.subtleDiscovery.resting': 'var(--ds-background-subtleDiscovery-resting)';
241
+ 'color.background.subtleNeutral.hover': 'var(--ds-background-subtleNeutral-hover)';
242
+ 'color.background.subtleNeutral.pressed': 'var(--ds-background-subtleNeutral-pressed)';
243
+ 'color.background.subtleNeutral.resting': 'var(--ds-background-subtleNeutral-resting)';
244
+ 'color.background.subtleSuccess.hover': 'var(--ds-background-subtleSuccess-hover)';
245
+ 'color.background.subtleSuccess.pressed': 'var(--ds-background-subtleSuccess-pressed)';
246
+ 'color.background.subtleSuccess.resting': 'var(--ds-background-subtleSuccess-resting)';
247
+ 'color.background.subtleWarning.hover': 'var(--ds-background-subtleWarning-hover)';
248
+ 'color.background.subtleWarning.pressed': 'var(--ds-background-subtleWarning-pressed)';
249
+ 'color.background.subtleWarning.resting': 'var(--ds-background-subtleWarning-resting)';
250
+ 'color.background.sunken': 'var(--ds-background-sunken)';
251
+ 'color.background.transparentNeutral.hover': 'var(--ds-background-transparentNeutral-hover)';
252
+ 'color.background.transparentNeutral.pressed': 'var(--ds-background-transparentNeutral-pressed)';
253
+ 'color.blanket': 'var(--ds-blanket)';
254
+ 'color.blanket.selected': 'var(--ds-blanket-selected)';
255
+ 'color.blanket.danger': 'var(--ds-blanket-danger)';
256
+ 'color.interaction.hovered': 'var(--ds-interaction-hovered)';
257
+ 'color.interaction.pressed': 'var(--ds-interaction-pressed)';
258
+ 'color.interaction.inverse.hovered': 'var(--ds-interaction-inverse-hovered)';
259
+ 'color.interaction.inverse.pressed': 'var(--ds-interaction-inverse-pressed)';
260
+ 'color.skeleton': 'var(--ds-skeleton)';
261
+ 'color.skeleton.subtle': 'var(--ds-skeleton-subtle)';
262
+ 'color.link': 'var(--ds-link)';
263
+ 'color.link.pressed': 'var(--ds-link-pressed)';
264
+ 'color.accent.boldBlue': 'var(--ds-accent-boldBlue)';
265
+ 'color.accent.boldGreen': 'var(--ds-accent-boldGreen)';
266
+ 'color.accent.boldOrange': 'var(--ds-accent-boldOrange)';
267
+ 'color.accent.boldPurple': 'var(--ds-accent-boldPurple)';
268
+ 'color.accent.boldRed': 'var(--ds-accent-boldRed)';
269
+ 'color.accent.boldTeal': 'var(--ds-accent-boldTeal)';
270
+ 'color.accent.subtleBlue': 'var(--ds-accent-subtleBlue)';
271
+ 'color.accent.subtleGreen': 'var(--ds-accent-subtleGreen)';
272
+ 'color.accent.subtleMagenta': 'var(--ds-accent-subtleMagenta)';
273
+ 'color.accent.subtleOrange': 'var(--ds-accent-subtleOrange)';
274
+ 'color.accent.subtlePurple': 'var(--ds-accent-subtlePurple)';
275
+ 'color.accent.subtleRed': 'var(--ds-accent-subtleRed)';
276
+ 'color.accent.subtleTeal': 'var(--ds-accent-subtleTeal)';
277
+ 'color.iconBorder.brand': 'var(--ds-iconBorder-brand)';
278
+ 'color.iconBorder.danger': 'var(--ds-iconBorder-danger)';
279
+ 'color.iconBorder.discovery': 'var(--ds-iconBorder-discovery)';
280
+ 'color.iconBorder.success': 'var(--ds-iconBorder-success)';
281
+ 'color.iconBorder.warning': 'var(--ds-iconBorder-warning)';
282
+ 'color.overlay.hover': 'var(--ds-overlay-hover)';
283
+ 'color.overlay.pressed': 'var(--ds-overlay-pressed)';
284
+ 'shadow.card': 'var(--ds-card)';
285
+ 'shadow.overlay': 'var(--ds-overlay)';
286
+ 'elevation.shadow.raised': 'var(--ds-shadow-raised)';
287
+ 'elevation.shadow.overflow': 'var(--ds-shadow-overflow)';
288
+ 'elevation.shadow.overlay': 'var(--ds-shadow-overlay)';
289
+ 'elevation.surface': 'var(--ds-surface)';
290
+ 'elevation.surface.hovered': 'var(--ds-surface-hovered)';
291
+ 'elevation.surface.pressed': 'var(--ds-surface-pressed)';
292
+ 'elevation.surface.sunken': 'var(--ds-surface-sunken)';
293
+ 'elevation.surface.raised': 'var(--ds-surface-raised)';
294
+ 'elevation.surface.raised.hovered': 'var(--ds-surface-raised-hovered)';
295
+ 'elevation.surface.raised.pressed': 'var(--ds-surface-raised-pressed)';
296
+ 'elevation.surface.overlay': 'var(--ds-surface-overlay)';
297
+ 'elevation.surface.overlay.hovered': 'var(--ds-surface-overlay-hovered)';
298
+ 'elevation.surface.overlay.pressed': 'var(--ds-surface-overlay-pressed)';
299
+ 'opacity.disabled': 'var(--ds-opacity-disabled)';
300
+ 'opacity.loading': 'var(--ds-opacity-loading)';
301
+ 'utility.UNSAFE_util.transparent': 'var(--ds-UNSAFE_util-transparent)';
302
+ 'utility.UNSAFE_util.MISSING_TOKEN': 'var(--ds-UNSAFE_util-MISSING_TOKEN)';
303
+ };
304
+
305
+ // @public (undocumented)
306
+ export const setGlobalTheme: (theme: Themes) => void;
307
+
308
+ // @public
309
+ export class ThemeMutationObserver {
310
+ constructor(callback: (theme: Themes | null) => unknown);
311
+ // (undocumented)
312
+ disconnect(): void;
313
+ // (undocumented)
314
+ observe(): void;
315
+ // (undocumented)
316
+ observer: MutationObserver | null;
317
+ }
318
+
319
+ // @public (undocumented)
320
+ const THEMES: readonly ["light", "dark", "legacy-light", "legacy-dark"];
321
+
322
+ // @public (undocumented)
323
+ export type Themes = typeof THEMES[number];
324
+
325
+ // @public (undocumented)
326
+ export function token<T extends keyof Tokens>(path: T, fallback?: string): CSSTokenMap[T];
327
+
328
+ // @public (undocumented)
329
+ type Tokens = typeof tokens;
330
+
331
+ // @public
332
+ const tokens: {
333
+ readonly 'color.text.accent.blue': "--ds-text-accent-blue";
334
+ readonly 'color.text.accent.blue.bolder': "--ds-text-accent-blue-bolder";
335
+ readonly 'color.text.accent.red': "--ds-text-accent-red";
336
+ readonly 'color.text.accent.red.bolder': "--ds-text-accent-red-bolder";
337
+ readonly 'color.text.accent.orange': "--ds-text-accent-orange";
338
+ readonly 'color.text.accent.orange.bolder': "--ds-text-accent-orange-bolder";
339
+ readonly 'color.text.accent.yellow': "--ds-text-accent-yellow";
340
+ readonly 'color.text.accent.yellow.bolder': "--ds-text-accent-yellow-bolder";
341
+ readonly 'color.text.accent.green': "--ds-text-accent-green";
342
+ readonly 'color.text.accent.green.bolder': "--ds-text-accent-green-bolder";
343
+ readonly 'color.text.accent.purple': "--ds-text-accent-purple";
344
+ readonly 'color.text.accent.purple.bolder': "--ds-text-accent-purple-bolder";
345
+ readonly 'color.text.accent.teal': "--ds-text-accent-teal";
346
+ readonly 'color.text.accent.teal.bolder': "--ds-text-accent-teal-bolder";
347
+ readonly 'color.text.accent.magenta': "--ds-text-accent-magenta";
348
+ readonly 'color.text.accent.magenta.bolder': "--ds-text-accent-magenta-bolder";
349
+ readonly 'color.text.accent.gray': "--ds-text-accent-gray";
350
+ readonly 'color.text.accent.gray.bolder': "--ds-text-accent-gray-bolder";
351
+ readonly 'color.text': "--ds-text";
352
+ readonly 'color.text.subtle': "--ds-text-subtle";
353
+ readonly 'color.text.subtlest': "--ds-text-subtlest";
354
+ readonly 'color.text.disabled': "--ds-text-disabled";
355
+ readonly 'color.text.inverse': "--ds-text-inverse";
356
+ readonly 'color.text.brand': "--ds-text-brand";
357
+ readonly 'color.text.selected': "--ds-text-selected";
358
+ readonly 'color.text.danger': "--ds-text-danger";
359
+ readonly 'color.text.warning': "--ds-text-warning";
360
+ readonly 'color.text.warning.inverse': "--ds-text-warning-inverse";
361
+ readonly 'color.text.success': "--ds-text-success";
362
+ readonly 'color.text.discovery': "--ds-text-discovery";
363
+ readonly 'color.text.information': "--ds-text-information";
364
+ readonly 'color.text.highEmphasis': "--ds-text-highEmphasis";
365
+ readonly 'color.text.link.pressed': "--ds-text-link-pressed";
366
+ readonly 'color.text.link.resting': "--ds-text-link-resting";
367
+ readonly 'color.text.lowEmphasis': "--ds-text-lowEmphasis";
368
+ readonly 'color.text.mediumEmphasis': "--ds-text-mediumEmphasis";
369
+ readonly 'color.text.onBold': "--ds-text-onBold";
370
+ readonly 'color.text.onBoldWarning': "--ds-text-onBoldWarning";
371
+ readonly 'color.icon.accent.blue': "--ds-icon-accent-blue";
372
+ readonly 'color.icon.accent.red': "--ds-icon-accent-red";
373
+ readonly 'color.icon.accent.orange': "--ds-icon-accent-orange";
374
+ readonly 'color.icon.accent.yellow': "--ds-icon-accent-yellow";
375
+ readonly 'color.icon.accent.green': "--ds-icon-accent-green";
376
+ readonly 'color.icon.accent.purple': "--ds-icon-accent-purple";
377
+ readonly 'color.icon.accent.teal': "--ds-icon-accent-teal";
378
+ readonly 'color.icon.accent.magenta': "--ds-icon-accent-magenta";
379
+ readonly 'color.icon.accent.gray': "--ds-icon-accent-gray";
380
+ readonly 'color.icon': "--ds-icon";
381
+ readonly 'color.icon.subtle': "--ds-icon-subtle";
382
+ readonly 'color.icon.inverse': "--ds-icon-inverse";
383
+ readonly 'color.icon.disabled': "--ds-icon-disabled";
384
+ readonly 'color.icon.brand': "--ds-icon-brand";
385
+ readonly 'color.icon.selected': "--ds-icon-selected";
386
+ readonly 'color.icon.danger': "--ds-icon-danger";
387
+ readonly 'color.icon.warning': "--ds-icon-warning";
388
+ readonly 'color.icon.warning.inverse': "--ds-icon-warning-inverse";
389
+ readonly 'color.icon.success': "--ds-icon-success";
390
+ readonly 'color.icon.discovery': "--ds-icon-discovery";
391
+ readonly 'color.icon.information': "--ds-icon-information";
392
+ readonly 'color.border.accent.blue': "--ds-border-accent-blue";
393
+ readonly 'color.border.accent.red': "--ds-border-accent-red";
394
+ readonly 'color.border.accent.orange': "--ds-border-accent-orange";
395
+ readonly 'color.border.accent.yellow': "--ds-border-accent-yellow";
396
+ readonly 'color.border.accent.green': "--ds-border-accent-green";
397
+ readonly 'color.border.accent.purple': "--ds-border-accent-purple";
398
+ readonly 'color.border.accent.teal': "--ds-border-accent-teal";
399
+ readonly 'color.border.accent.magenta': "--ds-border-accent-magenta";
400
+ readonly 'color.border.accent.gray': "--ds-border-accent-gray";
401
+ readonly 'color.border': "--ds-border";
402
+ readonly 'color.border.bold': "--ds-border-bold";
403
+ readonly 'color.border.inverse': "--ds-border-inverse";
404
+ readonly 'color.border.focused': "--ds-border-focused";
405
+ readonly 'color.border.input': "--ds-border-input";
406
+ readonly 'color.border.disabled': "--ds-border-disabled";
407
+ readonly 'color.border.brand': "--ds-border-brand";
408
+ readonly 'color.border.selected': "--ds-border-selected";
409
+ readonly 'color.border.danger': "--ds-border-danger";
410
+ readonly 'color.border.warning': "--ds-border-warning";
411
+ readonly 'color.border.success': "--ds-border-success";
412
+ readonly 'color.border.discovery': "--ds-border-discovery";
413
+ readonly 'color.border.information': "--ds-border-information";
414
+ readonly 'color.border.focus': "--ds-border-focus";
415
+ readonly 'color.border.neutral': "--ds-border-neutral";
416
+ readonly 'color.background.accent.blue.subtlest': "--ds-background-accent-blue-subtlest";
417
+ readonly 'color.background.accent.blue.subtler': "--ds-background-accent-blue-subtler";
418
+ readonly 'color.background.accent.blue.subtle': "--ds-background-accent-blue-subtle";
419
+ readonly 'color.background.accent.blue.bolder': "--ds-background-accent-blue-bolder";
420
+ readonly 'color.background.accent.blue': "--ds-background-accent-blue";
421
+ readonly 'color.background.accent.blue.bold': "--ds-background-accent-blue-bold";
422
+ readonly 'color.background.accent.red.subtlest': "--ds-background-accent-red-subtlest";
423
+ readonly 'color.background.accent.red.subtler': "--ds-background-accent-red-subtler";
424
+ readonly 'color.background.accent.red.subtle': "--ds-background-accent-red-subtle";
425
+ readonly 'color.background.accent.red.bolder': "--ds-background-accent-red-bolder";
426
+ readonly 'color.background.accent.red': "--ds-background-accent-red";
427
+ readonly 'color.background.accent.red.bold': "--ds-background-accent-red-bold";
428
+ readonly 'color.background.accent.orange.subtlest': "--ds-background-accent-orange-subtlest";
429
+ readonly 'color.background.accent.orange.subtler': "--ds-background-accent-orange-subtler";
430
+ readonly 'color.background.accent.orange.subtle': "--ds-background-accent-orange-subtle";
431
+ readonly 'color.background.accent.orange.bolder': "--ds-background-accent-orange-bolder";
432
+ readonly 'color.background.accent.orange': "--ds-background-accent-orange";
433
+ readonly 'color.background.accent.orange.bold': "--ds-background-accent-orange-bold";
434
+ readonly 'color.background.accent.yellow.subtlest': "--ds-background-accent-yellow-subtlest";
435
+ readonly 'color.background.accent.yellow.subtler': "--ds-background-accent-yellow-subtler";
436
+ readonly 'color.background.accent.yellow.subtle': "--ds-background-accent-yellow-subtle";
437
+ readonly 'color.background.accent.yellow.bolder': "--ds-background-accent-yellow-bolder";
438
+ readonly 'color.background.accent.yellow': "--ds-background-accent-yellow";
439
+ readonly 'color.background.accent.yellow.bold': "--ds-background-accent-yellow-bold";
440
+ readonly 'color.background.accent.green.subtlest': "--ds-background-accent-green-subtlest";
441
+ readonly 'color.background.accent.green.subtler': "--ds-background-accent-green-subtler";
442
+ readonly 'color.background.accent.green.subtle': "--ds-background-accent-green-subtle";
443
+ readonly 'color.background.accent.green.bolder': "--ds-background-accent-green-bolder";
444
+ readonly 'color.background.accent.green': "--ds-background-accent-green";
445
+ readonly 'color.background.accent.green.bold': "--ds-background-accent-green-bold";
446
+ readonly 'color.background.accent.teal.subtlest': "--ds-background-accent-teal-subtlest";
447
+ readonly 'color.background.accent.teal.subtler': "--ds-background-accent-teal-subtler";
448
+ readonly 'color.background.accent.teal.subtle': "--ds-background-accent-teal-subtle";
449
+ readonly 'color.background.accent.teal.bolder': "--ds-background-accent-teal-bolder";
450
+ readonly 'color.background.accent.teal': "--ds-background-accent-teal";
451
+ readonly 'color.background.accent.teal.bold': "--ds-background-accent-teal-bold";
452
+ readonly 'color.background.accent.purple.subtlest': "--ds-background-accent-purple-subtlest";
453
+ readonly 'color.background.accent.purple.subtler': "--ds-background-accent-purple-subtler";
454
+ readonly 'color.background.accent.purple.subtle': "--ds-background-accent-purple-subtle";
455
+ readonly 'color.background.accent.purple.bolder': "--ds-background-accent-purple-bolder";
456
+ readonly 'color.background.accent.purple': "--ds-background-accent-purple";
457
+ readonly 'color.background.accent.purple.bold': "--ds-background-accent-purple-bold";
458
+ readonly 'color.background.accent.magenta.subtlest': "--ds-background-accent-magenta-subtlest";
459
+ readonly 'color.background.accent.magenta.subtler': "--ds-background-accent-magenta-subtler";
460
+ readonly 'color.background.accent.magenta.subtle': "--ds-background-accent-magenta-subtle";
461
+ readonly 'color.background.accent.magenta.bolder': "--ds-background-accent-magenta-bolder";
462
+ readonly 'color.background.accent.magenta': "--ds-background-accent-magenta";
463
+ readonly 'color.background.accent.magenta.bold': "--ds-background-accent-magenta-bold";
464
+ readonly 'color.background.accent.gray.subtlest': "--ds-background-accent-gray-subtlest";
465
+ readonly 'color.background.accent.gray.subtler': "--ds-background-accent-gray-subtler";
466
+ readonly 'color.background.accent.gray.subtle': "--ds-background-accent-gray-subtle";
467
+ readonly 'color.background.accent.gray.bolder': "--ds-background-accent-gray-bolder";
468
+ readonly 'color.background.disabled': "--ds-background-disabled";
469
+ readonly 'color.background.inverse.subtle': "--ds-background-inverse-subtle";
470
+ readonly 'color.background.inverse.subtle.hovered': "--ds-background-inverse-subtle-hovered";
471
+ readonly 'color.background.inverse.subtle.pressed': "--ds-background-inverse-subtle-pressed";
472
+ readonly 'color.background.inverse': "--ds-background-inverse";
473
+ readonly 'color.background.input': "--ds-background-input";
474
+ readonly 'color.background.input.hovered': "--ds-background-input-hovered";
475
+ readonly 'color.background.input.pressed': "--ds-background-input-pressed";
476
+ readonly 'color.background.neutral': "--ds-background-neutral";
477
+ readonly 'color.background.neutral.hovered': "--ds-background-neutral-hovered";
478
+ readonly 'color.background.neutral.pressed': "--ds-background-neutral-pressed";
479
+ readonly 'color.background.neutral.subtle': "--ds-background-neutral-subtle";
480
+ readonly 'color.background.neutral.subtle.hovered': "--ds-background-neutral-subtle-hovered";
481
+ readonly 'color.background.neutral.subtle.pressed': "--ds-background-neutral-subtle-pressed";
482
+ readonly 'color.background.neutral.bold': "--ds-background-neutral-bold";
483
+ readonly 'color.background.neutral.bold.hovered': "--ds-background-neutral-bold-hovered";
484
+ readonly 'color.background.neutral.bold.pressed': "--ds-background-neutral-bold-pressed";
485
+ readonly 'color.background.brand.bold': "--ds-background-brand-bold";
486
+ readonly 'color.background.brand.bold.hovered': "--ds-background-brand-bold-hovered";
487
+ readonly 'color.background.brand.bold.pressed': "--ds-background-brand-bold-pressed";
488
+ readonly 'color.background.brand': "--ds-background-brand";
489
+ readonly 'color.background.brand.hovered': "--ds-background-brand-hovered";
490
+ readonly 'color.background.brand.pressed': "--ds-background-brand-pressed";
491
+ readonly 'color.background.selected': "--ds-background-selected";
492
+ readonly 'color.background.selected.hovered': "--ds-background-selected-hovered";
493
+ readonly 'color.background.selected.pressed': "--ds-background-selected-pressed";
494
+ readonly 'color.background.selected.bold': "--ds-background-selected-bold";
495
+ readonly 'color.background.selected.bold.hovered': "--ds-background-selected-bold-hovered";
496
+ readonly 'color.background.selected.bold.pressed': "--ds-background-selected-bold-pressed";
497
+ readonly 'color.background.selected.resting': "--ds-background-selected-resting";
498
+ readonly 'color.background.selected.hover': "--ds-background-selected-hover";
499
+ readonly 'color.background.danger': "--ds-background-danger";
500
+ readonly 'color.background.danger.hovered': "--ds-background-danger-hovered";
501
+ readonly 'color.background.danger.pressed': "--ds-background-danger-pressed";
502
+ readonly 'color.background.danger.bold': "--ds-background-danger-bold";
503
+ readonly 'color.background.danger.bold.hovered': "--ds-background-danger-bold-hovered";
504
+ readonly 'color.background.danger.bold.pressed': "--ds-background-danger-bold-pressed";
505
+ readonly 'color.background.warning': "--ds-background-warning";
506
+ readonly 'color.background.warning.hovered': "--ds-background-warning-hovered";
507
+ readonly 'color.background.warning.pressed': "--ds-background-warning-pressed";
508
+ readonly 'color.background.warning.bold': "--ds-background-warning-bold";
509
+ readonly 'color.background.warning.bold.hovered': "--ds-background-warning-bold-hovered";
510
+ readonly 'color.background.warning.bold.pressed': "--ds-background-warning-bold-pressed";
511
+ readonly 'color.background.success': "--ds-background-success";
512
+ readonly 'color.background.success.hovered': "--ds-background-success-hovered";
513
+ readonly 'color.background.success.pressed': "--ds-background-success-pressed";
514
+ readonly 'color.background.success.bold': "--ds-background-success-bold";
515
+ readonly 'color.background.success.bold.hovered': "--ds-background-success-bold-hovered";
516
+ readonly 'color.background.success.bold.pressed': "--ds-background-success-bold-pressed";
517
+ readonly 'color.background.discovery': "--ds-background-discovery";
518
+ readonly 'color.background.discovery.hovered': "--ds-background-discovery-hovered";
519
+ readonly 'color.background.discovery.pressed': "--ds-background-discovery-pressed";
520
+ readonly 'color.background.discovery.bold': "--ds-background-discovery-bold";
521
+ readonly 'color.background.discovery.bold.hovered': "--ds-background-discovery-bold-hovered";
522
+ readonly 'color.background.discovery.bold.pressed': "--ds-background-discovery-bold-pressed";
523
+ readonly 'color.background.information': "--ds-background-information";
524
+ readonly 'color.background.information.hovered': "--ds-background-information-hovered";
525
+ readonly 'color.background.information.pressed': "--ds-background-information-pressed";
526
+ readonly 'color.background.information.bold': "--ds-background-information-bold";
527
+ readonly 'color.background.information.bold.hovered': "--ds-background-information-bold-hovered";
528
+ readonly 'color.background.information.bold.pressed': "--ds-background-information-bold-pressed";
529
+ readonly 'color.background.blanket': "--ds-background-blanket";
530
+ readonly 'color.background.boldBrand.hover': "--ds-background-boldBrand-hover";
531
+ readonly 'color.background.boldBrand.pressed': "--ds-background-boldBrand-pressed";
532
+ readonly 'color.background.boldBrand.resting': "--ds-background-boldBrand-resting";
533
+ readonly 'color.background.boldDanger.hover': "--ds-background-boldDanger-hover";
534
+ readonly 'color.background.boldDanger.pressed': "--ds-background-boldDanger-pressed";
535
+ readonly 'color.background.boldDanger.resting': "--ds-background-boldDanger-resting";
536
+ readonly 'color.background.boldDiscovery.hover': "--ds-background-boldDiscovery-hover";
537
+ readonly 'color.background.boldDiscovery.pressed': "--ds-background-boldDiscovery-pressed";
538
+ readonly 'color.background.boldDiscovery.resting': "--ds-background-boldDiscovery-resting";
539
+ readonly 'color.background.boldNeutral.hover': "--ds-background-boldNeutral-hover";
540
+ readonly 'color.background.boldNeutral.pressed': "--ds-background-boldNeutral-pressed";
541
+ readonly 'color.background.boldNeutral.resting': "--ds-background-boldNeutral-resting";
542
+ readonly 'color.background.boldSuccess.hover': "--ds-background-boldSuccess-hover";
543
+ readonly 'color.background.boldSuccess.pressed': "--ds-background-boldSuccess-pressed";
544
+ readonly 'color.background.boldSuccess.resting': "--ds-background-boldSuccess-resting";
545
+ readonly 'color.background.boldWarning.hover': "--ds-background-boldWarning-hover";
546
+ readonly 'color.background.boldWarning.pressed': "--ds-background-boldWarning-pressed";
547
+ readonly 'color.background.boldWarning.resting': "--ds-background-boldWarning-resting";
548
+ readonly 'color.background.card': "--ds-background-card";
549
+ readonly 'color.background.default': "--ds-background-default";
550
+ readonly 'color.background.overlay': "--ds-background-overlay";
551
+ readonly 'color.background.subtleBorderedNeutral.pressed': "--ds-background-subtleBorderedNeutral-pressed";
552
+ readonly 'color.background.subtleBorderedNeutral.resting': "--ds-background-subtleBorderedNeutral-resting";
553
+ readonly 'color.background.subtleBrand.hover': "--ds-background-subtleBrand-hover";
554
+ readonly 'color.background.subtleBrand.pressed': "--ds-background-subtleBrand-pressed";
555
+ readonly 'color.background.subtleBrand.resting': "--ds-background-subtleBrand-resting";
556
+ readonly 'color.background.subtleDanger.hover': "--ds-background-subtleDanger-hover";
557
+ readonly 'color.background.subtleDanger.pressed': "--ds-background-subtleDanger-pressed";
558
+ readonly 'color.background.subtleDanger.resting': "--ds-background-subtleDanger-resting";
559
+ readonly 'color.background.subtleDiscovery.hover': "--ds-background-subtleDiscovery-hover";
560
+ readonly 'color.background.subtleDiscovery.pressed': "--ds-background-subtleDiscovery-pressed";
561
+ readonly 'color.background.subtleDiscovery.resting': "--ds-background-subtleDiscovery-resting";
562
+ readonly 'color.background.subtleNeutral.hover': "--ds-background-subtleNeutral-hover";
563
+ readonly 'color.background.subtleNeutral.pressed': "--ds-background-subtleNeutral-pressed";
564
+ readonly 'color.background.subtleNeutral.resting': "--ds-background-subtleNeutral-resting";
565
+ readonly 'color.background.subtleSuccess.hover': "--ds-background-subtleSuccess-hover";
566
+ readonly 'color.background.subtleSuccess.pressed': "--ds-background-subtleSuccess-pressed";
567
+ readonly 'color.background.subtleSuccess.resting': "--ds-background-subtleSuccess-resting";
568
+ readonly 'color.background.subtleWarning.hover': "--ds-background-subtleWarning-hover";
569
+ readonly 'color.background.subtleWarning.pressed': "--ds-background-subtleWarning-pressed";
570
+ readonly 'color.background.subtleWarning.resting': "--ds-background-subtleWarning-resting";
571
+ readonly 'color.background.sunken': "--ds-background-sunken";
572
+ readonly 'color.background.transparentNeutral.hover': "--ds-background-transparentNeutral-hover";
573
+ readonly 'color.background.transparentNeutral.pressed': "--ds-background-transparentNeutral-pressed";
574
+ readonly 'color.blanket': "--ds-blanket";
575
+ readonly 'color.blanket.selected': "--ds-blanket-selected";
576
+ readonly 'color.blanket.danger': "--ds-blanket-danger";
577
+ readonly 'color.interaction.hovered': "--ds-interaction-hovered";
578
+ readonly 'color.interaction.pressed': "--ds-interaction-pressed";
579
+ readonly 'color.interaction.inverse.hovered': "--ds-interaction-inverse-hovered";
580
+ readonly 'color.interaction.inverse.pressed': "--ds-interaction-inverse-pressed";
581
+ readonly 'color.skeleton': "--ds-skeleton";
582
+ readonly 'color.skeleton.subtle': "--ds-skeleton-subtle";
583
+ readonly 'color.link': "--ds-link";
584
+ readonly 'color.link.pressed': "--ds-link-pressed";
585
+ readonly 'color.accent.boldBlue': "--ds-accent-boldBlue";
586
+ readonly 'color.accent.boldGreen': "--ds-accent-boldGreen";
587
+ readonly 'color.accent.boldOrange': "--ds-accent-boldOrange";
588
+ readonly 'color.accent.boldPurple': "--ds-accent-boldPurple";
589
+ readonly 'color.accent.boldRed': "--ds-accent-boldRed";
590
+ readonly 'color.accent.boldTeal': "--ds-accent-boldTeal";
591
+ readonly 'color.accent.subtleBlue': "--ds-accent-subtleBlue";
592
+ readonly 'color.accent.subtleGreen': "--ds-accent-subtleGreen";
593
+ readonly 'color.accent.subtleMagenta': "--ds-accent-subtleMagenta";
594
+ readonly 'color.accent.subtleOrange': "--ds-accent-subtleOrange";
595
+ readonly 'color.accent.subtlePurple': "--ds-accent-subtlePurple";
596
+ readonly 'color.accent.subtleRed': "--ds-accent-subtleRed";
597
+ readonly 'color.accent.subtleTeal': "--ds-accent-subtleTeal";
598
+ readonly 'color.iconBorder.brand': "--ds-iconBorder-brand";
599
+ readonly 'color.iconBorder.danger': "--ds-iconBorder-danger";
600
+ readonly 'color.iconBorder.discovery': "--ds-iconBorder-discovery";
601
+ readonly 'color.iconBorder.success': "--ds-iconBorder-success";
602
+ readonly 'color.iconBorder.warning': "--ds-iconBorder-warning";
603
+ readonly 'color.overlay.hover': "--ds-overlay-hover";
604
+ readonly 'color.overlay.pressed': "--ds-overlay-pressed";
605
+ readonly 'shadow.card': "--ds-card";
606
+ readonly 'shadow.overlay': "--ds-overlay";
607
+ readonly 'elevation.shadow.raised': "--ds-shadow-raised";
608
+ readonly 'elevation.shadow.overflow': "--ds-shadow-overflow";
609
+ readonly 'elevation.shadow.overlay': "--ds-shadow-overlay";
610
+ readonly 'elevation.surface': "--ds-surface";
611
+ readonly 'elevation.surface.hovered': "--ds-surface-hovered";
612
+ readonly 'elevation.surface.pressed': "--ds-surface-pressed";
613
+ readonly 'elevation.surface.sunken': "--ds-surface-sunken";
614
+ readonly 'elevation.surface.raised': "--ds-surface-raised";
615
+ readonly 'elevation.surface.raised.hovered': "--ds-surface-raised-hovered";
616
+ readonly 'elevation.surface.raised.pressed': "--ds-surface-raised-pressed";
617
+ readonly 'elevation.surface.overlay': "--ds-surface-overlay";
618
+ readonly 'elevation.surface.overlay.hovered': "--ds-surface-overlay-hovered";
619
+ readonly 'elevation.surface.overlay.pressed': "--ds-surface-overlay-pressed";
620
+ readonly 'opacity.disabled': "--ds-opacity-disabled";
621
+ readonly 'opacity.loading': "--ds-opacity-loading";
622
+ readonly 'utility.UNSAFE_util.transparent': "--ds-UNSAFE_util-transparent";
623
+ readonly 'utility.UNSAFE_util.MISSING_TOKEN': "--ds-UNSAFE_util-MISSING_TOKEN";
624
+ };
625
+
626
+ // @public
627
+ export const useThemeObserver: () => Themes | null;
628
+
629
+ // (No @packageDocumentation comment for this package)
630
+
631
+ ```