@cloudscape-design/components 3.0.616 → 3.0.618
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.
- package/app-layout/classic.d.ts +5 -5
- package/app-layout/classic.d.ts.map +1 -1
- package/app-layout/classic.js +17 -16
- package/app-layout/classic.js.map +1 -1
- package/app-layout/implementation.d.ts +5 -5
- package/app-layout/interfaces.d.ts +5 -5
- package/app-layout/interfaces.d.ts.map +1 -1
- package/app-layout/interfaces.js.map +1 -1
- package/app-layout/internal.d.ts +5 -5
- package/app-layout/utils/use-app-layout-placement.d.ts +5 -5
- package/app-layout/utils/use-app-layout-placement.d.ts.map +1 -1
- package/app-layout/utils/use-app-layout-placement.js +10 -5
- package/app-layout/utils/use-app-layout-placement.js.map +1 -1
- package/app-layout/utils/use-keyboard-events.d.ts +1 -1
- package/app-layout/utils/use-keyboard-events.d.ts.map +1 -1
- package/app-layout/utils/use-keyboard-events.js +24 -29
- package/app-layout/utils/use-keyboard-events.js.map +1 -1
- package/app-layout/utils/use-pointer-events.d.ts.map +1 -1
- package/app-layout/utils/use-pointer-events.js +6 -5
- package/app-layout/utils/use-pointer-events.js.map +1 -1
- package/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +10 -9
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/index.d.ts +5 -5
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +170 -167
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/internal/direction.d.ts +8 -1
- package/internal/direction.d.ts.map +1 -1
- package/internal/direction.js +17 -4
- package/internal/direction.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +346 -1
- package/internal/generated/styles/tokens.js +346 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/handle-key.d.ts +2 -1
- package/internal/utils/handle-key.d.ts.map +1 -1
- package/internal/utils/handle-key.js +7 -4
- package/internal/utils/handle-key.js.map +1 -1
- package/package.json +1 -1
- package/split-panel/bottom.js +4 -4
- package/split-panel/bottom.js.map +1 -1
- package/split-panel/icons/bottom-icon-refresh.d.ts.map +1 -1
- package/split-panel/icons/bottom-icon-refresh.js +1 -1
- package/split-panel/icons/bottom-icon-refresh.js.map +1 -1
- package/split-panel/icons/bottom-icon.d.ts.map +1 -1
- package/split-panel/icons/bottom-icon.js +1 -1
- package/split-panel/icons/bottom-icon.js.map +1 -1
- package/split-panel/icons/side-position-refresh.d.ts.map +1 -1
- package/split-panel/icons/side-position-refresh.js +1 -1
- package/split-panel/icons/side-position-refresh.js.map +1 -1
- package/split-panel/icons/side-position.d.ts.map +1 -1
- package/split-panel/icons/side-position.js +1 -1
- package/split-panel/icons/side-position.js.map +1 -1
- package/split-panel/styles.css.js +57 -55
- package/split-panel/styles.scoped.css +171 -75
- package/split-panel/styles.selectors.js +57 -55
- package/table/resizer/index.js +2 -2
- package/table/resizer/index.js.map +1 -1
- package/tabs/scroll-utils.js +2 -2
- package/tabs/scroll-utils.js.map +1 -1
|
@@ -1,3 +1,57 @@
|
|
|
1
|
+
export const colorAmazonOrange: string;
|
|
2
|
+
export const colorAwsSquidInk: string;
|
|
3
|
+
export const colorBlack: string;
|
|
4
|
+
export const colorBlue100: string;
|
|
5
|
+
export const colorBlue200: string;
|
|
6
|
+
export const colorBlue300: string;
|
|
7
|
+
export const colorBlue400: string;
|
|
8
|
+
export const colorBlue500: string;
|
|
9
|
+
export const colorBlue600: string;
|
|
10
|
+
export const colorBlue700: string;
|
|
11
|
+
export const colorBlue800: string;
|
|
12
|
+
export const colorBlue900: string;
|
|
13
|
+
export const colorBlueOpaque: string;
|
|
14
|
+
export const colorGreen100: string;
|
|
15
|
+
export const colorGreen500: string;
|
|
16
|
+
export const colorGreen600: string;
|
|
17
|
+
export const colorGreen700: string;
|
|
18
|
+
export const colorGreen900: string;
|
|
19
|
+
export const colorGrey100: string;
|
|
20
|
+
export const colorGrey125: string;
|
|
21
|
+
export const colorGrey150: string;
|
|
22
|
+
export const colorGrey200: string;
|
|
23
|
+
export const colorGrey300: string;
|
|
24
|
+
export const colorGrey350: string;
|
|
25
|
+
export const colorGrey400: string;
|
|
26
|
+
export const colorGrey450: string;
|
|
27
|
+
export const colorGrey500: string;
|
|
28
|
+
export const colorGrey550: string;
|
|
29
|
+
export const colorGrey600: string;
|
|
30
|
+
export const colorGrey650: string;
|
|
31
|
+
export const colorGrey700: string;
|
|
32
|
+
export const colorGrey750: string;
|
|
33
|
+
export const colorGrey800: string;
|
|
34
|
+
export const colorGrey850: string;
|
|
35
|
+
export const colorGrey900: string;
|
|
36
|
+
export const colorGrey950: string;
|
|
37
|
+
export const colorOrange100: string;
|
|
38
|
+
export const colorOrange500: string;
|
|
39
|
+
export const colorOrange600: string;
|
|
40
|
+
export const colorOrange700: string;
|
|
41
|
+
export const colorPurple400: string;
|
|
42
|
+
export const colorPurple600: string;
|
|
43
|
+
export const colorRed100: string;
|
|
44
|
+
export const colorRed500: string;
|
|
45
|
+
export const colorRed600: string;
|
|
46
|
+
export const colorRed700: string;
|
|
47
|
+
export const colorRed900: string;
|
|
48
|
+
export const colorTransparent: string;
|
|
49
|
+
export const colorWhite: string;
|
|
50
|
+
export const colorYellow100: string;
|
|
51
|
+
export const colorYellow600: string;
|
|
52
|
+
export const colorYellow700: string;
|
|
53
|
+
export const colorYellow800: string;
|
|
54
|
+
export const colorYellow900: string;
|
|
1
55
|
export const colorChartsRed300: string;
|
|
2
56
|
export const colorChartsRed400: string;
|
|
3
57
|
export const colorChartsRed500: string;
|
|
@@ -152,6 +206,18 @@ export const colorChartsPaletteCategorical47: string;
|
|
|
152
206
|
export const colorChartsPaletteCategorical48: string;
|
|
153
207
|
export const colorChartsPaletteCategorical49: string;
|
|
154
208
|
export const colorChartsPaletteCategorical50: string;
|
|
209
|
+
export const colorGreyOpaque25: string;
|
|
210
|
+
export const colorGreyOpaque40: string;
|
|
211
|
+
export const colorGreyOpaque50: string;
|
|
212
|
+
export const colorGreyOpaque70: string;
|
|
213
|
+
export const colorGreyOpaque80: string;
|
|
214
|
+
export const colorGreyOpaque90: string;
|
|
215
|
+
export const colorGreyTransparent: string;
|
|
216
|
+
export const colorGreyTransparentHeavy: string;
|
|
217
|
+
export const colorGreyTransparentLight: string;
|
|
218
|
+
export const colorBackgroundBadgeIcon: string;
|
|
219
|
+
export const colorBackgroundButtonLinkActive: string;
|
|
220
|
+
export const colorBackgroundButtonLinkHover: string;
|
|
155
221
|
export const colorBackgroundButtonNormalActive: string;
|
|
156
222
|
export const colorBackgroundButtonNormalDefault: string;
|
|
157
223
|
export const colorBackgroundButtonNormalDisabled: string;
|
|
@@ -160,31 +226,52 @@ export const colorBackgroundButtonPrimaryActive: string;
|
|
|
160
226
|
export const colorBackgroundButtonPrimaryDefault: string;
|
|
161
227
|
export const colorBackgroundButtonPrimaryDisabled: string;
|
|
162
228
|
export const colorBackgroundButtonPrimaryHover: string;
|
|
229
|
+
export const colorBackgroundCalendarCurrentDate: string;
|
|
163
230
|
export const colorBackgroundCellShaded: string;
|
|
231
|
+
export const colorBackgroundCodeEditorGutterActiveLineDefault: string;
|
|
232
|
+
export const colorBackgroundCodeEditorGutterActiveLineError: string;
|
|
233
|
+
export const colorBackgroundCodeEditorGutterDefault: string;
|
|
234
|
+
export const colorBackgroundCodeEditorLoading: string;
|
|
235
|
+
export const colorBackgroundCodeEditorPaneItemHover: string;
|
|
236
|
+
export const colorBackgroundCodeEditorStatusBar: string;
|
|
164
237
|
export const colorBackgroundContainerContent: string;
|
|
165
238
|
export const colorBackgroundContainerHeader: string;
|
|
166
239
|
export const colorBackgroundControlChecked: string;
|
|
167
240
|
export const colorBackgroundControlDefault: string;
|
|
168
241
|
export const colorBackgroundControlDisabled: string;
|
|
169
242
|
export const colorBackgroundDropdownItemDefault: string;
|
|
243
|
+
export const colorBackgroundDropdownItemDimmed: string;
|
|
170
244
|
export const colorBackgroundDropdownItemFilterMatch: string;
|
|
171
245
|
export const colorBackgroundDropdownItemHover: string;
|
|
246
|
+
export const colorBackgroundDropdownItemSelected: string;
|
|
172
247
|
export const colorBackgroundHomeHeader: string;
|
|
173
248
|
export const colorBackgroundInputDefault: string;
|
|
174
249
|
export const colorBackgroundInputDisabled: string;
|
|
175
250
|
export const colorBackgroundItemSelected: string;
|
|
176
251
|
export const colorBackgroundLayoutMain: string;
|
|
252
|
+
export const colorBackgroundLayoutMobilePanel: string;
|
|
253
|
+
export const colorBackgroundLayoutPanelContent: string;
|
|
254
|
+
export const colorBackgroundLayoutPanelHover: string;
|
|
177
255
|
export const colorBackgroundLayoutToggleActive: string;
|
|
178
256
|
export const colorBackgroundLayoutToggleDefault: string;
|
|
179
257
|
export const colorBackgroundLayoutToggleHover: string;
|
|
180
258
|
export const colorBackgroundLayoutToggleSelectedActive: string;
|
|
181
259
|
export const colorBackgroundLayoutToggleSelectedDefault: string;
|
|
182
260
|
export const colorBackgroundLayoutToggleSelectedHover: string;
|
|
261
|
+
export const colorBackgroundModalOverlay: string;
|
|
183
262
|
export const colorBackgroundNotificationBlue: string;
|
|
184
263
|
export const colorBackgroundNotificationGreen: string;
|
|
264
|
+
export const colorBackgroundNotificationGrey: string;
|
|
185
265
|
export const colorBackgroundNotificationRed: string;
|
|
186
266
|
export const colorBackgroundNotificationYellow: string;
|
|
267
|
+
export const colorBackgroundNotificationStackBar: string;
|
|
268
|
+
export const colorBackgroundNotificationStackBarActive: string;
|
|
269
|
+
export const colorBackgroundNotificationStackBarHover: string;
|
|
187
270
|
export const colorBackgroundPopover: string;
|
|
271
|
+
export const colorBackgroundProgressBarContentDefault: string;
|
|
272
|
+
export const colorBackgroundProgressBarContentInFlash: string;
|
|
273
|
+
export const colorBackgroundProgressBarLayoutDefault: string;
|
|
274
|
+
export const colorBackgroundProgressBarLayoutInFlash: string;
|
|
188
275
|
export const colorBackgroundSegmentActive: string;
|
|
189
276
|
export const colorBackgroundSegmentDefault: string;
|
|
190
277
|
export const colorBackgroundSegmentDisabled: string;
|
|
@@ -193,22 +280,49 @@ export const colorBackgroundStatusError: string;
|
|
|
193
280
|
export const colorBackgroundStatusInfo: string;
|
|
194
281
|
export const colorBackgroundStatusSuccess: string;
|
|
195
282
|
export const colorBackgroundStatusWarning: string;
|
|
283
|
+
export const colorBackgroundTableHeader: string;
|
|
284
|
+
export const colorBackgroundTilesDisabled: string;
|
|
196
285
|
export const colorBackgroundToggleCheckedDisabled: string;
|
|
286
|
+
export const colorBackgroundToggleDefault: string;
|
|
197
287
|
export const colorBorderButtonNormalActive: string;
|
|
198
288
|
export const colorBorderButtonNormalDefault: string;
|
|
199
289
|
export const colorBorderButtonNormalDisabled: string;
|
|
200
290
|
export const colorBorderButtonNormalHover: string;
|
|
201
291
|
export const colorBorderButtonPrimaryDisabled: string;
|
|
292
|
+
export const colorBorderCalendarGrid: string;
|
|
293
|
+
export const colorBorderCalendarGridSelectedFocusRing: string;
|
|
294
|
+
export const colorBorderCodeEditorAceActiveLineLightTheme: string;
|
|
295
|
+
export const colorBorderCodeEditorAceActiveLineDarkTheme: string;
|
|
296
|
+
export const colorBorderCodeEditorDefault: string;
|
|
297
|
+
export const colorBorderCodeEditorPaneItemHover: string;
|
|
298
|
+
export const colorBorderContainerDivider: string;
|
|
202
299
|
export const colorBorderContainerTop: string;
|
|
300
|
+
export const colorBorderControlChecked: string;
|
|
203
301
|
export const colorBorderControlDefault: string;
|
|
302
|
+
export const colorBorderControlDisabled: string;
|
|
303
|
+
export const colorBorderDividerActive: string;
|
|
204
304
|
export const colorBorderDividerDefault: string;
|
|
305
|
+
export const colorBorderDividerPanelBottom: string;
|
|
306
|
+
export const colorBorderDividerPanelSide: string;
|
|
205
307
|
export const colorBorderDividerSecondary: string;
|
|
308
|
+
export const colorBorderDropdownContainer: string;
|
|
309
|
+
export const colorBorderDropdownGroup: string;
|
|
310
|
+
export const colorBorderDropdownItemDefault: string;
|
|
206
311
|
export const colorBorderDropdownItemHover: string;
|
|
312
|
+
export const colorBorderDropdownItemDimmedHover: string;
|
|
313
|
+
export const colorBorderDropdownItemSelected: string;
|
|
314
|
+
export const colorBorderDropdownItemTop: string;
|
|
315
|
+
export const colorBorderEditableCellHover: string;
|
|
207
316
|
export const colorBorderInputDefault: string;
|
|
317
|
+
export const colorBorderInputDisabled: string;
|
|
208
318
|
export const colorBorderInputFocused: string;
|
|
209
319
|
export const colorBorderItemFocused: string;
|
|
210
320
|
export const colorBorderDropdownItemFocused: string;
|
|
321
|
+
export const colorBorderItemPlaceholder: string;
|
|
211
322
|
export const colorBorderItemSelected: string;
|
|
323
|
+
export const colorBorderLayout: string;
|
|
324
|
+
export const colorBorderNotificationStackBar: string;
|
|
325
|
+
export const colorBorderPopover: string;
|
|
212
326
|
export const colorBorderSegmentActive: string;
|
|
213
327
|
export const colorBorderSegmentDefault: string;
|
|
214
328
|
export const colorBorderSegmentDisabled: string;
|
|
@@ -217,24 +331,66 @@ export const colorBorderStatusError: string;
|
|
|
217
331
|
export const colorBorderStatusInfo: string;
|
|
218
332
|
export const colorBorderStatusSuccess: string;
|
|
219
333
|
export const colorBorderStatusWarning: string;
|
|
334
|
+
export const colorBorderDividerInteractiveDefault: string;
|
|
335
|
+
export const colorBorderTabsDivider: string;
|
|
336
|
+
export const colorBorderTabsShadow: string;
|
|
337
|
+
export const colorBorderTabsUnderline: string;
|
|
338
|
+
export const colorBorderTilesDisabled: string;
|
|
339
|
+
export const colorBorderTutorial: string;
|
|
220
340
|
export const colorForegroundControlDefault: string;
|
|
221
341
|
export const colorForegroundControlDisabled: string;
|
|
342
|
+
export const colorShadowDefault: string;
|
|
343
|
+
export const colorShadowMedium: string;
|
|
344
|
+
export const colorShadowSide: string;
|
|
345
|
+
export const colorStrokeChartLine: string;
|
|
346
|
+
export const colorStrokeCodeEditorResizeHandler: string;
|
|
347
|
+
export const colorStrokeCodeEditorGutterActiveLineDefault: string;
|
|
348
|
+
export const colorStrokeCodeEditorGutterActiveLineHover: string;
|
|
222
349
|
export const colorTextAccent: string;
|
|
223
350
|
export const colorTextBodyDefault: string;
|
|
224
351
|
export const colorTextBodySecondary: string;
|
|
225
352
|
export const colorTextBreadcrumbCurrent: string;
|
|
226
353
|
export const colorTextBreadcrumbIcon: string;
|
|
354
|
+
export const colorTextButtonInlineIconDefault: string;
|
|
355
|
+
export const colorTextButtonInlineIconDisabled: string;
|
|
356
|
+
export const colorTextButtonInlineIconHover: string;
|
|
227
357
|
export const colorTextButtonNormalActive: string;
|
|
228
358
|
export const colorTextButtonNormalDefault: string;
|
|
229
359
|
export const colorTextButtonNormalHover: string;
|
|
360
|
+
export const colorTextLinkButtonNormalDefault: string;
|
|
361
|
+
export const colorTextLinkButtonNormalHover: string;
|
|
362
|
+
export const colorTextLinkButtonNormalActive: string;
|
|
230
363
|
export const colorTextButtonPrimaryActive: string;
|
|
231
364
|
export const colorTextButtonPrimaryDefault: string;
|
|
232
365
|
export const colorTextButtonPrimaryHover: string;
|
|
366
|
+
export const colorTextCalendarDateHover: string;
|
|
367
|
+
export const colorTextCalendarDateSelected: string;
|
|
368
|
+
export const colorTextCalendarMonth: string;
|
|
369
|
+
export const colorTextCodeEditorGutterActiveLine: string;
|
|
370
|
+
export const colorTextCodeEditorGutterDefault: string;
|
|
371
|
+
export const colorTextCodeEditorStatusBarDisabled: string;
|
|
372
|
+
export const colorTextCodeEditorTabButtonError: string;
|
|
373
|
+
export const colorTextColumnHeader: string;
|
|
374
|
+
export const colorTextColumnSortingIcon: string;
|
|
375
|
+
export const colorTextControlDisabled: string;
|
|
233
376
|
export const colorTextCounter: string;
|
|
377
|
+
export const colorTextDisabled: string;
|
|
378
|
+
export const colorTextDisabledInlineEdit: string;
|
|
379
|
+
export const colorTextDropdownFooter: string;
|
|
380
|
+
export const colorTextDropdownGroupLabel: string;
|
|
381
|
+
export const colorTextDropdownItemDefault: string;
|
|
382
|
+
export const colorTextDropdownItemDimmed: string;
|
|
383
|
+
export const colorTextDropdownItemDisabled: string;
|
|
234
384
|
export const colorTextDropdownItemFilterMatch: string;
|
|
235
385
|
export const colorTextDropdownItemHighlighted: string;
|
|
386
|
+
export const colorTextDropdownItemSecondary: string;
|
|
387
|
+
export const colorTextDropdownItemSecondaryHover: string;
|
|
236
388
|
export const colorTextEmpty: string;
|
|
389
|
+
export const colorTextExpandableSectionDefault: string;
|
|
390
|
+
export const colorTextExpandableSectionHover: string;
|
|
391
|
+
export const colorTextExpandableSectionNavigationIconDefault: string;
|
|
237
392
|
export const colorTextFormDefault: string;
|
|
393
|
+
export const colorTextFormLabel: string;
|
|
238
394
|
export const colorTextFormSecondary: string;
|
|
239
395
|
export const colorTextGroupLabel: string;
|
|
240
396
|
export const colorTextLabelGenAi: string;
|
|
@@ -242,14 +398,18 @@ export const colorTextHeadingDefault: string;
|
|
|
242
398
|
export const colorTextHeadingSecondary: string;
|
|
243
399
|
export const colorTextHomeHeaderDefault: string;
|
|
244
400
|
export const colorTextHomeHeaderSecondary: string;
|
|
401
|
+
export const colorTextIconCaret: string;
|
|
402
|
+
export const colorTextIconSubtle: string;
|
|
245
403
|
export const colorTextInputDisabled: string;
|
|
246
404
|
export const colorTextInputPlaceholder: string;
|
|
405
|
+
export const colorTextInputPlaceholderDisabled: string;
|
|
247
406
|
export const colorTextInteractiveActive: string;
|
|
248
407
|
export const colorTextInteractiveDefault: string;
|
|
249
408
|
export const colorTextInteractiveDisabled: string;
|
|
250
409
|
export const colorTextInteractiveHover: string;
|
|
251
410
|
export const colorTextInteractiveInvertedDefault: string;
|
|
252
411
|
export const colorTextInteractiveInvertedHover: string;
|
|
412
|
+
export const colorTextInverted: string;
|
|
253
413
|
export const colorTextLabel: string;
|
|
254
414
|
export const colorTextLayoutToggle: string;
|
|
255
415
|
export const colorTextLayoutToggleActive: string;
|
|
@@ -257,10 +417,18 @@ export const colorTextLayoutToggleHover: string;
|
|
|
257
417
|
export const colorTextLayoutToggleSelected: string;
|
|
258
418
|
export const colorTextLinkDefault: string;
|
|
259
419
|
export const colorTextLinkHover: string;
|
|
420
|
+
export const colorTextLinkInvertedHover: string;
|
|
421
|
+
export const colorTextLinkButtonUnderline: string;
|
|
422
|
+
export const colorTextLinkButtonUnderlineHover: string;
|
|
260
423
|
export const colorTextNotificationDefault: string;
|
|
424
|
+
export const colorTextNotificationStackBar: string;
|
|
425
|
+
export const colorTextNotificationYellow: string;
|
|
426
|
+
export const colorTextPaginationPageNumberActiveDisabled: string;
|
|
427
|
+
export const colorTextPaginationPageNumberDefault: string;
|
|
261
428
|
export const colorTextSegmentActive: string;
|
|
262
429
|
export const colorTextSegmentDefault: string;
|
|
263
430
|
export const colorTextSegmentHover: string;
|
|
431
|
+
export const colorTextSmall: string;
|
|
264
432
|
export const colorTextStatusError: string;
|
|
265
433
|
export const colorTextStatusInactive: string;
|
|
266
434
|
export const colorTextStatusInfo: string;
|
|
@@ -271,8 +439,24 @@ export const colorBoardPlaceholderActive: string;
|
|
|
271
439
|
export const colorBoardPlaceholderHover: string;
|
|
272
440
|
export const colorDragPlaceholderActive: string;
|
|
273
441
|
export const colorDragPlaceholderHover: string;
|
|
442
|
+
export const colorDropzoneBackgroundActive: string;
|
|
443
|
+
export const colorDropzoneBackgroundHover: string;
|
|
444
|
+
export const colorDropzoneTextActive: string;
|
|
445
|
+
export const colorDropzoneTextHover: string;
|
|
446
|
+
export const fontBoxValueLargeWeight: string;
|
|
447
|
+
export const fontButtonLetterSpacing: string;
|
|
448
|
+
export const fontButtonWeight: string;
|
|
449
|
+
export const fontChartDetailSize: string;
|
|
450
|
+
export const fontDisplayLabelWeight: string;
|
|
451
|
+
export const fontExpandableHeadingSize: string;
|
|
274
452
|
export const fontFamilyBase: string;
|
|
275
453
|
export const fontFamilyMonospace: string;
|
|
454
|
+
export const fontHeaderH2DescriptionLineHeight: string;
|
|
455
|
+
export const fontHeaderH2DescriptionSize: string;
|
|
456
|
+
export const fontLinkButtonLetterSpacing: string;
|
|
457
|
+
export const fontLinkButtonWeight: string;
|
|
458
|
+
export const fontPanelHeaderLineHeight: string;
|
|
459
|
+
export const fontPanelHeaderSize: string;
|
|
276
460
|
export const fontSizeBodyM: string;
|
|
277
461
|
export const fontSizeBodyS: string;
|
|
278
462
|
export const fontSizeDisplayL: string;
|
|
@@ -281,11 +465,24 @@ export const fontSizeHeadingL: string;
|
|
|
281
465
|
export const fontSizeHeadingM: string;
|
|
282
466
|
export const fontSizeHeadingS: string;
|
|
283
467
|
export const fontSizeHeadingXs: string;
|
|
468
|
+
export const fontSmoothingMozOsx: string;
|
|
469
|
+
export const fontSmoothingWebkit: string;
|
|
470
|
+
export const fontTabsDisabledWeight: string;
|
|
471
|
+
export const fontTabsLineHeight: string;
|
|
472
|
+
export const fontTabsSize: string;
|
|
473
|
+
export const fontWayfindingLinkActiveWeight: string;
|
|
284
474
|
export const fontWeightHeadingXl: string;
|
|
285
475
|
export const fontWeightHeadingL: string;
|
|
286
476
|
export const fontWeightHeadingM: string;
|
|
287
477
|
export const fontWeightHeadingS: string;
|
|
288
478
|
export const fontWeightHeadingXs: string;
|
|
479
|
+
export const fontWeightHeavy: string;
|
|
480
|
+
export const letterSpacingBodyS: string;
|
|
481
|
+
export const letterSpacingDisplayL: string;
|
|
482
|
+
export const letterSpacingHeadingXl: string;
|
|
483
|
+
export const letterSpacingHeadingL: string;
|
|
484
|
+
export const letterSpacingHeadingM: string;
|
|
485
|
+
export const letterSpacingHeadingS: string;
|
|
289
486
|
export const lineHeightBodyM: string;
|
|
290
487
|
export const lineHeightBodyS: string;
|
|
291
488
|
export const lineHeightDisplayL: string;
|
|
@@ -294,14 +491,33 @@ export const lineHeightHeadingL: string;
|
|
|
294
491
|
export const lineHeightHeadingM: string;
|
|
295
492
|
export const lineHeightHeadingS: string;
|
|
296
493
|
export const lineHeightHeadingXs: string;
|
|
494
|
+
export const borderActiveWidth: string;
|
|
495
|
+
export const borderCodeEditorStatusDividerWidth: string;
|
|
496
|
+
export const borderContainerStickyWidth: string;
|
|
497
|
+
export const borderContainerTopWidth: string;
|
|
498
|
+
export const borderControlFocusRingShadowSpread: string;
|
|
499
|
+
export const borderControlInvalidFocusRingShadowSpread: string;
|
|
500
|
+
export const borderDividerListWidth: string;
|
|
501
|
+
export const borderDividerSectionWidth: string;
|
|
502
|
+
export const borderDropdownVirtualOffsetWidth: string;
|
|
503
|
+
export const borderFieldWidth: string;
|
|
504
|
+
export const borderInvalidWidth: string;
|
|
505
|
+
export const borderItemWidth: string;
|
|
506
|
+
export const borderLineChartDashArray: string;
|
|
507
|
+
export const borderLineChartLineJoin: string;
|
|
508
|
+
export const borderLineChartWidth: string;
|
|
509
|
+
export const borderPanelHeaderWidth: string;
|
|
510
|
+
export const borderPanelTopWidth: string;
|
|
297
511
|
export const borderRadiusAlert: string;
|
|
298
512
|
export const borderRadiusBadge: string;
|
|
299
513
|
export const borderRadiusButton: string;
|
|
300
514
|
export const borderRadiusCalendarDayFocusRing: string;
|
|
515
|
+
export const borderRadiusCodeEditor: string;
|
|
301
516
|
export const borderRadiusContainer: string;
|
|
302
517
|
export const borderRadiusControlCircularFocusRing: string;
|
|
303
518
|
export const borderRadiusControlDefaultFocusRing: string;
|
|
304
519
|
export const borderRadiusDropdown: string;
|
|
520
|
+
export const borderRadiusDropzone: string;
|
|
305
521
|
export const borderRadiusFlashbar: string;
|
|
306
522
|
export const borderRadiusItem: string;
|
|
307
523
|
export const borderRadiusInput: string;
|
|
@@ -310,6 +526,37 @@ export const borderRadiusTabsFocusRing: string;
|
|
|
310
526
|
export const borderRadiusTiles: string;
|
|
311
527
|
export const borderRadiusToken: string;
|
|
312
528
|
export const borderRadiusTutorialPanelItem: string;
|
|
529
|
+
export const borderTableStickyWidth: string;
|
|
530
|
+
export const borderLinkFocusRingOutline: string;
|
|
531
|
+
export const borderLinkFocusRingShadowSpread: string;
|
|
532
|
+
export const motionDurationExtraFast: string;
|
|
533
|
+
export const motionDurationExtraSlow: string;
|
|
534
|
+
export const motionDurationFast: string;
|
|
535
|
+
export const motionDurationModerate: string;
|
|
536
|
+
export const motionDurationRefreshOnlyAmbient: string;
|
|
537
|
+
export const motionDurationRefreshOnlyFast: string;
|
|
538
|
+
export const motionDurationRefreshOnlyMedium: string;
|
|
539
|
+
export const motionDurationRefreshOnlySlow: string;
|
|
540
|
+
export const motionDurationRotate180: string;
|
|
541
|
+
export const motionDurationRotate90: string;
|
|
542
|
+
export const motionDurationShowPaced: string;
|
|
543
|
+
export const motionDurationShowQuick: string;
|
|
544
|
+
export const motionDurationSlow: string;
|
|
545
|
+
export const motionDurationTransitionQuick: string;
|
|
546
|
+
export const motionDurationTransitionShowPaced: string;
|
|
547
|
+
export const motionDurationTransitionShowQuick: string;
|
|
548
|
+
export const motionEasingEaseOutQuart: string;
|
|
549
|
+
export const motionEasingRefreshOnlyA: string;
|
|
550
|
+
export const motionEasingRefreshOnlyB: string;
|
|
551
|
+
export const motionEasingRefreshOnlyC: string;
|
|
552
|
+
export const motionEasingRefreshOnlyD: string;
|
|
553
|
+
export const motionEasingRotate180: string;
|
|
554
|
+
export const motionEasingRotate90: string;
|
|
555
|
+
export const motionEasingShowPaced: string;
|
|
556
|
+
export const motionEasingShowQuick: string;
|
|
557
|
+
export const motionEasingTransitionQuick: string;
|
|
558
|
+
export const motionEasingTransitionShowPaced: string;
|
|
559
|
+
export const motionEasingTransitionShowQuick: string;
|
|
313
560
|
export const motionEasingResponsive: string;
|
|
314
561
|
export const motionEasingSticky: string;
|
|
315
562
|
export const motionEasingExpressive: string;
|
|
@@ -320,8 +567,80 @@ export const motionKeyframesFadeIn: string;
|
|
|
320
567
|
export const motionKeyframesFadeOut: string;
|
|
321
568
|
export const motionKeyframesStatusIconError: string;
|
|
322
569
|
export const motionKeyframesScalePopup: string;
|
|
570
|
+
export const sizeCalendarGridWidth: string;
|
|
571
|
+
export const sizeControl: string;
|
|
572
|
+
export const sizeIconBig: string;
|
|
573
|
+
export const sizeIconLarge: string;
|
|
574
|
+
export const sizeIconMedium: string;
|
|
575
|
+
export const sizeIconNormal: string;
|
|
576
|
+
export const sizeTableSelectionHorizontal: string;
|
|
577
|
+
export const sizeVerticalInput: string;
|
|
578
|
+
export const sizeVerticalPanelIconOffset: string;
|
|
579
|
+
export const spaceAlertActionLeft: string;
|
|
580
|
+
export const spaceAlertHorizontal: string;
|
|
581
|
+
export const spaceAlertMessageRight: string;
|
|
582
|
+
export const spaceAlertVertical: string;
|
|
583
|
+
export const spaceButtonFocusOutlineGutter: string;
|
|
584
|
+
export const spaceButtonHorizontal: string;
|
|
585
|
+
export const spaceButtonIconFocusOutlineGutterVertical: string;
|
|
586
|
+
export const spaceButtonIconOnlyHorizontal: string;
|
|
587
|
+
export const spaceButtonInlineIconFocusOutlineGutter: string;
|
|
588
|
+
export const spaceButtonModalDismissVertical: string;
|
|
589
|
+
export const spaceCalendarGridFocusOutlineGutter: string;
|
|
590
|
+
export const spaceCalendarGridSelectedFocusOutlineGutter: string;
|
|
591
|
+
export const spaceCalendarGridGutter: string;
|
|
592
|
+
export const spaceCardHorizontal: string;
|
|
593
|
+
export const spaceCardVertical: string;
|
|
594
|
+
export const spaceCodeEditorStatusFocusOutlineGutter: string;
|
|
595
|
+
export const spaceContainerContentTop: string;
|
|
596
|
+
export const spaceContainerHeaderTop: string;
|
|
597
|
+
export const spaceContainerHeaderBottom: string;
|
|
323
598
|
export const spaceContainerHorizontal: string;
|
|
599
|
+
export const spaceContentHeaderPaddingBottom: string;
|
|
600
|
+
export const spaceDarkHeaderOverlapDistance: string;
|
|
601
|
+
export const spaceExpandableSectionIconOffsetTop: string;
|
|
324
602
|
export const spaceFieldHorizontal: string;
|
|
603
|
+
export const spaceFieldIconOffset: string;
|
|
604
|
+
export const spaceFilteringTokenDismissButtonFocusOutlineGutter: string;
|
|
605
|
+
export const spaceFilteringTokenOperationSelectFocusOutlineGutter: string;
|
|
606
|
+
export const spaceFlashbarActionLeft: string;
|
|
607
|
+
export const spaceFlashbarDismissRight: string;
|
|
608
|
+
export const spaceFlashbarHorizontal: string;
|
|
609
|
+
export const spaceGridGutter: string;
|
|
610
|
+
export const spaceKeyValueGap: string;
|
|
611
|
+
export const spaceLayoutContentBottom: string;
|
|
612
|
+
export const spaceLayoutContentHorizontal: string;
|
|
613
|
+
export const spaceLayoutToggleDiameter: string;
|
|
614
|
+
export const spaceLayoutTogglePadding: string;
|
|
615
|
+
export const spaceModalContentBottom: string;
|
|
616
|
+
export const spaceModalHorizontal: string;
|
|
617
|
+
export const spaceOptionIconBigTop: string;
|
|
618
|
+
export const spacePanelNavLeft: string;
|
|
619
|
+
export const spacePanelSideLeft: string;
|
|
620
|
+
export const spacePanelSideRight: string;
|
|
621
|
+
export const spacePanelSplitTop: string;
|
|
622
|
+
export const spaceSegmentedControlFocusOutlineGutter: string;
|
|
623
|
+
export const spaceTabsContentTop: string;
|
|
624
|
+
export const spaceTabsFocusOutlineGutter: string;
|
|
625
|
+
export const spaceTableContentBottom: string;
|
|
626
|
+
export const spaceTableEmbeddedHeaderTop: string;
|
|
627
|
+
export const spaceTableFooterHorizontal: string;
|
|
628
|
+
export const spaceTableHeaderFocusOutlineGutter: string;
|
|
629
|
+
export const spaceTableHeaderHorizontal: string;
|
|
630
|
+
export const spaceTableHeaderToolsBottom: string;
|
|
631
|
+
export const spaceTableHeaderToolsFullPageBottom: string;
|
|
632
|
+
export const spaceTableHorizontal: string;
|
|
633
|
+
export const spaceScaled2xNone: string;
|
|
634
|
+
export const spaceScaled2xXxxs: string;
|
|
635
|
+
export const spaceScaled2xXxs: string;
|
|
636
|
+
export const spaceScaled2xXs: string;
|
|
637
|
+
export const spaceScaled2xS: string;
|
|
638
|
+
export const spaceScaled2xM: string;
|
|
639
|
+
export const spaceScaled2xL: string;
|
|
640
|
+
export const spaceScaled2xXl: string;
|
|
641
|
+
export const spaceScaled2xXxl: string;
|
|
642
|
+
export const spaceScaled2xXxxl: string;
|
|
643
|
+
export const spaceScaledNone: string;
|
|
325
644
|
export const spaceScaledXxxs: string;
|
|
326
645
|
export const spaceScaledXxs: string;
|
|
327
646
|
export const spaceScaledXs: string;
|
|
@@ -340,4 +659,30 @@ export const spaceStaticL: string;
|
|
|
340
659
|
export const spaceStaticXl: string;
|
|
341
660
|
export const spaceStaticXxl: string;
|
|
342
661
|
export const spaceStaticXxxl: string;
|
|
343
|
-
export const
|
|
662
|
+
export const spaceNone: string;
|
|
663
|
+
export const spaceXxxs: string;
|
|
664
|
+
export const spaceXxs: string;
|
|
665
|
+
export const spaceXs: string;
|
|
666
|
+
export const spaceS: string;
|
|
667
|
+
export const spaceM: string;
|
|
668
|
+
export const spaceL: string;
|
|
669
|
+
export const spaceXl: string;
|
|
670
|
+
export const spaceXxl: string;
|
|
671
|
+
export const spaceXxxl: string;
|
|
672
|
+
export const shadowContainer: string;
|
|
673
|
+
export const shadowContainerStacked: string;
|
|
674
|
+
export const shadowContainerActive: string;
|
|
675
|
+
export const shadowDropdown: string;
|
|
676
|
+
export const shadowDropup: string;
|
|
677
|
+
export const shadowFlashCollapsed: string;
|
|
678
|
+
export const shadowFlashSticky: string;
|
|
679
|
+
export const shadowModal: string;
|
|
680
|
+
export const shadowPanel: string;
|
|
681
|
+
export const shadowPanelToggle: string;
|
|
682
|
+
export const shadowPopover: string;
|
|
683
|
+
export const shadowSplitBottom: string;
|
|
684
|
+
export const shadowSplitSide: string;
|
|
685
|
+
export const shadowSticky: string;
|
|
686
|
+
export const shadowStickyEmbedded: string;
|
|
687
|
+
export const shadowStickyColumnFirst: string;
|
|
688
|
+
export const shadowStickyColumnLast: string;
|