@cumulus-ui/design-tokens 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. package/LICENSE +13 -0
  2. package/index.d.ts +438 -0
  3. package/index.js +438 -0
  4. package/package.json +35 -0
  5. package/tokens.css +741 -0
package/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2025 cumulus-ui contributors.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
package/index.d.ts ADDED
@@ -0,0 +1,438 @@
1
+ // AUTO-GENERATED from @cloudscape-design/design-tokens — DO NOT EDIT
2
+ export declare const colorChartsRed300: string;
3
+ export declare const colorChartsRed400: string;
4
+ export declare const colorChartsRed500: string;
5
+ export declare const colorChartsRed600: string;
6
+ export declare const colorChartsRed700: string;
7
+ export declare const colorChartsRed800: string;
8
+ export declare const colorChartsRed900: string;
9
+ export declare const colorChartsRed1000: string;
10
+ export declare const colorChartsRed1100: string;
11
+ export declare const colorChartsRed1200: string;
12
+ export declare const colorChartsOrange300: string;
13
+ export declare const colorChartsOrange400: string;
14
+ export declare const colorChartsOrange500: string;
15
+ export declare const colorChartsOrange600: string;
16
+ export declare const colorChartsOrange700: string;
17
+ export declare const colorChartsOrange800: string;
18
+ export declare const colorChartsOrange900: string;
19
+ export declare const colorChartsOrange1000: string;
20
+ export declare const colorChartsOrange1100: string;
21
+ export declare const colorChartsOrange1200: string;
22
+ export declare const colorChartsYellow300: string;
23
+ export declare const colorChartsYellow400: string;
24
+ export declare const colorChartsYellow500: string;
25
+ export declare const colorChartsYellow600: string;
26
+ export declare const colorChartsYellow700: string;
27
+ export declare const colorChartsYellow800: string;
28
+ export declare const colorChartsYellow900: string;
29
+ export declare const colorChartsYellow1000: string;
30
+ export declare const colorChartsYellow1100: string;
31
+ export declare const colorChartsYellow1200: string;
32
+ export declare const colorChartsGreen300: string;
33
+ export declare const colorChartsGreen400: string;
34
+ export declare const colorChartsGreen500: string;
35
+ export declare const colorChartsGreen600: string;
36
+ export declare const colorChartsGreen700: string;
37
+ export declare const colorChartsGreen800: string;
38
+ export declare const colorChartsGreen900: string;
39
+ export declare const colorChartsGreen1000: string;
40
+ export declare const colorChartsGreen1100: string;
41
+ export declare const colorChartsGreen1200: string;
42
+ export declare const colorChartsTeal300: string;
43
+ export declare const colorChartsTeal400: string;
44
+ export declare const colorChartsTeal500: string;
45
+ export declare const colorChartsTeal600: string;
46
+ export declare const colorChartsTeal700: string;
47
+ export declare const colorChartsTeal800: string;
48
+ export declare const colorChartsTeal900: string;
49
+ export declare const colorChartsTeal1000: string;
50
+ export declare const colorChartsTeal1100: string;
51
+ export declare const colorChartsTeal1200: string;
52
+ export declare const colorChartsBlue1300: string;
53
+ export declare const colorChartsBlue1400: string;
54
+ export declare const colorChartsBlue1500: string;
55
+ export declare const colorChartsBlue1600: string;
56
+ export declare const colorChartsBlue1700: string;
57
+ export declare const colorChartsBlue1800: string;
58
+ export declare const colorChartsBlue1900: string;
59
+ export declare const colorChartsBlue11000: string;
60
+ export declare const colorChartsBlue11100: string;
61
+ export declare const colorChartsBlue11200: string;
62
+ export declare const colorChartsBlue2300: string;
63
+ export declare const colorChartsBlue2400: string;
64
+ export declare const colorChartsBlue2500: string;
65
+ export declare const colorChartsBlue2600: string;
66
+ export declare const colorChartsBlue2700: string;
67
+ export declare const colorChartsBlue2800: string;
68
+ export declare const colorChartsBlue2900: string;
69
+ export declare const colorChartsBlue21000: string;
70
+ export declare const colorChartsBlue21100: string;
71
+ export declare const colorChartsBlue21200: string;
72
+ export declare const colorChartsPurple300: string;
73
+ export declare const colorChartsPurple400: string;
74
+ export declare const colorChartsPurple500: string;
75
+ export declare const colorChartsPurple600: string;
76
+ export declare const colorChartsPurple700: string;
77
+ export declare const colorChartsPurple800: string;
78
+ export declare const colorChartsPurple900: string;
79
+ export declare const colorChartsPurple1000: string;
80
+ export declare const colorChartsPurple1100: string;
81
+ export declare const colorChartsPurple1200: string;
82
+ export declare const colorChartsPink300: string;
83
+ export declare const colorChartsPink400: string;
84
+ export declare const colorChartsPink500: string;
85
+ export declare const colorChartsPink600: string;
86
+ export declare const colorChartsPink700: string;
87
+ export declare const colorChartsPink800: string;
88
+ export declare const colorChartsPink900: string;
89
+ export declare const colorChartsPink1000: string;
90
+ export declare const colorChartsPink1100: string;
91
+ export declare const colorChartsPink1200: string;
92
+ export declare const colorChartsStatusCritical: string;
93
+ export declare const colorChartsStatusHigh: string;
94
+ export declare const colorChartsStatusMedium: string;
95
+ export declare const colorChartsStatusLow: string;
96
+ export declare const colorChartsStatusPositive: string;
97
+ export declare const colorChartsStatusInfo: string;
98
+ export declare const colorChartsStatusNeutral: string;
99
+ export declare const colorChartsThresholdNegative: string;
100
+ export declare const colorChartsThresholdPositive: string;
101
+ export declare const colorChartsThresholdInfo: string;
102
+ export declare const colorChartsThresholdNeutral: string;
103
+ export declare const colorChartsLineGrid: string;
104
+ export declare const colorChartsLineTick: string;
105
+ export declare const colorChartsLineAxis: string;
106
+ export declare const colorChartsPaletteCategorical1: string;
107
+ export declare const colorChartsPaletteCategorical2: string;
108
+ export declare const colorChartsPaletteCategorical3: string;
109
+ export declare const colorChartsPaletteCategorical4: string;
110
+ export declare const colorChartsPaletteCategorical5: string;
111
+ export declare const colorChartsPaletteCategorical6: string;
112
+ export declare const colorChartsPaletteCategorical7: string;
113
+ export declare const colorChartsPaletteCategorical8: string;
114
+ export declare const colorChartsPaletteCategorical9: string;
115
+ export declare const colorChartsPaletteCategorical10: string;
116
+ export declare const colorChartsPaletteCategorical11: string;
117
+ export declare const colorChartsPaletteCategorical12: string;
118
+ export declare const colorChartsPaletteCategorical13: string;
119
+ export declare const colorChartsPaletteCategorical14: string;
120
+ export declare const colorChartsPaletteCategorical15: string;
121
+ export declare const colorChartsPaletteCategorical16: string;
122
+ export declare const colorChartsPaletteCategorical17: string;
123
+ export declare const colorChartsPaletteCategorical18: string;
124
+ export declare const colorChartsPaletteCategorical19: string;
125
+ export declare const colorChartsPaletteCategorical20: string;
126
+ export declare const colorChartsPaletteCategorical21: string;
127
+ export declare const colorChartsPaletteCategorical22: string;
128
+ export declare const colorChartsPaletteCategorical23: string;
129
+ export declare const colorChartsPaletteCategorical24: string;
130
+ export declare const colorChartsPaletteCategorical25: string;
131
+ export declare const colorChartsPaletteCategorical26: string;
132
+ export declare const colorChartsPaletteCategorical27: string;
133
+ export declare const colorChartsPaletteCategorical28: string;
134
+ export declare const colorChartsPaletteCategorical29: string;
135
+ export declare const colorChartsPaletteCategorical30: string;
136
+ export declare const colorChartsPaletteCategorical31: string;
137
+ export declare const colorChartsPaletteCategorical32: string;
138
+ export declare const colorChartsPaletteCategorical33: string;
139
+ export declare const colorChartsPaletteCategorical34: string;
140
+ export declare const colorChartsPaletteCategorical35: string;
141
+ export declare const colorChartsPaletteCategorical36: string;
142
+ export declare const colorChartsPaletteCategorical37: string;
143
+ export declare const colorChartsPaletteCategorical38: string;
144
+ export declare const colorChartsPaletteCategorical39: string;
145
+ export declare const colorChartsPaletteCategorical40: string;
146
+ export declare const colorChartsPaletteCategorical41: string;
147
+ export declare const colorChartsPaletteCategorical42: string;
148
+ export declare const colorChartsPaletteCategorical43: string;
149
+ export declare const colorChartsPaletteCategorical44: string;
150
+ export declare const colorChartsPaletteCategorical45: string;
151
+ export declare const colorChartsPaletteCategorical46: string;
152
+ export declare const colorChartsPaletteCategorical47: string;
153
+ export declare const colorChartsPaletteCategorical48: string;
154
+ export declare const colorChartsPaletteCategorical49: string;
155
+ export declare const colorChartsPaletteCategorical50: string;
156
+ export declare const colorChartsErrorBarMarker: string;
157
+ export declare const colorBackgroundNotificationSeverityCritical: string;
158
+ export declare const colorBackgroundNotificationSeverityHigh: string;
159
+ export declare const colorBackgroundNotificationSeverityMedium: string;
160
+ export declare const colorBackgroundNotificationSeverityLow: string;
161
+ export declare const colorBackgroundNotificationSeverityNeutral: string;
162
+ export declare const colorTextNotificationSeverityCritical: string;
163
+ export declare const colorTextNotificationSeverityHigh: string;
164
+ export declare const colorTextNotificationSeverityMedium: string;
165
+ export declare const colorTextNotificationSeverityLow: string;
166
+ export declare const colorTextNotificationSeverityNeutral: string;
167
+ export declare const colorBackgroundButtonLinkActive: string;
168
+ export declare const colorBackgroundButtonLinkHover: string;
169
+ export declare const colorBackgroundButtonNormalActive: string;
170
+ export declare const colorBackgroundButtonNormalDefault: string;
171
+ export declare const colorBackgroundButtonNormalDisabled: string;
172
+ export declare const colorBackgroundButtonNormalHover: string;
173
+ export declare const colorBackgroundToggleButtonNormalPressed: string;
174
+ export declare const colorBackgroundButtonPrimaryActive: string;
175
+ export declare const colorBackgroundButtonPrimaryDefault: string;
176
+ export declare const colorBackgroundButtonPrimaryDisabled: string;
177
+ export declare const colorBackgroundButtonPrimaryHover: string;
178
+ export declare const colorBackgroundCellShaded: string;
179
+ export declare const colorBackgroundCard: string;
180
+ export declare const colorBackgroundContainerContent: string;
181
+ export declare const colorBackgroundContainerHeader: string;
182
+ export declare const colorBackgroundControlChecked: string;
183
+ export declare const colorBackgroundControlDefault: string;
184
+ export declare const colorBackgroundControlDisabled: string;
185
+ export declare const colorBackgroundDropdownItemDefault: string;
186
+ export declare const colorBackgroundDropdownItemFilterMatch: string;
187
+ export declare const colorBackgroundDropdownItemHover: string;
188
+ export declare const colorBackgroundHomeHeader: string;
189
+ export declare const colorBackgroundInputDefault: string;
190
+ export declare const colorBackgroundInputDisabled: string;
191
+ export declare const colorBackgroundItemSelected: string;
192
+ export declare const colorBackgroundLayoutMain: string;
193
+ export declare const colorBackgroundLayoutToggleActive: string;
194
+ export declare const colorBackgroundLayoutToggleDefault: string;
195
+ export declare const colorBackgroundLayoutToggleHover: string;
196
+ export declare const colorBackgroundLayoutToggleSelectedActive: string;
197
+ export declare const colorBackgroundLayoutToggleSelectedDefault: string;
198
+ export declare const colorBackgroundLayoutToggleSelectedHover: string;
199
+ export declare const colorBackgroundNotificationBlue: string;
200
+ export declare const colorBackgroundNotificationGreen: string;
201
+ export declare const colorBackgroundNotificationGrey: string;
202
+ export declare const colorBackgroundNotificationRed: string;
203
+ export declare const colorBackgroundNotificationYellow: string;
204
+ export declare const colorBackgroundPopover: string;
205
+ export declare const colorBackgroundProgressBarValueDefault: string;
206
+ export declare const colorBackgroundProgressBarDefault: string;
207
+ export declare const colorBackgroundSegmentActive: string;
208
+ export declare const colorBackgroundSegmentDefault: string;
209
+ export declare const colorBackgroundSegmentDisabled: string;
210
+ export declare const colorBackgroundSegmentHover: string;
211
+ export declare const colorBackgroundSliderRangeDefault: string;
212
+ export declare const colorBackgroundSliderRangeActive: string;
213
+ export declare const colorBackgroundSliderHandleDefault: string;
214
+ export declare const colorBackgroundSliderHandleActive: string;
215
+ export declare const colorBackgroundSliderTrackDefault: string;
216
+ export declare const colorBackgroundStatusError: string;
217
+ export declare const colorBackgroundStatusInfo: string;
218
+ export declare const colorBackgroundDialog: string;
219
+ export declare const colorBackgroundStatusSuccess: string;
220
+ export declare const colorBackgroundStatusWarning: string;
221
+ export declare const colorBackgroundToggleCheckedDisabled: string;
222
+ export declare const colorBackgroundAvatarGenAi: string;
223
+ export declare const colorBackgroundAvatarDefault: string;
224
+ export declare const colorTextAvatar: string;
225
+ export declare const colorBackgroundLoadingBarGenAi: string;
226
+ export declare const colorBackgroundChatBubbleOutgoing: string;
227
+ export declare const colorBackgroundChatBubbleIncoming: string;
228
+ export declare const colorTextChatBubbleOutgoing: string;
229
+ export declare const colorTextChatBubbleIncoming: string;
230
+ export declare const colorBorderButtonNormalActive: string;
231
+ export declare const colorBorderButtonNormalDefault: string;
232
+ export declare const colorBorderToggleButtonNormalPressed: string;
233
+ export declare const colorBorderButtonNormalDisabled: string;
234
+ export declare const colorTextButtonNormalDisabled: string;
235
+ export declare const colorBorderButtonNormalHover: string;
236
+ export declare const colorTextButtonIconDisabled: string;
237
+ export declare const colorBorderButtonPrimaryDisabled: string;
238
+ export declare const colorTextButtonPrimaryDisabled: string;
239
+ export declare const colorItemSelected: string;
240
+ export declare const colorBorderCard: string;
241
+ export declare const colorBorderContainerTop: string;
242
+ export declare const colorBorderControlDefault: string;
243
+ export declare const colorBorderDividerDefault: string;
244
+ export declare const colorBorderDividerSecondary: string;
245
+ export declare const colorBorderDropdownContainer: string;
246
+ export declare const colorBorderDropdownItemHover: string;
247
+ export declare const colorBorderInputDefault: string;
248
+ export declare const colorBorderInputFocused: string;
249
+ export declare const colorBorderItemFocused: string;
250
+ export declare const colorBorderDropdownItemFocused: string;
251
+ export declare const colorBorderItemSelected: string;
252
+ export declare const colorBorderPopover: string;
253
+ export declare const colorBorderSegmentActive: string;
254
+ export declare const colorBorderSegmentDefault: string;
255
+ export declare const colorBorderSegmentDisabled: string;
256
+ export declare const colorBorderSegmentHover: string;
257
+ export declare const colorBorderStatusError: string;
258
+ export declare const colorBorderStatusInfo: string;
259
+ export declare const colorBorderStatusSuccess: string;
260
+ export declare const colorBorderStatusWarning: string;
261
+ export declare const colorBorderDialog: string;
262
+ export declare const colorForegroundControlDefault: string;
263
+ export declare const colorForegroundControlDisabled: string;
264
+ export declare const colorForegroundControlReadOnly: string;
265
+ export declare const colorTextAccent: string;
266
+ export declare const colorTextBodyDefault: string;
267
+ export declare const colorTextBodySecondary: string;
268
+ export declare const colorTextBreadcrumbCurrent: string;
269
+ export declare const colorTextBreadcrumbIcon: string;
270
+ export declare const colorTextButtonNormalActive: string;
271
+ export declare const colorTextToggleButtonNormalPressed: string;
272
+ export declare const colorTextButtonNormalDefault: string;
273
+ export declare const colorTextButtonNormalHover: string;
274
+ export declare const colorTextButtonPrimaryActive: string;
275
+ export declare const colorTextButtonPrimaryDefault: string;
276
+ export declare const colorTextButtonPrimaryHover: string;
277
+ export declare const colorTextCounter: string;
278
+ export declare const colorTextDropdownItemDefault: string;
279
+ export declare const colorTextDropdownItemDisabled: string;
280
+ export declare const colorTextDropdownItemFilterMatch: string;
281
+ export declare const colorTextDropdownItemHighlighted: string;
282
+ export declare const colorTextEmpty: string;
283
+ export declare const colorTextFormDefault: string;
284
+ export declare const colorTextFormSecondary: string;
285
+ export declare const colorTextGroupLabel: string;
286
+ export declare const colorTextLabelGenAi: string;
287
+ export declare const colorTextHeadingDefault: string;
288
+ export declare const colorTextHeadingSecondary: string;
289
+ export declare const colorTextHomeHeaderDefault: string;
290
+ export declare const colorTextHomeHeaderSecondary: string;
291
+ export declare const colorTextInputDisabled: string;
292
+ export declare const colorTextInputPlaceholder: string;
293
+ export declare const colorTextInteractiveActive: string;
294
+ export declare const colorTextInteractiveDefault: string;
295
+ export declare const colorTextInteractiveDisabled: string;
296
+ export declare const colorTextInteractiveHover: string;
297
+ export declare const colorTextToggleButtonIconPressed: string;
298
+ export declare const colorTextInteractiveInvertedDefault: string;
299
+ export declare const colorTextInteractiveInvertedHover: string;
300
+ export declare const colorTextLabel: string;
301
+ export declare const colorTextLayoutToggle: string;
302
+ export declare const colorTextLayoutToggleActive: string;
303
+ export declare const colorTextLayoutToggleHover: string;
304
+ export declare const colorTextLayoutToggleSelected: string;
305
+ export declare const colorTextLinkDefault: string;
306
+ export declare const colorTextLinkHover: string;
307
+ export declare const colorTextNotificationDefault: string;
308
+ export declare const colorTextSegmentActive: string;
309
+ export declare const colorTextSegmentDefault: string;
310
+ export declare const colorTextSegmentHover: string;
311
+ export declare const colorTextStatusError: string;
312
+ export declare const colorTextStatusInactive: string;
313
+ export declare const colorTextStatusInfo: string;
314
+ export declare const colorTextStatusSuccess: string;
315
+ export declare const colorTextStatusWarning: string;
316
+ export declare const colorTextTopNavigationTitle: string;
317
+ export declare const colorBoardPlaceholderActive: string;
318
+ export declare const colorBoardPlaceholderHover: string;
319
+ export declare const colorDragPlaceholderActive: string;
320
+ export declare const colorDragPlaceholderHover: string;
321
+ export declare const colorDropzoneBackgroundDefault: string;
322
+ export declare const colorDropzoneBackgroundHover: string;
323
+ export declare const colorDropzoneTextDefault: string;
324
+ export declare const colorDropzoneTextHover: string;
325
+ export declare const colorDropzoneBorderDefault: string;
326
+ export declare const colorDropzoneBorderHover: string;
327
+ export declare const colorTreeViewConnectorLine: string;
328
+ export declare const fontFamilyBase: string;
329
+ export declare const fontFamilyDisplay: string;
330
+ export declare const fontFamilyHeading: string;
331
+ export declare const fontFamilyMonospace: string;
332
+ export declare const fontSizeBodyM: string;
333
+ export declare const fontSizeBodyS: string;
334
+ export declare const fontSizeDisplayL: string;
335
+ export declare const fontSizeHeadingXl: string;
336
+ export declare const fontSizeHeadingL: string;
337
+ export declare const fontSizeHeadingM: string;
338
+ export declare const fontSizeHeadingS: string;
339
+ export declare const fontSizeHeadingXs: string;
340
+ export declare const fontWeightButton: string;
341
+ export declare const fontWeightAlertHeader: string;
342
+ export declare const fontWeightFlashbarHeader: string;
343
+ export declare const fontWeightHeadingXl: string;
344
+ export declare const fontWeightHeadingL: string;
345
+ export declare const fontWeightHeadingM: string;
346
+ export declare const fontWeightHeadingS: string;
347
+ export declare const fontWeightHeadingXs: string;
348
+ export declare const letterSpacingDisplayL: string;
349
+ export declare const letterSpacingHeadingXl: string;
350
+ export declare const letterSpacingHeadingL: string;
351
+ export declare const letterSpacingHeadingM: string;
352
+ export declare const letterSpacingHeadingS: string;
353
+ export declare const letterSpacingHeadingXs: string;
354
+ export declare const lineHeightBodyM: string;
355
+ export declare const lineHeightBodyS: string;
356
+ export declare const lineHeightDisplayL: string;
357
+ export declare const lineHeightHeadingXl: string;
358
+ export declare const lineHeightHeadingL: string;
359
+ export declare const lineHeightHeadingM: string;
360
+ export declare const lineHeightHeadingS: string;
361
+ export declare const lineHeightHeadingXs: string;
362
+ export declare const borderRadiusAlert: string;
363
+ export declare const borderRadiusBadge: string;
364
+ export declare const borderRadiusButton: string;
365
+ export declare const borderRadiusCalendarDayFocusRing: string;
366
+ export declare const borderRadiusCardDefault: string;
367
+ export declare const borderRadiusCardEmbedded: string;
368
+ export declare const borderRadiusContainer: string;
369
+ export declare const borderRadiusControlCircularFocusRing: string;
370
+ export declare const borderRadiusControlDefaultFocusRing: string;
371
+ export declare const borderRadiusDropdown: string;
372
+ export declare const borderRadiusDropzone: string;
373
+ export declare const borderRadiusFlashbar: string;
374
+ export declare const borderRadiusItem: string;
375
+ export declare const borderRadiusInput: string;
376
+ export declare const borderRadiusPopover: string;
377
+ export declare const borderRadiusTabsFocusRing: string;
378
+ export declare const borderRadiusTiles: string;
379
+ export declare const borderRadiusToken: string;
380
+ export declare const borderRadiusChatBubble: string;
381
+ export declare const borderRadiusTutorialPanelItem: string;
382
+ export declare const borderWidthCard: string;
383
+ export declare const borderWidthAlert: string;
384
+ export declare const borderWidthAlertBlockStart: string;
385
+ export declare const borderWidthAlertBlockEnd: string;
386
+ export declare const borderWidthAlertInlineStart: string;
387
+ export declare const borderWidthAlertInlineEnd: string;
388
+ export declare const borderWidthButton: string;
389
+ export declare const borderWidthDropdown: string;
390
+ export declare const borderWidthField: string;
391
+ export declare const borderWidthPopover: string;
392
+ export declare const borderWidthToken: string;
393
+ export declare const borderWidthIconSmall: string;
394
+ export declare const borderWidthIconNormal: string;
395
+ export declare const borderWidthIconMedium: string;
396
+ export declare const borderWidthIconBig: string;
397
+ export declare const borderWidthIconLarge: string;
398
+ export declare const motionDurationAvatarGenAiGradient: string;
399
+ export declare const motionDurationAvatarLoadingDots: string;
400
+ export declare const motionEasingAvatarGenAiGradient: string;
401
+ export declare const motionEasingResponsive: string;
402
+ export declare const motionEasingSticky: string;
403
+ export declare const motionEasingExpressive: string;
404
+ export declare const motionDurationResponsive: string;
405
+ export declare const motionDurationExpressive: string;
406
+ export declare const motionDurationComplex: string;
407
+ export declare const motionKeyframesFadeIn: string;
408
+ export declare const motionKeyframesFadeOut: string;
409
+ export declare const motionKeyframesStatusIconError: string;
410
+ export declare const motionKeyframesScalePopup: string;
411
+ export declare const spaceAlertVertical: string;
412
+ export declare const spaceCardHorizontalDefault: string;
413
+ export declare const spaceCardHorizontalEmbedded: string;
414
+ export declare const spaceCardVerticalDefault: string;
415
+ export declare const spaceCardVerticalEmbedded: string;
416
+ export declare const spaceContainerHorizontal: string;
417
+ export declare const spaceFieldHorizontal: string;
418
+ export declare const spaceTreeViewIndentation: string;
419
+ export declare const spaceScaledXxxs: string;
420
+ export declare const spaceScaledXxs: string;
421
+ export declare const spaceScaledXs: string;
422
+ export declare const spaceScaledS: string;
423
+ export declare const spaceScaledM: string;
424
+ export declare const spaceScaledL: string;
425
+ export declare const spaceScaledXl: string;
426
+ export declare const spaceScaledXxl: string;
427
+ export declare const spaceScaledXxxl: string;
428
+ export declare const spaceStaticXxxs: string;
429
+ export declare const spaceStaticXxs: string;
430
+ export declare const spaceStaticXs: string;
431
+ export declare const spaceStaticS: string;
432
+ export declare const spaceStaticM: string;
433
+ export declare const spaceStaticL: string;
434
+ export declare const spaceStaticXl: string;
435
+ export declare const spaceStaticXxl: string;
436
+ export declare const spaceStaticXxxl: string;
437
+ export declare const shadowCard: string;
438
+ export declare const shadowContainerActive: string;