@cloudscape-design/components-themeable 3.0.1251 → 3.0.1253
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/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +5 -2
- package/lib/internal/scss/panel-layout/styles.scss +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js +4 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +192 -192
- package/lib/internal/template/box/styles.scoped.css +238 -237
- package/lib/internal/template/box/styles.selectors.js +192 -192
- package/lib/internal/template/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/non-collapsible-flashbar.js +1 -1
- package/lib/internal/template/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/icon/generated/icons.d.ts +0 -1
- package/lib/internal/template/icon/generated/icons.d.ts.map +1 -1
- package/lib/internal/template/icon/generated/icons.js +0 -3
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/icon-provider/interfaces.d.ts +1 -1
- package/lib/internal/template/icon-provider/interfaces.d.ts.map +1 -1
- package/lib/internal/template/icon-provider/interfaces.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +3 -1
- package/lib/internal/template/internal/components/transition/index.d.ts +2 -1
- package/lib/internal/template/internal/components/transition/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/transition/index.js +2 -2
- package/lib/internal/template/internal/components/transition/index.js.map +1 -1
- 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 +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +7 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.js +7 -0
- package/lib/internal/template/panel-layout/styles.css.js +7 -7
- package/lib/internal/template/panel-layout/styles.scoped.css +12 -10
- package/lib/internal/template/panel-layout/styles.selectors.js +7 -7
- package/package.json +1 -1
|
@@ -558,6 +558,7 @@ export const fontChartDetailSize: string;
|
|
|
558
558
|
export const fontDisplayLabelWeight: string;
|
|
559
559
|
export const fontExpandableHeadingSize: string;
|
|
560
560
|
export const fontFamilyBase: string;
|
|
561
|
+
export const fontFamilyDisplay: string;
|
|
561
562
|
export const fontFamilyHeading: string;
|
|
562
563
|
export const fontFamilyMonospace: string;
|
|
563
564
|
export const fontHeaderH2DescriptionLineHeight: string;
|
|
@@ -558,6 +558,7 @@ export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
|
|
|
558
558
|
export var fontDisplayLabelWeight = "var(--font-display-label-weight-zavpeo, 700)";
|
|
559
559
|
export var fontExpandableHeadingSize = "var(--font-expandable-heading-size-0uk059, 16px)";
|
|
560
560
|
export var fontFamilyBase = "var(--font-family-base-gmnpzl, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
|
|
561
|
+
export var fontFamilyDisplay = "var(--font-family-display-a93nj0, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
|
|
561
562
|
export var fontFamilyHeading = "var(--font-family-heading-ugphat, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
|
|
562
563
|
export var fontFamilyMonospace = "var(--font-family-monospace-q47m7k, Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace)";
|
|
563
564
|
export var fontHeaderH2DescriptionLineHeight = "var(--font-header-h2-description-line-height-ts2s6o, 20px)";
|
|
@@ -2261,6 +2261,7 @@ module.exports.preset = {
|
|
|
2261
2261
|
"fontDisplayLabelWeight": "700",
|
|
2262
2262
|
"fontExpandableHeadingSize": "{fontSizeHeadingS}",
|
|
2263
2263
|
"fontFamilyBase": "'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",
|
|
2264
|
+
"fontFamilyDisplay": "{fontFamilyBase}",
|
|
2264
2265
|
"fontFamilyHeading": "{fontFamilyBase}",
|
|
2265
2266
|
"fontFamilyMonospace": "Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",
|
|
2266
2267
|
"fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
|
|
@@ -11733,6 +11734,7 @@ module.exports.preset = {
|
|
|
11733
11734
|
"colorDropzoneBorderHover",
|
|
11734
11735
|
"colorTreeViewConnectorLine",
|
|
11735
11736
|
"fontFamilyBase",
|
|
11737
|
+
"fontFamilyDisplay",
|
|
11736
11738
|
"fontFamilyHeading",
|
|
11737
11739
|
"fontFamilyMonospace",
|
|
11738
11740
|
"fontSizeBodyM",
|
|
@@ -11749,6 +11751,7 @@ module.exports.preset = {
|
|
|
11749
11751
|
"fontWeightHeadingM",
|
|
11750
11752
|
"fontWeightHeadingS",
|
|
11751
11753
|
"fontWeightHeadingXs",
|
|
11754
|
+
"letterSpacingDisplayL",
|
|
11752
11755
|
"letterSpacingHeadingXl",
|
|
11753
11756
|
"letterSpacingHeadingL",
|
|
11754
11757
|
"letterSpacingHeadingM",
|
|
@@ -12117,6 +12120,7 @@ module.exports.preset = {
|
|
|
12117
12120
|
"colorDropzoneBorderHover",
|
|
12118
12121
|
"colorTreeViewConnectorLine",
|
|
12119
12122
|
"fontFamilyBase",
|
|
12123
|
+
"fontFamilyDisplay",
|
|
12120
12124
|
"fontFamilyHeading",
|
|
12121
12125
|
"fontFamilyMonospace",
|
|
12122
12126
|
"fontSizeBodyM",
|
|
@@ -12133,6 +12137,7 @@ module.exports.preset = {
|
|
|
12133
12137
|
"fontWeightHeadingM",
|
|
12134
12138
|
"fontWeightHeadingS",
|
|
12135
12139
|
"fontWeightHeadingXs",
|
|
12140
|
+
"letterSpacingDisplayL",
|
|
12136
12141
|
"letterSpacingHeadingXl",
|
|
12137
12142
|
"letterSpacingHeadingL",
|
|
12138
12143
|
"letterSpacingHeadingM",
|
|
@@ -12772,6 +12777,7 @@ module.exports.preset = {
|
|
|
12772
12777
|
"fontDisplayLabelWeight": "font-display-label-weight",
|
|
12773
12778
|
"fontExpandableHeadingSize": "font-expandable-heading-size",
|
|
12774
12779
|
"fontFamilyBase": "font-family-base",
|
|
12780
|
+
"fontFamilyDisplay": "font-family-display",
|
|
12775
12781
|
"fontFamilyHeading": "font-family-heading",
|
|
12776
12782
|
"fontFamilyMonospace": "font-family-monospace",
|
|
12777
12783
|
"fontHeaderH2DescriptionLineHeight": "font-header-h2-description-line-height",
|
|
@@ -13593,6 +13599,7 @@ module.exports.preset = {
|
|
|
13593
13599
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|
|
13594
13600
|
"fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
|
|
13595
13601
|
"fontFamilyBase": "--font-family-base-gmnpzl",
|
|
13602
|
+
"fontFamilyDisplay": "--font-family-display-a93nj0",
|
|
13596
13603
|
"fontFamilyHeading": "--font-family-heading-ugphat",
|
|
13597
13604
|
"fontFamilyMonospace": "--font-family-monospace-q47m7k",
|
|
13598
13605
|
"fontHeaderH2DescriptionLineHeight": "--font-header-h2-description-line-height-ts2s6o",
|
|
@@ -229,6 +229,7 @@ export declare interface TypedOverride {
|
|
|
229
229
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
230
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
231
|
fontFamilyBase?: GlobalValue;
|
|
232
|
+
fontFamilyDisplay?: GlobalValue;
|
|
232
233
|
fontFamilyHeading?: GlobalValue;
|
|
233
234
|
fontFamilyMonospace?: GlobalValue;
|
|
234
235
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -245,6 +246,7 @@ export declare interface TypedOverride {
|
|
|
245
246
|
fontWeightHeadingM?: GlobalValue;
|
|
246
247
|
fontWeightHeadingS?: GlobalValue;
|
|
247
248
|
fontWeightHeadingXs?: GlobalValue;
|
|
249
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
248
250
|
letterSpacingHeadingXl?: GlobalValue;
|
|
249
251
|
letterSpacingHeadingL?: GlobalValue;
|
|
250
252
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -517,6 +519,7 @@ export declare interface TypedOverride {
|
|
|
517
519
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
518
520
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
519
521
|
fontFamilyBase?: GlobalValue;
|
|
522
|
+
fontFamilyDisplay?: GlobalValue;
|
|
520
523
|
fontFamilyHeading?: GlobalValue;
|
|
521
524
|
fontFamilyMonospace?: GlobalValue;
|
|
522
525
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -533,6 +536,7 @@ export declare interface TypedOverride {
|
|
|
533
536
|
fontWeightHeadingM?: GlobalValue;
|
|
534
537
|
fontWeightHeadingS?: GlobalValue;
|
|
535
538
|
fontWeightHeadingXs?: GlobalValue;
|
|
539
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
536
540
|
letterSpacingHeadingXl?: GlobalValue;
|
|
537
541
|
letterSpacingHeadingL?: GlobalValue;
|
|
538
542
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -805,6 +809,7 @@ export declare interface TypedOverride {
|
|
|
805
809
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
806
810
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
807
811
|
fontFamilyBase?: GlobalValue;
|
|
812
|
+
fontFamilyDisplay?: GlobalValue;
|
|
808
813
|
fontFamilyHeading?: GlobalValue;
|
|
809
814
|
fontFamilyMonospace?: GlobalValue;
|
|
810
815
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -821,6 +826,7 @@ export declare interface TypedOverride {
|
|
|
821
826
|
fontWeightHeadingM?: GlobalValue;
|
|
822
827
|
fontWeightHeadingS?: GlobalValue;
|
|
823
828
|
fontWeightHeadingXs?: GlobalValue;
|
|
829
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
824
830
|
letterSpacingHeadingXl?: GlobalValue;
|
|
825
831
|
letterSpacingHeadingL?: GlobalValue;
|
|
826
832
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1093,6 +1099,7 @@ export declare interface TypedOverride {
|
|
|
1093
1099
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1094
1100
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1095
1101
|
fontFamilyBase?: GlobalValue;
|
|
1102
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1096
1103
|
fontFamilyHeading?: GlobalValue;
|
|
1097
1104
|
fontFamilyMonospace?: GlobalValue;
|
|
1098
1105
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1109,6 +1116,7 @@ export declare interface TypedOverride {
|
|
|
1109
1116
|
fontWeightHeadingM?: GlobalValue;
|
|
1110
1117
|
fontWeightHeadingS?: GlobalValue;
|
|
1111
1118
|
fontWeightHeadingXs?: GlobalValue;
|
|
1119
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1112
1120
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1113
1121
|
letterSpacingHeadingL?: GlobalValue;
|
|
1114
1122
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1381,6 +1389,7 @@ export declare interface TypedOverride {
|
|
|
1381
1389
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1382
1390
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1383
1391
|
fontFamilyBase?: GlobalValue;
|
|
1392
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1384
1393
|
fontFamilyHeading?: GlobalValue;
|
|
1385
1394
|
fontFamilyMonospace?: GlobalValue;
|
|
1386
1395
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1397,6 +1406,7 @@ export declare interface TypedOverride {
|
|
|
1397
1406
|
fontWeightHeadingM?: GlobalValue;
|
|
1398
1407
|
fontWeightHeadingS?: GlobalValue;
|
|
1399
1408
|
fontWeightHeadingXs?: GlobalValue;
|
|
1409
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1400
1410
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1401
1411
|
letterSpacingHeadingL?: GlobalValue;
|
|
1402
1412
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1669,6 +1679,7 @@ export declare interface TypedOverride {
|
|
|
1669
1679
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1670
1680
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1671
1681
|
fontFamilyBase?: GlobalValue;
|
|
1682
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1672
1683
|
fontFamilyHeading?: GlobalValue;
|
|
1673
1684
|
fontFamilyMonospace?: GlobalValue;
|
|
1674
1685
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1685,6 +1696,7 @@ export declare interface TypedOverride {
|
|
|
1685
1696
|
fontWeightHeadingM?: GlobalValue;
|
|
1686
1697
|
fontWeightHeadingS?: GlobalValue;
|
|
1687
1698
|
fontWeightHeadingXs?: GlobalValue;
|
|
1699
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1688
1700
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1689
1701
|
letterSpacingHeadingL?: GlobalValue;
|
|
1690
1702
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1957,6 +1969,7 @@ export declare interface TypedOverride {
|
|
|
1957
1969
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1958
1970
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1959
1971
|
fontFamilyBase?: GlobalValue;
|
|
1972
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1960
1973
|
fontFamilyHeading?: GlobalValue;
|
|
1961
1974
|
fontFamilyMonospace?: GlobalValue;
|
|
1962
1975
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1973,6 +1986,7 @@ export declare interface TypedOverride {
|
|
|
1973
1986
|
fontWeightHeadingM?: GlobalValue;
|
|
1974
1987
|
fontWeightHeadingS?: GlobalValue;
|
|
1975
1988
|
fontWeightHeadingXs?: GlobalValue;
|
|
1989
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1976
1990
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1977
1991
|
letterSpacingHeadingL?: GlobalValue;
|
|
1978
1992
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -2245,6 +2259,7 @@ export declare interface TypedOverride {
|
|
|
2245
2259
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2246
2260
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2247
2261
|
fontFamilyBase?: GlobalValue;
|
|
2262
|
+
fontFamilyDisplay?: GlobalValue;
|
|
2248
2263
|
fontFamilyHeading?: GlobalValue;
|
|
2249
2264
|
fontFamilyMonospace?: GlobalValue;
|
|
2250
2265
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -2261,6 +2276,7 @@ export declare interface TypedOverride {
|
|
|
2261
2276
|
fontWeightHeadingM?: GlobalValue;
|
|
2262
2277
|
fontWeightHeadingS?: GlobalValue;
|
|
2263
2278
|
fontWeightHeadingXs?: GlobalValue;
|
|
2279
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
2264
2280
|
letterSpacingHeadingXl?: GlobalValue;
|
|
2265
2281
|
letterSpacingHeadingL?: GlobalValue;
|
|
2266
2282
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -2533,6 +2549,7 @@ export declare interface TypedOverride {
|
|
|
2533
2549
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2534
2550
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2535
2551
|
fontFamilyBase?: GlobalValue;
|
|
2552
|
+
fontFamilyDisplay?: GlobalValue;
|
|
2536
2553
|
fontFamilyHeading?: GlobalValue;
|
|
2537
2554
|
fontFamilyMonospace?: GlobalValue;
|
|
2538
2555
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -2549,6 +2566,7 @@ export declare interface TypedOverride {
|
|
|
2549
2566
|
fontWeightHeadingM?: GlobalValue;
|
|
2550
2567
|
fontWeightHeadingS?: GlobalValue;
|
|
2551
2568
|
fontWeightHeadingXs?: GlobalValue;
|
|
2569
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
2552
2570
|
letterSpacingHeadingXl?: GlobalValue;
|
|
2553
2571
|
letterSpacingHeadingL?: GlobalValue;
|
|
2554
2572
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -229,6 +229,7 @@ export declare interface TypedOverride {
|
|
|
229
229
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
230
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
231
|
fontFamilyBase?: GlobalValue;
|
|
232
|
+
fontFamilyDisplay?: GlobalValue;
|
|
232
233
|
fontFamilyHeading?: GlobalValue;
|
|
233
234
|
fontFamilyMonospace?: GlobalValue;
|
|
234
235
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -245,6 +246,7 @@ export declare interface TypedOverride {
|
|
|
245
246
|
fontWeightHeadingM?: GlobalValue;
|
|
246
247
|
fontWeightHeadingS?: GlobalValue;
|
|
247
248
|
fontWeightHeadingXs?: GlobalValue;
|
|
249
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
248
250
|
letterSpacingHeadingXl?: GlobalValue;
|
|
249
251
|
letterSpacingHeadingL?: GlobalValue;
|
|
250
252
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -517,6 +519,7 @@ export declare interface TypedOverride {
|
|
|
517
519
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
518
520
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
519
521
|
fontFamilyBase?: GlobalValue;
|
|
522
|
+
fontFamilyDisplay?: GlobalValue;
|
|
520
523
|
fontFamilyHeading?: GlobalValue;
|
|
521
524
|
fontFamilyMonospace?: GlobalValue;
|
|
522
525
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -533,6 +536,7 @@ export declare interface TypedOverride {
|
|
|
533
536
|
fontWeightHeadingM?: GlobalValue;
|
|
534
537
|
fontWeightHeadingS?: GlobalValue;
|
|
535
538
|
fontWeightHeadingXs?: GlobalValue;
|
|
539
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
536
540
|
letterSpacingHeadingXl?: GlobalValue;
|
|
537
541
|
letterSpacingHeadingL?: GlobalValue;
|
|
538
542
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -805,6 +809,7 @@ export declare interface TypedOverride {
|
|
|
805
809
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
806
810
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
807
811
|
fontFamilyBase?: GlobalValue;
|
|
812
|
+
fontFamilyDisplay?: GlobalValue;
|
|
808
813
|
fontFamilyHeading?: GlobalValue;
|
|
809
814
|
fontFamilyMonospace?: GlobalValue;
|
|
810
815
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -821,6 +826,7 @@ export declare interface TypedOverride {
|
|
|
821
826
|
fontWeightHeadingM?: GlobalValue;
|
|
822
827
|
fontWeightHeadingS?: GlobalValue;
|
|
823
828
|
fontWeightHeadingXs?: GlobalValue;
|
|
829
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
824
830
|
letterSpacingHeadingXl?: GlobalValue;
|
|
825
831
|
letterSpacingHeadingL?: GlobalValue;
|
|
826
832
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1093,6 +1099,7 @@ export declare interface TypedOverride {
|
|
|
1093
1099
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1094
1100
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1095
1101
|
fontFamilyBase?: GlobalValue;
|
|
1102
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1096
1103
|
fontFamilyHeading?: GlobalValue;
|
|
1097
1104
|
fontFamilyMonospace?: GlobalValue;
|
|
1098
1105
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1109,6 +1116,7 @@ export declare interface TypedOverride {
|
|
|
1109
1116
|
fontWeightHeadingM?: GlobalValue;
|
|
1110
1117
|
fontWeightHeadingS?: GlobalValue;
|
|
1111
1118
|
fontWeightHeadingXs?: GlobalValue;
|
|
1119
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1112
1120
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1113
1121
|
letterSpacingHeadingL?: GlobalValue;
|
|
1114
1122
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1381,6 +1389,7 @@ export declare interface TypedOverride {
|
|
|
1381
1389
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1382
1390
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1383
1391
|
fontFamilyBase?: GlobalValue;
|
|
1392
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1384
1393
|
fontFamilyHeading?: GlobalValue;
|
|
1385
1394
|
fontFamilyMonospace?: GlobalValue;
|
|
1386
1395
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1397,6 +1406,7 @@ export declare interface TypedOverride {
|
|
|
1397
1406
|
fontWeightHeadingM?: GlobalValue;
|
|
1398
1407
|
fontWeightHeadingS?: GlobalValue;
|
|
1399
1408
|
fontWeightHeadingXs?: GlobalValue;
|
|
1409
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1400
1410
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1401
1411
|
letterSpacingHeadingL?: GlobalValue;
|
|
1402
1412
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1669,6 +1679,7 @@ export declare interface TypedOverride {
|
|
|
1669
1679
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1670
1680
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1671
1681
|
fontFamilyBase?: GlobalValue;
|
|
1682
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1672
1683
|
fontFamilyHeading?: GlobalValue;
|
|
1673
1684
|
fontFamilyMonospace?: GlobalValue;
|
|
1674
1685
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1685,6 +1696,7 @@ export declare interface TypedOverride {
|
|
|
1685
1696
|
fontWeightHeadingM?: GlobalValue;
|
|
1686
1697
|
fontWeightHeadingS?: GlobalValue;
|
|
1687
1698
|
fontWeightHeadingXs?: GlobalValue;
|
|
1699
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1688
1700
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1689
1701
|
letterSpacingHeadingL?: GlobalValue;
|
|
1690
1702
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -1957,6 +1969,7 @@ export declare interface TypedOverride {
|
|
|
1957
1969
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1958
1970
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1959
1971
|
fontFamilyBase?: GlobalValue;
|
|
1972
|
+
fontFamilyDisplay?: GlobalValue;
|
|
1960
1973
|
fontFamilyHeading?: GlobalValue;
|
|
1961
1974
|
fontFamilyMonospace?: GlobalValue;
|
|
1962
1975
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -1973,6 +1986,7 @@ export declare interface TypedOverride {
|
|
|
1973
1986
|
fontWeightHeadingM?: GlobalValue;
|
|
1974
1987
|
fontWeightHeadingS?: GlobalValue;
|
|
1975
1988
|
fontWeightHeadingXs?: GlobalValue;
|
|
1989
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
1976
1990
|
letterSpacingHeadingXl?: GlobalValue;
|
|
1977
1991
|
letterSpacingHeadingL?: GlobalValue;
|
|
1978
1992
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -2245,6 +2259,7 @@ export declare interface TypedOverride {
|
|
|
2245
2259
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2246
2260
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2247
2261
|
fontFamilyBase?: GlobalValue;
|
|
2262
|
+
fontFamilyDisplay?: GlobalValue;
|
|
2248
2263
|
fontFamilyHeading?: GlobalValue;
|
|
2249
2264
|
fontFamilyMonospace?: GlobalValue;
|
|
2250
2265
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -2261,6 +2276,7 @@ export declare interface TypedOverride {
|
|
|
2261
2276
|
fontWeightHeadingM?: GlobalValue;
|
|
2262
2277
|
fontWeightHeadingS?: GlobalValue;
|
|
2263
2278
|
fontWeightHeadingXs?: GlobalValue;
|
|
2279
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
2264
2280
|
letterSpacingHeadingXl?: GlobalValue;
|
|
2265
2281
|
letterSpacingHeadingL?: GlobalValue;
|
|
2266
2282
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -2533,6 +2549,7 @@ export declare interface TypedOverride {
|
|
|
2533
2549
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2534
2550
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2535
2551
|
fontFamilyBase?: GlobalValue;
|
|
2552
|
+
fontFamilyDisplay?: GlobalValue;
|
|
2536
2553
|
fontFamilyHeading?: GlobalValue;
|
|
2537
2554
|
fontFamilyMonospace?: GlobalValue;
|
|
2538
2555
|
fontSizeBodyM?: GlobalValue;
|
|
@@ -2549,6 +2566,7 @@ export declare interface TypedOverride {
|
|
|
2549
2566
|
fontWeightHeadingM?: GlobalValue;
|
|
2550
2567
|
fontWeightHeadingS?: GlobalValue;
|
|
2551
2568
|
fontWeightHeadingXs?: GlobalValue;
|
|
2569
|
+
letterSpacingDisplayL?: GlobalValue;
|
|
2552
2570
|
letterSpacingHeadingXl?: GlobalValue;
|
|
2553
2571
|
letterSpacingHeadingL?: GlobalValue;
|
|
2554
2572
|
letterSpacingHeadingM?: GlobalValue;
|
|
@@ -2261,6 +2261,7 @@ export var preset = {
|
|
|
2261
2261
|
"fontDisplayLabelWeight": "700",
|
|
2262
2262
|
"fontExpandableHeadingSize": "{fontSizeHeadingS}",
|
|
2263
2263
|
"fontFamilyBase": "'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",
|
|
2264
|
+
"fontFamilyDisplay": "{fontFamilyBase}",
|
|
2264
2265
|
"fontFamilyHeading": "{fontFamilyBase}",
|
|
2265
2266
|
"fontFamilyMonospace": "Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",
|
|
2266
2267
|
"fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
|
|
@@ -11733,6 +11734,7 @@ export var preset = {
|
|
|
11733
11734
|
"colorDropzoneBorderHover",
|
|
11734
11735
|
"colorTreeViewConnectorLine",
|
|
11735
11736
|
"fontFamilyBase",
|
|
11737
|
+
"fontFamilyDisplay",
|
|
11736
11738
|
"fontFamilyHeading",
|
|
11737
11739
|
"fontFamilyMonospace",
|
|
11738
11740
|
"fontSizeBodyM",
|
|
@@ -11749,6 +11751,7 @@ export var preset = {
|
|
|
11749
11751
|
"fontWeightHeadingM",
|
|
11750
11752
|
"fontWeightHeadingS",
|
|
11751
11753
|
"fontWeightHeadingXs",
|
|
11754
|
+
"letterSpacingDisplayL",
|
|
11752
11755
|
"letterSpacingHeadingXl",
|
|
11753
11756
|
"letterSpacingHeadingL",
|
|
11754
11757
|
"letterSpacingHeadingM",
|
|
@@ -12117,6 +12120,7 @@ export var preset = {
|
|
|
12117
12120
|
"colorDropzoneBorderHover",
|
|
12118
12121
|
"colorTreeViewConnectorLine",
|
|
12119
12122
|
"fontFamilyBase",
|
|
12123
|
+
"fontFamilyDisplay",
|
|
12120
12124
|
"fontFamilyHeading",
|
|
12121
12125
|
"fontFamilyMonospace",
|
|
12122
12126
|
"fontSizeBodyM",
|
|
@@ -12133,6 +12137,7 @@ export var preset = {
|
|
|
12133
12137
|
"fontWeightHeadingM",
|
|
12134
12138
|
"fontWeightHeadingS",
|
|
12135
12139
|
"fontWeightHeadingXs",
|
|
12140
|
+
"letterSpacingDisplayL",
|
|
12136
12141
|
"letterSpacingHeadingXl",
|
|
12137
12142
|
"letterSpacingHeadingL",
|
|
12138
12143
|
"letterSpacingHeadingM",
|
|
@@ -12772,6 +12777,7 @@ export var preset = {
|
|
|
12772
12777
|
"fontDisplayLabelWeight": "font-display-label-weight",
|
|
12773
12778
|
"fontExpandableHeadingSize": "font-expandable-heading-size",
|
|
12774
12779
|
"fontFamilyBase": "font-family-base",
|
|
12780
|
+
"fontFamilyDisplay": "font-family-display",
|
|
12775
12781
|
"fontFamilyHeading": "font-family-heading",
|
|
12776
12782
|
"fontFamilyMonospace": "font-family-monospace",
|
|
12777
12783
|
"fontHeaderH2DescriptionLineHeight": "font-header-h2-description-line-height",
|
|
@@ -13593,6 +13599,7 @@ export var preset = {
|
|
|
13593
13599
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|
|
13594
13600
|
"fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
|
|
13595
13601
|
"fontFamilyBase": "--font-family-base-gmnpzl",
|
|
13602
|
+
"fontFamilyDisplay": "--font-family-display-a93nj0",
|
|
13596
13603
|
"fontFamilyHeading": "--font-family-heading-ugphat",
|
|
13597
13604
|
"fontFamilyMonospace": "--font-family-monospace-q47m7k",
|
|
13598
13605
|
"fontHeaderH2DescriptionLineHeight": "--font-header-h2-description-line-height-ts2s6o",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"panel": "
|
|
6
|
-
"handle": "
|
|
7
|
-
"panel-content": "awsui_panel-
|
|
8
|
-
"display-main-only": "awsui_display-main-
|
|
9
|
-
"display-panel-only": "awsui_display-panel-
|
|
10
|
-
"content": "
|
|
4
|
+
"root": "awsui_root_1ksu1_ynnxf_185",
|
|
5
|
+
"panel": "awsui_panel_1ksu1_ynnxf_220",
|
|
6
|
+
"handle": "awsui_handle_1ksu1_ynnxf_224",
|
|
7
|
+
"panel-content": "awsui_panel-content_1ksu1_ynnxf_228",
|
|
8
|
+
"display-main-only": "awsui_display-main-only_1ksu1_ynnxf_241",
|
|
9
|
+
"display-panel-only": "awsui_display-panel-only_1ksu1_ynnxf_244",
|
|
10
|
+
"content": "awsui_content_1ksu1_ynnxf_250"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -182,7 +182,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
|
-
.
|
|
185
|
+
.awsui_root_1ksu1_ynnxf_185:not(#\9) {
|
|
186
186
|
border-collapse: separate;
|
|
187
187
|
border-spacing: 0;
|
|
188
188
|
box-sizing: border-box;
|
|
@@ -217,20 +217,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
217
217
|
display: flex;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
.
|
|
220
|
+
.awsui_panel_1ksu1_ynnxf_220:not(#\9) {
|
|
221
221
|
display: flex;
|
|
222
222
|
flex-shrink: 0;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
224
|
+
.awsui_panel_1ksu1_ynnxf_220 > .awsui_handle_1ksu1_ynnxf_224:not(#\9) {
|
|
225
225
|
display: flex;
|
|
226
226
|
align-items: center;
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
.awsui_panel_1ksu1_ynnxf_220 > .awsui_panel-content_1ksu1_ynnxf_228:not(#\9) {
|
|
229
229
|
overflow-y: auto;
|
|
230
230
|
overflow-x: visible;
|
|
231
231
|
flex-grow: 1;
|
|
232
232
|
}
|
|
233
|
-
body[data-awsui-focus-visible=true] .
|
|
233
|
+
body[data-awsui-focus-visible=true] .awsui_panel_1ksu1_ynnxf_220 > .awsui_panel-content_1ksu1_ynnxf_228:not(#\9):focus {
|
|
234
234
|
border-start-start-radius: calc(var(--border-radius-control-default-focus-ring-9xsko1, 2px) + 2px);
|
|
235
235
|
border-start-end-radius: calc(var(--border-radius-control-default-focus-ring-9xsko1, 2px) + 2px);
|
|
236
236
|
border-end-start-radius: calc(var(--border-radius-control-default-focus-ring-9xsko1, 2px) + 2px);
|
|
@@ -238,22 +238,24 @@ body[data-awsui-focus-visible=true] .awsui_panel_1ksu1_1yvik_220 > .awsui_panel-
|
|
|
238
238
|
outline: 2px solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
239
239
|
outline-offset: calc(-1 * 2px);
|
|
240
240
|
}
|
|
241
|
-
.awsui_display-main-
|
|
241
|
+
.awsui_display-main-only_1ksu1_ynnxf_241 > .awsui_panel_1ksu1_ynnxf_220:not(#\9) {
|
|
242
242
|
display: none;
|
|
243
243
|
}
|
|
244
|
-
.awsui_display-panel-
|
|
244
|
+
.awsui_display-panel-only_1ksu1_ynnxf_244 > .awsui_panel_1ksu1_ynnxf_220:not(#\9) {
|
|
245
245
|
flex: 1;
|
|
246
|
+
overflow-y: auto;
|
|
247
|
+
overflow-x: visible;
|
|
246
248
|
}
|
|
247
249
|
|
|
248
|
-
.
|
|
250
|
+
.awsui_content_1ksu1_ynnxf_250:not(#\9) {
|
|
249
251
|
overflow-y: auto;
|
|
250
252
|
flex-grow: 1;
|
|
251
253
|
flex-shrink: 1;
|
|
252
254
|
}
|
|
253
|
-
.awsui_display-panel-
|
|
255
|
+
.awsui_display-panel-only_1ksu1_ynnxf_244 > .awsui_content_1ksu1_ynnxf_250:not(#\9) {
|
|
254
256
|
display: none;
|
|
255
257
|
}
|
|
256
|
-
body[data-awsui-focus-visible=true] .
|
|
258
|
+
body[data-awsui-focus-visible=true] .awsui_content_1ksu1_ynnxf_250:not(#\9):focus {
|
|
257
259
|
border-start-start-radius: calc(var(--border-radius-control-default-focus-ring-9xsko1, 2px) + 2px);
|
|
258
260
|
border-start-end-radius: calc(var(--border-radius-control-default-focus-ring-9xsko1, 2px) + 2px);
|
|
259
261
|
border-end-start-radius: calc(var(--border-radius-control-default-focus-ring-9xsko1, 2px) + 2px);
|
|
@@ -2,12 +2,12 @@
|
|
|
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
|
-
"panel": "
|
|
7
|
-
"handle": "
|
|
8
|
-
"panel-content": "awsui_panel-
|
|
9
|
-
"display-main-only": "awsui_display-main-
|
|
10
|
-
"display-panel-only": "awsui_display-panel-
|
|
11
|
-
"content": "
|
|
5
|
+
"root": "awsui_root_1ksu1_ynnxf_185",
|
|
6
|
+
"panel": "awsui_panel_1ksu1_ynnxf_220",
|
|
7
|
+
"handle": "awsui_handle_1ksu1_ynnxf_224",
|
|
8
|
+
"panel-content": "awsui_panel-content_1ksu1_ynnxf_228",
|
|
9
|
+
"display-main-only": "awsui_display-main-only_1ksu1_ynnxf_241",
|
|
10
|
+
"display-panel-only": "awsui_display-panel-only_1ksu1_ynnxf_244",
|
|
11
|
+
"content": "awsui_content_1ksu1_ynnxf_250"
|
|
12
12
|
};
|
|
13
13
|
|