@cloudscape-design/components-themeable 3.0.1301 → 3.0.1303
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/breadcrumb-group/item/styles.scss +1 -1
- package/lib/internal/scss/breadcrumb-group/styles.scss +1 -1
- package/lib/internal/scss/copy-to-clipboard/styles.scss +18 -0
- package/lib/internal/scss/drawer/styles.scss +13 -2
- package/lib/internal/scss/form-field/styles.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/links.scss +1 -0
- package/lib/internal/scss/internal/styles/typography/mixins.scss +8 -3
- package/lib/internal/scss/key-value-pairs/styles.scss +6 -1
- package/lib/internal/scss/link/constants.scss +11 -11
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +29 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/autosuggest/interfaces.d.ts +0 -2
- package/lib/internal/template/autosuggest/interfaces.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.js.map +1 -1
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +30 -29
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +25 -25
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button-dropdown/category-elements/category-element.js +1 -1
- package/lib/internal/template/button-dropdown/category-elements/category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.js +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -37
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/copy-to-clipboard/index.d.ts +1 -1
- package/lib/internal/template/copy-to-clipboard/index.d.ts.map +1 -1
- package/lib/internal/template/copy-to-clipboard/index.js +2 -2
- package/lib/internal/template/copy-to-clipboard/index.js.map +1 -1
- package/lib/internal/template/copy-to-clipboard/interfaces.d.ts +5 -0
- package/lib/internal/template/copy-to-clipboard/interfaces.d.ts.map +1 -1
- package/lib/internal/template/copy-to-clipboard/interfaces.js.map +1 -1
- package/lib/internal/template/copy-to-clipboard/internal.d.ts +1 -1
- package/lib/internal/template/copy-to-clipboard/internal.d.ts.map +1 -1
- package/lib/internal/template/copy-to-clipboard/internal.js +3 -3
- package/lib/internal/template/copy-to-clipboard/internal.js.map +1 -1
- package/lib/internal/template/copy-to-clipboard/styles.css.js +5 -3
- package/lib/internal/template/copy-to-clipboard/styles.scoped.css +18 -3
- package/lib/internal/template/copy-to-clipboard/styles.selectors.js +5 -3
- package/lib/internal/template/drawer/implementation.d.ts +3 -3
- package/lib/internal/template/drawer/implementation.d.ts.map +1 -1
- package/lib/internal/template/drawer/implementation.js +3 -2
- package/lib/internal/template/drawer/implementation.js.map +1 -1
- package/lib/internal/template/drawer/index.d.ts +2 -1
- package/lib/internal/template/drawer/index.d.ts.map +1 -1
- package/lib/internal/template/drawer/index.js +21 -9
- package/lib/internal/template/drawer/index.js.map +1 -1
- package/lib/internal/template/drawer/interfaces.d.ts +45 -18
- package/lib/internal/template/drawer/interfaces.d.ts.map +1 -1
- package/lib/internal/template/drawer/interfaces.js.map +1 -1
- package/lib/internal/template/drawer/styles.css.js +29 -25
- package/lib/internal/template/drawer/styles.scoped.css +43 -34
- package/lib/internal/template/drawer/styles.selectors.js +29 -25
- package/lib/internal/template/drawer/utils.d.ts +2 -2
- package/lib/internal/template/drawer/utils.d.ts.map +1 -1
- package/lib/internal/template/drawer/utils.js +6 -5
- package/lib/internal/template/drawer/utils.js.map +1 -1
- package/lib/internal/template/form-field/styles.css.js +24 -24
- package/lib/internal/template/form-field/styles.scoped.css +41 -41
- package/lib/internal/template/form-field/styles.selectors.js +24 -24
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -71
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +47 -20
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +24 -23
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +25 -12
- package/lib/internal/template/internal/generated/styles/tokens.js +25 -12
- package/lib/internal/template/internal/generated/theming/index.cjs +196 -58
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +234 -99
- package/lib/internal/template/internal/generated/theming/index.d.ts +234 -99
- package/lib/internal/template/internal/generated/theming/index.js +196 -58
- package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
- package/lib/internal/template/key-value-pairs/styles.scoped.css +13 -12
- package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
- package/lib/internal/template/link/internal.js +1 -1
- package/lib/internal/template/link/internal.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +94 -84
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/multiselect/interfaces.d.ts +0 -2
- package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
- package/lib/internal/template/multiselect/interfaces.js.map +1 -1
- package/lib/internal/template/pagination/index.d.ts.map +1 -1
- package/lib/internal/template/pagination/index.js +4 -1
- package/lib/internal/template/pagination/index.js.map +1 -1
- package/lib/internal/template/prompt-input/interfaces.d.ts +0 -2
- package/lib/internal/template/prompt-input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/prompt-input/interfaces.js.map +1 -1
- package/lib/internal/template/select/interfaces.d.ts +0 -2
- package/lib/internal/template/select/interfaces.d.ts.map +1 -1
- package/lib/internal/template/select/interfaces.js.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +1 -1
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/table/body-cell/td-element.js +1 -1
- package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +12 -11
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/test-utils/dom/drawer/index.d.ts +2 -0
- package/lib/internal/template/test-utils/dom/drawer/index.js +6 -0
- package/lib/internal/template/test-utils/dom/drawer/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/drawer/index.d.ts +2 -0
- package/lib/internal/template/test-utils/selectors/drawer/index.js +6 -0
- package/lib/internal/template/test-utils/selectors/drawer/index.js.map +1 -1
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +68 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/tooltip/index.d.ts +0 -3
- package/lib/internal/template/tooltip/index.d.ts.map +1 -1
- package/lib/internal/template/tooltip/index.js +0 -3
- package/lib/internal/template/tooltip/index.js.map +1 -1
- package/lib/internal/template/wizard/interfaces.d.ts +0 -2
- package/lib/internal/template/wizard/interfaces.d.ts.map +1 -1
- package/lib/internal/template/wizard/interfaces.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/template/drawer/next.d.ts +0 -6
- package/lib/internal/template/drawer/next.d.ts.map +0 -1
- package/lib/internal/template/drawer/next.js +0 -38
- package/lib/internal/template/drawer/next.js.map +0 -1
|
@@ -493,12 +493,15 @@
|
|
|
493
493
|
--color-text-interactive-inverted-hover-p0x69h:var(--color-neutral-100-wbgy1o);
|
|
494
494
|
--color-text-inverted-2l365o:var(--color-white-jf0w15);
|
|
495
495
|
--color-text-label-482ybi:var(--color-neutral-650-92yp10);
|
|
496
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
496
497
|
--color-text-layout-toggle-k2o6it:var(--color-neutral-650-92yp10);
|
|
497
498
|
--color-text-layout-toggle-active-tb3a9u:var(--color-white-jf0w15);
|
|
498
499
|
--color-text-layout-toggle-hover-c8l1z4:var(--color-primary-600-be1v6a);
|
|
499
500
|
--color-text-layout-toggle-selected-ofhd1q:var(--color-white-jf0w15);
|
|
500
501
|
--color-text-link-default-z7zuy8:var(--color-primary-600-be1v6a);
|
|
501
502
|
--color-text-link-hover-pqxtsy:var(--color-primary-700-xkgxe3);
|
|
503
|
+
--color-text-link-decoration-default-15ta09:currentColor;
|
|
504
|
+
--color-text-link-decoration-hover-jnu2g9:currentColor;
|
|
502
505
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
503
506
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
504
507
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -552,6 +555,9 @@
|
|
|
552
555
|
--color-background-skeleton-wave-huwveo:var(--color-neutral-150-8fqber);
|
|
553
556
|
--font-button-letter-spacing-9h7rbb:0.25px;
|
|
554
557
|
--font-chart-detail-size-drm2a6:var(--font-size-body-m-vv54cm);
|
|
558
|
+
--font-decoration-style-link-7y21z4:solid;
|
|
559
|
+
--font-decoration-thickness-link-4tl2vi:1px;
|
|
560
|
+
--font-decoration-thickness-link-display-l-9lyghn:2px;
|
|
555
561
|
--font-display-label-weight-ise9n2:400;
|
|
556
562
|
--font-expandable-heading-size-vrupwx:var(--font-size-body-m-vv54cm);
|
|
557
563
|
--font-family-base-8x5ngf:"Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
@@ -567,46 +573,53 @@
|
|
|
567
573
|
--font-size-body-m-vv54cm:14px;
|
|
568
574
|
--font-size-body-s-psgqn2:12px;
|
|
569
575
|
--font-size-display-l-h1h1h9:44px;
|
|
570
|
-
--font-size-
|
|
576
|
+
--font-size-form-label-i0az1y:var(--font-size-body-m-vv54cm);
|
|
571
577
|
--font-size-heading-l-qgg2za:18px;
|
|
572
578
|
--font-size-heading-m-56jjln:18px;
|
|
573
579
|
--font-size-heading-s-yde02v:16px;
|
|
580
|
+
--font-size-heading-xl-w5di2k:28px;
|
|
574
581
|
--font-size-heading-xs-c20ika:16px;
|
|
582
|
+
--font-size-key-value-pairs-label-5oj851:var(--font-size-body-m-vv54cm);
|
|
583
|
+
--font-size-tabs-3ipsq1:var(--font-size-body-m-vv54cm);
|
|
575
584
|
--font-smoothing-moz-osx-ev3sgf:auto;
|
|
576
585
|
--font-smoothing-webkit-px4az4:auto;
|
|
577
|
-
--font-size-tabs-3ipsq1:var(--font-size-body-m-vv54cm);
|
|
578
|
-
--font-weight-tabs-w2el4h:700;
|
|
579
|
-
--font-weight-tabs-disabled-5li4ra:400;
|
|
580
|
-
--line-height-tabs-gje4ax:var(--line-height-body-m-bedeoh);
|
|
581
586
|
--font-wayfinding-link-active-weight-lhxtkr:700;
|
|
582
|
-
--font-weight-button-hh0ago:700;
|
|
583
587
|
--font-weight-alert-header-b68cy5:700;
|
|
588
|
+
--font-weight-bold-p16d06:700;
|
|
589
|
+
--font-weight-breadcrumb-current-p7evnu:var(--font-weight-bold-p16d06);
|
|
590
|
+
--font-weight-button-hh0ago:700;
|
|
591
|
+
--font-weight-display-l-pgslj8:700;
|
|
584
592
|
--font-weight-flashbar-header-wfdark:700;
|
|
585
|
-
--font-weight-
|
|
593
|
+
--font-weight-form-label-k6dkge:var(--font-display-label-weight-ise9n2);
|
|
586
594
|
--font-weight-heading-l-zqsb7y:var(--font-weight-heavy-pxt4u0);
|
|
587
595
|
--font-weight-heading-m-1efgny:400;
|
|
588
596
|
--font-weight-heading-s-qxvrar:var(--font-weight-heavy-pxt4u0);
|
|
597
|
+
--font-weight-heading-xl-i8le5u:400;
|
|
589
598
|
--font-weight-heading-xs-79d2p7:400;
|
|
590
|
-
--font-weight-display-l-pgslj8:700;
|
|
591
599
|
--font-weight-heavy-pxt4u0:700;
|
|
592
|
-
--font-weight-
|
|
593
|
-
--font-weight-bold-p16d06:700;
|
|
600
|
+
--font-weight-key-value-pairs-label-n8tgha:var(--font-display-label-weight-ise9n2);
|
|
594
601
|
--font-weight-lighter-2bj4od:300;
|
|
602
|
+
--font-weight-normal-7w835s:400;
|
|
603
|
+
--font-weight-tabs-w2el4h:700;
|
|
604
|
+
--font-weight-tabs-disabled-5li4ra:400;
|
|
595
605
|
--letter-spacing-body-s-egrcsd:normal;
|
|
596
606
|
--letter-spacing-display-l-dniym1:normal;
|
|
597
|
-
--letter-spacing-heading-xl-33zwds:normal;
|
|
598
607
|
--letter-spacing-heading-l-spdx5v:normal;
|
|
599
608
|
--letter-spacing-heading-m-93y02s:normal;
|
|
600
609
|
--letter-spacing-heading-s-696sxe:normal;
|
|
610
|
+
--letter-spacing-heading-xl-33zwds:normal;
|
|
601
611
|
--letter-spacing-heading-xs-tefhgo:normal;
|
|
602
612
|
--line-height-body-m-bedeoh:22px;
|
|
603
613
|
--line-height-body-s-otgtsr:16px;
|
|
604
614
|
--line-height-display-l-3zghmm:56px;
|
|
605
|
-
--line-height-
|
|
615
|
+
--line-height-form-label-kzgcrc:var(--line-height-body-m-bedeoh);
|
|
606
616
|
--line-height-heading-l-vhgtnq:22px;
|
|
607
617
|
--line-height-heading-m-irezqt:22px;
|
|
608
618
|
--line-height-heading-s-j2axh8:20px;
|
|
619
|
+
--line-height-heading-xl-vs1f23:36px;
|
|
609
620
|
--line-height-heading-xs-fuzanp:20px;
|
|
621
|
+
--line-height-key-value-pairs-label-c69v6r:var(--line-height-body-m-bedeoh);
|
|
622
|
+
--line-height-tabs-gje4ax:var(--line-height-body-m-bedeoh);
|
|
610
623
|
--border-active-width-vglvq7:2px;
|
|
611
624
|
--border-code-editor-status-divider-width-r988cc:0px;
|
|
612
625
|
--border-container-sticky-width-q7q2bv:1px;
|
|
@@ -1504,6 +1517,7 @@
|
|
|
1504
1517
|
--color-text-form-label-guihvp:var(--color-text-form-default-q4dazc);
|
|
1505
1518
|
--color-text-group-label-yp8mcz:var(--color-text-label-482ybi);
|
|
1506
1519
|
--color-text-input-placeholder-disabled-x4lauf:var(--color-text-input-placeholder-hvcry0);
|
|
1520
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
1507
1521
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
1508
1522
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
1509
1523
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -1565,6 +1579,7 @@
|
|
|
1565
1579
|
--color-text-calendar-month-vdrhy9:var(--color-text-body-secondary-gaft81);
|
|
1566
1580
|
--color-text-dropdown-group-label-m31yo5:var(--color-text-group-label-yp8mcz);
|
|
1567
1581
|
--color-text-group-label-yp8mcz:var(--color-text-label-482ybi);
|
|
1582
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
1568
1583
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
1569
1584
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
1570
1585
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -1622,6 +1637,7 @@
|
|
|
1622
1637
|
--color-text-calendar-month-vdrhy9:var(--color-text-body-secondary-gaft81);
|
|
1623
1638
|
--color-text-dropdown-group-label-m31yo5:var(--color-text-group-label-yp8mcz);
|
|
1624
1639
|
--color-text-group-label-yp8mcz:var(--color-text-label-482ybi);
|
|
1640
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
1625
1641
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
1626
1642
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
1627
1643
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -1813,30 +1829,30 @@
|
|
|
1813
1829
|
--font-panel-header-line-height-z3wpa5:var(--line-height-heading-m-irezqt);
|
|
1814
1830
|
--font-panel-header-size-i1j838:var(--font-size-heading-m-56jjln);
|
|
1815
1831
|
--font-size-display-l-h1h1h9:42px;
|
|
1816
|
-
--font-size-heading-xl-w5di2k:24px;
|
|
1817
1832
|
--font-size-heading-l-qgg2za:20px;
|
|
1833
|
+
--font-size-heading-xl-w5di2k:24px;
|
|
1818
1834
|
--font-size-heading-xs-c20ika:14px;
|
|
1835
|
+
--font-size-tabs-3ipsq1:var(--font-size-heading-s-yde02v);
|
|
1819
1836
|
--font-smoothing-moz-osx-ev3sgf:grayscale;
|
|
1820
1837
|
--font-smoothing-webkit-px4az4:antialiased;
|
|
1821
|
-
--font-size-tabs-3ipsq1:var(--font-size-heading-s-yde02v);
|
|
1822
|
-
--font-weight-tabs-disabled-5li4ra:var(--font-wayfinding-link-active-weight-lhxtkr);
|
|
1823
|
-
--line-height-tabs-gje4ax:var(--line-height-heading-s-j2axh8);
|
|
1824
|
-
--font-weight-heading-xl-i8le5u:700;
|
|
1825
1838
|
--font-weight-heading-l-zqsb7y:700;
|
|
1826
1839
|
--font-weight-heading-m-1efgny:700;
|
|
1827
1840
|
--font-weight-heading-s-qxvrar:700;
|
|
1841
|
+
--font-weight-heading-xl-i8le5u:700;
|
|
1828
1842
|
--font-weight-heading-xs-79d2p7:700;
|
|
1843
|
+
--font-weight-tabs-disabled-5li4ra:var(--font-wayfinding-link-active-weight-lhxtkr);
|
|
1829
1844
|
--letter-spacing-body-s-egrcsd:0.005em;
|
|
1830
1845
|
--letter-spacing-display-l-dniym1:-0.03em;
|
|
1831
|
-
--letter-spacing-heading-xl-33zwds:-0.02em;
|
|
1832
1846
|
--letter-spacing-heading-l-spdx5v:-0.015em;
|
|
1833
1847
|
--letter-spacing-heading-m-93y02s:-0.010em;
|
|
1834
1848
|
--letter-spacing-heading-s-696sxe:-0.005em;
|
|
1849
|
+
--letter-spacing-heading-xl-33zwds:-0.02em;
|
|
1835
1850
|
--line-height-body-m-bedeoh:20px;
|
|
1836
1851
|
--line-height-display-l-3zghmm:48px;
|
|
1837
|
-
--line-height-heading-xl-vs1f23:30px;
|
|
1838
1852
|
--line-height-heading-l-vhgtnq:24px;
|
|
1853
|
+
--line-height-heading-xl-vs1f23:30px;
|
|
1839
1854
|
--line-height-heading-xs-fuzanp:18px;
|
|
1855
|
+
--line-height-tabs-gje4ax:var(--line-height-heading-s-j2axh8);
|
|
1840
1856
|
--border-active-width-vglvq7:4px;
|
|
1841
1857
|
--border-code-editor-status-divider-width-r988cc:var(--border-divider-section-width-sznrdy);
|
|
1842
1858
|
--border-container-sticky-width-q7q2bv:0px;
|
|
@@ -2105,6 +2121,7 @@
|
|
|
2105
2121
|
--color-text-toggle-button-icon-pressed-3m48et:var(--color-neutral-950-qehfms);
|
|
2106
2122
|
--color-text-interactive-inverted-default-hyioba:var(--color-neutral-300-y8n3aq);
|
|
2107
2123
|
--color-text-interactive-inverted-hover-p0x69h:var(--color-neutral-100-wbgy1o);
|
|
2124
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
2108
2125
|
--color-text-layout-toggle-hover-c8l1z4:var(--color-primary-600-be1v6a);
|
|
2109
2126
|
--color-text-link-default-z7zuy8:var(--color-primary-600-be1v6a);
|
|
2110
2127
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
@@ -2139,6 +2156,10 @@
|
|
|
2139
2156
|
--color-background-skeleton-ggsbkh:var(--color-neutral-250-hdfqdx);
|
|
2140
2157
|
--font-family-display-kvzztp:var(--font-family-base-8x5ngf);
|
|
2141
2158
|
--font-family-heading-gnchto:var(--font-family-base-8x5ngf);
|
|
2159
|
+
--font-weight-form-label-k6dkge:var(--font-display-label-weight-ise9n2);
|
|
2160
|
+
--font-weight-key-value-pairs-label-n8tgha:var(--font-display-label-weight-ise9n2);
|
|
2161
|
+
--line-height-form-label-kzgcrc:var(--line-height-body-m-bedeoh);
|
|
2162
|
+
--line-height-key-value-pairs-label-c69v6r:var(--line-height-body-m-bedeoh);
|
|
2142
2163
|
--border-radius-card-default-45b7vy:var(--border-radius-container-l30zxy);
|
|
2143
2164
|
--border-radius-card-embedded-gvuteo:var(--border-radius-chat-bubble-yzqw4v);
|
|
2144
2165
|
--border-radius-item-card-default-puscs7:var(--border-radius-card-default-45b7vy);
|
|
@@ -2500,6 +2521,7 @@
|
|
|
2500
2521
|
--color-text-button-link-default-gpg29i:var(--color-text-button-normal-default-gl8uar);
|
|
2501
2522
|
--color-text-button-link-hover-s1jery:var(--color-text-button-normal-hover-tksuqp);
|
|
2502
2523
|
--color-text-dropdown-group-label-m31yo5:var(--color-text-group-label-yp8mcz);
|
|
2524
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
2503
2525
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
2504
2526
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
2505
2527
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -2739,6 +2761,7 @@
|
|
|
2739
2761
|
--color-text-form-label-guihvp:var(--color-text-form-default-q4dazc);
|
|
2740
2762
|
--color-text-input-placeholder-disabled-x4lauf:var(--color-text-input-disabled-y5t5v9);
|
|
2741
2763
|
--color-text-label-482ybi:var(--color-text-form-label-guihvp);
|
|
2764
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
2742
2765
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
2743
2766
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
2744
2767
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -3012,6 +3035,7 @@
|
|
|
3012
3035
|
--color-text-form-label-guihvp:var(--color-text-form-default-q4dazc);
|
|
3013
3036
|
--color-text-input-placeholder-disabled-x4lauf:var(--color-text-input-disabled-y5t5v9);
|
|
3014
3037
|
--color-text-label-482ybi:var(--color-text-form-label-guihvp);
|
|
3038
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
3015
3039
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
3016
3040
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
3017
3041
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -3083,6 +3107,7 @@
|
|
|
3083
3107
|
--color-text-button-link-active-7k8nt4:var(--color-text-button-normal-active-9o0xsh);
|
|
3084
3108
|
--color-text-button-link-default-gpg29i:var(--color-text-button-normal-default-gl8uar);
|
|
3085
3109
|
--color-text-button-link-hover-s1jery:var(--color-text-button-normal-hover-tksuqp);
|
|
3110
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
3086
3111
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
3087
3112
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
3088
3113
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -3166,6 +3191,7 @@
|
|
|
3166
3191
|
--color-text-button-link-active-7k8nt4:var(--color-text-button-normal-active-9o0xsh);
|
|
3167
3192
|
--color-text-button-link-default-gpg29i:var(--color-text-button-normal-default-gl8uar);
|
|
3168
3193
|
--color-text-button-link-hover-s1jery:var(--color-text-button-normal-hover-tksuqp);
|
|
3194
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
3169
3195
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
3170
3196
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
3171
3197
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -3502,6 +3528,7 @@
|
|
|
3502
3528
|
--color-text-form-label-guihvp:var(--color-text-form-default-q4dazc);
|
|
3503
3529
|
--color-text-input-placeholder-disabled-x4lauf:var(--color-text-input-disabled-y5t5v9);
|
|
3504
3530
|
--color-text-label-482ybi:var(--color-text-form-label-guihvp);
|
|
3531
|
+
--color-text-key-value-pairs-value-ta2vhc:var(--color-text-body-default-5qid0u);
|
|
3505
3532
|
--color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
|
|
3506
3533
|
--color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
|
|
3507
3534
|
--color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
|
|
@@ -3677,5 +3704,5 @@
|
|
|
3677
3704
|
}
|
|
3678
3705
|
}
|
|
3679
3706
|
:root {
|
|
3680
|
-
--awsui-version-info-
|
|
3707
|
+
--awsui-version-info-bc6c9867: true;
|
|
3681
3708
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"horizontal": "
|
|
6
|
-
"vertical": "
|
|
7
|
-
"list": "
|
|
8
|
-
"grid": "
|
|
9
|
-
"list-item": "awsui_list-
|
|
10
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
11
|
-
"toggle": "
|
|
12
|
-
"description": "
|
|
13
|
-
"separator": "
|
|
4
|
+
"root": "awsui_root_gfwv3_1ww1g_193",
|
|
5
|
+
"horizontal": "awsui_horizontal_gfwv3_1ww1g_196",
|
|
6
|
+
"vertical": "awsui_vertical_gfwv3_1ww1g_202",
|
|
7
|
+
"list": "awsui_list_gfwv3_1ww1g_207",
|
|
8
|
+
"grid": "awsui_grid_gfwv3_1ww1g_226",
|
|
9
|
+
"list-item": "awsui_list-item_gfwv3_1ww1g_238",
|
|
10
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1ww1g_245",
|
|
11
|
+
"toggle": "awsui_toggle_gfwv3_1ww1g_245",
|
|
12
|
+
"description": "awsui_description_gfwv3_1ww1g_338",
|
|
13
|
+
"separator": "awsui_separator_gfwv3_1ww1g_342"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -190,21 +190,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.
|
|
193
|
+
.awsui_root_gfwv3_1ww1g_193:not(#\9) {
|
|
194
194
|
gap: var(--space-scaled-xs-sppte9, 8px);
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.awsui_root_gfwv3_1ww1g_193.awsui_horizontal_gfwv3_1ww1g_196:not(#\9) {
|
|
197
197
|
display: flex;
|
|
198
198
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
199
199
|
flex-direction: row;
|
|
200
200
|
flex-wrap: wrap;
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
.awsui_root_gfwv3_1ww1g_193.awsui_vertical_gfwv3_1ww1g_202:not(#\9) {
|
|
203
203
|
display: flex;
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.awsui_list_gfwv3_1ww1g_207:not(#\9) {
|
|
208
208
|
display: contents;
|
|
209
209
|
list-style: none;
|
|
210
210
|
padding-block: 0;
|
|
@@ -212,43 +212,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
212
212
|
margin-block: 0;
|
|
213
213
|
margin-inline: 0;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_list_gfwv3_1ww1g_207.awsui_horizontal_gfwv3_1ww1g_196:not(#\9), .awsui_list_gfwv3_1ww1g_207.awsui_vertical_gfwv3_1ww1g_202:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.awsui_list_gfwv3_1ww1g_207.awsui_horizontal_gfwv3_1ww1g_196:not(#\9) {
|
|
220
220
|
flex-direction: row;
|
|
221
221
|
flex-wrap: wrap;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_list_gfwv3_1ww1g_207.awsui_vertical_gfwv3_1ww1g_202:not(#\9) {
|
|
224
224
|
flex-direction: column;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_list_gfwv3_1ww1g_207.awsui_grid_gfwv3_1ww1g_226:not(#\9) {
|
|
227
227
|
display: grid;
|
|
228
228
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
229
229
|
grid-template-columns: repeat(auto-fill, 230px);
|
|
230
230
|
}
|
|
231
231
|
@media (max-width: 688px) {
|
|
232
|
-
.
|
|
232
|
+
.awsui_list_gfwv3_1ww1g_207.awsui_grid_gfwv3_1ww1g_226:not(#\9) {
|
|
233
233
|
display: flex;
|
|
234
234
|
flex-direction: column;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.awsui_list-
|
|
238
|
+
.awsui_list-item_gfwv3_1ww1g_238:not(#\9) {
|
|
239
239
|
padding-block: 0;
|
|
240
240
|
padding-inline: 0;
|
|
241
241
|
margin-block: 0;
|
|
242
242
|
margin-inline: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.awsui_toggle-container-
|
|
245
|
+
.awsui_toggle-container-inline_gfwv3_1ww1g_245:not(#\9) {
|
|
246
246
|
padding-inline-start: var(--space-xs-kw7k3v, 8px);
|
|
247
247
|
display: flex;
|
|
248
248
|
align-items: center;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9) {
|
|
252
252
|
border-collapse: separate;
|
|
253
253
|
border-spacing: 0;
|
|
254
254
|
box-sizing: border-box;
|
|
@@ -287,7 +287,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
287
287
|
padding-inline: 0;
|
|
288
288
|
margin-inline-start: -1px;
|
|
289
289
|
text-underline-offset: 0.25em;
|
|
290
|
-
text-decoration-thickness: 1px;
|
|
290
|
+
text-decoration-thickness: var(--font-decoration-thickness-link-4tl2vi, 1px);
|
|
291
|
+
text-decoration-style: var(--font-decoration-style-link-7y21z4, solid);
|
|
291
292
|
color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-secondary-default-6w6hsr, #0073bb));
|
|
292
293
|
font-weight: inherit;
|
|
293
294
|
letter-spacing: normal;
|
|
@@ -299,34 +300,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
299
300
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
300
301
|
}
|
|
301
302
|
@media (prefers-reduced-motion: reduce) {
|
|
302
|
-
.
|
|
303
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9) {
|
|
303
304
|
animation: none;
|
|
304
305
|
transition: none;
|
|
305
306
|
}
|
|
306
307
|
}
|
|
307
|
-
.awsui-motion-disabled .
|
|
308
|
+
.awsui-motion-disabled .awsui_toggle_gfwv3_1ww1g_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1ww1g_245:not(#\9) {
|
|
308
309
|
animation: none;
|
|
309
310
|
transition: none;
|
|
310
311
|
}
|
|
311
|
-
.
|
|
312
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9):hover {
|
|
312
313
|
cursor: pointer;
|
|
313
314
|
color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-secondary-hover-c3snug, #0a4a74));
|
|
314
315
|
}
|
|
315
|
-
.
|
|
316
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9):focus {
|
|
316
317
|
outline: none;
|
|
317
318
|
}
|
|
318
|
-
.
|
|
319
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9):active {
|
|
319
320
|
color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-secondary-hover-c3snug, #0a4a74));
|
|
320
321
|
}
|
|
321
|
-
.
|
|
322
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9):active, .awsui_toggle_gfwv3_1ww1g_245:not(#\9):focus, .awsui_toggle_gfwv3_1ww1g_245:not(#\9):hover {
|
|
322
323
|
text-decoration-line: underline;
|
|
323
324
|
text-decoration-color: currentColor;
|
|
324
325
|
}
|
|
325
|
-
.
|
|
326
|
+
.awsui_toggle_gfwv3_1ww1g_245:not(#\9):active, .awsui_toggle_gfwv3_1ww1g_245:not(#\9):focus, .awsui_toggle_gfwv3_1ww1g_245:not(#\9):hover {
|
|
326
327
|
text-decoration: none;
|
|
327
328
|
text-decoration-color: transparent;
|
|
328
329
|
}
|
|
329
|
-
body[data-awsui-focus-visible=true] .
|
|
330
|
+
body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1ww1g_245:not(#\9):focus {
|
|
330
331
|
outline: 2px dotted transparent;
|
|
331
332
|
border-block: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
332
333
|
border-inline: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
@@ -336,11 +337,11 @@ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1k2pu_245:not(#\9):focus
|
|
|
336
337
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
337
338
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
338
339
|
}
|
|
339
|
-
.
|
|
340
|
+
.awsui_toggle_gfwv3_1ww1g_245 > .awsui_description_gfwv3_1ww1g_338:not(#\9) {
|
|
340
341
|
margin-inline-start: var(--space-xxs-jnczic, 4px);
|
|
341
342
|
}
|
|
342
343
|
|
|
343
|
-
.
|
|
344
|
+
.awsui_separator_gfwv3_1ww1g_342:not(#\9) {
|
|
344
345
|
margin-block: 0;
|
|
345
346
|
margin-inline: var(--space-scaled-m-sw9kcx, 16px);
|
|
346
347
|
inline-size: var(--border-divider-section-width-sznrdy, 1px);
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"horizontal": "
|
|
7
|
-
"vertical": "
|
|
8
|
-
"list": "
|
|
9
|
-
"grid": "
|
|
10
|
-
"list-item": "awsui_list-
|
|
11
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
12
|
-
"toggle": "
|
|
13
|
-
"description": "
|
|
14
|
-
"separator": "
|
|
5
|
+
"root": "awsui_root_gfwv3_1ww1g_193",
|
|
6
|
+
"horizontal": "awsui_horizontal_gfwv3_1ww1g_196",
|
|
7
|
+
"vertical": "awsui_vertical_gfwv3_1ww1g_202",
|
|
8
|
+
"list": "awsui_list_gfwv3_1ww1g_207",
|
|
9
|
+
"grid": "awsui_grid_gfwv3_1ww1g_226",
|
|
10
|
+
"list-item": "awsui_list-item_gfwv3_1ww1g_238",
|
|
11
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1ww1g_245",
|
|
12
|
+
"toggle": "awsui_toggle_gfwv3_1ww1g_245",
|
|
13
|
+
"description": "awsui_description_gfwv3_1ww1g_338",
|
|
14
|
+
"separator": "awsui_separator_gfwv3_1ww1g_342"
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (bc6c9867)";
|
|
3
|
+
export var GIT_SHA = "bc6c9867";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -533,12 +533,15 @@ export const colorTextInteractiveInvertedDefault: string;
|
|
|
533
533
|
export const colorTextInteractiveInvertedHover: string;
|
|
534
534
|
export const colorTextInverted: string;
|
|
535
535
|
export const colorTextLabel: string;
|
|
536
|
+
export const colorTextKeyValuePairsValue: string;
|
|
536
537
|
export const colorTextLayoutToggle: string;
|
|
537
538
|
export const colorTextLayoutToggleActive: string;
|
|
538
539
|
export const colorTextLayoutToggleHover: string;
|
|
539
540
|
export const colorTextLayoutToggleSelected: string;
|
|
540
541
|
export const colorTextLinkDefault: string;
|
|
541
542
|
export const colorTextLinkHover: string;
|
|
543
|
+
export const colorTextLinkDecorationDefault: string;
|
|
544
|
+
export const colorTextLinkDecorationHover: string;
|
|
542
545
|
export const colorTextLinkSecondaryDefault: string;
|
|
543
546
|
export const colorTextLinkSecondaryHover: string;
|
|
544
547
|
export const colorTextLinkInfoDefault: string;
|
|
@@ -593,6 +596,9 @@ export const colorBackgroundSkeletonWave: string;
|
|
|
593
596
|
export const fontBoxValueLargeWeight: string;
|
|
594
597
|
export const fontButtonLetterSpacing: string;
|
|
595
598
|
export const fontChartDetailSize: string;
|
|
599
|
+
export const fontDecorationStyleLink: string;
|
|
600
|
+
export const fontDecorationThicknessLink: string;
|
|
601
|
+
export const fontDecorationThicknessLinkDisplayL: string;
|
|
596
602
|
export const fontDisplayLabelWeight: string;
|
|
597
603
|
export const fontExpandableHeadingSize: string;
|
|
598
604
|
export const fontFamilyBase: string;
|
|
@@ -608,46 +614,53 @@ export const fontPanelHeaderSize: string;
|
|
|
608
614
|
export const fontSizeBodyM: string;
|
|
609
615
|
export const fontSizeBodyS: string;
|
|
610
616
|
export const fontSizeDisplayL: string;
|
|
611
|
-
export const
|
|
617
|
+
export const fontSizeFormLabel: string;
|
|
612
618
|
export const fontSizeHeadingL: string;
|
|
613
619
|
export const fontSizeHeadingM: string;
|
|
614
620
|
export const fontSizeHeadingS: string;
|
|
621
|
+
export const fontSizeHeadingXl: string;
|
|
615
622
|
export const fontSizeHeadingXs: string;
|
|
623
|
+
export const fontSizeKeyValuePairsLabel: string;
|
|
624
|
+
export const fontSizeTabs: string;
|
|
616
625
|
export const fontSmoothingMozOsx: string;
|
|
617
626
|
export const fontSmoothingWebkit: string;
|
|
618
|
-
export const fontSizeTabs: string;
|
|
619
|
-
export const fontWeightTabs: string;
|
|
620
|
-
export const fontWeightTabsDisabled: string;
|
|
621
|
-
export const lineHeightTabs: string;
|
|
622
627
|
export const fontWayfindingLinkActiveWeight: string;
|
|
623
|
-
export const fontWeightButton: string;
|
|
624
628
|
export const fontWeightAlertHeader: string;
|
|
629
|
+
export const fontWeightBold: string;
|
|
630
|
+
export const fontWeightBreadcrumbCurrent: string;
|
|
631
|
+
export const fontWeightButton: string;
|
|
632
|
+
export const fontWeightDisplayL: string;
|
|
625
633
|
export const fontWeightFlashbarHeader: string;
|
|
626
|
-
export const
|
|
634
|
+
export const fontWeightFormLabel: string;
|
|
627
635
|
export const fontWeightHeadingL: string;
|
|
628
636
|
export const fontWeightHeadingM: string;
|
|
629
637
|
export const fontWeightHeadingS: string;
|
|
638
|
+
export const fontWeightHeadingXl: string;
|
|
630
639
|
export const fontWeightHeadingXs: string;
|
|
631
|
-
export const fontWeightDisplayL: string;
|
|
632
640
|
export const fontWeightHeavy: string;
|
|
633
|
-
export const
|
|
634
|
-
export const fontWeightBold: string;
|
|
641
|
+
export const fontWeightKeyValuePairsLabel: string;
|
|
635
642
|
export const fontWeightLighter: string;
|
|
643
|
+
export const fontWeightNormal: string;
|
|
644
|
+
export const fontWeightTabs: string;
|
|
645
|
+
export const fontWeightTabsDisabled: string;
|
|
636
646
|
export const letterSpacingBodyS: string;
|
|
637
647
|
export const letterSpacingDisplayL: string;
|
|
638
|
-
export const letterSpacingHeadingXl: string;
|
|
639
648
|
export const letterSpacingHeadingL: string;
|
|
640
649
|
export const letterSpacingHeadingM: string;
|
|
641
650
|
export const letterSpacingHeadingS: string;
|
|
651
|
+
export const letterSpacingHeadingXl: string;
|
|
642
652
|
export const letterSpacingHeadingXs: string;
|
|
643
653
|
export const lineHeightBodyM: string;
|
|
644
654
|
export const lineHeightBodyS: string;
|
|
645
655
|
export const lineHeightDisplayL: string;
|
|
646
|
-
export const
|
|
656
|
+
export const lineHeightFormLabel: string;
|
|
647
657
|
export const lineHeightHeadingL: string;
|
|
648
658
|
export const lineHeightHeadingM: string;
|
|
649
659
|
export const lineHeightHeadingS: string;
|
|
660
|
+
export const lineHeightHeadingXl: string;
|
|
650
661
|
export const lineHeightHeadingXs: string;
|
|
662
|
+
export const lineHeightKeyValuePairsLabel: string;
|
|
663
|
+
export const lineHeightTabs: string;
|
|
651
664
|
export const borderActiveWidth: string;
|
|
652
665
|
export const borderCodeEditorStatusDividerWidth: string;
|
|
653
666
|
export const borderContainerStickyWidth: string;
|
|
@@ -533,12 +533,15 @@ export var colorTextInteractiveInvertedDefault = "var(--color-text-interactive-i
|
|
|
533
533
|
export var colorTextInteractiveInvertedHover = "var(--color-text-interactive-inverted-hover-65rnp7, #f9f9fa)";
|
|
534
534
|
export var colorTextInverted = "var(--color-text-inverted-4v4dmq, #ffffff)";
|
|
535
535
|
export var colorTextLabel = "var(--color-text-label-28gfmc, #0f141a)";
|
|
536
|
+
export var colorTextKeyValuePairsValue = "var(--color-text-key-value-pairs-value-pezok9, #0f141a)";
|
|
536
537
|
export var colorTextLayoutToggle = "var(--color-text-layout-toggle-1a15s3, #ffffff)";
|
|
537
538
|
export var colorTextLayoutToggleActive = "var(--color-text-layout-toggle-active-ifu7qp, #ffffff)";
|
|
538
539
|
export var colorTextLayoutToggleHover = "var(--color-text-layout-toggle-hover-9jwdce, #006ce0)";
|
|
539
540
|
export var colorTextLayoutToggleSelected = "var(--color-text-layout-toggle-selected-xpximc, #ffffff)";
|
|
540
541
|
export var colorTextLinkDefault = "var(--color-text-link-default-hude44, #006ce0)";
|
|
541
542
|
export var colorTextLinkHover = "var(--color-text-link-hover-2hfec2, #002b66)";
|
|
543
|
+
export var colorTextLinkDecorationDefault = "var(--color-text-link-decoration-default-0x8fhu, currentColor)";
|
|
544
|
+
export var colorTextLinkDecorationHover = "var(--color-text-link-decoration-hover-kui2t9, currentColor)";
|
|
542
545
|
export var colorTextLinkSecondaryDefault = "var(--color-text-link-secondary-default-4p0gj8, #006ce0)";
|
|
543
546
|
export var colorTextLinkSecondaryHover = "var(--color-text-link-secondary-hover-0kzmc4, #002b66)";
|
|
544
547
|
export var colorTextLinkInfoDefault = "var(--color-text-link-info-default-mrmt1i, #006ce0)";
|
|
@@ -593,6 +596,9 @@ export var colorBackgroundSkeletonWave = "var(--color-background-skeleton-wave-1
|
|
|
593
596
|
export var fontBoxValueLargeWeight = "var(--font-box-value-large-weight-wr00sw, 700)";
|
|
594
597
|
export var fontButtonLetterSpacing = "var(--font-button-letter-spacing-ufowe3, 0.005em)";
|
|
595
598
|
export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
|
|
599
|
+
export var fontDecorationStyleLink = "var(--font-decoration-style-link-pk2xmp, solid)";
|
|
600
|
+
export var fontDecorationThicknessLink = "var(--font-decoration-thickness-link-uesuo7, 1px)";
|
|
601
|
+
export var fontDecorationThicknessLinkDisplayL = "var(--font-decoration-thickness-link-display-l-6g5fyl, 2px)";
|
|
596
602
|
export var fontDisplayLabelWeight = "var(--font-display-label-weight-zavpeo, 700)";
|
|
597
603
|
export var fontExpandableHeadingSize = "var(--font-expandable-heading-size-0uk059, 16px)";
|
|
598
604
|
export var fontFamilyBase = "var(--font-family-base-gmnpzl, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
|
|
@@ -608,46 +614,53 @@ export var fontPanelHeaderSize = "var(--font-panel-header-size-33h9j8, 18px)";
|
|
|
608
614
|
export var fontSizeBodyM = "var(--font-size-body-m-a7nh2n, 14px)";
|
|
609
615
|
export var fontSizeBodyS = "var(--font-size-body-s-smc8cv, 12px)";
|
|
610
616
|
export var fontSizeDisplayL = "var(--font-size-display-l-wa6woo, 42px)";
|
|
611
|
-
export var
|
|
617
|
+
export var fontSizeFormLabel = "var(--font-size-form-label-mxiqd7, 14px)";
|
|
612
618
|
export var fontSizeHeadingL = "var(--font-size-heading-l-vnacx6, 20px)";
|
|
613
619
|
export var fontSizeHeadingM = "var(--font-size-heading-m-170yiy, 18px)";
|
|
614
620
|
export var fontSizeHeadingS = "var(--font-size-heading-s-zp08en, 16px)";
|
|
621
|
+
export var fontSizeHeadingXl = "var(--font-size-heading-xl-wvkbur, 24px)";
|
|
615
622
|
export var fontSizeHeadingXs = "var(--font-size-heading-xs-j8yzxv, 14px)";
|
|
623
|
+
export var fontSizeKeyValuePairsLabel = "var(--font-size-key-value-pairs-label-1mmf3j, 14px)";
|
|
624
|
+
export var fontSizeTabs = "var(--font-size-tabs-eeo215, 16px)";
|
|
616
625
|
export var fontSmoothingMozOsx = "var(--font-smoothing-moz-osx-hbm0aq, grayscale)";
|
|
617
626
|
export var fontSmoothingWebkit = "var(--font-smoothing-webkit-oemolo, antialiased)";
|
|
618
|
-
export var fontSizeTabs = "var(--font-size-tabs-eeo215, 16px)";
|
|
619
|
-
export var fontWeightTabs = "var(--font-weight-tabs-ichxzl, 700)";
|
|
620
|
-
export var fontWeightTabsDisabled = "var(--font-weight-tabs-disabled-v5r551, 700)";
|
|
621
|
-
export var lineHeightTabs = "var(--line-height-tabs-vpnjo7, 20px)";
|
|
622
627
|
export var fontWayfindingLinkActiveWeight = "var(--font-wayfinding-link-active-weight-ny4hup, 700)";
|
|
623
|
-
export var fontWeightButton = "var(--font-weight-button-0eg20c, 700)";
|
|
624
628
|
export var fontWeightAlertHeader = "var(--font-weight-alert-header-zg25o1, 700)";
|
|
629
|
+
export var fontWeightBold = "var(--font-weight-bold-fo1afg, 700)";
|
|
630
|
+
export var fontWeightBreadcrumbCurrent = "var(--font-weight-breadcrumb-current-v39mbh, 700)";
|
|
631
|
+
export var fontWeightButton = "var(--font-weight-button-0eg20c, 700)";
|
|
632
|
+
export var fontWeightDisplayL = "var(--font-weight-display-l-h5zsi8, 700)";
|
|
625
633
|
export var fontWeightFlashbarHeader = "var(--font-weight-flashbar-header-fg5kye, 700)";
|
|
626
|
-
export var
|
|
634
|
+
export var fontWeightFormLabel = "var(--font-weight-form-label-mrg9ef, 700)";
|
|
627
635
|
export var fontWeightHeadingL = "var(--font-weight-heading-l-0t6dwc, 700)";
|
|
628
636
|
export var fontWeightHeadingM = "var(--font-weight-heading-m-zf82dr, 700)";
|
|
629
637
|
export var fontWeightHeadingS = "var(--font-weight-heading-s-lcx0ai, 700)";
|
|
638
|
+
export var fontWeightHeadingXl = "var(--font-weight-heading-xl-u3m4we, 700)";
|
|
630
639
|
export var fontWeightHeadingXs = "var(--font-weight-heading-xs-wqqpne, 700)";
|
|
631
|
-
export var fontWeightDisplayL = "var(--font-weight-display-l-h5zsi8, 700)";
|
|
632
640
|
export var fontWeightHeavy = "var(--font-weight-heavy-6yh4un, 700)";
|
|
633
|
-
export var
|
|
634
|
-
export var fontWeightBold = "var(--font-weight-bold-fo1afg, 700)";
|
|
641
|
+
export var fontWeightKeyValuePairsLabel = "var(--font-weight-key-value-pairs-label-zdidmd, 700)";
|
|
635
642
|
export var fontWeightLighter = "var(--font-weight-lighter-ldkoj5, 300)";
|
|
643
|
+
export var fontWeightNormal = "var(--font-weight-normal-cxw1m3, 400)";
|
|
644
|
+
export var fontWeightTabs = "var(--font-weight-tabs-ichxzl, 700)";
|
|
645
|
+
export var fontWeightTabsDisabled = "var(--font-weight-tabs-disabled-v5r551, 700)";
|
|
636
646
|
export var letterSpacingBodyS = "var(--letter-spacing-body-s-gq78ok, 0.005em)";
|
|
637
647
|
export var letterSpacingDisplayL = "var(--letter-spacing-display-l-elyyxk, -0.03em)";
|
|
638
|
-
export var letterSpacingHeadingXl = "var(--letter-spacing-heading-xl-ckkb6u, -0.02em)";
|
|
639
648
|
export var letterSpacingHeadingL = "var(--letter-spacing-heading-l-5v6ibv, -0.015em)";
|
|
640
649
|
export var letterSpacingHeadingM = "var(--letter-spacing-heading-m-29ewnk, -0.010em)";
|
|
641
650
|
export var letterSpacingHeadingS = "var(--letter-spacing-heading-s-4st9ep, -0.005em)";
|
|
651
|
+
export var letterSpacingHeadingXl = "var(--letter-spacing-heading-xl-ckkb6u, -0.02em)";
|
|
642
652
|
export var letterSpacingHeadingXs = "var(--letter-spacing-heading-xs-fgog7a, normal)";
|
|
643
653
|
export var lineHeightBodyM = "var(--line-height-body-m-2mh3ke, 20px)";
|
|
644
654
|
export var lineHeightBodyS = "var(--line-height-body-s-nu5hx1, 16px)";
|
|
645
655
|
export var lineHeightDisplayL = "var(--line-height-display-l-vwanzp, 48px)";
|
|
646
|
-
export var
|
|
656
|
+
export var lineHeightFormLabel = "var(--line-height-form-label-asu26u, 20px)";
|
|
647
657
|
export var lineHeightHeadingL = "var(--line-height-heading-l-mg5bx6, 24px)";
|
|
648
658
|
export var lineHeightHeadingM = "var(--line-height-heading-m-uoaqdh, 22px)";
|
|
649
659
|
export var lineHeightHeadingS = "var(--line-height-heading-s-hmi4vc, 20px)";
|
|
660
|
+
export var lineHeightHeadingXl = "var(--line-height-heading-xl-hko6p0, 30px)";
|
|
650
661
|
export var lineHeightHeadingXs = "var(--line-height-heading-xs-q9j004, 18px)";
|
|
662
|
+
export var lineHeightKeyValuePairsLabel = "var(--line-height-key-value-pairs-label-x3ofa3, 20px)";
|
|
663
|
+
export var lineHeightTabs = "var(--line-height-tabs-vpnjo7, 20px)";
|
|
651
664
|
export var borderActiveWidth = "var(--border-active-width-axzm24, 4px)";
|
|
652
665
|
export var borderCodeEditorStatusDividerWidth = "var(--border-code-editor-status-divider-width-4we6jf, 1px)";
|
|
653
666
|
export var borderContainerStickyWidth = "var(--border-container-sticky-width-nri0ix, 0px)";
|