@cloudscape-design/components-themeable 3.0.1212 → 3.0.1214

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/components/card/styles.scss +1 -0
  3. package/lib/internal/scss/internal/components/dropdown/styles.scss +4 -0
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  5. package/lib/internal/scss/internal/styles/typography/constants.scss +1 -0
  6. package/lib/internal/scss/internal/styles/typography/mixins.scss +26 -11
  7. package/lib/internal/scss/wizard/styles.scss +21 -6
  8. package/lib/internal/template/button-dropdown/internal.js +1 -1
  9. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  10. package/lib/internal/template/cards/styles.css.js +38 -38
  11. package/lib/internal/template/cards/styles.scoped.css +40 -39
  12. package/lib/internal/template/cards/styles.selectors.js +38 -38
  13. package/lib/internal/template/date-picker/index.js +1 -1
  14. package/lib/internal/template/date-picker/index.js.map +1 -1
  15. package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -2
  16. package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
  17. package/lib/internal/template/date-range-picker/dropdown.js +2 -2
  18. package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
  19. package/lib/internal/template/date-range-picker/index.js +2 -2
  20. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  21. package/lib/internal/template/header/styles.css.js +34 -34
  22. package/lib/internal/template/header/styles.scoped.css +55 -52
  23. package/lib/internal/template/header/styles.selectors.js +34 -34
  24. package/lib/internal/template/help-panel/styles.css.js +6 -6
  25. package/lib/internal/template/help-panel/styles.scoped.css +72 -67
  26. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  27. package/lib/internal/template/internal/base-component/styles.scoped.css +3 -1
  28. package/lib/internal/template/internal/components/card/styles.css.js +11 -11
  29. package/lib/internal/template/internal/components/card/styles.scoped.css +26 -24
  30. package/lib/internal/template/internal/components/card/styles.selectors.js +11 -11
  31. package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
  32. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  33. package/lib/internal/template/internal/components/dropdown/index.js +35 -6
  34. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  35. package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +19 -2
  36. package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
  37. package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
  38. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  39. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +67 -37
  40. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  41. package/lib/internal/template/internal/environment.js +2 -2
  42. package/lib/internal/template/internal/environment.json +2 -2
  43. package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
  44. package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
  45. package/lib/internal/template/internal/generated/theming/index.cjs +5 -0
  46. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
  47. package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
  48. package/lib/internal/template/internal/generated/theming/index.js +5 -0
  49. package/lib/internal/template/popover/styles.css.js +57 -57
  50. package/lib/internal/template/popover/styles.scoped.css +91 -89
  51. package/lib/internal/template/popover/styles.selectors.js +57 -57
  52. package/lib/internal/template/side-navigation/styles.css.js +30 -30
  53. package/lib/internal/template/side-navigation/styles.scoped.css +47 -46
  54. package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
  55. package/lib/internal/template/text-content/styles.css.js +1 -1
  56. package/lib/internal/template/text-content/styles.scoped.css +65 -60
  57. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  58. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  59. package/lib/internal/template/top-navigation/styles.scoped.css +66 -65
  60. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  61. package/lib/internal/template/wizard/internal.d.ts.map +1 -1
  62. package/lib/internal/template/wizard/internal.js +6 -2
  63. package/lib/internal/template/wizard/internal.js.map +1 -1
  64. package/lib/internal/template/wizard/styles.css.js +30 -30
  65. package/lib/internal/template/wizard/styles.scoped.css +76 -63
  66. package/lib/internal/template/wizard/styles.selectors.js +30 -30
  67. package/lib/internal/template/wizard/wizard-form.d.ts +0 -1
  68. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  69. package/lib/internal/template/wizard/wizard-form.js +1 -4
  70. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  71. package/lib/internal/template/wizard/wizard-navigation.d.ts.map +1 -1
  72. package/lib/internal/template/wizard/wizard-navigation.js +13 -86
  73. package/lib/internal/template/wizard/wizard-navigation.js.map +1 -1
  74. package/lib/internal/template/wizard/wizard-step-list.d.ts +27 -0
  75. package/lib/internal/template/wizard/wizard-step-list.d.ts.map +1 -0
  76. package/lib/internal/template/wizard/wizard-step-list.js +105 -0
  77. package/lib/internal/template/wizard/wizard-step-list.js.map +1 -0
  78. package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts +16 -0
  79. package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts.map +1 -0
  80. package/lib/internal/template/wizard/wizard-step-navigation-expandable.js +18 -0
  81. package/lib/internal/template/wizard/wizard-step-navigation-expandable.js.map +1 -0
  82. package/package.json +1 -1
@@ -2,25 +2,25 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_k3boe_153",
6
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_k3boe_1",
7
- "refresh": "awsui_refresh_qwoo0_k3boe_174",
8
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_k3boe_1",
9
- "root": "awsui_root_qwoo0_k3boe_199",
10
- "interior": "awsui_interior_qwoo0_k3boe_232",
11
- "dropdown": "awsui_dropdown_qwoo0_k3boe_153",
12
- "use-portal": "awsui_use-portal_qwoo0_k3boe_242",
13
- "is-empty": "awsui_is-empty_qwoo0_k3boe_288",
14
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_k3boe_295",
15
- "with-limited-width": "awsui_with-limited-width_qwoo0_k3boe_299",
16
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_k3boe_302",
17
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_k3boe_305",
18
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_k3boe_308",
19
- "use-flexible-width": "awsui_use-flexible-width_qwoo0_k3boe_311",
20
- "hide-block-border": "awsui_hide-block-border_qwoo0_k3boe_319",
21
- "open": "awsui_open_qwoo0_k3boe_328",
22
- "nowrap": "awsui_nowrap_qwoo0_k3boe_337",
23
- "dropdown-content": "awsui_dropdown-content_qwoo0_k3boe_153",
24
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_k3boe_348"
5
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1cll7_153",
6
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1cll7_1",
7
+ "refresh": "awsui_refresh_qwoo0_1cll7_174",
8
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1cll7_1",
9
+ "root": "awsui_root_qwoo0_1cll7_199",
10
+ "interior": "awsui_interior_qwoo0_1cll7_232",
11
+ "dropdown": "awsui_dropdown_qwoo0_1cll7_153",
12
+ "use-portal": "awsui_use-portal_qwoo0_1cll7_242",
13
+ "is-empty": "awsui_is-empty_qwoo0_1cll7_318",
14
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1cll7_325",
15
+ "with-limited-width": "awsui_with-limited-width_qwoo0_1cll7_329",
16
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1cll7_332",
17
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1cll7_335",
18
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1cll7_338",
19
+ "use-flexible-width": "awsui_use-flexible-width_qwoo0_1cll7_341",
20
+ "hide-block-border": "awsui_hide-block-border_qwoo0_1cll7_349",
21
+ "open": "awsui_open_qwoo0_1cll7_358",
22
+ "nowrap": "awsui_nowrap_qwoo0_1cll7_367",
23
+ "dropdown-content": "awsui_dropdown-content_qwoo0_1cll7_153",
24
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1cll7_378"
25
25
  };
26
26
 
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (96f8230d)";
3
- export var GIT_SHA = "96f8230d";
2
+ export var PACKAGE_VERSION = "3.0.0 (5cfcc6dc)";
3
+ export var GIT_SHA = "5cfcc6dc";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var SYSTEM = "core";
6
6
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (96f8230d)",
4
- "GIT_SHA": "96f8230d",
3
+ "PACKAGE_VERSION": "3.0.0 (5cfcc6dc)",
4
+ "GIT_SHA": "5cfcc6dc",
5
5
  "THEME": "default",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": false
@@ -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 fontFamilyHeading: string;
561
562
  export const fontFamilyMonospace: string;
562
563
  export const fontHeaderH2DescriptionLineHeight: string;
563
564
  export const fontHeaderH2DescriptionSize: 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 fontFamilyHeading = "var(--font-family-heading-ugphat, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
561
562
  export var fontFamilyMonospace = "var(--font-family-monospace-q47m7k, Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace)";
562
563
  export var fontHeaderH2DescriptionLineHeight = "var(--font-header-h2-description-line-height-ts2s6o, 20px)";
563
564
  export var fontHeaderH2DescriptionSize = "var(--font-header-h2-description-size-g2wws3, 14px)";
@@ -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
+ "fontFamilyHeading": "{fontFamilyBase}",
2264
2265
  "fontFamilyMonospace": "Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",
2265
2266
  "fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
2266
2267
  "fontHeaderH2DescriptionSize": "{fontSizeBodyM}",
@@ -11731,6 +11732,7 @@ module.exports.preset = {
11731
11732
  "colorDropzoneBorderHover",
11732
11733
  "colorTreeViewConnectorLine",
11733
11734
  "fontFamilyBase",
11735
+ "fontFamilyHeading",
11734
11736
  "fontFamilyMonospace",
11735
11737
  "fontSizeBodyM",
11736
11738
  "fontSizeBodyS",
@@ -12109,6 +12111,7 @@ module.exports.preset = {
12109
12111
  "colorDropzoneBorderHover",
12110
12112
  "colorTreeViewConnectorLine",
12111
12113
  "fontFamilyBase",
12114
+ "fontFamilyHeading",
12112
12115
  "fontFamilyMonospace",
12113
12116
  "fontSizeBodyM",
12114
12117
  "fontSizeBodyS",
@@ -12758,6 +12761,7 @@ module.exports.preset = {
12758
12761
  "fontDisplayLabelWeight": "font-display-label-weight",
12759
12762
  "fontExpandableHeadingSize": "font-expandable-heading-size",
12760
12763
  "fontFamilyBase": "font-family-base",
12764
+ "fontFamilyHeading": "font-family-heading",
12761
12765
  "fontFamilyMonospace": "font-family-monospace",
12762
12766
  "fontHeaderH2DescriptionLineHeight": "font-header-h2-description-line-height",
12763
12767
  "fontHeaderH2DescriptionSize": "font-header-h2-description-size",
@@ -13577,6 +13581,7 @@ module.exports.preset = {
13577
13581
  "fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
13578
13582
  "fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
13579
13583
  "fontFamilyBase": "--font-family-base-gmnpzl",
13584
+ "fontFamilyHeading": "--font-family-heading-ugphat",
13580
13585
  "fontFamilyMonospace": "--font-family-monospace-q47m7k",
13581
13586
  "fontHeaderH2DescriptionLineHeight": "--font-header-h2-description-line-height-ts2s6o",
13582
13587
  "fontHeaderH2DescriptionSize": "--font-header-h2-description-size-g2wws3",
@@ -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
+ fontFamilyHeading?: GlobalValue;
232
233
  fontFamilyMonospace?: GlobalValue;
233
234
  fontSizeBodyM?: GlobalValue;
234
235
  fontSizeBodyS?: GlobalValue;
@@ -511,6 +512,7 @@ export declare interface TypedOverride {
511
512
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
512
513
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
513
514
  fontFamilyBase?: GlobalValue;
515
+ fontFamilyHeading?: GlobalValue;
514
516
  fontFamilyMonospace?: GlobalValue;
515
517
  fontSizeBodyM?: GlobalValue;
516
518
  fontSizeBodyS?: GlobalValue;
@@ -793,6 +795,7 @@ export declare interface TypedOverride {
793
795
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
794
796
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
795
797
  fontFamilyBase?: GlobalValue;
798
+ fontFamilyHeading?: GlobalValue;
796
799
  fontFamilyMonospace?: GlobalValue;
797
800
  fontSizeBodyM?: GlobalValue;
798
801
  fontSizeBodyS?: GlobalValue;
@@ -1075,6 +1078,7 @@ export declare interface TypedOverride {
1075
1078
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1076
1079
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1077
1080
  fontFamilyBase?: GlobalValue;
1081
+ fontFamilyHeading?: GlobalValue;
1078
1082
  fontFamilyMonospace?: GlobalValue;
1079
1083
  fontSizeBodyM?: GlobalValue;
1080
1084
  fontSizeBodyS?: GlobalValue;
@@ -1357,6 +1361,7 @@ export declare interface TypedOverride {
1357
1361
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1358
1362
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1359
1363
  fontFamilyBase?: GlobalValue;
1364
+ fontFamilyHeading?: GlobalValue;
1360
1365
  fontFamilyMonospace?: GlobalValue;
1361
1366
  fontSizeBodyM?: GlobalValue;
1362
1367
  fontSizeBodyS?: GlobalValue;
@@ -1639,6 +1644,7 @@ export declare interface TypedOverride {
1639
1644
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1640
1645
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1641
1646
  fontFamilyBase?: GlobalValue;
1647
+ fontFamilyHeading?: GlobalValue;
1642
1648
  fontFamilyMonospace?: GlobalValue;
1643
1649
  fontSizeBodyM?: GlobalValue;
1644
1650
  fontSizeBodyS?: GlobalValue;
@@ -1921,6 +1927,7 @@ export declare interface TypedOverride {
1921
1927
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1922
1928
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1923
1929
  fontFamilyBase?: GlobalValue;
1930
+ fontFamilyHeading?: GlobalValue;
1924
1931
  fontFamilyMonospace?: GlobalValue;
1925
1932
  fontSizeBodyM?: GlobalValue;
1926
1933
  fontSizeBodyS?: GlobalValue;
@@ -2203,6 +2210,7 @@ export declare interface TypedOverride {
2203
2210
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2204
2211
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2205
2212
  fontFamilyBase?: GlobalValue;
2213
+ fontFamilyHeading?: GlobalValue;
2206
2214
  fontFamilyMonospace?: GlobalValue;
2207
2215
  fontSizeBodyM?: GlobalValue;
2208
2216
  fontSizeBodyS?: GlobalValue;
@@ -2485,6 +2493,7 @@ export declare interface TypedOverride {
2485
2493
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2486
2494
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2487
2495
  fontFamilyBase?: GlobalValue;
2496
+ fontFamilyHeading?: GlobalValue;
2488
2497
  fontFamilyMonospace?: GlobalValue;
2489
2498
  fontSizeBodyM?: GlobalValue;
2490
2499
  fontSizeBodyS?: 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
+ fontFamilyHeading?: GlobalValue;
232
233
  fontFamilyMonospace?: GlobalValue;
233
234
  fontSizeBodyM?: GlobalValue;
234
235
  fontSizeBodyS?: GlobalValue;
@@ -511,6 +512,7 @@ export declare interface TypedOverride {
511
512
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
512
513
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
513
514
  fontFamilyBase?: GlobalValue;
515
+ fontFamilyHeading?: GlobalValue;
514
516
  fontFamilyMonospace?: GlobalValue;
515
517
  fontSizeBodyM?: GlobalValue;
516
518
  fontSizeBodyS?: GlobalValue;
@@ -793,6 +795,7 @@ export declare interface TypedOverride {
793
795
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
794
796
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
795
797
  fontFamilyBase?: GlobalValue;
798
+ fontFamilyHeading?: GlobalValue;
796
799
  fontFamilyMonospace?: GlobalValue;
797
800
  fontSizeBodyM?: GlobalValue;
798
801
  fontSizeBodyS?: GlobalValue;
@@ -1075,6 +1078,7 @@ export declare interface TypedOverride {
1075
1078
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1076
1079
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1077
1080
  fontFamilyBase?: GlobalValue;
1081
+ fontFamilyHeading?: GlobalValue;
1078
1082
  fontFamilyMonospace?: GlobalValue;
1079
1083
  fontSizeBodyM?: GlobalValue;
1080
1084
  fontSizeBodyS?: GlobalValue;
@@ -1357,6 +1361,7 @@ export declare interface TypedOverride {
1357
1361
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1358
1362
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1359
1363
  fontFamilyBase?: GlobalValue;
1364
+ fontFamilyHeading?: GlobalValue;
1360
1365
  fontFamilyMonospace?: GlobalValue;
1361
1366
  fontSizeBodyM?: GlobalValue;
1362
1367
  fontSizeBodyS?: GlobalValue;
@@ -1639,6 +1644,7 @@ export declare interface TypedOverride {
1639
1644
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1640
1645
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1641
1646
  fontFamilyBase?: GlobalValue;
1647
+ fontFamilyHeading?: GlobalValue;
1642
1648
  fontFamilyMonospace?: GlobalValue;
1643
1649
  fontSizeBodyM?: GlobalValue;
1644
1650
  fontSizeBodyS?: GlobalValue;
@@ -1921,6 +1927,7 @@ export declare interface TypedOverride {
1921
1927
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1922
1928
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1923
1929
  fontFamilyBase?: GlobalValue;
1930
+ fontFamilyHeading?: GlobalValue;
1924
1931
  fontFamilyMonospace?: GlobalValue;
1925
1932
  fontSizeBodyM?: GlobalValue;
1926
1933
  fontSizeBodyS?: GlobalValue;
@@ -2203,6 +2210,7 @@ export declare interface TypedOverride {
2203
2210
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2204
2211
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2205
2212
  fontFamilyBase?: GlobalValue;
2213
+ fontFamilyHeading?: GlobalValue;
2206
2214
  fontFamilyMonospace?: GlobalValue;
2207
2215
  fontSizeBodyM?: GlobalValue;
2208
2216
  fontSizeBodyS?: GlobalValue;
@@ -2485,6 +2493,7 @@ export declare interface TypedOverride {
2485
2493
  colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2486
2494
  colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2487
2495
  fontFamilyBase?: GlobalValue;
2496
+ fontFamilyHeading?: GlobalValue;
2488
2497
  fontFamilyMonospace?: GlobalValue;
2489
2498
  fontSizeBodyM?: GlobalValue;
2490
2499
  fontSizeBodyS?: 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
+ "fontFamilyHeading": "{fontFamilyBase}",
2264
2265
  "fontFamilyMonospace": "Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",
2265
2266
  "fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
2266
2267
  "fontHeaderH2DescriptionSize": "{fontSizeBodyM}",
@@ -11731,6 +11732,7 @@ export var preset = {
11731
11732
  "colorDropzoneBorderHover",
11732
11733
  "colorTreeViewConnectorLine",
11733
11734
  "fontFamilyBase",
11735
+ "fontFamilyHeading",
11734
11736
  "fontFamilyMonospace",
11735
11737
  "fontSizeBodyM",
11736
11738
  "fontSizeBodyS",
@@ -12109,6 +12111,7 @@ export var preset = {
12109
12111
  "colorDropzoneBorderHover",
12110
12112
  "colorTreeViewConnectorLine",
12111
12113
  "fontFamilyBase",
12114
+ "fontFamilyHeading",
12112
12115
  "fontFamilyMonospace",
12113
12116
  "fontSizeBodyM",
12114
12117
  "fontSizeBodyS",
@@ -12758,6 +12761,7 @@ export var preset = {
12758
12761
  "fontDisplayLabelWeight": "font-display-label-weight",
12759
12762
  "fontExpandableHeadingSize": "font-expandable-heading-size",
12760
12763
  "fontFamilyBase": "font-family-base",
12764
+ "fontFamilyHeading": "font-family-heading",
12761
12765
  "fontFamilyMonospace": "font-family-monospace",
12762
12766
  "fontHeaderH2DescriptionLineHeight": "font-header-h2-description-line-height",
12763
12767
  "fontHeaderH2DescriptionSize": "font-header-h2-description-size",
@@ -13577,6 +13581,7 @@ export var preset = {
13577
13581
  "fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
13578
13582
  "fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
13579
13583
  "fontFamilyBase": "--font-family-base-gmnpzl",
13584
+ "fontFamilyHeading": "--font-family-heading-ugphat",
13580
13585
  "fontFamilyMonospace": "--font-family-monospace-q47m7k",
13581
13586
  "fontHeaderH2DescriptionLineHeight": "--font-header-h2-description-line-height-ts2s6o",
13582
13587
  "fontHeaderH2DescriptionSize": "--font-header-h2-description-size-g2wws3",
@@ -1,62 +1,62 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_xjuzf_b1pbt_153",
5
- "arrow-outer": "awsui_arrow-outer_xjuzf_b1pbt_157",
6
- "arrow-inner": "awsui_arrow-inner_xjuzf_b1pbt_157",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_b1pbt_199",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_b1pbt_199",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_b1pbt_202",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_b1pbt_202",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_b1pbt_205",
12
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_b1pbt_205",
13
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_b1pbt_205",
14
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_b1pbt_205",
15
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_b1pbt_208",
16
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_b1pbt_208",
17
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_b1pbt_208",
18
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_b1pbt_208",
19
- "arrow-variant-info": "awsui_arrow-variant-info_xjuzf_b1pbt_212",
20
- "body": "awsui_body_xjuzf_b1pbt_227",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_b1pbt_263",
22
- "body-variant-chart": "awsui_body-variant-chart_xjuzf_b1pbt_266",
23
- "has-dismiss": "awsui_has-dismiss_xjuzf_b1pbt_271",
24
- "dismiss": "awsui_dismiss_xjuzf_b1pbt_276",
25
- "dismiss-control": "awsui_dismiss-control_xjuzf_b1pbt_284",
26
- "header-row": "awsui_header-row_xjuzf_b1pbt_288",
27
- "header": "awsui_header_xjuzf_b1pbt_288",
28
- "content": "awsui_content_xjuzf_b1pbt_313",
29
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_b1pbt_322",
30
- "container": "awsui_container_xjuzf_b1pbt_334",
31
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_b1pbt_345",
32
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_b1pbt_345",
33
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_b1pbt_345",
34
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_b1pbt_350",
35
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_b1pbt_350",
36
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_b1pbt_350",
37
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_b1pbt_355",
38
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_b1pbt_355",
39
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_b1pbt_360",
40
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_b1pbt_360",
41
- "container-body": "awsui_container-body_xjuzf_b1pbt_366",
42
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_b1pbt_406",
43
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_b1pbt_411",
44
- "fixed-width": "awsui_fixed-width_xjuzf_b1pbt_414",
45
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_b1pbt_418",
46
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_b1pbt_425",
47
- "container-arrow": "awsui_container-arrow_xjuzf_b1pbt_345",
48
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_b1pbt_475",
49
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_b1pbt_1",
50
- "refresh": "awsui_refresh_xjuzf_b1pbt_533",
51
- "root": "awsui_root_xjuzf_b1pbt_555",
52
- "no-wrap": "awsui_no-wrap_xjuzf_b1pbt_587",
53
- "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_b1pbt_590",
54
- "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_b1pbt_590",
55
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_b1pbt_590",
56
- "root-filtering-token": "awsui_root-filtering-token_xjuzf_b1pbt_612",
57
- "trigger": "awsui_trigger_xjuzf_b1pbt_590",
58
- "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_b1pbt_699",
59
- "popover-inline-content": "awsui_popover-inline-content_xjuzf_b1pbt_703",
60
- "hover-area": "awsui_hover-area_xjuzf_b1pbt_707"
4
+ "arrow": "awsui_arrow_xjuzf_jr3op_153",
5
+ "arrow-outer": "awsui_arrow-outer_xjuzf_jr3op_157",
6
+ "arrow-inner": "awsui_arrow-inner_xjuzf_jr3op_157",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_jr3op_199",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_jr3op_199",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_jr3op_202",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_jr3op_202",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_jr3op_205",
12
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_jr3op_205",
13
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_jr3op_205",
14
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_jr3op_205",
15
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_jr3op_208",
16
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_jr3op_208",
17
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_jr3op_208",
18
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_jr3op_208",
19
+ "arrow-variant-info": "awsui_arrow-variant-info_xjuzf_jr3op_212",
20
+ "body": "awsui_body_xjuzf_jr3op_227",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_jr3op_263",
22
+ "body-variant-chart": "awsui_body-variant-chart_xjuzf_jr3op_266",
23
+ "has-dismiss": "awsui_has-dismiss_xjuzf_jr3op_271",
24
+ "dismiss": "awsui_dismiss_xjuzf_jr3op_276",
25
+ "dismiss-control": "awsui_dismiss-control_xjuzf_jr3op_284",
26
+ "header-row": "awsui_header-row_xjuzf_jr3op_288",
27
+ "header": "awsui_header_xjuzf_jr3op_288",
28
+ "content": "awsui_content_xjuzf_jr3op_315",
29
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_jr3op_324",
30
+ "container": "awsui_container_xjuzf_jr3op_336",
31
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_jr3op_347",
32
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_jr3op_347",
33
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_jr3op_347",
34
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_jr3op_352",
35
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_jr3op_352",
36
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_jr3op_352",
37
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_jr3op_357",
38
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357",
39
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_jr3op_362",
40
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362",
41
+ "container-body": "awsui_container-body_xjuzf_jr3op_368",
42
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_jr3op_408",
43
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_jr3op_413",
44
+ "fixed-width": "awsui_fixed-width_xjuzf_jr3op_416",
45
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_jr3op_420",
46
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_jr3op_427",
47
+ "container-arrow": "awsui_container-arrow_xjuzf_jr3op_347",
48
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_jr3op_477",
49
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_jr3op_1",
50
+ "refresh": "awsui_refresh_xjuzf_jr3op_535",
51
+ "root": "awsui_root_xjuzf_jr3op_557",
52
+ "no-wrap": "awsui_no-wrap_xjuzf_jr3op_589",
53
+ "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_jr3op_592",
54
+ "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_jr3op_592",
55
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_jr3op_592",
56
+ "root-filtering-token": "awsui_root-filtering-token_xjuzf_jr3op_614",
57
+ "trigger": "awsui_trigger_xjuzf_jr3op_592",
58
+ "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_jr3op_701",
59
+ "popover-inline-content": "awsui_popover-inline-content_xjuzf_jr3op_705",
60
+ "hover-area": "awsui_hover-area_xjuzf_jr3op_709"
61
61
  };
62
62