@cloudscape-design/chat-components 1.0.145 → 1.0.147
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/internal/api-docs/components/avatar.js +1 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +4 -0
- package/internal/generated/styles/tokens.js +4 -0
- package/internal/generated/theming/index.cjs +20 -0
- package/internal/generated/theming/index.cjs.d.ts +36 -0
- package/internal/generated/theming/index.d.ts +36 -0
- package/internal/generated/theming/index.js +20 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
package/internal/environment.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "chat-components";
|
|
2
|
-
export var PACKAGE_VERSION = "1.0.0 (
|
|
2
|
+
export var PACKAGE_VERSION = "1.0.0 (ea8f569d)";
|
|
3
3
|
export var THEME = "open-source-visual-refresh";
|
|
4
4
|
export var SYSTEM = "core";
|
|
5
5
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -652,6 +652,7 @@ export const fontPanelHeaderSize: string;
|
|
|
652
652
|
export const fontSizeBodyM: string;
|
|
653
653
|
export const fontSizeBodyS: string;
|
|
654
654
|
export const fontSizeDisplayL: string;
|
|
655
|
+
export const fontSizeDisplayXl: string;
|
|
655
656
|
export const fontSizeFormLabel: string;
|
|
656
657
|
export const fontSizeHeadingL: string;
|
|
657
658
|
export const fontSizeHeadingM: string;
|
|
@@ -668,6 +669,7 @@ export const fontWeightBold: string;
|
|
|
668
669
|
export const fontWeightBreadcrumbCurrent: string;
|
|
669
670
|
export const fontWeightButton: string;
|
|
670
671
|
export const fontWeightDisplayL: string;
|
|
672
|
+
export const fontWeightDisplayXl: string;
|
|
671
673
|
export const fontWeightFlashbarHeader: string;
|
|
672
674
|
export const fontWeightFormLabel: string;
|
|
673
675
|
export const fontWeightHeadingL: string;
|
|
@@ -683,6 +685,7 @@ export const fontWeightTabs: string;
|
|
|
683
685
|
export const fontWeightTabsDisabled: string;
|
|
684
686
|
export const letterSpacingBodyS: string;
|
|
685
687
|
export const letterSpacingDisplayL: string;
|
|
688
|
+
export const letterSpacingDisplayXl: string;
|
|
686
689
|
export const letterSpacingHeadingL: string;
|
|
687
690
|
export const letterSpacingHeadingM: string;
|
|
688
691
|
export const letterSpacingHeadingS: string;
|
|
@@ -691,6 +694,7 @@ export const letterSpacingHeadingXs: string;
|
|
|
691
694
|
export const lineHeightBodyM: string;
|
|
692
695
|
export const lineHeightBodyS: string;
|
|
693
696
|
export const lineHeightDisplayL: string;
|
|
697
|
+
export const lineHeightDisplayXl: string;
|
|
694
698
|
export const lineHeightFormLabel: string;
|
|
695
699
|
export const lineHeightHeadingL: string;
|
|
696
700
|
export const lineHeightHeadingM: string;
|
|
@@ -652,6 +652,7 @@ export var fontPanelHeaderSize = "var(--font-panel-header-size-33h9j8, 18px)";
|
|
|
652
652
|
export var fontSizeBodyM = "var(--font-size-body-m-a7nh2n, 14px)";
|
|
653
653
|
export var fontSizeBodyS = "var(--font-size-body-s-smc8cv, 12px)";
|
|
654
654
|
export var fontSizeDisplayL = "var(--font-size-display-l-wa6woo, 42px)";
|
|
655
|
+
export var fontSizeDisplayXl = "var(--font-size-display-xl-twzhl4, 64px)";
|
|
655
656
|
export var fontSizeFormLabel = "var(--font-size-form-label-mxiqd7, 14px)";
|
|
656
657
|
export var fontSizeHeadingL = "var(--font-size-heading-l-vnacx6, 20px)";
|
|
657
658
|
export var fontSizeHeadingM = "var(--font-size-heading-m-170yiy, 18px)";
|
|
@@ -668,6 +669,7 @@ export var fontWeightBold = "var(--font-weight-bold-fo1afg, 700)";
|
|
|
668
669
|
export var fontWeightBreadcrumbCurrent = "var(--font-weight-breadcrumb-current-v39mbh, 700)";
|
|
669
670
|
export var fontWeightButton = "var(--font-weight-button-0eg20c, 700)";
|
|
670
671
|
export var fontWeightDisplayL = "var(--font-weight-display-l-h5zsi8, 700)";
|
|
672
|
+
export var fontWeightDisplayXl = "var(--font-weight-display-xl-pdx6bm, 400)";
|
|
671
673
|
export var fontWeightFlashbarHeader = "var(--font-weight-flashbar-header-fg5kye, 700)";
|
|
672
674
|
export var fontWeightFormLabel = "var(--font-weight-form-label-mrg9ef, 700)";
|
|
673
675
|
export var fontWeightHeadingL = "var(--font-weight-heading-l-0t6dwc, 700)";
|
|
@@ -683,6 +685,7 @@ export var fontWeightTabs = "var(--font-weight-tabs-ichxzl, 700)";
|
|
|
683
685
|
export var fontWeightTabsDisabled = "var(--font-weight-tabs-disabled-v5r551, 700)";
|
|
684
686
|
export var letterSpacingBodyS = "var(--letter-spacing-body-s-gq78ok, 0.005em)";
|
|
685
687
|
export var letterSpacingDisplayL = "var(--letter-spacing-display-l-elyyxk, -0.03em)";
|
|
688
|
+
export var letterSpacingDisplayXl = "var(--letter-spacing-display-xl-yptw1j, -0.03em)";
|
|
686
689
|
export var letterSpacingHeadingL = "var(--letter-spacing-heading-l-5v6ibv, -0.015em)";
|
|
687
690
|
export var letterSpacingHeadingM = "var(--letter-spacing-heading-m-29ewnk, -0.010em)";
|
|
688
691
|
export var letterSpacingHeadingS = "var(--letter-spacing-heading-s-4st9ep, -0.005em)";
|
|
@@ -691,6 +694,7 @@ export var letterSpacingHeadingXs = "var(--letter-spacing-heading-xs-fgog7a, nor
|
|
|
691
694
|
export var lineHeightBodyM = "var(--line-height-body-m-2mh3ke, 20px)";
|
|
692
695
|
export var lineHeightBodyS = "var(--line-height-body-s-nu5hx1, 16px)";
|
|
693
696
|
export var lineHeightDisplayL = "var(--line-height-display-l-vwanzp, 48px)";
|
|
697
|
+
export var lineHeightDisplayXl = "var(--line-height-display-xl-e5ij0u, 72px)";
|
|
694
698
|
export var lineHeightFormLabel = "var(--line-height-form-label-asu26u, 20px)";
|
|
695
699
|
export var lineHeightHeadingL = "var(--line-height-heading-l-mg5bx6, 24px)";
|
|
696
700
|
export var lineHeightHeadingM = "var(--line-height-heading-m-uoaqdh, 22px)";
|
|
@@ -2592,6 +2592,7 @@ module.exports.preset = {
|
|
|
2592
2592
|
"fontSizeBodyM": "14px",
|
|
2593
2593
|
"fontSizeBodyS": "12px",
|
|
2594
2594
|
"fontSizeDisplayL": "42px",
|
|
2595
|
+
"fontSizeDisplayXl": "64px",
|
|
2595
2596
|
"fontSizeFormLabel": "{fontSizeBodyM}",
|
|
2596
2597
|
"fontSizeHeadingL": "20px",
|
|
2597
2598
|
"fontSizeHeadingM": "18px",
|
|
@@ -2608,6 +2609,7 @@ module.exports.preset = {
|
|
|
2608
2609
|
"fontWeightBreadcrumbCurrent": "{fontWeightBold}",
|
|
2609
2610
|
"fontWeightButton": "700",
|
|
2610
2611
|
"fontWeightDisplayL": "700",
|
|
2612
|
+
"fontWeightDisplayXl": "400",
|
|
2611
2613
|
"fontWeightFlashbarHeader": "700",
|
|
2612
2614
|
"fontWeightFormLabel": "{fontDisplayLabelWeight}",
|
|
2613
2615
|
"fontWeightHeadingL": "700",
|
|
@@ -2623,6 +2625,7 @@ module.exports.preset = {
|
|
|
2623
2625
|
"fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
|
|
2624
2626
|
"letterSpacingBodyS": "0.005em",
|
|
2625
2627
|
"letterSpacingDisplayL": "-0.03em",
|
|
2628
|
+
"letterSpacingDisplayXl": "-0.03em",
|
|
2626
2629
|
"letterSpacingHeadingL": "-0.015em",
|
|
2627
2630
|
"letterSpacingHeadingM": "-0.010em",
|
|
2628
2631
|
"letterSpacingHeadingS": "-0.005em",
|
|
@@ -2631,6 +2634,7 @@ module.exports.preset = {
|
|
|
2631
2634
|
"lineHeightBodyM": "20px",
|
|
2632
2635
|
"lineHeightBodyS": "16px",
|
|
2633
2636
|
"lineHeightDisplayL": "48px",
|
|
2637
|
+
"lineHeightDisplayXl": "72px",
|
|
2634
2638
|
"lineHeightFormLabel": "{lineHeightBodyM}",
|
|
2635
2639
|
"lineHeightHeadingL": "24px",
|
|
2636
2640
|
"lineHeightHeadingM": "22px",
|
|
@@ -14168,6 +14172,7 @@ module.exports.preset = {
|
|
|
14168
14172
|
"fontSizeBodyM",
|
|
14169
14173
|
"fontSizeBodyS",
|
|
14170
14174
|
"fontSizeDisplayL",
|
|
14175
|
+
"fontSizeDisplayXl",
|
|
14171
14176
|
"fontSizeFormLabel",
|
|
14172
14177
|
"fontSizeHeadingL",
|
|
14173
14178
|
"fontSizeHeadingM",
|
|
@@ -14181,6 +14186,7 @@ module.exports.preset = {
|
|
|
14181
14186
|
"fontWeightBreadcrumbCurrent",
|
|
14182
14187
|
"fontWeightButton",
|
|
14183
14188
|
"fontWeightDisplayL",
|
|
14189
|
+
"fontWeightDisplayXl",
|
|
14184
14190
|
"fontWeightFlashbarHeader",
|
|
14185
14191
|
"fontWeightFormLabel",
|
|
14186
14192
|
"fontWeightHeadingL",
|
|
@@ -14195,6 +14201,7 @@ module.exports.preset = {
|
|
|
14195
14201
|
"fontWeightTabs",
|
|
14196
14202
|
"fontWeightTabsDisabled",
|
|
14197
14203
|
"letterSpacingDisplayL",
|
|
14204
|
+
"letterSpacingDisplayXl",
|
|
14198
14205
|
"letterSpacingHeadingL",
|
|
14199
14206
|
"letterSpacingHeadingM",
|
|
14200
14207
|
"letterSpacingHeadingS",
|
|
@@ -14203,6 +14210,7 @@ module.exports.preset = {
|
|
|
14203
14210
|
"lineHeightBodyM",
|
|
14204
14211
|
"lineHeightBodyS",
|
|
14205
14212
|
"lineHeightDisplayL",
|
|
14213
|
+
"lineHeightDisplayXl",
|
|
14206
14214
|
"lineHeightFormLabel",
|
|
14207
14215
|
"lineHeightHeadingL",
|
|
14208
14216
|
"lineHeightHeadingM",
|
|
@@ -14680,6 +14688,7 @@ module.exports.preset = {
|
|
|
14680
14688
|
"fontSizeBodyM",
|
|
14681
14689
|
"fontSizeBodyS",
|
|
14682
14690
|
"fontSizeDisplayL",
|
|
14691
|
+
"fontSizeDisplayXl",
|
|
14683
14692
|
"fontSizeHeadingL",
|
|
14684
14693
|
"fontSizeHeadingM",
|
|
14685
14694
|
"fontSizeHeadingS",
|
|
@@ -14690,6 +14699,7 @@ module.exports.preset = {
|
|
|
14690
14699
|
"fontWeightBold",
|
|
14691
14700
|
"fontWeightButton",
|
|
14692
14701
|
"fontWeightDisplayL",
|
|
14702
|
+
"fontWeightDisplayXl",
|
|
14693
14703
|
"fontWeightFlashbarHeader",
|
|
14694
14704
|
"fontWeightHeadingL",
|
|
14695
14705
|
"fontWeightHeadingM",
|
|
@@ -14702,6 +14712,7 @@ module.exports.preset = {
|
|
|
14702
14712
|
"fontWeightTabs",
|
|
14703
14713
|
"fontWeightTabsDisabled",
|
|
14704
14714
|
"letterSpacingDisplayL",
|
|
14715
|
+
"letterSpacingDisplayXl",
|
|
14705
14716
|
"letterSpacingHeadingL",
|
|
14706
14717
|
"letterSpacingHeadingM",
|
|
14707
14718
|
"letterSpacingHeadingS",
|
|
@@ -14710,6 +14721,7 @@ module.exports.preset = {
|
|
|
14710
14721
|
"lineHeightBodyM",
|
|
14711
14722
|
"lineHeightBodyS",
|
|
14712
14723
|
"lineHeightDisplayL",
|
|
14724
|
+
"lineHeightDisplayXl",
|
|
14713
14725
|
"lineHeightHeadingL",
|
|
14714
14726
|
"lineHeightHeadingM",
|
|
14715
14727
|
"lineHeightHeadingS",
|
|
@@ -15474,6 +15486,7 @@ module.exports.preset = {
|
|
|
15474
15486
|
"fontSizeBodyM": "font-size-body-m",
|
|
15475
15487
|
"fontSizeBodyS": "font-size-body-s",
|
|
15476
15488
|
"fontSizeDisplayL": "font-size-display-l",
|
|
15489
|
+
"fontSizeDisplayXl": "font-size-display-xl",
|
|
15477
15490
|
"fontSizeFormLabel": "font-size-form-label",
|
|
15478
15491
|
"fontSizeHeadingL": "font-size-heading-l",
|
|
15479
15492
|
"fontSizeHeadingM": "font-size-heading-m",
|
|
@@ -15490,6 +15503,7 @@ module.exports.preset = {
|
|
|
15490
15503
|
"fontWeightBreadcrumbCurrent": "font-weight-breadcrumb-current",
|
|
15491
15504
|
"fontWeightButton": "font-weight-button",
|
|
15492
15505
|
"fontWeightDisplayL": "font-weight-display-l",
|
|
15506
|
+
"fontWeightDisplayXl": "font-weight-display-xl",
|
|
15493
15507
|
"fontWeightFlashbarHeader": "font-weight-flashbar-header",
|
|
15494
15508
|
"fontWeightFormLabel": "font-weight-form-label",
|
|
15495
15509
|
"fontWeightHeadingL": "font-weight-heading-l",
|
|
@@ -15505,6 +15519,7 @@ module.exports.preset = {
|
|
|
15505
15519
|
"fontWeightTabsDisabled": "font-weight-tabs-disabled",
|
|
15506
15520
|
"letterSpacingBodyS": "letter-spacing-body-s",
|
|
15507
15521
|
"letterSpacingDisplayL": "letter-spacing-display-l",
|
|
15522
|
+
"letterSpacingDisplayXl": "letter-spacing-display-xl",
|
|
15508
15523
|
"letterSpacingHeadingL": "letter-spacing-heading-l",
|
|
15509
15524
|
"letterSpacingHeadingM": "letter-spacing-heading-m",
|
|
15510
15525
|
"letterSpacingHeadingS": "letter-spacing-heading-s",
|
|
@@ -15513,6 +15528,7 @@ module.exports.preset = {
|
|
|
15513
15528
|
"lineHeightBodyM": "line-height-body-m",
|
|
15514
15529
|
"lineHeightBodyS": "line-height-body-s",
|
|
15515
15530
|
"lineHeightDisplayL": "line-height-display-l",
|
|
15531
|
+
"lineHeightDisplayXl": "line-height-display-xl",
|
|
15516
15532
|
"lineHeightFormLabel": "line-height-form-label",
|
|
15517
15533
|
"lineHeightHeadingL": "line-height-heading-l",
|
|
15518
15534
|
"lineHeightHeadingM": "line-height-heading-m",
|
|
@@ -16440,6 +16456,7 @@ module.exports.preset = {
|
|
|
16440
16456
|
"fontSizeBodyM": "--font-size-body-m-a7nh2n",
|
|
16441
16457
|
"fontSizeBodyS": "--font-size-body-s-smc8cv",
|
|
16442
16458
|
"fontSizeDisplayL": "--font-size-display-l-wa6woo",
|
|
16459
|
+
"fontSizeDisplayXl": "--font-size-display-xl-twzhl4",
|
|
16443
16460
|
"fontSizeFormLabel": "--font-size-form-label-mxiqd7",
|
|
16444
16461
|
"fontSizeHeadingL": "--font-size-heading-l-vnacx6",
|
|
16445
16462
|
"fontSizeHeadingM": "--font-size-heading-m-170yiy",
|
|
@@ -16456,6 +16473,7 @@ module.exports.preset = {
|
|
|
16456
16473
|
"fontWeightBreadcrumbCurrent": "--font-weight-breadcrumb-current-v39mbh",
|
|
16457
16474
|
"fontWeightButton": "--font-weight-button-0eg20c",
|
|
16458
16475
|
"fontWeightDisplayL": "--font-weight-display-l-h5zsi8",
|
|
16476
|
+
"fontWeightDisplayXl": "--font-weight-display-xl-pdx6bm",
|
|
16459
16477
|
"fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
|
|
16460
16478
|
"fontWeightFormLabel": "--font-weight-form-label-mrg9ef",
|
|
16461
16479
|
"fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
|
|
@@ -16471,6 +16489,7 @@ module.exports.preset = {
|
|
|
16471
16489
|
"fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
|
|
16472
16490
|
"letterSpacingBodyS": "--letter-spacing-body-s-gq78ok",
|
|
16473
16491
|
"letterSpacingDisplayL": "--letter-spacing-display-l-elyyxk",
|
|
16492
|
+
"letterSpacingDisplayXl": "--letter-spacing-display-xl-yptw1j",
|
|
16474
16493
|
"letterSpacingHeadingL": "--letter-spacing-heading-l-5v6ibv",
|
|
16475
16494
|
"letterSpacingHeadingM": "--letter-spacing-heading-m-29ewnk",
|
|
16476
16495
|
"letterSpacingHeadingS": "--letter-spacing-heading-s-4st9ep",
|
|
@@ -16479,6 +16498,7 @@ module.exports.preset = {
|
|
|
16479
16498
|
"lineHeightBodyM": "--line-height-body-m-2mh3ke",
|
|
16480
16499
|
"lineHeightBodyS": "--line-height-body-s-nu5hx1",
|
|
16481
16500
|
"lineHeightDisplayL": "--line-height-display-l-vwanzp",
|
|
16501
|
+
"lineHeightDisplayXl": "--line-height-display-xl-e5ij0u",
|
|
16482
16502
|
"lineHeightFormLabel": "--line-height-form-label-asu26u",
|
|
16483
16503
|
"lineHeightHeadingL": "--line-height-heading-l-mg5bx6",
|
|
16484
16504
|
"lineHeightHeadingM": "--line-height-heading-m-uoaqdh",
|
|
@@ -320,6 +320,7 @@ export declare interface TypedOverride {
|
|
|
320
320
|
fontSizeBodyM?: GlobalValue;
|
|
321
321
|
fontSizeBodyS?: GlobalValue;
|
|
322
322
|
fontSizeDisplayL?: GlobalValue;
|
|
323
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
323
324
|
fontSizeFormLabel?: GlobalValue;
|
|
324
325
|
fontSizeHeadingL?: GlobalValue;
|
|
325
326
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -333,6 +334,7 @@ export declare interface TypedOverride {
|
|
|
333
334
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
334
335
|
fontWeightButton?: GlobalValue;
|
|
335
336
|
fontWeightDisplayL?: GlobalValue;
|
|
337
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
336
338
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
337
339
|
fontWeightFormLabel?: GlobalValue;
|
|
338
340
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -347,6 +349,7 @@ export declare interface TypedOverride {
|
|
|
347
349
|
fontWeightTabs?: GlobalValue;
|
|
348
350
|
fontWeightTabsDisabled?: GlobalValue;
|
|
349
351
|
letterSpacingDisplayL?: GlobalValue;
|
|
352
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
350
353
|
letterSpacingHeadingL?: GlobalValue;
|
|
351
354
|
letterSpacingHeadingM?: GlobalValue;
|
|
352
355
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -355,6 +358,7 @@ export declare interface TypedOverride {
|
|
|
355
358
|
lineHeightBodyM?: GlobalValue;
|
|
356
359
|
lineHeightBodyS?: GlobalValue;
|
|
357
360
|
lineHeightDisplayL?: GlobalValue;
|
|
361
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
358
362
|
lineHeightFormLabel?: GlobalValue;
|
|
359
363
|
lineHeightHeadingL?: GlobalValue;
|
|
360
364
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -750,6 +754,7 @@ export declare interface TypedOverride {
|
|
|
750
754
|
fontSizeBodyM?: GlobalValue;
|
|
751
755
|
fontSizeBodyS?: GlobalValue;
|
|
752
756
|
fontSizeDisplayL?: GlobalValue;
|
|
757
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
753
758
|
fontSizeFormLabel?: GlobalValue;
|
|
754
759
|
fontSizeHeadingL?: GlobalValue;
|
|
755
760
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -763,6 +768,7 @@ export declare interface TypedOverride {
|
|
|
763
768
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
764
769
|
fontWeightButton?: GlobalValue;
|
|
765
770
|
fontWeightDisplayL?: GlobalValue;
|
|
771
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
766
772
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
767
773
|
fontWeightFormLabel?: GlobalValue;
|
|
768
774
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -777,6 +783,7 @@ export declare interface TypedOverride {
|
|
|
777
783
|
fontWeightTabs?: GlobalValue;
|
|
778
784
|
fontWeightTabsDisabled?: GlobalValue;
|
|
779
785
|
letterSpacingDisplayL?: GlobalValue;
|
|
786
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
780
787
|
letterSpacingHeadingL?: GlobalValue;
|
|
781
788
|
letterSpacingHeadingM?: GlobalValue;
|
|
782
789
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -785,6 +792,7 @@ export declare interface TypedOverride {
|
|
|
785
792
|
lineHeightBodyM?: GlobalValue;
|
|
786
793
|
lineHeightBodyS?: GlobalValue;
|
|
787
794
|
lineHeightDisplayL?: GlobalValue;
|
|
795
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
788
796
|
lineHeightFormLabel?: GlobalValue;
|
|
789
797
|
lineHeightHeadingL?: GlobalValue;
|
|
790
798
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -1180,6 +1188,7 @@ export declare interface TypedOverride {
|
|
|
1180
1188
|
fontSizeBodyM?: GlobalValue;
|
|
1181
1189
|
fontSizeBodyS?: GlobalValue;
|
|
1182
1190
|
fontSizeDisplayL?: GlobalValue;
|
|
1191
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
1183
1192
|
fontSizeFormLabel?: GlobalValue;
|
|
1184
1193
|
fontSizeHeadingL?: GlobalValue;
|
|
1185
1194
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -1193,6 +1202,7 @@ export declare interface TypedOverride {
|
|
|
1193
1202
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1194
1203
|
fontWeightButton?: GlobalValue;
|
|
1195
1204
|
fontWeightDisplayL?: GlobalValue;
|
|
1205
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
1196
1206
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1197
1207
|
fontWeightFormLabel?: GlobalValue;
|
|
1198
1208
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -1207,6 +1217,7 @@ export declare interface TypedOverride {
|
|
|
1207
1217
|
fontWeightTabs?: GlobalValue;
|
|
1208
1218
|
fontWeightTabsDisabled?: GlobalValue;
|
|
1209
1219
|
letterSpacingDisplayL?: GlobalValue;
|
|
1220
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
1210
1221
|
letterSpacingHeadingL?: GlobalValue;
|
|
1211
1222
|
letterSpacingHeadingM?: GlobalValue;
|
|
1212
1223
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -1215,6 +1226,7 @@ export declare interface TypedOverride {
|
|
|
1215
1226
|
lineHeightBodyM?: GlobalValue;
|
|
1216
1227
|
lineHeightBodyS?: GlobalValue;
|
|
1217
1228
|
lineHeightDisplayL?: GlobalValue;
|
|
1229
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
1218
1230
|
lineHeightFormLabel?: GlobalValue;
|
|
1219
1231
|
lineHeightHeadingL?: GlobalValue;
|
|
1220
1232
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -1610,6 +1622,7 @@ export declare interface TypedOverride {
|
|
|
1610
1622
|
fontSizeBodyM?: GlobalValue;
|
|
1611
1623
|
fontSizeBodyS?: GlobalValue;
|
|
1612
1624
|
fontSizeDisplayL?: GlobalValue;
|
|
1625
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
1613
1626
|
fontSizeFormLabel?: GlobalValue;
|
|
1614
1627
|
fontSizeHeadingL?: GlobalValue;
|
|
1615
1628
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -1623,6 +1636,7 @@ export declare interface TypedOverride {
|
|
|
1623
1636
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1624
1637
|
fontWeightButton?: GlobalValue;
|
|
1625
1638
|
fontWeightDisplayL?: GlobalValue;
|
|
1639
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
1626
1640
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1627
1641
|
fontWeightFormLabel?: GlobalValue;
|
|
1628
1642
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -1637,6 +1651,7 @@ export declare interface TypedOverride {
|
|
|
1637
1651
|
fontWeightTabs?: GlobalValue;
|
|
1638
1652
|
fontWeightTabsDisabled?: GlobalValue;
|
|
1639
1653
|
letterSpacingDisplayL?: GlobalValue;
|
|
1654
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
1640
1655
|
letterSpacingHeadingL?: GlobalValue;
|
|
1641
1656
|
letterSpacingHeadingM?: GlobalValue;
|
|
1642
1657
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -1645,6 +1660,7 @@ export declare interface TypedOverride {
|
|
|
1645
1660
|
lineHeightBodyM?: GlobalValue;
|
|
1646
1661
|
lineHeightBodyS?: GlobalValue;
|
|
1647
1662
|
lineHeightDisplayL?: GlobalValue;
|
|
1663
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
1648
1664
|
lineHeightFormLabel?: GlobalValue;
|
|
1649
1665
|
lineHeightHeadingL?: GlobalValue;
|
|
1650
1666
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2040,6 +2056,7 @@ export declare interface TypedOverride {
|
|
|
2040
2056
|
fontSizeBodyM?: GlobalValue;
|
|
2041
2057
|
fontSizeBodyS?: GlobalValue;
|
|
2042
2058
|
fontSizeDisplayL?: GlobalValue;
|
|
2059
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
2043
2060
|
fontSizeFormLabel?: GlobalValue;
|
|
2044
2061
|
fontSizeHeadingL?: GlobalValue;
|
|
2045
2062
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -2053,6 +2070,7 @@ export declare interface TypedOverride {
|
|
|
2053
2070
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2054
2071
|
fontWeightButton?: GlobalValue;
|
|
2055
2072
|
fontWeightDisplayL?: GlobalValue;
|
|
2073
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
2056
2074
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2057
2075
|
fontWeightFormLabel?: GlobalValue;
|
|
2058
2076
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -2067,6 +2085,7 @@ export declare interface TypedOverride {
|
|
|
2067
2085
|
fontWeightTabs?: GlobalValue;
|
|
2068
2086
|
fontWeightTabsDisabled?: GlobalValue;
|
|
2069
2087
|
letterSpacingDisplayL?: GlobalValue;
|
|
2088
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
2070
2089
|
letterSpacingHeadingL?: GlobalValue;
|
|
2071
2090
|
letterSpacingHeadingM?: GlobalValue;
|
|
2072
2091
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -2075,6 +2094,7 @@ export declare interface TypedOverride {
|
|
|
2075
2094
|
lineHeightBodyM?: GlobalValue;
|
|
2076
2095
|
lineHeightBodyS?: GlobalValue;
|
|
2077
2096
|
lineHeightDisplayL?: GlobalValue;
|
|
2097
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
2078
2098
|
lineHeightFormLabel?: GlobalValue;
|
|
2079
2099
|
lineHeightHeadingL?: GlobalValue;
|
|
2080
2100
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2470,6 +2490,7 @@ export declare interface TypedOverride {
|
|
|
2470
2490
|
fontSizeBodyM?: GlobalValue;
|
|
2471
2491
|
fontSizeBodyS?: GlobalValue;
|
|
2472
2492
|
fontSizeDisplayL?: GlobalValue;
|
|
2493
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
2473
2494
|
fontSizeFormLabel?: GlobalValue;
|
|
2474
2495
|
fontSizeHeadingL?: GlobalValue;
|
|
2475
2496
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -2483,6 +2504,7 @@ export declare interface TypedOverride {
|
|
|
2483
2504
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2484
2505
|
fontWeightButton?: GlobalValue;
|
|
2485
2506
|
fontWeightDisplayL?: GlobalValue;
|
|
2507
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
2486
2508
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2487
2509
|
fontWeightFormLabel?: GlobalValue;
|
|
2488
2510
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -2497,6 +2519,7 @@ export declare interface TypedOverride {
|
|
|
2497
2519
|
fontWeightTabs?: GlobalValue;
|
|
2498
2520
|
fontWeightTabsDisabled?: GlobalValue;
|
|
2499
2521
|
letterSpacingDisplayL?: GlobalValue;
|
|
2522
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
2500
2523
|
letterSpacingHeadingL?: GlobalValue;
|
|
2501
2524
|
letterSpacingHeadingM?: GlobalValue;
|
|
2502
2525
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -2505,6 +2528,7 @@ export declare interface TypedOverride {
|
|
|
2505
2528
|
lineHeightBodyM?: GlobalValue;
|
|
2506
2529
|
lineHeightBodyS?: GlobalValue;
|
|
2507
2530
|
lineHeightDisplayL?: GlobalValue;
|
|
2531
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
2508
2532
|
lineHeightFormLabel?: GlobalValue;
|
|
2509
2533
|
lineHeightHeadingL?: GlobalValue;
|
|
2510
2534
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2900,6 +2924,7 @@ export declare interface TypedOverride {
|
|
|
2900
2924
|
fontSizeBodyM?: GlobalValue;
|
|
2901
2925
|
fontSizeBodyS?: GlobalValue;
|
|
2902
2926
|
fontSizeDisplayL?: GlobalValue;
|
|
2927
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
2903
2928
|
fontSizeFormLabel?: GlobalValue;
|
|
2904
2929
|
fontSizeHeadingL?: GlobalValue;
|
|
2905
2930
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -2913,6 +2938,7 @@ export declare interface TypedOverride {
|
|
|
2913
2938
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2914
2939
|
fontWeightButton?: GlobalValue;
|
|
2915
2940
|
fontWeightDisplayL?: GlobalValue;
|
|
2941
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
2916
2942
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2917
2943
|
fontWeightFormLabel?: GlobalValue;
|
|
2918
2944
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -2927,6 +2953,7 @@ export declare interface TypedOverride {
|
|
|
2927
2953
|
fontWeightTabs?: GlobalValue;
|
|
2928
2954
|
fontWeightTabsDisabled?: GlobalValue;
|
|
2929
2955
|
letterSpacingDisplayL?: GlobalValue;
|
|
2956
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
2930
2957
|
letterSpacingHeadingL?: GlobalValue;
|
|
2931
2958
|
letterSpacingHeadingM?: GlobalValue;
|
|
2932
2959
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -2935,6 +2962,7 @@ export declare interface TypedOverride {
|
|
|
2935
2962
|
lineHeightBodyM?: GlobalValue;
|
|
2936
2963
|
lineHeightBodyS?: GlobalValue;
|
|
2937
2964
|
lineHeightDisplayL?: GlobalValue;
|
|
2965
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
2938
2966
|
lineHeightFormLabel?: GlobalValue;
|
|
2939
2967
|
lineHeightHeadingL?: GlobalValue;
|
|
2940
2968
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -3330,6 +3358,7 @@ export declare interface TypedOverride {
|
|
|
3330
3358
|
fontSizeBodyM?: GlobalValue;
|
|
3331
3359
|
fontSizeBodyS?: GlobalValue;
|
|
3332
3360
|
fontSizeDisplayL?: GlobalValue;
|
|
3361
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
3333
3362
|
fontSizeFormLabel?: GlobalValue;
|
|
3334
3363
|
fontSizeHeadingL?: GlobalValue;
|
|
3335
3364
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -3343,6 +3372,7 @@ export declare interface TypedOverride {
|
|
|
3343
3372
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
3344
3373
|
fontWeightButton?: GlobalValue;
|
|
3345
3374
|
fontWeightDisplayL?: GlobalValue;
|
|
3375
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
3346
3376
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
3347
3377
|
fontWeightFormLabel?: GlobalValue;
|
|
3348
3378
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -3357,6 +3387,7 @@ export declare interface TypedOverride {
|
|
|
3357
3387
|
fontWeightTabs?: GlobalValue;
|
|
3358
3388
|
fontWeightTabsDisabled?: GlobalValue;
|
|
3359
3389
|
letterSpacingDisplayL?: GlobalValue;
|
|
3390
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
3360
3391
|
letterSpacingHeadingL?: GlobalValue;
|
|
3361
3392
|
letterSpacingHeadingM?: GlobalValue;
|
|
3362
3393
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -3365,6 +3396,7 @@ export declare interface TypedOverride {
|
|
|
3365
3396
|
lineHeightBodyM?: GlobalValue;
|
|
3366
3397
|
lineHeightBodyS?: GlobalValue;
|
|
3367
3398
|
lineHeightDisplayL?: GlobalValue;
|
|
3399
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
3368
3400
|
lineHeightFormLabel?: GlobalValue;
|
|
3369
3401
|
lineHeightHeadingL?: GlobalValue;
|
|
3370
3402
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -3760,6 +3792,7 @@ export declare interface TypedOverride {
|
|
|
3760
3792
|
fontSizeBodyM?: GlobalValue;
|
|
3761
3793
|
fontSizeBodyS?: GlobalValue;
|
|
3762
3794
|
fontSizeDisplayL?: GlobalValue;
|
|
3795
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
3763
3796
|
fontSizeFormLabel?: GlobalValue;
|
|
3764
3797
|
fontSizeHeadingL?: GlobalValue;
|
|
3765
3798
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -3773,6 +3806,7 @@ export declare interface TypedOverride {
|
|
|
3773
3806
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
3774
3807
|
fontWeightButton?: GlobalValue;
|
|
3775
3808
|
fontWeightDisplayL?: GlobalValue;
|
|
3809
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
3776
3810
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
3777
3811
|
fontWeightFormLabel?: GlobalValue;
|
|
3778
3812
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -3787,6 +3821,7 @@ export declare interface TypedOverride {
|
|
|
3787
3821
|
fontWeightTabs?: GlobalValue;
|
|
3788
3822
|
fontWeightTabsDisabled?: GlobalValue;
|
|
3789
3823
|
letterSpacingDisplayL?: GlobalValue;
|
|
3824
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
3790
3825
|
letterSpacingHeadingL?: GlobalValue;
|
|
3791
3826
|
letterSpacingHeadingM?: GlobalValue;
|
|
3792
3827
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -3795,6 +3830,7 @@ export declare interface TypedOverride {
|
|
|
3795
3830
|
lineHeightBodyM?: GlobalValue;
|
|
3796
3831
|
lineHeightBodyS?: GlobalValue;
|
|
3797
3832
|
lineHeightDisplayL?: GlobalValue;
|
|
3833
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
3798
3834
|
lineHeightFormLabel?: GlobalValue;
|
|
3799
3835
|
lineHeightHeadingL?: GlobalValue;
|
|
3800
3836
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -320,6 +320,7 @@ export declare interface TypedOverride {
|
|
|
320
320
|
fontSizeBodyM?: GlobalValue;
|
|
321
321
|
fontSizeBodyS?: GlobalValue;
|
|
322
322
|
fontSizeDisplayL?: GlobalValue;
|
|
323
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
323
324
|
fontSizeFormLabel?: GlobalValue;
|
|
324
325
|
fontSizeHeadingL?: GlobalValue;
|
|
325
326
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -333,6 +334,7 @@ export declare interface TypedOverride {
|
|
|
333
334
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
334
335
|
fontWeightButton?: GlobalValue;
|
|
335
336
|
fontWeightDisplayL?: GlobalValue;
|
|
337
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
336
338
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
337
339
|
fontWeightFormLabel?: GlobalValue;
|
|
338
340
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -347,6 +349,7 @@ export declare interface TypedOverride {
|
|
|
347
349
|
fontWeightTabs?: GlobalValue;
|
|
348
350
|
fontWeightTabsDisabled?: GlobalValue;
|
|
349
351
|
letterSpacingDisplayL?: GlobalValue;
|
|
352
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
350
353
|
letterSpacingHeadingL?: GlobalValue;
|
|
351
354
|
letterSpacingHeadingM?: GlobalValue;
|
|
352
355
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -355,6 +358,7 @@ export declare interface TypedOverride {
|
|
|
355
358
|
lineHeightBodyM?: GlobalValue;
|
|
356
359
|
lineHeightBodyS?: GlobalValue;
|
|
357
360
|
lineHeightDisplayL?: GlobalValue;
|
|
361
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
358
362
|
lineHeightFormLabel?: GlobalValue;
|
|
359
363
|
lineHeightHeadingL?: GlobalValue;
|
|
360
364
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -750,6 +754,7 @@ export declare interface TypedOverride {
|
|
|
750
754
|
fontSizeBodyM?: GlobalValue;
|
|
751
755
|
fontSizeBodyS?: GlobalValue;
|
|
752
756
|
fontSizeDisplayL?: GlobalValue;
|
|
757
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
753
758
|
fontSizeFormLabel?: GlobalValue;
|
|
754
759
|
fontSizeHeadingL?: GlobalValue;
|
|
755
760
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -763,6 +768,7 @@ export declare interface TypedOverride {
|
|
|
763
768
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
764
769
|
fontWeightButton?: GlobalValue;
|
|
765
770
|
fontWeightDisplayL?: GlobalValue;
|
|
771
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
766
772
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
767
773
|
fontWeightFormLabel?: GlobalValue;
|
|
768
774
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -777,6 +783,7 @@ export declare interface TypedOverride {
|
|
|
777
783
|
fontWeightTabs?: GlobalValue;
|
|
778
784
|
fontWeightTabsDisabled?: GlobalValue;
|
|
779
785
|
letterSpacingDisplayL?: GlobalValue;
|
|
786
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
780
787
|
letterSpacingHeadingL?: GlobalValue;
|
|
781
788
|
letterSpacingHeadingM?: GlobalValue;
|
|
782
789
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -785,6 +792,7 @@ export declare interface TypedOverride {
|
|
|
785
792
|
lineHeightBodyM?: GlobalValue;
|
|
786
793
|
lineHeightBodyS?: GlobalValue;
|
|
787
794
|
lineHeightDisplayL?: GlobalValue;
|
|
795
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
788
796
|
lineHeightFormLabel?: GlobalValue;
|
|
789
797
|
lineHeightHeadingL?: GlobalValue;
|
|
790
798
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -1180,6 +1188,7 @@ export declare interface TypedOverride {
|
|
|
1180
1188
|
fontSizeBodyM?: GlobalValue;
|
|
1181
1189
|
fontSizeBodyS?: GlobalValue;
|
|
1182
1190
|
fontSizeDisplayL?: GlobalValue;
|
|
1191
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
1183
1192
|
fontSizeFormLabel?: GlobalValue;
|
|
1184
1193
|
fontSizeHeadingL?: GlobalValue;
|
|
1185
1194
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -1193,6 +1202,7 @@ export declare interface TypedOverride {
|
|
|
1193
1202
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1194
1203
|
fontWeightButton?: GlobalValue;
|
|
1195
1204
|
fontWeightDisplayL?: GlobalValue;
|
|
1205
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
1196
1206
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1197
1207
|
fontWeightFormLabel?: GlobalValue;
|
|
1198
1208
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -1207,6 +1217,7 @@ export declare interface TypedOverride {
|
|
|
1207
1217
|
fontWeightTabs?: GlobalValue;
|
|
1208
1218
|
fontWeightTabsDisabled?: GlobalValue;
|
|
1209
1219
|
letterSpacingDisplayL?: GlobalValue;
|
|
1220
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
1210
1221
|
letterSpacingHeadingL?: GlobalValue;
|
|
1211
1222
|
letterSpacingHeadingM?: GlobalValue;
|
|
1212
1223
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -1215,6 +1226,7 @@ export declare interface TypedOverride {
|
|
|
1215
1226
|
lineHeightBodyM?: GlobalValue;
|
|
1216
1227
|
lineHeightBodyS?: GlobalValue;
|
|
1217
1228
|
lineHeightDisplayL?: GlobalValue;
|
|
1229
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
1218
1230
|
lineHeightFormLabel?: GlobalValue;
|
|
1219
1231
|
lineHeightHeadingL?: GlobalValue;
|
|
1220
1232
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -1610,6 +1622,7 @@ export declare interface TypedOverride {
|
|
|
1610
1622
|
fontSizeBodyM?: GlobalValue;
|
|
1611
1623
|
fontSizeBodyS?: GlobalValue;
|
|
1612
1624
|
fontSizeDisplayL?: GlobalValue;
|
|
1625
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
1613
1626
|
fontSizeFormLabel?: GlobalValue;
|
|
1614
1627
|
fontSizeHeadingL?: GlobalValue;
|
|
1615
1628
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -1623,6 +1636,7 @@ export declare interface TypedOverride {
|
|
|
1623
1636
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1624
1637
|
fontWeightButton?: GlobalValue;
|
|
1625
1638
|
fontWeightDisplayL?: GlobalValue;
|
|
1639
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
1626
1640
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1627
1641
|
fontWeightFormLabel?: GlobalValue;
|
|
1628
1642
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -1637,6 +1651,7 @@ export declare interface TypedOverride {
|
|
|
1637
1651
|
fontWeightTabs?: GlobalValue;
|
|
1638
1652
|
fontWeightTabsDisabled?: GlobalValue;
|
|
1639
1653
|
letterSpacingDisplayL?: GlobalValue;
|
|
1654
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
1640
1655
|
letterSpacingHeadingL?: GlobalValue;
|
|
1641
1656
|
letterSpacingHeadingM?: GlobalValue;
|
|
1642
1657
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -1645,6 +1660,7 @@ export declare interface TypedOverride {
|
|
|
1645
1660
|
lineHeightBodyM?: GlobalValue;
|
|
1646
1661
|
lineHeightBodyS?: GlobalValue;
|
|
1647
1662
|
lineHeightDisplayL?: GlobalValue;
|
|
1663
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
1648
1664
|
lineHeightFormLabel?: GlobalValue;
|
|
1649
1665
|
lineHeightHeadingL?: GlobalValue;
|
|
1650
1666
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2040,6 +2056,7 @@ export declare interface TypedOverride {
|
|
|
2040
2056
|
fontSizeBodyM?: GlobalValue;
|
|
2041
2057
|
fontSizeBodyS?: GlobalValue;
|
|
2042
2058
|
fontSizeDisplayL?: GlobalValue;
|
|
2059
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
2043
2060
|
fontSizeFormLabel?: GlobalValue;
|
|
2044
2061
|
fontSizeHeadingL?: GlobalValue;
|
|
2045
2062
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -2053,6 +2070,7 @@ export declare interface TypedOverride {
|
|
|
2053
2070
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2054
2071
|
fontWeightButton?: GlobalValue;
|
|
2055
2072
|
fontWeightDisplayL?: GlobalValue;
|
|
2073
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
2056
2074
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2057
2075
|
fontWeightFormLabel?: GlobalValue;
|
|
2058
2076
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -2067,6 +2085,7 @@ export declare interface TypedOverride {
|
|
|
2067
2085
|
fontWeightTabs?: GlobalValue;
|
|
2068
2086
|
fontWeightTabsDisabled?: GlobalValue;
|
|
2069
2087
|
letterSpacingDisplayL?: GlobalValue;
|
|
2088
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
2070
2089
|
letterSpacingHeadingL?: GlobalValue;
|
|
2071
2090
|
letterSpacingHeadingM?: GlobalValue;
|
|
2072
2091
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -2075,6 +2094,7 @@ export declare interface TypedOverride {
|
|
|
2075
2094
|
lineHeightBodyM?: GlobalValue;
|
|
2076
2095
|
lineHeightBodyS?: GlobalValue;
|
|
2077
2096
|
lineHeightDisplayL?: GlobalValue;
|
|
2097
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
2078
2098
|
lineHeightFormLabel?: GlobalValue;
|
|
2079
2099
|
lineHeightHeadingL?: GlobalValue;
|
|
2080
2100
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2470,6 +2490,7 @@ export declare interface TypedOverride {
|
|
|
2470
2490
|
fontSizeBodyM?: GlobalValue;
|
|
2471
2491
|
fontSizeBodyS?: GlobalValue;
|
|
2472
2492
|
fontSizeDisplayL?: GlobalValue;
|
|
2493
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
2473
2494
|
fontSizeFormLabel?: GlobalValue;
|
|
2474
2495
|
fontSizeHeadingL?: GlobalValue;
|
|
2475
2496
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -2483,6 +2504,7 @@ export declare interface TypedOverride {
|
|
|
2483
2504
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2484
2505
|
fontWeightButton?: GlobalValue;
|
|
2485
2506
|
fontWeightDisplayL?: GlobalValue;
|
|
2507
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
2486
2508
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2487
2509
|
fontWeightFormLabel?: GlobalValue;
|
|
2488
2510
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -2497,6 +2519,7 @@ export declare interface TypedOverride {
|
|
|
2497
2519
|
fontWeightTabs?: GlobalValue;
|
|
2498
2520
|
fontWeightTabsDisabled?: GlobalValue;
|
|
2499
2521
|
letterSpacingDisplayL?: GlobalValue;
|
|
2522
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
2500
2523
|
letterSpacingHeadingL?: GlobalValue;
|
|
2501
2524
|
letterSpacingHeadingM?: GlobalValue;
|
|
2502
2525
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -2505,6 +2528,7 @@ export declare interface TypedOverride {
|
|
|
2505
2528
|
lineHeightBodyM?: GlobalValue;
|
|
2506
2529
|
lineHeightBodyS?: GlobalValue;
|
|
2507
2530
|
lineHeightDisplayL?: GlobalValue;
|
|
2531
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
2508
2532
|
lineHeightFormLabel?: GlobalValue;
|
|
2509
2533
|
lineHeightHeadingL?: GlobalValue;
|
|
2510
2534
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2900,6 +2924,7 @@ export declare interface TypedOverride {
|
|
|
2900
2924
|
fontSizeBodyM?: GlobalValue;
|
|
2901
2925
|
fontSizeBodyS?: GlobalValue;
|
|
2902
2926
|
fontSizeDisplayL?: GlobalValue;
|
|
2927
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
2903
2928
|
fontSizeFormLabel?: GlobalValue;
|
|
2904
2929
|
fontSizeHeadingL?: GlobalValue;
|
|
2905
2930
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -2913,6 +2938,7 @@ export declare interface TypedOverride {
|
|
|
2913
2938
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2914
2939
|
fontWeightButton?: GlobalValue;
|
|
2915
2940
|
fontWeightDisplayL?: GlobalValue;
|
|
2941
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
2916
2942
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2917
2943
|
fontWeightFormLabel?: GlobalValue;
|
|
2918
2944
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -2927,6 +2953,7 @@ export declare interface TypedOverride {
|
|
|
2927
2953
|
fontWeightTabs?: GlobalValue;
|
|
2928
2954
|
fontWeightTabsDisabled?: GlobalValue;
|
|
2929
2955
|
letterSpacingDisplayL?: GlobalValue;
|
|
2956
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
2930
2957
|
letterSpacingHeadingL?: GlobalValue;
|
|
2931
2958
|
letterSpacingHeadingM?: GlobalValue;
|
|
2932
2959
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -2935,6 +2962,7 @@ export declare interface TypedOverride {
|
|
|
2935
2962
|
lineHeightBodyM?: GlobalValue;
|
|
2936
2963
|
lineHeightBodyS?: GlobalValue;
|
|
2937
2964
|
lineHeightDisplayL?: GlobalValue;
|
|
2965
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
2938
2966
|
lineHeightFormLabel?: GlobalValue;
|
|
2939
2967
|
lineHeightHeadingL?: GlobalValue;
|
|
2940
2968
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -3330,6 +3358,7 @@ export declare interface TypedOverride {
|
|
|
3330
3358
|
fontSizeBodyM?: GlobalValue;
|
|
3331
3359
|
fontSizeBodyS?: GlobalValue;
|
|
3332
3360
|
fontSizeDisplayL?: GlobalValue;
|
|
3361
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
3333
3362
|
fontSizeFormLabel?: GlobalValue;
|
|
3334
3363
|
fontSizeHeadingL?: GlobalValue;
|
|
3335
3364
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -3343,6 +3372,7 @@ export declare interface TypedOverride {
|
|
|
3343
3372
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
3344
3373
|
fontWeightButton?: GlobalValue;
|
|
3345
3374
|
fontWeightDisplayL?: GlobalValue;
|
|
3375
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
3346
3376
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
3347
3377
|
fontWeightFormLabel?: GlobalValue;
|
|
3348
3378
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -3357,6 +3387,7 @@ export declare interface TypedOverride {
|
|
|
3357
3387
|
fontWeightTabs?: GlobalValue;
|
|
3358
3388
|
fontWeightTabsDisabled?: GlobalValue;
|
|
3359
3389
|
letterSpacingDisplayL?: GlobalValue;
|
|
3390
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
3360
3391
|
letterSpacingHeadingL?: GlobalValue;
|
|
3361
3392
|
letterSpacingHeadingM?: GlobalValue;
|
|
3362
3393
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -3365,6 +3396,7 @@ export declare interface TypedOverride {
|
|
|
3365
3396
|
lineHeightBodyM?: GlobalValue;
|
|
3366
3397
|
lineHeightBodyS?: GlobalValue;
|
|
3367
3398
|
lineHeightDisplayL?: GlobalValue;
|
|
3399
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
3368
3400
|
lineHeightFormLabel?: GlobalValue;
|
|
3369
3401
|
lineHeightHeadingL?: GlobalValue;
|
|
3370
3402
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -3760,6 +3792,7 @@ export declare interface TypedOverride {
|
|
|
3760
3792
|
fontSizeBodyM?: GlobalValue;
|
|
3761
3793
|
fontSizeBodyS?: GlobalValue;
|
|
3762
3794
|
fontSizeDisplayL?: GlobalValue;
|
|
3795
|
+
fontSizeDisplayXl?: GlobalValue;
|
|
3763
3796
|
fontSizeFormLabel?: GlobalValue;
|
|
3764
3797
|
fontSizeHeadingL?: GlobalValue;
|
|
3765
3798
|
fontSizeHeadingM?: GlobalValue;
|
|
@@ -3773,6 +3806,7 @@ export declare interface TypedOverride {
|
|
|
3773
3806
|
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
3774
3807
|
fontWeightButton?: GlobalValue;
|
|
3775
3808
|
fontWeightDisplayL?: GlobalValue;
|
|
3809
|
+
fontWeightDisplayXl?: GlobalValue;
|
|
3776
3810
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
3777
3811
|
fontWeightFormLabel?: GlobalValue;
|
|
3778
3812
|
fontWeightHeadingL?: GlobalValue;
|
|
@@ -3787,6 +3821,7 @@ export declare interface TypedOverride {
|
|
|
3787
3821
|
fontWeightTabs?: GlobalValue;
|
|
3788
3822
|
fontWeightTabsDisabled?: GlobalValue;
|
|
3789
3823
|
letterSpacingDisplayL?: GlobalValue;
|
|
3824
|
+
letterSpacingDisplayXl?: GlobalValue;
|
|
3790
3825
|
letterSpacingHeadingL?: GlobalValue;
|
|
3791
3826
|
letterSpacingHeadingM?: GlobalValue;
|
|
3792
3827
|
letterSpacingHeadingS?: GlobalValue;
|
|
@@ -3795,6 +3830,7 @@ export declare interface TypedOverride {
|
|
|
3795
3830
|
lineHeightBodyM?: GlobalValue;
|
|
3796
3831
|
lineHeightBodyS?: GlobalValue;
|
|
3797
3832
|
lineHeightDisplayL?: GlobalValue;
|
|
3833
|
+
lineHeightDisplayXl?: GlobalValue;
|
|
3798
3834
|
lineHeightFormLabel?: GlobalValue;
|
|
3799
3835
|
lineHeightHeadingL?: GlobalValue;
|
|
3800
3836
|
lineHeightHeadingM?: GlobalValue;
|
|
@@ -2592,6 +2592,7 @@ export var preset = {
|
|
|
2592
2592
|
"fontSizeBodyM": "14px",
|
|
2593
2593
|
"fontSizeBodyS": "12px",
|
|
2594
2594
|
"fontSizeDisplayL": "42px",
|
|
2595
|
+
"fontSizeDisplayXl": "64px",
|
|
2595
2596
|
"fontSizeFormLabel": "{fontSizeBodyM}",
|
|
2596
2597
|
"fontSizeHeadingL": "20px",
|
|
2597
2598
|
"fontSizeHeadingM": "18px",
|
|
@@ -2608,6 +2609,7 @@ export var preset = {
|
|
|
2608
2609
|
"fontWeightBreadcrumbCurrent": "{fontWeightBold}",
|
|
2609
2610
|
"fontWeightButton": "700",
|
|
2610
2611
|
"fontWeightDisplayL": "700",
|
|
2612
|
+
"fontWeightDisplayXl": "400",
|
|
2611
2613
|
"fontWeightFlashbarHeader": "700",
|
|
2612
2614
|
"fontWeightFormLabel": "{fontDisplayLabelWeight}",
|
|
2613
2615
|
"fontWeightHeadingL": "700",
|
|
@@ -2623,6 +2625,7 @@ export var preset = {
|
|
|
2623
2625
|
"fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
|
|
2624
2626
|
"letterSpacingBodyS": "0.005em",
|
|
2625
2627
|
"letterSpacingDisplayL": "-0.03em",
|
|
2628
|
+
"letterSpacingDisplayXl": "-0.03em",
|
|
2626
2629
|
"letterSpacingHeadingL": "-0.015em",
|
|
2627
2630
|
"letterSpacingHeadingM": "-0.010em",
|
|
2628
2631
|
"letterSpacingHeadingS": "-0.005em",
|
|
@@ -2631,6 +2634,7 @@ export var preset = {
|
|
|
2631
2634
|
"lineHeightBodyM": "20px",
|
|
2632
2635
|
"lineHeightBodyS": "16px",
|
|
2633
2636
|
"lineHeightDisplayL": "48px",
|
|
2637
|
+
"lineHeightDisplayXl": "72px",
|
|
2634
2638
|
"lineHeightFormLabel": "{lineHeightBodyM}",
|
|
2635
2639
|
"lineHeightHeadingL": "24px",
|
|
2636
2640
|
"lineHeightHeadingM": "22px",
|
|
@@ -14168,6 +14172,7 @@ export var preset = {
|
|
|
14168
14172
|
"fontSizeBodyM",
|
|
14169
14173
|
"fontSizeBodyS",
|
|
14170
14174
|
"fontSizeDisplayL",
|
|
14175
|
+
"fontSizeDisplayXl",
|
|
14171
14176
|
"fontSizeFormLabel",
|
|
14172
14177
|
"fontSizeHeadingL",
|
|
14173
14178
|
"fontSizeHeadingM",
|
|
@@ -14181,6 +14186,7 @@ export var preset = {
|
|
|
14181
14186
|
"fontWeightBreadcrumbCurrent",
|
|
14182
14187
|
"fontWeightButton",
|
|
14183
14188
|
"fontWeightDisplayL",
|
|
14189
|
+
"fontWeightDisplayXl",
|
|
14184
14190
|
"fontWeightFlashbarHeader",
|
|
14185
14191
|
"fontWeightFormLabel",
|
|
14186
14192
|
"fontWeightHeadingL",
|
|
@@ -14195,6 +14201,7 @@ export var preset = {
|
|
|
14195
14201
|
"fontWeightTabs",
|
|
14196
14202
|
"fontWeightTabsDisabled",
|
|
14197
14203
|
"letterSpacingDisplayL",
|
|
14204
|
+
"letterSpacingDisplayXl",
|
|
14198
14205
|
"letterSpacingHeadingL",
|
|
14199
14206
|
"letterSpacingHeadingM",
|
|
14200
14207
|
"letterSpacingHeadingS",
|
|
@@ -14203,6 +14210,7 @@ export var preset = {
|
|
|
14203
14210
|
"lineHeightBodyM",
|
|
14204
14211
|
"lineHeightBodyS",
|
|
14205
14212
|
"lineHeightDisplayL",
|
|
14213
|
+
"lineHeightDisplayXl",
|
|
14206
14214
|
"lineHeightFormLabel",
|
|
14207
14215
|
"lineHeightHeadingL",
|
|
14208
14216
|
"lineHeightHeadingM",
|
|
@@ -14680,6 +14688,7 @@ export var preset = {
|
|
|
14680
14688
|
"fontSizeBodyM",
|
|
14681
14689
|
"fontSizeBodyS",
|
|
14682
14690
|
"fontSizeDisplayL",
|
|
14691
|
+
"fontSizeDisplayXl",
|
|
14683
14692
|
"fontSizeHeadingL",
|
|
14684
14693
|
"fontSizeHeadingM",
|
|
14685
14694
|
"fontSizeHeadingS",
|
|
@@ -14690,6 +14699,7 @@ export var preset = {
|
|
|
14690
14699
|
"fontWeightBold",
|
|
14691
14700
|
"fontWeightButton",
|
|
14692
14701
|
"fontWeightDisplayL",
|
|
14702
|
+
"fontWeightDisplayXl",
|
|
14693
14703
|
"fontWeightFlashbarHeader",
|
|
14694
14704
|
"fontWeightHeadingL",
|
|
14695
14705
|
"fontWeightHeadingM",
|
|
@@ -14702,6 +14712,7 @@ export var preset = {
|
|
|
14702
14712
|
"fontWeightTabs",
|
|
14703
14713
|
"fontWeightTabsDisabled",
|
|
14704
14714
|
"letterSpacingDisplayL",
|
|
14715
|
+
"letterSpacingDisplayXl",
|
|
14705
14716
|
"letterSpacingHeadingL",
|
|
14706
14717
|
"letterSpacingHeadingM",
|
|
14707
14718
|
"letterSpacingHeadingS",
|
|
@@ -14710,6 +14721,7 @@ export var preset = {
|
|
|
14710
14721
|
"lineHeightBodyM",
|
|
14711
14722
|
"lineHeightBodyS",
|
|
14712
14723
|
"lineHeightDisplayL",
|
|
14724
|
+
"lineHeightDisplayXl",
|
|
14713
14725
|
"lineHeightHeadingL",
|
|
14714
14726
|
"lineHeightHeadingM",
|
|
14715
14727
|
"lineHeightHeadingS",
|
|
@@ -15474,6 +15486,7 @@ export var preset = {
|
|
|
15474
15486
|
"fontSizeBodyM": "font-size-body-m",
|
|
15475
15487
|
"fontSizeBodyS": "font-size-body-s",
|
|
15476
15488
|
"fontSizeDisplayL": "font-size-display-l",
|
|
15489
|
+
"fontSizeDisplayXl": "font-size-display-xl",
|
|
15477
15490
|
"fontSizeFormLabel": "font-size-form-label",
|
|
15478
15491
|
"fontSizeHeadingL": "font-size-heading-l",
|
|
15479
15492
|
"fontSizeHeadingM": "font-size-heading-m",
|
|
@@ -15490,6 +15503,7 @@ export var preset = {
|
|
|
15490
15503
|
"fontWeightBreadcrumbCurrent": "font-weight-breadcrumb-current",
|
|
15491
15504
|
"fontWeightButton": "font-weight-button",
|
|
15492
15505
|
"fontWeightDisplayL": "font-weight-display-l",
|
|
15506
|
+
"fontWeightDisplayXl": "font-weight-display-xl",
|
|
15493
15507
|
"fontWeightFlashbarHeader": "font-weight-flashbar-header",
|
|
15494
15508
|
"fontWeightFormLabel": "font-weight-form-label",
|
|
15495
15509
|
"fontWeightHeadingL": "font-weight-heading-l",
|
|
@@ -15505,6 +15519,7 @@ export var preset = {
|
|
|
15505
15519
|
"fontWeightTabsDisabled": "font-weight-tabs-disabled",
|
|
15506
15520
|
"letterSpacingBodyS": "letter-spacing-body-s",
|
|
15507
15521
|
"letterSpacingDisplayL": "letter-spacing-display-l",
|
|
15522
|
+
"letterSpacingDisplayXl": "letter-spacing-display-xl",
|
|
15508
15523
|
"letterSpacingHeadingL": "letter-spacing-heading-l",
|
|
15509
15524
|
"letterSpacingHeadingM": "letter-spacing-heading-m",
|
|
15510
15525
|
"letterSpacingHeadingS": "letter-spacing-heading-s",
|
|
@@ -15513,6 +15528,7 @@ export var preset = {
|
|
|
15513
15528
|
"lineHeightBodyM": "line-height-body-m",
|
|
15514
15529
|
"lineHeightBodyS": "line-height-body-s",
|
|
15515
15530
|
"lineHeightDisplayL": "line-height-display-l",
|
|
15531
|
+
"lineHeightDisplayXl": "line-height-display-xl",
|
|
15516
15532
|
"lineHeightFormLabel": "line-height-form-label",
|
|
15517
15533
|
"lineHeightHeadingL": "line-height-heading-l",
|
|
15518
15534
|
"lineHeightHeadingM": "line-height-heading-m",
|
|
@@ -16440,6 +16456,7 @@ export var preset = {
|
|
|
16440
16456
|
"fontSizeBodyM": "--font-size-body-m-a7nh2n",
|
|
16441
16457
|
"fontSizeBodyS": "--font-size-body-s-smc8cv",
|
|
16442
16458
|
"fontSizeDisplayL": "--font-size-display-l-wa6woo",
|
|
16459
|
+
"fontSizeDisplayXl": "--font-size-display-xl-twzhl4",
|
|
16443
16460
|
"fontSizeFormLabel": "--font-size-form-label-mxiqd7",
|
|
16444
16461
|
"fontSizeHeadingL": "--font-size-heading-l-vnacx6",
|
|
16445
16462
|
"fontSizeHeadingM": "--font-size-heading-m-170yiy",
|
|
@@ -16456,6 +16473,7 @@ export var preset = {
|
|
|
16456
16473
|
"fontWeightBreadcrumbCurrent": "--font-weight-breadcrumb-current-v39mbh",
|
|
16457
16474
|
"fontWeightButton": "--font-weight-button-0eg20c",
|
|
16458
16475
|
"fontWeightDisplayL": "--font-weight-display-l-h5zsi8",
|
|
16476
|
+
"fontWeightDisplayXl": "--font-weight-display-xl-pdx6bm",
|
|
16459
16477
|
"fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
|
|
16460
16478
|
"fontWeightFormLabel": "--font-weight-form-label-mrg9ef",
|
|
16461
16479
|
"fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
|
|
@@ -16471,6 +16489,7 @@ export var preset = {
|
|
|
16471
16489
|
"fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
|
|
16472
16490
|
"letterSpacingBodyS": "--letter-spacing-body-s-gq78ok",
|
|
16473
16491
|
"letterSpacingDisplayL": "--letter-spacing-display-l-elyyxk",
|
|
16492
|
+
"letterSpacingDisplayXl": "--letter-spacing-display-xl-yptw1j",
|
|
16474
16493
|
"letterSpacingHeadingL": "--letter-spacing-heading-l-5v6ibv",
|
|
16475
16494
|
"letterSpacingHeadingM": "--letter-spacing-heading-m-29ewnk",
|
|
16476
16495
|
"letterSpacingHeadingS": "--letter-spacing-heading-s-4st9ep",
|
|
@@ -16479,6 +16498,7 @@ export var preset = {
|
|
|
16479
16498
|
"lineHeightBodyM": "--line-height-body-m-2mh3ke",
|
|
16480
16499
|
"lineHeightBodyS": "--line-height-body-s-nu5hx1",
|
|
16481
16500
|
"lineHeightDisplayL": "--line-height-display-l-vwanzp",
|
|
16501
|
+
"lineHeightDisplayXl": "--line-height-display-xl-e5ij0u",
|
|
16482
16502
|
"lineHeightFormLabel": "--line-height-form-label-asu26u",
|
|
16483
16503
|
"lineHeightHeadingL": "--line-height-heading-l-mg5bx6",
|
|
16484
16504
|
"lineHeightHeadingM": "--line-height-heading-m-uoaqdh",
|
package/internal/manifest.json
CHANGED