@fluentui/web-components 3.0.0-beta.6 → 3.0.0-beta.7

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 (70) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/theme/design-tokens.d.ts +384 -384
  3. package/dist/dts/theme/set-theme.d.ts +1 -2
  4. package/dist/esm/accordion-item/accordion-item.styles.js +25 -25
  5. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  6. package/dist/esm/avatar/avatar.styles.js +100 -100
  7. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  8. package/dist/esm/badge/badge.styles.js +3 -3
  9. package/dist/esm/badge/badge.styles.js.map +1 -1
  10. package/dist/esm/button/button.styles.js +63 -63
  11. package/dist/esm/button/button.styles.js.map +1 -1
  12. package/dist/esm/checkbox/checkbox.styles.js +37 -37
  13. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  14. package/dist/esm/compound-button/compound-button.styles.js +18 -18
  15. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  16. package/dist/esm/counter-badge/counter-badge.styles.js +2 -2
  17. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
  18. package/dist/esm/dialog/dialog.styles.js +21 -21
  19. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  20. package/dist/esm/divider/divider.styles.js +13 -13
  21. package/dist/esm/divider/divider.styles.js.map +1 -1
  22. package/dist/esm/image/image.styles.js +4 -4
  23. package/dist/esm/image/image.styles.js.map +1 -1
  24. package/dist/esm/label/label.styles.js +14 -14
  25. package/dist/esm/label/label.styles.js.map +1 -1
  26. package/dist/esm/menu-item/menu-item.styles.js +16 -16
  27. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  28. package/dist/esm/menu-list/menu-list.styles.js +4 -4
  29. package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
  30. package/dist/esm/progress-bar/progress-bar.styles.js +25 -25
  31. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  32. package/dist/esm/radio/radio.styles.js +32 -32
  33. package/dist/esm/radio/radio.styles.js.map +1 -1
  34. package/dist/esm/radio-group/radio-group.styles.js +9 -9
  35. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  36. package/dist/esm/slider/slider.styles.js +23 -22
  37. package/dist/esm/slider/slider.styles.js.map +1 -1
  38. package/dist/esm/spinner/spinner.styles.js +5 -5
  39. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  40. package/dist/esm/styles/partials/badge.partials.js +75 -75
  41. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  42. package/dist/esm/switch/switch.styles.js +34 -34
  43. package/dist/esm/switch/switch.styles.js.map +1 -1
  44. package/dist/esm/tab/tab.styles.js +20 -20
  45. package/dist/esm/tab/tab.styles.js.map +1 -1
  46. package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
  47. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
  48. package/dist/esm/tabs/tabs.styles.js +49 -49
  49. package/dist/esm/tabs/tabs.styles.js.map +1 -1
  50. package/dist/esm/text/text.styles.js +27 -27
  51. package/dist/esm/text/text.styles.js.map +1 -1
  52. package/dist/esm/text-input/text-input.styles.js +67 -67
  53. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  54. package/dist/esm/theme/design-tokens.js +385 -386
  55. package/dist/esm/theme/design-tokens.js.map +1 -1
  56. package/dist/esm/theme/set-theme.js +2 -2
  57. package/dist/esm/theme/set-theme.js.map +1 -1
  58. package/dist/esm/toggle-button/toggle-button.styles.js +24 -24
  59. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  60. package/dist/fluent-web-components.api.json +3077 -1541
  61. package/dist/storybook/iframe.html +1 -1
  62. package/dist/storybook/main.b095c2e8.iframe.bundle.js +2 -0
  63. package/dist/storybook/project.json +1 -1
  64. package/dist/web-components.d.ts +385 -386
  65. package/dist/web-components.js +683 -1705
  66. package/dist/web-components.min.js +191 -191
  67. package/docs/api-report.md +385 -386
  68. package/package.json +1 -1
  69. package/dist/storybook/main.c651bad5.iframe.bundle.js +0 -2
  70. /package/dist/storybook/{main.c651bad5.iframe.bundle.js.LICENSE.txt → main.b095c2e8.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -1,387 +1,386 @@
1
- import { DesignToken } from '@microsoft/fast-foundation/design-token.js';
2
- const { create } = DesignToken;
3
- export const borderRadiusNone = create('borderRadiusNone');
4
- export const borderRadiusSmall = create('borderRadiusSmall');
5
- export const borderRadiusMedium = create('borderRadiusMedium');
6
- export const borderRadiusLarge = create('borderRadiusLarge');
7
- export const borderRadiusXLarge = create('borderRadiusXLarge');
8
- export const borderRadiusCircular = create('borderRadiusCircular');
9
- export const fontSizeBase100 = create('fontSizeBase100');
10
- export const fontSizeBase200 = create('fontSizeBase200');
11
- export const fontSizeBase300 = create('fontSizeBase300');
12
- export const fontSizeBase400 = create('fontSizeBase400');
13
- export const fontSizeBase500 = create('fontSizeBase500');
14
- export const fontSizeBase600 = create('fontSizeBase600');
15
- export const fontSizeHero700 = create('fontSizeHero700');
16
- export const fontSizeHero800 = create('fontSizeHero800');
17
- export const fontSizeHero900 = create('fontSizeHero900');
18
- export const fontSizeHero1000 = create('fontSizeHero1000');
19
- export const lineHeightBase100 = create('lineHeightBase100');
20
- export const lineHeightBase200 = create('lineHeightBase200');
21
- export const lineHeightBase300 = create('lineHeightBase300');
22
- export const lineHeightBase400 = create('lineHeightBase400');
23
- export const lineHeightBase500 = create('lineHeightBase500');
24
- export const lineHeightBase600 = create('lineHeightBase600');
25
- export const lineHeightHero700 = create('lineHeightHero700');
26
- export const lineHeightHero800 = create('lineHeightHero800');
27
- export const lineHeightHero900 = create('lineHeightHero900');
28
- export const lineHeightHero1000 = create('lineHeightHero1000');
29
- export const fontFamilyBase = create('fontFamilyBase');
30
- export const fontFamilyMonospace = create('fontFamilyMonospace');
31
- export const fontFamilyNumeric = create('fontFamilyNumeric');
32
- export const fontWeightRegular = create('fontWeightRegular');
33
- export const fontWeightMedium = create('fontWeightMedium');
34
- export const fontWeightSemibold = create('fontWeightSemibold');
35
- export const fontWeightBold = create('fontWeightBold');
36
- export const strokeWidthThin = create('strokeWidthThin');
37
- export const strokeWidthThick = create('strokeWidthThick');
38
- export const strokeWidthThicker = create('strokeWidthThicker');
39
- export const strokeWidthThickest = create('strokeWidthThickest');
40
- export const spacingHorizontalNone = create('spacingHorizontalNone');
41
- export const spacingHorizontalXXS = create('spacingHorizontalXXS');
42
- export const spacingHorizontalXS = create('spacingHorizontalXS');
43
- export const spacingHorizontalSNudge = create('spacingHorizontalSNudge');
44
- export const spacingHorizontalS = create('spacingHorizontalS');
45
- export const spacingHorizontalMNudge = create('spacingHorizontalMNudge');
46
- export const spacingHorizontalM = create('spacingHorizontalM');
47
- export const spacingHorizontalL = create('spacingHorizontalL');
48
- export const spacingHorizontalXL = create('spacingHorizontalXL');
49
- export const spacingHorizontalXXL = create('spacingHorizontalXXL');
50
- export const spacingHorizontalXXXL = create('spacingHorizontalXXXL');
51
- export const spacingVerticalNone = create('spacingVerticalNone');
52
- export const spacingVerticalXXS = create('spacingVerticalXXS');
53
- export const spacingVerticalXS = create('spacingVerticalXS');
54
- export const spacingVerticalSNudge = create('spacingVerticalSNudge');
55
- export const spacingVerticalS = create('spacingVerticalS');
56
- export const spacingVerticalMNudge = create('spacingVerticalMNudge');
57
- export const spacingVerticalM = create('spacingVerticalM');
58
- export const spacingVerticalL = create('spacingVerticalL');
59
- export const spacingVerticalXL = create('spacingVerticalXL');
60
- export const spacingVerticalXXL = create('spacingVerticalXXL');
61
- export const spacingVerticalXXXL = create('spacingVerticalXXXL');
62
- export const durationUltraFast = create('durationUltraFast');
63
- export const durationFaster = create('durationFaster');
64
- export const durationFast = create('durationFast');
65
- export const durationNormal = create('durationNormal');
66
- export const durationSlow = create('durationSlow');
67
- export const durationSlower = create('durationSlower');
68
- export const durationUltraSlow = create('durationUltraSlow');
69
- export const curveAccelerateMax = create('curveAccelerateMax');
70
- export const curveAccelerateMid = create('curveAccelerateMid');
71
- export const curveAccelerateMin = create('curveAccelerateMin');
72
- export const curveDecelerateMax = create('curveDecelerateMax');
73
- export const curveDecelerateMid = create('curveDecelerateMid');
74
- export const curveDecelerateMin = create('curveDecelerateMin');
75
- export const curveEasyEaseMax = create('curveEasyEaseMax');
76
- export const curveEasyEase = create('curveEasyEase');
77
- export const curveLinear = create('curveLinear');
78
- export const colorNeutralForeground1 = create('colorNeutralForeground1');
79
- export const colorNeutralForeground1Hover = create('colorNeutralForeground1Hover');
80
- export const colorNeutralForeground1Pressed = create('colorNeutralForeground1Pressed');
81
- export const colorNeutralForeground1Selected = create('colorNeutralForeground1Selected');
82
- export const colorNeutralForeground2 = create('colorNeutralForeground2');
83
- export const colorNeutralForeground2Hover = create('colorNeutralForeground2Hover');
84
- export const colorNeutralForeground2Pressed = create('colorNeutralForeground2Pressed');
85
- export const colorNeutralForeground2Selected = create('colorNeutralForeground2Selected');
86
- export const colorNeutralForeground2BrandHover = create('colorNeutralForeground2BrandHover');
87
- export const colorNeutralForeground2BrandPressed = create('colorNeutralForeground2BrandPressed');
88
- export const colorNeutralForeground2BrandSelected = create('colorNeutralForeground2BrandSelected');
89
- export const colorNeutralForeground3 = create('colorNeutralForeground3');
90
- export const colorNeutralForeground3Hover = create('colorNeutralForeground3Hover');
91
- export const colorNeutralForeground3Pressed = create('colorNeutralForeground3Pressed');
92
- export const colorNeutralForeground3Selected = create('colorNeutralForeground3Selected');
93
- export const colorNeutralForeground3BrandHover = create('colorNeutralForeground3BrandHover');
94
- export const colorNeutralForeground3BrandPressed = create('colorNeutralForeground3BrandPressed');
95
- export const colorNeutralForeground3BrandSelected = create('colorNeutralForeground3BrandSelected');
96
- export const colorNeutralForeground4 = create('colorNeutralForeground4');
97
- export const colorNeutralForegroundDisabled = create('colorNeutralForegroundDisabled');
98
- export const colorNeutralForegroundInvertedDisabled = create('colorNeutralForegroundInvertedDisabled');
99
- export const colorBrandForegroundLink = create('colorBrandForegroundLink');
100
- export const colorBrandForegroundLinkHover = create('colorBrandForegroundLinkHover');
101
- export const colorBrandForegroundLinkPressed = create('colorBrandForegroundLinkPressed');
102
- export const colorBrandForegroundLinkSelected = create('colorBrandForegroundLinkSelected');
103
- export const colorNeutralForeground2Link = create('colorNeutralForeground2Link');
104
- export const colorNeutralForeground2LinkHover = create('colorNeutralForeground2LinkHover');
105
- export const colorNeutralForeground2LinkPressed = create('colorNeutralForeground2LinkPressed');
106
- export const colorNeutralForeground2LinkSelected = create('colorNeutralForeground2LinkSelected');
107
- export const colorCompoundBrandForeground1 = create('colorCompoundBrandForeground1');
108
- export const colorCompoundBrandForeground1Hover = create('colorCompoundBrandForeground1Hover');
109
- export const colorCompoundBrandForeground1Pressed = create('colorCompoundBrandForeground1Pressed');
110
- export const colorBrandForeground1 = create('colorBrandForeground1');
111
- export const colorBrandForeground2 = create('colorBrandForeground2');
112
- export const colorNeutralForeground1Static = create('colorNeutralForeground1Static');
113
- export const colorNeutralForegroundStaticInverted = create('colorNeutralForegroundStaticInverted');
114
- export const colorNeutralForegroundInverted = create('colorNeutralForegroundInverted');
115
- export const colorNeutralForegroundInvertedHover = create('colorNeutralForegroundInvertedHover');
116
- export const colorNeutralForegroundInvertedPressed = create('colorNeutralForegroundInvertedPressed');
117
- export const colorNeutralForegroundInvertedSelected = create('colorNeutralForegroundInvertedSelected');
118
- export const colorNeutralForegroundInverted2 = create('colorNeutralForegroundInverted2');
119
- export const colorNeutralForegroundOnBrand = create('colorNeutralForegroundOnBrand');
120
- export const colorNeutralForegroundInvertedLink = create('colorNeutralForegroundInvertedLink');
121
- export const colorNeutralForegroundInvertedLinkHover = create('colorNeutralForegroundInvertedLinkHover');
122
- export const colorNeutralForegroundInvertedLinkPressed = create('colorNeutralForegroundInvertedLinkPressed');
123
- export const colorNeutralForegroundInvertedLinkSelected = create('colorNeutralForegroundInvertedLinkSelected');
124
- export const colorBrandForegroundInverted = create('colorBrandForegroundInverted');
125
- export const colorBrandForegroundInvertedHover = create('colorBrandForegroundInvertedHover');
126
- export const colorBrandForegroundInvertedPressed = create('colorBrandForegroundInvertedPressed');
127
- export const colorBrandForegroundOnLight = create('colorBrandForegroundOnLight');
128
- export const colorBrandForegroundOnLightHover = create('colorBrandForegroundOnLightHover');
129
- export const colorBrandForegroundOnLightPressed = create('colorBrandForegroundOnLightPressed');
130
- export const colorBrandForegroundOnLightSelected = create('colorBrandForegroundOnLightSelected');
131
- export const colorNeutralBackground1 = create('colorNeutralBackground1');
132
- export const colorNeutralBackground1Hover = create('colorNeutralBackground1Hover');
133
- export const colorNeutralBackground1Pressed = create('colorNeutralBackground1Pressed');
134
- export const colorNeutralBackground1Selected = create('colorNeutralBackground1Selected');
135
- export const colorNeutralBackground2 = create('colorNeutralBackground2');
136
- export const colorNeutralBackground2Hover = create('colorNeutralBackground2Hover');
137
- export const colorNeutralBackground2Pressed = create('colorNeutralBackground2Pressed');
138
- export const colorNeutralBackground2Selected = create('colorNeutralBackground2Selected');
139
- export const colorNeutralBackground3 = create('colorNeutralBackground3');
140
- export const colorNeutralBackground3Hover = create('colorNeutralBackground3Hover');
141
- export const colorNeutralBackground3Pressed = create('colorNeutralBackground3Pressed');
142
- export const colorNeutralBackground3Selected = create('colorNeutralBackground3Selected');
143
- export const colorNeutralBackground4 = create('colorNeutralBackground4');
144
- export const colorNeutralBackground4Hover = create('colorNeutralBackground4Hover');
145
- export const colorNeutralBackground4Pressed = create('colorNeutralBackground4Pressed');
146
- export const colorNeutralBackground4Selected = create('colorNeutralBackground4Selected');
147
- export const colorNeutralBackground5 = create('colorNeutralBackground5');
148
- export const colorNeutralBackground5Hover = create('colorNeutralBackground5Hover');
149
- export const colorNeutralBackground5Pressed = create('colorNeutralBackground5Pressed');
150
- export const colorNeutralBackground5Selected = create('colorNeutralBackground5Selected');
151
- export const colorNeutralBackground6 = create('colorNeutralBackground6');
152
- export const colorNeutralBackgroundInverted = create('colorNeutralBackgroundInverted');
153
- export const colorNeutralBackgroundStatic = create('colorNeutralBackgroundStatic');
154
- export const colorSubtleBackground = create('colorSubtleBackground');
155
- export const colorSubtleBackgroundHover = create('colorSubtleBackgroundHover');
156
- export const colorSubtleBackgroundPressed = create('colorSubtleBackgroundPressed');
157
- export const colorSubtleBackgroundSelected = create('colorSubtleBackgroundSelected');
158
- export const colorSubtleBackgroundLightAlphaHover = create('colorSubtleBackgroundLightAlphaHover');
159
- export const colorSubtleBackgroundLightAlphaPressed = create('colorSubtleBackgroundLightAlphaPressed');
160
- export const colorSubtleBackgroundLightAlphaSelected = create('colorSubtleBackgroundLightAlphaSelected');
161
- export const colorSubtleBackgroundInverted = create('colorSubtleBackgroundInverted');
162
- export const colorSubtleBackgroundInvertedHover = create('colorSubtleBackgroundInvertedHover');
163
- export const colorSubtleBackgroundInvertedPressed = create('colorSubtleBackgroundInvertedPressed');
164
- export const colorSubtleBackgroundInvertedSelected = create('colorSubtleBackgroundInvertedSelected');
165
- export const colorTransparentBackground = create('colorTransparentBackground');
166
- export const colorTransparentBackgroundHover = create('colorTransparentBackgroundHover');
167
- export const colorTransparentBackgroundPressed = create('colorTransparentBackgroundPressed');
168
- export const colorTransparentBackgroundSelected = create('colorTransparentBackgroundSelected');
169
- export const colorNeutralBackgroundDisabled = create('colorNeutralBackgroundDisabled');
170
- export const colorNeutralBackgroundInvertedDisabled = create('colorNeutralBackgroundInvertedDisabled');
171
- export const colorNeutralStencil1 = create('colorNeutralStencil1');
172
- export const colorNeutralStencil2 = create('colorNeutralStencil2');
173
- export const colorNeutralStencil1Alpha = create('colorNeutralStencil1Alpha');
174
- export const colorNeutralStencil2Alpha = create('colorNeutralStencil2Alpha');
175
- export const colorBackgroundOverlay = create('colorBackgroundOverlay');
176
- export const colorScrollbarOverlay = create('colorScrollbarOverlay');
177
- export const colorBrandBackground = create('colorBrandBackground');
178
- export const colorBrandBackgroundHover = create('colorBrandBackgroundHover');
179
- export const colorBrandBackgroundPressed = create('colorBrandBackgroundPressed');
180
- export const colorBrandBackgroundSelected = create('colorBrandBackgroundSelected');
181
- export const colorCompoundBrandBackground = create('colorCompoundBrandBackground');
182
- export const colorCompoundBrandBackgroundHover = create('colorCompoundBrandBackgroundHover');
183
- export const colorCompoundBrandBackgroundPressed = create('colorCompoundBrandBackgroundPressed');
184
- export const colorBrandBackgroundStatic = create('colorBrandBackgroundStatic');
185
- export const colorBrandBackground2 = create('colorBrandBackground2');
186
- export const colorBrandBackgroundInverted = create('colorBrandBackgroundInverted');
187
- export const colorBrandBackgroundInvertedHover = create('colorBrandBackgroundInvertedHover');
188
- export const colorBrandBackgroundInvertedPressed = create('colorBrandBackgroundInvertedPressed');
189
- export const colorBrandBackgroundInvertedSelected = create('colorBrandBackgroundInvertedSelected');
190
- export const colorNeutralStrokeAccessible = create('colorNeutralStrokeAccessible');
191
- export const colorNeutralStrokeAccessibleHover = create('colorNeutralStrokeAccessibleHover');
192
- export const colorNeutralStrokeAccessiblePressed = create('colorNeutralStrokeAccessiblePressed');
193
- export const colorNeutralStrokeAccessibleSelected = create('colorNeutralStrokeAccessibleSelected');
194
- export const colorNeutralStroke1 = create('colorNeutralStroke1');
195
- export const colorNeutralStroke1Hover = create('colorNeutralStroke1Hover');
196
- export const colorNeutralStroke1Pressed = create('colorNeutralStroke1Pressed');
197
- export const colorNeutralStroke1Selected = create('colorNeutralStroke1Selected');
198
- export const colorNeutralStroke2 = create('colorNeutralStroke2');
199
- export const colorNeutralStroke3 = create('colorNeutralStroke3');
200
- export const colorNeutralStrokeOnBrand = create('colorNeutralStrokeOnBrand');
201
- export const colorNeutralStrokeOnBrand2 = create('colorNeutralStrokeOnBrand2');
202
- export const colorNeutralStrokeOnBrand2Hover = create('colorNeutralStrokeOnBrand2Hover');
203
- export const colorNeutralStrokeOnBrand2Pressed = create('colorNeutralStrokeOnBrand2Pressed');
204
- export const colorNeutralStrokeOnBrand2Selected = create('colorNeutralStrokeOnBrand2Selected');
205
- export const colorBrandStroke1 = create('colorBrandStroke1');
206
- export const colorBrandStroke2 = create('colorBrandStroke2');
207
- export const colorCompoundBrandStroke = create('colorCompoundBrandStroke');
208
- export const colorCompoundBrandStrokeHover = create('colorCompoundBrandStrokeHover');
209
- export const colorCompoundBrandStrokePressed = create('colorCompoundBrandStrokePressed');
210
- export const colorNeutralStrokeDisabled = create('colorNeutralStrokeDisabled');
211
- export const colorNeutralStrokeInvertedDisabled = create('colorNeutralStrokeInvertedDisabled');
212
- export const colorTransparentStroke = create('colorTransparentStroke');
213
- export const colorTransparentStrokeInteractive = create('colorTransparentStrokeInteractive');
214
- export const colorTransparentStrokeDisabled = create('colorTransparentStrokeDisabled');
215
- export const colorStrokeFocus1 = create('colorStrokeFocus1');
216
- export const colorStrokeFocus2 = create('colorStrokeFocus2');
217
- export const colorNeutralShadowAmbient = create('colorNeutralShadowAmbient');
218
- export const colorNeutralShadowKey = create('colorNeutralShadowKey');
219
- export const colorNeutralShadowAmbientLighter = create('colorNeutralShadowAmbientLighter');
220
- export const colorNeutralShadowKeyLighter = create('colorNeutralShadowKeyLighter');
221
- export const colorNeutralShadowAmbientDarker = create('colorNeutralShadowAmbientDarker');
222
- export const colorNeutralShadowKeyDarker = create('colorNeutralShadowKeyDarker');
223
- export const colorBrandShadowAmbient = create('colorBrandShadowAmbient');
224
- export const colorBrandShadowKey = create('colorBrandShadowKey');
225
- export const colorPaletteRedBackground1 = create('colorPaletteRedBackground1');
226
- export const colorPaletteRedBackground2 = create('colorPaletteRedBackground2');
227
- export const colorPaletteRedBackground3 = create('colorPaletteRedBackground3');
228
- export const colorPaletteRedForeground1 = create('colorPaletteRedForeground1');
229
- export const colorPaletteRedForeground2 = create('colorPaletteRedForeground2');
230
- export const colorPaletteRedForeground3 = create('colorPaletteRedForeground3');
231
- export const colorPaletteRedBorderActive = create('colorPaletteRedBorderActive');
232
- export const colorPaletteRedBorder1 = create('colorPaletteRedBorder1');
233
- export const colorPaletteRedBorder2 = create('colorPaletteRedBorder2');
234
- export const colorPaletteGreenBackground1 = create('colorPaletteGreenBackground1');
235
- export const colorPaletteGreenBackground2 = create('colorPaletteGreenBackground2');
236
- export const colorPaletteGreenBackground3 = create('colorPaletteGreenBackground3');
237
- export const colorPaletteGreenForeground1 = create('colorPaletteGreenForeground1');
238
- export const colorPaletteGreenForeground2 = create('colorPaletteGreenForeground2');
239
- export const colorPaletteGreenForeground3 = create('colorPaletteGreenForeground3');
240
- export const colorPaletteGreenBorderActive = create('colorPaletteGreenBorderActive');
241
- export const colorPaletteGreenBorder1 = create('colorPaletteGreenBorder1');
242
- export const colorPaletteGreenBorder2 = create('colorPaletteGreenBorder2');
243
- export const colorPaletteDarkOrangeBackground1 = create('colorPaletteDarkOrangeBackground1');
244
- export const colorPaletteDarkOrangeBackground2 = create('colorPaletteDarkOrangeBackground2');
245
- export const colorPaletteDarkOrangeBackground3 = create('colorPaletteDarkOrangeBackground3');
246
- export const colorPaletteDarkOrangeForeground1 = create('colorPaletteDarkOrangeForeground1');
247
- export const colorPaletteDarkOrangeForeground2 = create('colorPaletteDarkOrangeForeground2');
248
- export const colorPaletteDarkOrangeForeground3 = create('colorPaletteDarkOrangeForeground3');
249
- export const colorPaletteDarkOrangeBorderActive = create('colorPaletteDarkOrangeBorderActive');
250
- export const colorPaletteDarkOrangeBorder1 = create('colorPaletteDarkOrangeBorder1');
251
- export const colorPaletteDarkOrangeBorder2 = create('colorPaletteDarkOrangeBorder2');
252
- export const colorPaletteYellowBackground1 = create('colorPaletteYellowBackground1');
253
- export const colorPaletteYellowBackground2 = create('colorPaletteYellowBackground2');
254
- export const colorPaletteYellowBackground3 = create('colorPaletteYellowBackground3');
255
- export const colorPaletteYellowForeground1 = create('colorPaletteYellowForeground1');
256
- export const colorPaletteYellowForeground2 = create('colorPaletteYellowForeground2');
257
- export const colorPaletteYellowForeground3 = create('colorPaletteYellowForeground3');
258
- export const colorPaletteYellowBorderActive = create('colorPaletteYellowBorderActive');
259
- export const colorPaletteYellowBorder1 = create('colorPaletteYellowBorder1');
260
- export const colorPaletteYellowBorder2 = create('colorPaletteYellowBorder2');
261
- export const colorPaletteBerryBackground1 = create('colorPaletteBerryBackground1');
262
- export const colorPaletteBerryBackground2 = create('colorPaletteBerryBackground2');
263
- export const colorPaletteBerryBackground3 = create('colorPaletteBerryBackground3');
264
- export const colorPaletteBerryForeground1 = create('colorPaletteBerryForeground1');
265
- export const colorPaletteBerryForeground2 = create('colorPaletteBerryForeground2');
266
- export const colorPaletteBerryForeground3 = create('colorPaletteBerryForeground3');
267
- export const colorPaletteBerryBorderActive = create('colorPaletteBerryBorderActive');
268
- export const colorPaletteBerryBorder1 = create('colorPaletteBerryBorder1');
269
- export const colorPaletteBerryBorder2 = create('colorPaletteBerryBorder2');
270
- export const colorPaletteLightGreenBackground1 = create('colorPaletteLightGreenBackground1');
271
- export const colorPaletteLightGreenBackground2 = create('colorPaletteLightGreenBackground2');
272
- export const colorPaletteLightGreenBackground3 = create('colorPaletteLightGreenBackground3');
273
- export const colorPaletteLightGreenForeground1 = create('colorPaletteLightGreenForeground1');
274
- export const colorPaletteLightGreenForeground2 = create('colorPaletteLightGreenForeground2');
275
- export const colorPaletteLightGreenForeground3 = create('colorPaletteLightGreenForeground3');
276
- export const colorPaletteLightGreenBorderActive = create('colorPaletteLightGreenBorderActive');
277
- export const colorPaletteLightGreenBorder1 = create('colorPaletteLightGreenBorder1');
278
- export const colorPaletteLightGreenBorder2 = create('colorPaletteLightGreenBorder2');
279
- export const colorPaletteMarigoldBackground1 = create('colorPaletteMarigoldBackground1');
280
- export const colorPaletteMarigoldBackground2 = create('colorPaletteMarigoldBackground2');
281
- export const colorPaletteMarigoldBackground3 = create('colorPaletteMarigoldBackground3');
282
- export const colorPaletteMarigoldForeground1 = create('colorPaletteMarigoldForeground1');
283
- export const colorPaletteMarigoldForeground2 = create('colorPaletteMarigoldForeground2');
284
- export const colorPaletteMarigoldForeground3 = create('colorPaletteMarigoldForeground3');
285
- export const colorPaletteMarigoldBorderActive = create('colorPaletteMarigoldBorderActive');
286
- export const colorPaletteMarigoldBorder1 = create('colorPaletteMarigoldBorder1');
287
- export const colorPaletteMarigoldBorder2 = create('colorPaletteMarigoldBorder2');
288
- export const colorPaletteDarkRedBackground2 = create('colorPaletteDarkRedBackground2');
289
- export const colorPaletteDarkRedForeground2 = create('colorPaletteDarkRedForeground2');
290
- export const colorPaletteDarkRedBorderActive = create('colorPaletteDarkRedBorderActive');
291
- export const colorPaletteCranberryBackground2 = create('colorPaletteCranberryBackground2');
292
- export const colorPaletteCranberryForeground2 = create('colorPaletteCranberryForeground2');
293
- export const colorPaletteCranberryBorderActive = create('colorPaletteCranberryBorderActive');
294
- export const colorPalettePumpkinBackground2 = create('colorPalettePumpkinBackground2');
295
- export const colorPalettePumpkinForeground2 = create('colorPalettePumpkinForeground2');
296
- export const colorPalettePumpkinBorderActive = create('colorPalettePumpkinBorderActive');
297
- export const colorPalettePeachBackground2 = create('colorPalettePeachBackground2');
298
- export const colorPalettePeachForeground2 = create('colorPalettePeachForeground2');
299
- export const colorPalettePeachBorderActive = create('colorPalettePeachBorderActive');
300
- export const colorPaletteGoldBackground2 = create('colorPaletteGoldBackground2');
301
- export const colorPaletteGoldForeground2 = create('colorPaletteGoldForeground2');
302
- export const colorPaletteGoldBorderActive = create('colorPaletteGoldBorderActive');
303
- export const colorPaletteBrassBackground2 = create('colorPaletteBrassBackground2');
304
- export const colorPaletteBrassForeground2 = create('colorPaletteBrassForeground2');
305
- export const colorPaletteBrassBorderActive = create('colorPaletteBrassBorderActive');
306
- export const colorPaletteBrownBackground2 = create('colorPaletteBrownBackground2');
307
- export const colorPaletteBrownForeground2 = create('colorPaletteBrownForeground2');
308
- export const colorPaletteBrownBorderActive = create('colorPaletteBrownBorderActive');
309
- export const colorPaletteForestBackground2 = create('colorPaletteForestBackground2');
310
- export const colorPaletteForestForeground2 = create('colorPaletteForestForeground2');
311
- export const colorPaletteForestBorderActive = create('colorPaletteForestBorderActive');
312
- export const colorPaletteSeafoamBackground2 = create('colorPaletteSeafoamBackground2');
313
- export const colorPaletteSeafoamForeground2 = create('colorPaletteSeafoamForeground2');
314
- export const colorPaletteSeafoamBorderActive = create('colorPaletteSeafoamBorderActive');
315
- export const colorPaletteDarkGreenBackground2 = create('colorPaletteDarkGreenBackground2');
316
- export const colorPaletteDarkGreenForeground2 = create('colorPaletteDarkGreenForeground2');
317
- export const colorPaletteDarkGreenBorderActive = create('colorPaletteDarkGreenBorderActive');
318
- export const colorPaletteLightTealBackground2 = create('colorPaletteLightTealBackground2');
319
- export const colorPaletteLightTealForeground2 = create('colorPaletteLightTealForeground2');
320
- export const colorPaletteLightTealBorderActive = create('colorPaletteLightTealBorderActive');
321
- export const colorPaletteTealBackground2 = create('colorPaletteTealBackground2');
322
- export const colorPaletteTealForeground2 = create('colorPaletteTealForeground2');
323
- export const colorPaletteTealBorderActive = create('colorPaletteTealBorderActive');
324
- export const colorPaletteSteelBackground2 = create('colorPaletteSteelBackground2');
325
- export const colorPaletteSteelForeground2 = create('colorPaletteSteelForeground2');
326
- export const colorPaletteSteelBorderActive = create('colorPaletteSteelBorderActive');
327
- export const colorPaletteBlueBackground2 = create('colorPaletteBlueBackground2');
328
- export const colorPaletteBlueForeground2 = create('colorPaletteBlueForeground2');
329
- export const colorPaletteBlueBorderActive = create('colorPaletteBlueBorderActive');
330
- export const colorPaletteRoyalBlueBackground2 = create('colorPaletteRoyalBlueBackground2');
331
- export const colorPaletteRoyalBlueForeground2 = create('colorPaletteRoyalBlueForeground2');
332
- export const colorPaletteRoyalBlueBorderActive = create('colorPaletteRoyalBlueBorderActive');
333
- export const colorPaletteCornflowerBackground2 = create('colorPaletteCornflowerBackground2');
334
- export const colorPaletteCornflowerForeground2 = create('colorPaletteCornflowerForeground2');
335
- export const colorPaletteCornflowerBorderActive = create('colorPaletteCornflowerBorderActive');
336
- export const colorPaletteNavyBackground2 = create('colorPaletteNavyBackground2');
337
- export const colorPaletteNavyForeground2 = create('colorPaletteNavyForeground2');
338
- export const colorPaletteNavyBorderActive = create('colorPaletteNavyBorderActive');
339
- export const colorPaletteLavenderBackground2 = create('colorPaletteLavenderBackground2');
340
- export const colorPaletteLavenderForeground2 = create('colorPaletteLavenderForeground2');
341
- export const colorPaletteLavenderBorderActive = create('colorPaletteLavenderBorderActive');
342
- export const colorPalettePurpleBackground2 = create('colorPalettePurpleBackground2');
343
- export const colorPalettePurpleForeground2 = create('colorPalettePurpleForeground2');
344
- export const colorPalettePurpleBorderActive = create('colorPalettePurpleBorderActive');
345
- export const colorPaletteGrapeBackground2 = create('colorPaletteGrapeBackground2');
346
- export const colorPaletteGrapeForeground2 = create('colorPaletteGrapeForeground2');
347
- export const colorPaletteGrapeBorderActive = create('colorPaletteGrapeBorderActive');
348
- export const colorPaletteLilacBackground2 = create('colorPaletteLilacBackground2');
349
- export const colorPaletteLilacForeground2 = create('colorPaletteLilacForeground2');
350
- export const colorPaletteLilacBorderActive = create('colorPaletteLilacBorderActive');
351
- export const colorPalettePinkBackground2 = create('colorPalettePinkBackground2');
352
- export const colorPalettePinkForeground2 = create('colorPalettePinkForeground2');
353
- export const colorPalettePinkBorderActive = create('colorPalettePinkBorderActive');
354
- export const colorPaletteMagentaBackground2 = create('colorPaletteMagentaBackground2');
355
- export const colorPaletteMagentaForeground2 = create('colorPaletteMagentaForeground2');
356
- export const colorPaletteMagentaBorderActive = create('colorPaletteMagentaBorderActive');
357
- export const colorPalettePlumBackground2 = create('colorPalettePlumBackground2');
358
- export const colorPalettePlumForeground2 = create('colorPalettePlumForeground2');
359
- export const colorPalettePlumBorderActive = create('colorPalettePlumBorderActive');
360
- export const colorPaletteBeigeBackground2 = create('colorPaletteBeigeBackground2');
361
- export const colorPaletteBeigeForeground2 = create('colorPaletteBeigeForeground2');
362
- export const colorPaletteBeigeBorderActive = create('colorPaletteBeigeBorderActive');
363
- export const colorPaletteMinkBackground2 = create('colorPaletteMinkBackground2');
364
- export const colorPaletteMinkForeground2 = create('colorPaletteMinkForeground2');
365
- export const colorPaletteMinkBorderActive = create('colorPaletteMinkBorderActive');
366
- export const colorPalettePlatinumBackground2 = create('colorPalettePlatinumBackground2');
367
- export const colorPalettePlatinumForeground2 = create('colorPalettePlatinumForeground2');
368
- export const colorPalettePlatinumBorderActive = create('colorPalettePlatinumBorderActive');
369
- export const colorPaletteAnchorBackground2 = create('colorPaletteAnchorBackground2');
370
- export const colorPaletteAnchorForeground2 = create('colorPaletteAnchorForeground2');
371
- export const colorPaletteAnchorBorderActive = create('colorPaletteAnchorBorderActive');
372
- export const colorPaletteRedForegroundInverted = create('colorPaletteRedForegroundInverted');
373
- export const colorPaletteGreenForegroundInverted = create('colorPaletteGreenForegroundInverted');
374
- export const colorPaletteYellowForegroundInverted = create('colorPaletteYellowForegroundInverted');
375
- export const shadow2 = create('shadow2');
376
- export const shadow4 = create('shadow4');
377
- export const shadow8 = create('shadow8');
378
- export const shadow16 = create('shadow16');
379
- export const shadow28 = create('shadow28');
380
- export const shadow64 = create('shadow64');
381
- export const shadow2Brand = create('shadow2Brand');
382
- export const shadow4Brand = create('shadow4Brand');
383
- export const shadow8Brand = create('shadow8Brand');
384
- export const shadow16Brand = create('shadow16Brand');
385
- export const shadow28Brand = create('shadow28Brand');
386
- export const shadow64Brand = create('shadow64Brand');
1
+ // THIS FILE IS GENERATED AS PART OF THE BUILD PROCESS. DO NOT MANUALLY MODIFY THIS FILE
2
+ export const colorNeutralForeground1 = '--colorNeutralForeground1';
3
+ export const colorNeutralForeground1Hover = '--colorNeutralForeground1Hover';
4
+ export const colorNeutralForeground1Pressed = '--colorNeutralForeground1Pressed';
5
+ export const colorNeutralForeground1Selected = '--colorNeutralForeground1Selected';
6
+ export const colorNeutralForeground2 = '--colorNeutralForeground2';
7
+ export const colorNeutralForeground2Hover = '--colorNeutralForeground2Hover';
8
+ export const colorNeutralForeground2Pressed = '--colorNeutralForeground2Pressed';
9
+ export const colorNeutralForeground2Selected = '--colorNeutralForeground2Selected';
10
+ export const colorNeutralForeground2BrandHover = '--colorNeutralForeground2BrandHover';
11
+ export const colorNeutralForeground2BrandPressed = '--colorNeutralForeground2BrandPressed';
12
+ export const colorNeutralForeground2BrandSelected = '--colorNeutralForeground2BrandSelected';
13
+ export const colorNeutralForeground3 = '--colorNeutralForeground3';
14
+ export const colorNeutralForeground3Hover = '--colorNeutralForeground3Hover';
15
+ export const colorNeutralForeground3Pressed = '--colorNeutralForeground3Pressed';
16
+ export const colorNeutralForeground3Selected = '--colorNeutralForeground3Selected';
17
+ export const colorNeutralForeground3BrandHover = '--colorNeutralForeground3BrandHover';
18
+ export const colorNeutralForeground3BrandPressed = '--colorNeutralForeground3BrandPressed';
19
+ export const colorNeutralForeground3BrandSelected = '--colorNeutralForeground3BrandSelected';
20
+ export const colorNeutralForeground4 = '--colorNeutralForeground4';
21
+ export const colorNeutralForegroundDisabled = '--colorNeutralForegroundDisabled';
22
+ export const colorBrandForegroundLink = '--colorBrandForegroundLink';
23
+ export const colorBrandForegroundLinkHover = '--colorBrandForegroundLinkHover';
24
+ export const colorBrandForegroundLinkPressed = '--colorBrandForegroundLinkPressed';
25
+ export const colorBrandForegroundLinkSelected = '--colorBrandForegroundLinkSelected';
26
+ export const colorNeutralForeground2Link = '--colorNeutralForeground2Link';
27
+ export const colorNeutralForeground2LinkHover = '--colorNeutralForeground2LinkHover';
28
+ export const colorNeutralForeground2LinkPressed = '--colorNeutralForeground2LinkPressed';
29
+ export const colorNeutralForeground2LinkSelected = '--colorNeutralForeground2LinkSelected';
30
+ export const colorCompoundBrandForeground1 = '--colorCompoundBrandForeground1';
31
+ export const colorCompoundBrandForeground1Hover = '--colorCompoundBrandForeground1Hover';
32
+ export const colorCompoundBrandForeground1Pressed = '--colorCompoundBrandForeground1Pressed';
33
+ export const colorNeutralForegroundOnBrand = '--colorNeutralForegroundOnBrand';
34
+ export const colorNeutralForegroundInverted = '--colorNeutralForegroundInverted';
35
+ export const colorNeutralForegroundInvertedHover = '--colorNeutralForegroundInvertedHover';
36
+ export const colorNeutralForegroundInvertedPressed = '--colorNeutralForegroundInvertedPressed';
37
+ export const colorNeutralForegroundInvertedSelected = '--colorNeutralForegroundInvertedSelected';
38
+ export const colorNeutralForegroundInverted2 = '--colorNeutralForegroundInverted2';
39
+ export const colorNeutralForegroundStaticInverted = '--colorNeutralForegroundStaticInverted';
40
+ export const colorNeutralForegroundInvertedLink = '--colorNeutralForegroundInvertedLink';
41
+ export const colorNeutralForegroundInvertedLinkHover = '--colorNeutralForegroundInvertedLinkHover';
42
+ export const colorNeutralForegroundInvertedLinkPressed = '--colorNeutralForegroundInvertedLinkPressed';
43
+ export const colorNeutralForegroundInvertedLinkSelected = '--colorNeutralForegroundInvertedLinkSelected';
44
+ export const colorNeutralForegroundInvertedDisabled = '--colorNeutralForegroundInvertedDisabled';
45
+ export const colorBrandForeground1 = '--colorBrandForeground1';
46
+ export const colorBrandForeground2 = '--colorBrandForeground2';
47
+ export const colorNeutralForeground1Static = '--colorNeutralForeground1Static';
48
+ export const colorBrandForegroundInverted = '--colorBrandForegroundInverted';
49
+ export const colorBrandForegroundInvertedHover = '--colorBrandForegroundInvertedHover';
50
+ export const colorBrandForegroundInvertedPressed = '--colorBrandForegroundInvertedPressed';
51
+ export const colorBrandForegroundOnLight = '--colorBrandForegroundOnLight';
52
+ export const colorBrandForegroundOnLightHover = '--colorBrandForegroundOnLightHover';
53
+ export const colorBrandForegroundOnLightPressed = '--colorBrandForegroundOnLightPressed';
54
+ export const colorBrandForegroundOnLightSelected = '--colorBrandForegroundOnLightSelected';
55
+ export const colorNeutralBackground1 = '--colorNeutralBackground1';
56
+ export const colorNeutralBackground1Hover = '--colorNeutralBackground1Hover';
57
+ export const colorNeutralBackground1Pressed = '--colorNeutralBackground1Pressed';
58
+ export const colorNeutralBackground1Selected = '--colorNeutralBackground1Selected';
59
+ export const colorNeutralBackground2 = '--colorNeutralBackground2';
60
+ export const colorNeutralBackground2Hover = '--colorNeutralBackground2Hover';
61
+ export const colorNeutralBackground2Pressed = '--colorNeutralBackground2Pressed';
62
+ export const colorNeutralBackground2Selected = '--colorNeutralBackground2Selected';
63
+ export const colorNeutralBackground3 = '--colorNeutralBackground3';
64
+ export const colorNeutralBackground3Hover = '--colorNeutralBackground3Hover';
65
+ export const colorNeutralBackground3Pressed = '--colorNeutralBackground3Pressed';
66
+ export const colorNeutralBackground3Selected = '--colorNeutralBackground3Selected';
67
+ export const colorNeutralBackground4 = '--colorNeutralBackground4';
68
+ export const colorNeutralBackground4Hover = '--colorNeutralBackground4Hover';
69
+ export const colorNeutralBackground4Pressed = '--colorNeutralBackground4Pressed';
70
+ export const colorNeutralBackground4Selected = '--colorNeutralBackground4Selected';
71
+ export const colorNeutralBackground5 = '--colorNeutralBackground5';
72
+ export const colorNeutralBackground5Hover = '--colorNeutralBackground5Hover';
73
+ export const colorNeutralBackground5Pressed = '--colorNeutralBackground5Pressed';
74
+ export const colorNeutralBackground5Selected = '--colorNeutralBackground5Selected';
75
+ export const colorNeutralBackground6 = '--colorNeutralBackground6';
76
+ export const colorNeutralBackgroundStatic = '--colorNeutralBackgroundStatic';
77
+ export const colorNeutralBackgroundInverted = '--colorNeutralBackgroundInverted';
78
+ export const colorSubtleBackground = '--colorSubtleBackground';
79
+ export const colorSubtleBackgroundHover = '--colorSubtleBackgroundHover';
80
+ export const colorSubtleBackgroundPressed = '--colorSubtleBackgroundPressed';
81
+ export const colorSubtleBackgroundSelected = '--colorSubtleBackgroundSelected';
82
+ export const colorSubtleBackgroundLightAlphaHover = '--colorSubtleBackgroundLightAlphaHover';
83
+ export const colorSubtleBackgroundLightAlphaPressed = '--colorSubtleBackgroundLightAlphaPressed';
84
+ export const colorSubtleBackgroundLightAlphaSelected = '--colorSubtleBackgroundLightAlphaSelected';
85
+ export const colorSubtleBackgroundInverted = '--colorSubtleBackgroundInverted';
86
+ export const colorSubtleBackgroundInvertedHover = '--colorSubtleBackgroundInvertedHover';
87
+ export const colorSubtleBackgroundInvertedPressed = '--colorSubtleBackgroundInvertedPressed';
88
+ export const colorSubtleBackgroundInvertedSelected = '--colorSubtleBackgroundInvertedSelected';
89
+ export const colorTransparentBackground = '--colorTransparentBackground';
90
+ export const colorTransparentBackgroundHover = '--colorTransparentBackgroundHover';
91
+ export const colorTransparentBackgroundPressed = '--colorTransparentBackgroundPressed';
92
+ export const colorTransparentBackgroundSelected = '--colorTransparentBackgroundSelected';
93
+ export const colorNeutralBackgroundDisabled = '--colorNeutralBackgroundDisabled';
94
+ export const colorNeutralBackgroundInvertedDisabled = '--colorNeutralBackgroundInvertedDisabled';
95
+ export const colorNeutralStencil1 = '--colorNeutralStencil1';
96
+ export const colorNeutralStencil2 = '--colorNeutralStencil2';
97
+ export const colorNeutralStencil1Alpha = '--colorNeutralStencil1Alpha';
98
+ export const colorNeutralStencil2Alpha = '--colorNeutralStencil2Alpha';
99
+ export const colorBackgroundOverlay = '--colorBackgroundOverlay';
100
+ export const colorScrollbarOverlay = '--colorScrollbarOverlay';
101
+ export const colorBrandBackground = '--colorBrandBackground';
102
+ export const colorBrandBackgroundHover = '--colorBrandBackgroundHover';
103
+ export const colorBrandBackgroundPressed = '--colorBrandBackgroundPressed';
104
+ export const colorBrandBackgroundSelected = '--colorBrandBackgroundSelected';
105
+ export const colorCompoundBrandBackground = '--colorCompoundBrandBackground';
106
+ export const colorCompoundBrandBackgroundHover = '--colorCompoundBrandBackgroundHover';
107
+ export const colorCompoundBrandBackgroundPressed = '--colorCompoundBrandBackgroundPressed';
108
+ export const colorBrandBackgroundStatic = '--colorBrandBackgroundStatic';
109
+ export const colorBrandBackground2 = '--colorBrandBackground2';
110
+ export const colorBrandBackgroundInverted = '--colorBrandBackgroundInverted';
111
+ export const colorBrandBackgroundInvertedHover = '--colorBrandBackgroundInvertedHover';
112
+ export const colorBrandBackgroundInvertedPressed = '--colorBrandBackgroundInvertedPressed';
113
+ export const colorBrandBackgroundInvertedSelected = '--colorBrandBackgroundInvertedSelected';
114
+ export const colorNeutralStrokeAccessible = '--colorNeutralStrokeAccessible';
115
+ export const colorNeutralStrokeAccessibleHover = '--colorNeutralStrokeAccessibleHover';
116
+ export const colorNeutralStrokeAccessiblePressed = '--colorNeutralStrokeAccessiblePressed';
117
+ export const colorNeutralStrokeAccessibleSelected = '--colorNeutralStrokeAccessibleSelected';
118
+ export const colorNeutralStroke1 = '--colorNeutralStroke1';
119
+ export const colorNeutralStroke1Hover = '--colorNeutralStroke1Hover';
120
+ export const colorNeutralStroke1Pressed = '--colorNeutralStroke1Pressed';
121
+ export const colorNeutralStroke1Selected = '--colorNeutralStroke1Selected';
122
+ export const colorNeutralStroke2 = '--colorNeutralStroke2';
123
+ export const colorNeutralStroke3 = '--colorNeutralStroke3';
124
+ export const colorNeutralStrokeOnBrand = '--colorNeutralStrokeOnBrand';
125
+ export const colorNeutralStrokeOnBrand2 = '--colorNeutralStrokeOnBrand2';
126
+ export const colorNeutralStrokeOnBrand2Hover = '--colorNeutralStrokeOnBrand2Hover';
127
+ export const colorNeutralStrokeOnBrand2Pressed = '--colorNeutralStrokeOnBrand2Pressed';
128
+ export const colorNeutralStrokeOnBrand2Selected = '--colorNeutralStrokeOnBrand2Selected';
129
+ export const colorBrandStroke1 = '--colorBrandStroke1';
130
+ export const colorBrandStroke2 = '--colorBrandStroke2';
131
+ export const colorCompoundBrandStroke = '--colorCompoundBrandStroke';
132
+ export const colorCompoundBrandStrokeHover = '--colorCompoundBrandStrokeHover';
133
+ export const colorCompoundBrandStrokePressed = '--colorCompoundBrandStrokePressed';
134
+ export const colorNeutralStrokeDisabled = '--colorNeutralStrokeDisabled';
135
+ export const colorNeutralStrokeInvertedDisabled = '--colorNeutralStrokeInvertedDisabled';
136
+ export const colorTransparentStroke = '--colorTransparentStroke';
137
+ export const colorTransparentStrokeInteractive = '--colorTransparentStrokeInteractive';
138
+ export const colorTransparentStrokeDisabled = '--colorTransparentStrokeDisabled';
139
+ export const colorStrokeFocus1 = '--colorStrokeFocus1';
140
+ export const colorStrokeFocus2 = '--colorStrokeFocus2';
141
+ export const colorNeutralShadowAmbient = '--colorNeutralShadowAmbient';
142
+ export const colorNeutralShadowKey = '--colorNeutralShadowKey';
143
+ export const colorNeutralShadowAmbientLighter = '--colorNeutralShadowAmbientLighter';
144
+ export const colorNeutralShadowKeyLighter = '--colorNeutralShadowKeyLighter';
145
+ export const colorNeutralShadowAmbientDarker = '--colorNeutralShadowAmbientDarker';
146
+ export const colorNeutralShadowKeyDarker = '--colorNeutralShadowKeyDarker';
147
+ export const colorBrandShadowAmbient = '--colorBrandShadowAmbient';
148
+ export const colorBrandShadowKey = '--colorBrandShadowKey';
149
+ export const colorPaletteRedBackground1 = '--colorPaletteRedBackground1';
150
+ export const colorPaletteRedBackground2 = '--colorPaletteRedBackground2';
151
+ export const colorPaletteRedBackground3 = '--colorPaletteRedBackground3';
152
+ export const colorPaletteRedBorderActive = '--colorPaletteRedBorderActive';
153
+ export const colorPaletteRedBorder1 = '--colorPaletteRedBorder1';
154
+ export const colorPaletteRedBorder2 = '--colorPaletteRedBorder2';
155
+ export const colorPaletteRedForeground1 = '--colorPaletteRedForeground1';
156
+ export const colorPaletteRedForeground2 = '--colorPaletteRedForeground2';
157
+ export const colorPaletteRedForeground3 = '--colorPaletteRedForeground3';
158
+ export const colorPaletteRedForegroundInverted = '--colorPaletteRedForegroundInverted';
159
+ export const colorPaletteGreenBackground1 = '--colorPaletteGreenBackground1';
160
+ export const colorPaletteGreenBackground2 = '--colorPaletteGreenBackground2';
161
+ export const colorPaletteGreenBackground3 = '--colorPaletteGreenBackground3';
162
+ export const colorPaletteGreenBorderActive = '--colorPaletteGreenBorderActive';
163
+ export const colorPaletteGreenBorder1 = '--colorPaletteGreenBorder1';
164
+ export const colorPaletteGreenBorder2 = '--colorPaletteGreenBorder2';
165
+ export const colorPaletteGreenForeground1 = '--colorPaletteGreenForeground1';
166
+ export const colorPaletteGreenForeground2 = '--colorPaletteGreenForeground2';
167
+ export const colorPaletteGreenForeground3 = '--colorPaletteGreenForeground3';
168
+ export const colorPaletteGreenForegroundInverted = '--colorPaletteGreenForegroundInverted';
169
+ export const colorPaletteDarkOrangeBackground1 = '--colorPaletteDarkOrangeBackground1';
170
+ export const colorPaletteDarkOrangeBackground2 = '--colorPaletteDarkOrangeBackground2';
171
+ export const colorPaletteDarkOrangeBackground3 = '--colorPaletteDarkOrangeBackground3';
172
+ export const colorPaletteDarkOrangeBorderActive = '--colorPaletteDarkOrangeBorderActive';
173
+ export const colorPaletteDarkOrangeBorder1 = '--colorPaletteDarkOrangeBorder1';
174
+ export const colorPaletteDarkOrangeBorder2 = '--colorPaletteDarkOrangeBorder2';
175
+ export const colorPaletteDarkOrangeForeground1 = '--colorPaletteDarkOrangeForeground1';
176
+ export const colorPaletteDarkOrangeForeground2 = '--colorPaletteDarkOrangeForeground2';
177
+ export const colorPaletteDarkOrangeForeground3 = '--colorPaletteDarkOrangeForeground3';
178
+ export const colorPaletteYellowBackground1 = '--colorPaletteYellowBackground1';
179
+ export const colorPaletteYellowBackground2 = '--colorPaletteYellowBackground2';
180
+ export const colorPaletteYellowBackground3 = '--colorPaletteYellowBackground3';
181
+ export const colorPaletteYellowBorderActive = '--colorPaletteYellowBorderActive';
182
+ export const colorPaletteYellowBorder1 = '--colorPaletteYellowBorder1';
183
+ export const colorPaletteYellowBorder2 = '--colorPaletteYellowBorder2';
184
+ export const colorPaletteYellowForeground1 = '--colorPaletteYellowForeground1';
185
+ export const colorPaletteYellowForeground2 = '--colorPaletteYellowForeground2';
186
+ export const colorPaletteYellowForeground3 = '--colorPaletteYellowForeground3';
187
+ export const colorPaletteYellowForegroundInverted = '--colorPaletteYellowForegroundInverted';
188
+ export const colorPaletteBerryBackground1 = '--colorPaletteBerryBackground1';
189
+ export const colorPaletteBerryBackground2 = '--colorPaletteBerryBackground2';
190
+ export const colorPaletteBerryBackground3 = '--colorPaletteBerryBackground3';
191
+ export const colorPaletteBerryBorderActive = '--colorPaletteBerryBorderActive';
192
+ export const colorPaletteBerryBorder1 = '--colorPaletteBerryBorder1';
193
+ export const colorPaletteBerryBorder2 = '--colorPaletteBerryBorder2';
194
+ export const colorPaletteBerryForeground1 = '--colorPaletteBerryForeground1';
195
+ export const colorPaletteBerryForeground2 = '--colorPaletteBerryForeground2';
196
+ export const colorPaletteBerryForeground3 = '--colorPaletteBerryForeground3';
197
+ export const colorPaletteMarigoldBackground1 = '--colorPaletteMarigoldBackground1';
198
+ export const colorPaletteMarigoldBackground2 = '--colorPaletteMarigoldBackground2';
199
+ export const colorPaletteMarigoldBackground3 = '--colorPaletteMarigoldBackground3';
200
+ export const colorPaletteMarigoldBorderActive = '--colorPaletteMarigoldBorderActive';
201
+ export const colorPaletteMarigoldBorder1 = '--colorPaletteMarigoldBorder1';
202
+ export const colorPaletteMarigoldBorder2 = '--colorPaletteMarigoldBorder2';
203
+ export const colorPaletteMarigoldForeground1 = '--colorPaletteMarigoldForeground1';
204
+ export const colorPaletteMarigoldForeground2 = '--colorPaletteMarigoldForeground2';
205
+ export const colorPaletteMarigoldForeground3 = '--colorPaletteMarigoldForeground3';
206
+ export const colorPaletteLightGreenBackground1 = '--colorPaletteLightGreenBackground1';
207
+ export const colorPaletteLightGreenBackground2 = '--colorPaletteLightGreenBackground2';
208
+ export const colorPaletteLightGreenBackground3 = '--colorPaletteLightGreenBackground3';
209
+ export const colorPaletteLightGreenBorderActive = '--colorPaletteLightGreenBorderActive';
210
+ export const colorPaletteLightGreenBorder1 = '--colorPaletteLightGreenBorder1';
211
+ export const colorPaletteLightGreenBorder2 = '--colorPaletteLightGreenBorder2';
212
+ export const colorPaletteLightGreenForeground1 = '--colorPaletteLightGreenForeground1';
213
+ export const colorPaletteLightGreenForeground2 = '--colorPaletteLightGreenForeground2';
214
+ export const colorPaletteLightGreenForeground3 = '--colorPaletteLightGreenForeground3';
215
+ export const colorPaletteAnchorBackground2 = '--colorPaletteAnchorBackground2';
216
+ export const colorPaletteAnchorBorderActive = '--colorPaletteAnchorBorderActive';
217
+ export const colorPaletteAnchorForeground2 = '--colorPaletteAnchorForeground2';
218
+ export const colorPaletteBeigeBackground2 = '--colorPaletteBeigeBackground2';
219
+ export const colorPaletteBeigeBorderActive = '--colorPaletteBeigeBorderActive';
220
+ export const colorPaletteBeigeForeground2 = '--colorPaletteBeigeForeground2';
221
+ export const colorPaletteBlueBackground2 = '--colorPaletteBlueBackground2';
222
+ export const colorPaletteBlueBorderActive = '--colorPaletteBlueBorderActive';
223
+ export const colorPaletteBlueForeground2 = '--colorPaletteBlueForeground2';
224
+ export const colorPaletteBrassBackground2 = '--colorPaletteBrassBackground2';
225
+ export const colorPaletteBrassBorderActive = '--colorPaletteBrassBorderActive';
226
+ export const colorPaletteBrassForeground2 = '--colorPaletteBrassForeground2';
227
+ export const colorPaletteBrownBackground2 = '--colorPaletteBrownBackground2';
228
+ export const colorPaletteBrownBorderActive = '--colorPaletteBrownBorderActive';
229
+ export const colorPaletteBrownForeground2 = '--colorPaletteBrownForeground2';
230
+ export const colorPaletteCornflowerBackground2 = '--colorPaletteCornflowerBackground2';
231
+ export const colorPaletteCornflowerBorderActive = '--colorPaletteCornflowerBorderActive';
232
+ export const colorPaletteCornflowerForeground2 = '--colorPaletteCornflowerForeground2';
233
+ export const colorPaletteCranberryBackground2 = '--colorPaletteCranberryBackground2';
234
+ export const colorPaletteCranberryBorderActive = '--colorPaletteCranberryBorderActive';
235
+ export const colorPaletteCranberryForeground2 = '--colorPaletteCranberryForeground2';
236
+ export const colorPaletteDarkGreenBackground2 = '--colorPaletteDarkGreenBackground2';
237
+ export const colorPaletteDarkGreenBorderActive = '--colorPaletteDarkGreenBorderActive';
238
+ export const colorPaletteDarkGreenForeground2 = '--colorPaletteDarkGreenForeground2';
239
+ export const colorPaletteDarkRedBackground2 = '--colorPaletteDarkRedBackground2';
240
+ export const colorPaletteDarkRedBorderActive = '--colorPaletteDarkRedBorderActive';
241
+ export const colorPaletteDarkRedForeground2 = '--colorPaletteDarkRedForeground2';
242
+ export const colorPaletteForestBackground2 = '--colorPaletteForestBackground2';
243
+ export const colorPaletteForestBorderActive = '--colorPaletteForestBorderActive';
244
+ export const colorPaletteForestForeground2 = '--colorPaletteForestForeground2';
245
+ export const colorPaletteGoldBackground2 = '--colorPaletteGoldBackground2';
246
+ export const colorPaletteGoldBorderActive = '--colorPaletteGoldBorderActive';
247
+ export const colorPaletteGoldForeground2 = '--colorPaletteGoldForeground2';
248
+ export const colorPaletteGrapeBackground2 = '--colorPaletteGrapeBackground2';
249
+ export const colorPaletteGrapeBorderActive = '--colorPaletteGrapeBorderActive';
250
+ export const colorPaletteGrapeForeground2 = '--colorPaletteGrapeForeground2';
251
+ export const colorPaletteLavenderBackground2 = '--colorPaletteLavenderBackground2';
252
+ export const colorPaletteLavenderBorderActive = '--colorPaletteLavenderBorderActive';
253
+ export const colorPaletteLavenderForeground2 = '--colorPaletteLavenderForeground2';
254
+ export const colorPaletteLightTealBackground2 = '--colorPaletteLightTealBackground2';
255
+ export const colorPaletteLightTealBorderActive = '--colorPaletteLightTealBorderActive';
256
+ export const colorPaletteLightTealForeground2 = '--colorPaletteLightTealForeground2';
257
+ export const colorPaletteLilacBackground2 = '--colorPaletteLilacBackground2';
258
+ export const colorPaletteLilacBorderActive = '--colorPaletteLilacBorderActive';
259
+ export const colorPaletteLilacForeground2 = '--colorPaletteLilacForeground2';
260
+ export const colorPaletteMagentaBackground2 = '--colorPaletteMagentaBackground2';
261
+ export const colorPaletteMagentaBorderActive = '--colorPaletteMagentaBorderActive';
262
+ export const colorPaletteMagentaForeground2 = '--colorPaletteMagentaForeground2';
263
+ export const colorPaletteMinkBackground2 = '--colorPaletteMinkBackground2';
264
+ export const colorPaletteMinkBorderActive = '--colorPaletteMinkBorderActive';
265
+ export const colorPaletteMinkForeground2 = '--colorPaletteMinkForeground2';
266
+ export const colorPaletteNavyBackground2 = '--colorPaletteNavyBackground2';
267
+ export const colorPaletteNavyBorderActive = '--colorPaletteNavyBorderActive';
268
+ export const colorPaletteNavyForeground2 = '--colorPaletteNavyForeground2';
269
+ export const colorPalettePeachBackground2 = '--colorPalettePeachBackground2';
270
+ export const colorPalettePeachBorderActive = '--colorPalettePeachBorderActive';
271
+ export const colorPalettePeachForeground2 = '--colorPalettePeachForeground2';
272
+ export const colorPalettePinkBackground2 = '--colorPalettePinkBackground2';
273
+ export const colorPalettePinkBorderActive = '--colorPalettePinkBorderActive';
274
+ export const colorPalettePinkForeground2 = '--colorPalettePinkForeground2';
275
+ export const colorPalettePlatinumBackground2 = '--colorPalettePlatinumBackground2';
276
+ export const colorPalettePlatinumBorderActive = '--colorPalettePlatinumBorderActive';
277
+ export const colorPalettePlatinumForeground2 = '--colorPalettePlatinumForeground2';
278
+ export const colorPalettePlumBackground2 = '--colorPalettePlumBackground2';
279
+ export const colorPalettePlumBorderActive = '--colorPalettePlumBorderActive';
280
+ export const colorPalettePlumForeground2 = '--colorPalettePlumForeground2';
281
+ export const colorPalettePumpkinBackground2 = '--colorPalettePumpkinBackground2';
282
+ export const colorPalettePumpkinBorderActive = '--colorPalettePumpkinBorderActive';
283
+ export const colorPalettePumpkinForeground2 = '--colorPalettePumpkinForeground2';
284
+ export const colorPalettePurpleBackground2 = '--colorPalettePurpleBackground2';
285
+ export const colorPalettePurpleBorderActive = '--colorPalettePurpleBorderActive';
286
+ export const colorPalettePurpleForeground2 = '--colorPalettePurpleForeground2';
287
+ export const colorPaletteRoyalBlueBackground2 = '--colorPaletteRoyalBlueBackground2';
288
+ export const colorPaletteRoyalBlueBorderActive = '--colorPaletteRoyalBlueBorderActive';
289
+ export const colorPaletteRoyalBlueForeground2 = '--colorPaletteRoyalBlueForeground2';
290
+ export const colorPaletteSeafoamBackground2 = '--colorPaletteSeafoamBackground2';
291
+ export const colorPaletteSeafoamBorderActive = '--colorPaletteSeafoamBorderActive';
292
+ export const colorPaletteSeafoamForeground2 = '--colorPaletteSeafoamForeground2';
293
+ export const colorPaletteSteelBackground2 = '--colorPaletteSteelBackground2';
294
+ export const colorPaletteSteelBorderActive = '--colorPaletteSteelBorderActive';
295
+ export const colorPaletteSteelForeground2 = '--colorPaletteSteelForeground2';
296
+ export const colorPaletteTealBackground2 = '--colorPaletteTealBackground2';
297
+ export const colorPaletteTealBorderActive = '--colorPaletteTealBorderActive';
298
+ export const colorPaletteTealForeground2 = '--colorPaletteTealForeground2';
299
+ export const borderRadiusNone = '--borderRadiusNone';
300
+ export const borderRadiusSmall = '--borderRadiusSmall';
301
+ export const borderRadiusMedium = '--borderRadiusMedium';
302
+ export const borderRadiusLarge = '--borderRadiusLarge';
303
+ export const borderRadiusXLarge = '--borderRadiusXLarge';
304
+ export const borderRadiusCircular = '--borderRadiusCircular';
305
+ export const fontFamilyBase = '--fontFamilyBase';
306
+ export const fontFamilyMonospace = '--fontFamilyMonospace';
307
+ export const fontFamilyNumeric = '--fontFamilyNumeric';
308
+ export const fontSizeBase100 = '--fontSizeBase100';
309
+ export const fontSizeBase200 = '--fontSizeBase200';
310
+ export const fontSizeBase300 = '--fontSizeBase300';
311
+ export const fontSizeBase400 = '--fontSizeBase400';
312
+ export const fontSizeBase500 = '--fontSizeBase500';
313
+ export const fontSizeBase600 = '--fontSizeBase600';
314
+ export const fontSizeHero700 = '--fontSizeHero700';
315
+ export const fontSizeHero800 = '--fontSizeHero800';
316
+ export const fontSizeHero900 = '--fontSizeHero900';
317
+ export const fontSizeHero1000 = '--fontSizeHero1000';
318
+ export const fontWeightRegular = '--fontWeightRegular';
319
+ export const fontWeightMedium = '--fontWeightMedium';
320
+ export const fontWeightSemibold = '--fontWeightSemibold';
321
+ export const fontWeightBold = '--fontWeightBold';
322
+ export const lineHeightBase100 = '--lineHeightBase100';
323
+ export const lineHeightBase200 = '--lineHeightBase200';
324
+ export const lineHeightBase300 = '--lineHeightBase300';
325
+ export const lineHeightBase400 = '--lineHeightBase400';
326
+ export const lineHeightBase500 = '--lineHeightBase500';
327
+ export const lineHeightBase600 = '--lineHeightBase600';
328
+ export const lineHeightHero700 = '--lineHeightHero700';
329
+ export const lineHeightHero800 = '--lineHeightHero800';
330
+ export const lineHeightHero900 = '--lineHeightHero900';
331
+ export const lineHeightHero1000 = '--lineHeightHero1000';
332
+ export const shadow2 = '--shadow2';
333
+ export const shadow4 = '--shadow4';
334
+ export const shadow8 = '--shadow8';
335
+ export const shadow16 = '--shadow16';
336
+ export const shadow28 = '--shadow28';
337
+ export const shadow64 = '--shadow64';
338
+ export const shadow2Brand = '--shadow2Brand';
339
+ export const shadow4Brand = '--shadow4Brand';
340
+ export const shadow8Brand = '--shadow8Brand';
341
+ export const shadow16Brand = '--shadow16Brand';
342
+ export const shadow28Brand = '--shadow28Brand';
343
+ export const shadow64Brand = '--shadow64Brand';
344
+ export const strokeWidthThin = '--strokeWidthThin';
345
+ export const strokeWidthThick = '--strokeWidthThick';
346
+ export const strokeWidthThicker = '--strokeWidthThicker';
347
+ export const strokeWidthThickest = '--strokeWidthThickest';
348
+ export const spacingHorizontalNone = '--spacingHorizontalNone';
349
+ export const spacingHorizontalXXS = '--spacingHorizontalXXS';
350
+ export const spacingHorizontalXS = '--spacingHorizontalXS';
351
+ export const spacingHorizontalSNudge = '--spacingHorizontalSNudge';
352
+ export const spacingHorizontalS = '--spacingHorizontalS';
353
+ export const spacingHorizontalMNudge = '--spacingHorizontalMNudge';
354
+ export const spacingHorizontalM = '--spacingHorizontalM';
355
+ export const spacingHorizontalL = '--spacingHorizontalL';
356
+ export const spacingHorizontalXL = '--spacingHorizontalXL';
357
+ export const spacingHorizontalXXL = '--spacingHorizontalXXL';
358
+ export const spacingHorizontalXXXL = '--spacingHorizontalXXXL';
359
+ export const spacingVerticalNone = '--spacingVerticalNone';
360
+ export const spacingVerticalXXS = '--spacingVerticalXXS';
361
+ export const spacingVerticalXS = '--spacingVerticalXS';
362
+ export const spacingVerticalSNudge = '--spacingVerticalSNudge';
363
+ export const spacingVerticalS = '--spacingVerticalS';
364
+ export const spacingVerticalMNudge = '--spacingVerticalMNudge';
365
+ export const spacingVerticalM = '--spacingVerticalM';
366
+ export const spacingVerticalL = '--spacingVerticalL';
367
+ export const spacingVerticalXL = '--spacingVerticalXL';
368
+ export const spacingVerticalXXL = '--spacingVerticalXXL';
369
+ export const spacingVerticalXXXL = '--spacingVerticalXXXL';
370
+ export const durationUltraFast = '--durationUltraFast';
371
+ export const durationFaster = '--durationFaster';
372
+ export const durationFast = '--durationFast';
373
+ export const durationNormal = '--durationNormal';
374
+ export const durationSlow = '--durationSlow';
375
+ export const durationSlower = '--durationSlower';
376
+ export const durationUltraSlow = '--durationUltraSlow';
377
+ export const curveAccelerateMax = '--curveAccelerateMax';
378
+ export const curveAccelerateMid = '--curveAccelerateMid';
379
+ export const curveAccelerateMin = '--curveAccelerateMin';
380
+ export const curveDecelerateMax = '--curveDecelerateMax';
381
+ export const curveDecelerateMid = '--curveDecelerateMid';
382
+ export const curveDecelerateMin = '--curveDecelerateMin';
383
+ export const curveEasyEaseMax = '--curveEasyEaseMax';
384
+ export const curveEasyEase = '--curveEasyEase';
385
+ export const curveLinear = '--curveLinear';
387
386
  //# sourceMappingURL=design-tokens.js.map