@cloudscape-design/components 3.0.937 → 3.0.939

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 (38) hide show
  1. package/alert/actions-wrapper/index.d.ts +3 -1
  2. package/alert/actions-wrapper/index.d.ts.map +1 -1
  3. package/alert/actions-wrapper/index.js +24 -3
  4. package/alert/actions-wrapper/index.js.map +1 -1
  5. package/alert/internal.d.ts.map +1 -1
  6. package/alert/internal.js +18 -17
  7. package/alert/internal.js.map +1 -1
  8. package/alert/styles.css.js +27 -28
  9. package/alert/styles.scoped.css +53 -54
  10. package/alert/styles.selectors.js +27 -28
  11. package/flashbar/collapsible-flashbar.d.ts.map +1 -1
  12. package/flashbar/collapsible-flashbar.js +2 -2
  13. package/flashbar/collapsible-flashbar.js.map +1 -1
  14. package/flashbar/common.d.ts +0 -1
  15. package/flashbar/common.d.ts.map +1 -1
  16. package/flashbar/common.js +1 -4
  17. package/flashbar/common.js.map +1 -1
  18. package/flashbar/flash.d.ts.map +1 -1
  19. package/flashbar/flash.js +4 -2
  20. package/flashbar/flash.js.map +1 -1
  21. package/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
  22. package/flashbar/non-collapsible-flashbar.js +2 -2
  23. package/flashbar/non-collapsible-flashbar.js.map +1 -1
  24. package/flashbar/styles.css.js +50 -50
  25. package/flashbar/styles.scoped.css +151 -153
  26. package/flashbar/styles.selectors.js +50 -50
  27. package/internal/base-component/styles.scoped.css +3 -0
  28. package/internal/environment.js +1 -1
  29. package/internal/environment.json +1 -1
  30. package/internal/generated/styles/tokens.d.ts +1 -0
  31. package/internal/generated/styles/tokens.js +1 -0
  32. package/internal/generated/theming/index.cjs +15 -4
  33. package/internal/generated/theming/index.js +15 -4
  34. package/internal/manifest.json +1 -1
  35. package/package.json +1 -1
  36. package/popover/styles.css.js +54 -54
  37. package/popover/styles.scoped.css +84 -77
  38. package/popover/styles.selectors.js +54 -54
@@ -2,55 +2,55 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "flash-with-motion": "awsui_flash-with-motion_1q84n_ld8k0_157",
6
- "enter": "awsui_enter_1q84n_ld8k0_157",
7
- "flash-body": "awsui_flash-body_1q84n_ld8k0_171",
8
- "flash-message": "awsui_flash-message_1q84n_ld8k0_171",
9
- "flash-header": "awsui_flash-header_1q84n_ld8k0_171",
10
- "flash-content": "awsui_flash-content_1q84n_ld8k0_172",
11
- "action-button-wrapper": "awsui_action-button-wrapper_1q84n_ld8k0_173",
12
- "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_ld8k0_174",
13
- "flash-icon": "awsui_flash-icon_1q84n_ld8k0_197",
14
- "entering": "awsui_entering_1q84n_ld8k0_210",
15
- "entered": "awsui_entered_1q84n_ld8k0_231",
16
- "exiting": "awsui_exiting_1q84n_ld8k0_336",
17
- "stack": "awsui_stack_1q84n_ld8k0_370",
18
- "animation-running": "awsui_animation-running_1q84n_ld8k0_370",
19
- "item": "awsui_item_1q84n_ld8k0_370",
20
- "flash-list-item": "awsui_flash-list-item_1q84n_ld8k0_371",
21
- "notification-bar": "awsui_notification-bar_1q84n_ld8k0_372",
22
- "collapsed": "awsui_collapsed_1q84n_ld8k0_392",
23
- "animation-ready": "awsui_animation-ready_1q84n_ld8k0_392",
24
- "expanded-only": "awsui_expanded-only_1q84n_ld8k0_392",
25
- "expanded": "awsui_expanded_1q84n_ld8k0_392",
26
- "flash": "awsui_flash_1q84n_ld8k0_157",
27
- "collapsible": "awsui_collapsible_1q84n_ld8k0_448",
28
- "short-list": "awsui_short-list_1q84n_ld8k0_454",
29
- "visual-refresh": "awsui_visual-refresh_1q84n_ld8k0_454",
30
- "status": "awsui_status_1q84n_ld8k0_601",
31
- "header": "awsui_header_1q84n_ld8k0_601",
32
- "item-count": "awsui_item-count_1q84n_ld8k0_602",
33
- "button": "awsui_button_1q84n_ld8k0_603",
34
- "type-count": "awsui_type-count_1q84n_ld8k0_636",
35
- "count-number": "awsui_count-number_1q84n_ld8k0_636",
36
- "icon": "awsui_icon_1q84n_ld8k0_670",
37
- "floating": "awsui_floating_1q84n_ld8k0_711",
38
- "flashbar": "awsui_flashbar_1q84n_ld8k0_715",
39
- "initial-hidden": "awsui_initial-hidden_1q84n_ld8k0_773",
40
- "flash-list": "awsui_flash-list_1q84n_ld8k0_371",
41
- "flash-focus-container": "awsui_flash-focus-container_1q84n_ld8k0_795",
42
- "flash-text": "awsui_flash-text_1q84n_ld8k0_825",
43
- "hidden": "awsui_hidden_1q84n_ld8k0_844",
44
- "header-replacement": "awsui_header-replacement_1q84n_ld8k0_849",
45
- "content-replacement": "awsui_content-replacement_1q84n_ld8k0_854",
46
- "dismiss-button": "awsui_dismiss-button_1q84n_ld8k0_174",
47
- "breakpoint-default": "awsui_breakpoint-default_1q84n_ld8k0_873",
48
- "action-button": "awsui_action-button_1q84n_ld8k0_173",
49
- "action-slot": "awsui_action-slot_1q84n_ld8k0_883",
50
- "flash-type-success": "awsui_flash-type-success_1q84n_ld8k0_887",
51
- "flash-type-error": "awsui_flash-type-error_1q84n_ld8k0_891",
52
- "flash-type-info": "awsui_flash-type-info_1q84n_ld8k0_895",
53
- "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_ld8k0_896",
54
- "flash-type-warning": "awsui_flash-type-warning_1q84n_ld8k0_900"
5
+ "flash-with-motion": "awsui_flash-with-motion_1q84n_16b58_157",
6
+ "enter": "awsui_enter_1q84n_16b58_157",
7
+ "flash-body": "awsui_flash-body_1q84n_16b58_171",
8
+ "flash-message": "awsui_flash-message_1q84n_16b58_171",
9
+ "flash-header": "awsui_flash-header_1q84n_16b58_171",
10
+ "flash-content": "awsui_flash-content_1q84n_16b58_172",
11
+ "action-button-wrapper": "awsui_action-button-wrapper_1q84n_16b58_173",
12
+ "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_16b58_174",
13
+ "flash-icon": "awsui_flash-icon_1q84n_16b58_197",
14
+ "entering": "awsui_entering_1q84n_16b58_210",
15
+ "entered": "awsui_entered_1q84n_16b58_231",
16
+ "exiting": "awsui_exiting_1q84n_16b58_336",
17
+ "stack": "awsui_stack_1q84n_16b58_370",
18
+ "animation-running": "awsui_animation-running_1q84n_16b58_370",
19
+ "item": "awsui_item_1q84n_16b58_370",
20
+ "flash-list-item": "awsui_flash-list-item_1q84n_16b58_371",
21
+ "notification-bar": "awsui_notification-bar_1q84n_16b58_372",
22
+ "collapsed": "awsui_collapsed_1q84n_16b58_392",
23
+ "animation-ready": "awsui_animation-ready_1q84n_16b58_392",
24
+ "expanded-only": "awsui_expanded-only_1q84n_16b58_392",
25
+ "expanded": "awsui_expanded_1q84n_16b58_392",
26
+ "flash": "awsui_flash_1q84n_16b58_157",
27
+ "collapsible": "awsui_collapsible_1q84n_16b58_448",
28
+ "short-list": "awsui_short-list_1q84n_16b58_454",
29
+ "visual-refresh": "awsui_visual-refresh_1q84n_16b58_454",
30
+ "status": "awsui_status_1q84n_16b58_601",
31
+ "header": "awsui_header_1q84n_16b58_601",
32
+ "item-count": "awsui_item-count_1q84n_16b58_602",
33
+ "button": "awsui_button_1q84n_16b58_603",
34
+ "type-count": "awsui_type-count_1q84n_16b58_636",
35
+ "count-number": "awsui_count-number_1q84n_16b58_636",
36
+ "icon": "awsui_icon_1q84n_16b58_670",
37
+ "floating": "awsui_floating_1q84n_16b58_711",
38
+ "flashbar": "awsui_flashbar_1q84n_16b58_715",
39
+ "initial-hidden": "awsui_initial-hidden_1q84n_16b58_773",
40
+ "flash-list": "awsui_flash-list_1q84n_16b58_371",
41
+ "flash-focus-container": "awsui_flash-focus-container_1q84n_16b58_797",
42
+ "flash-text": "awsui_flash-text_1q84n_16b58_827",
43
+ "hidden": "awsui_hidden_1q84n_16b58_846",
44
+ "header-replacement": "awsui_header-replacement_1q84n_16b58_851",
45
+ "content-replacement": "awsui_content-replacement_1q84n_16b58_856",
46
+ "dismiss-button": "awsui_dismiss-button_1q84n_16b58_174",
47
+ "action-wrapped": "awsui_action-wrapped_1q84n_16b58_874",
48
+ "action-button": "awsui_action-button_1q84n_16b58_173",
49
+ "action-slot": "awsui_action-slot_1q84n_16b58_881",
50
+ "flash-type-success": "awsui_flash-type-success_1q84n_16b58_885",
51
+ "flash-type-error": "awsui_flash-type-error_1q84n_16b58_889",
52
+ "flash-type-info": "awsui_flash-type-info_1q84n_16b58_893",
53
+ "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_16b58_894",
54
+ "flash-type-warning": "awsui_flash-type-warning_1q84n_16b58_898"
55
55
  };
56
56
 
@@ -588,6 +588,7 @@
588
588
  --space-flashbar-action-left-qkhz5m:12px;
589
589
  --space-flashbar-dismiss-right-tcpfax:0px;
590
590
  --space-flashbar-horizontal-xmjla3:16px;
591
+ --space-flashbar-vertical-cgkvxy:8px;
591
592
  --space-grid-gutter-ieqn7e:20px;
592
593
  --space-key-value-gap-0517k5:0px;
593
594
  --space-layout-content-bottom-noqzmw:40px;
@@ -1061,6 +1062,7 @@
1061
1062
  --space-content-header-padding-bottom-y2enua:12px;
1062
1063
  --space-dark-header-overlap-distance-lxpp0s:32px;
1063
1064
  --space-expandable-section-icon-offset-top-ekk5vc:0px;
1065
+ --space-flashbar-vertical-cgkvxy:4px;
1064
1066
  --space-grid-gutter-ieqn7e:16px;
1065
1067
  --space-layout-content-bottom-noqzmw:24px;
1066
1068
  --space-layout-content-horizontal-7l52k3:16px;
@@ -1119,6 +1121,7 @@
1119
1121
  --space-card-vertical-m591he:12px;
1120
1122
  --space-container-header-bottom-vj01hn:4px;
1121
1123
  --space-content-header-padding-bottom-y2enua:12px;
1124
+ --space-flashbar-vertical-cgkvxy:4px;
1122
1125
  --space-panel-content-bottom-7k6er3:32px;
1123
1126
  --space-panel-content-top-wac3yp:16px;
1124
1127
  --space-panel-header-vertical-gv9pti:16px;
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (a80c1cb4)";
2
+ export var PACKAGE_VERSION = "3.0.0 (80e41ae2)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (a80c1cb4)",
3
+ "PACKAGE_VERSION": "3.0.0 (80e41ae2)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -658,6 +658,7 @@ export const spaceFilteringTokenOperationSelectFocusOutlineGutter: string;
658
658
  export const spaceFlashbarActionLeft: string;
659
659
  export const spaceFlashbarDismissRight: string;
660
660
  export const spaceFlashbarHorizontal: string;
661
+ export const spaceFlashbarVertical: string;
661
662
  export const spaceGridGutter: string;
662
663
  export const spaceKeyValueGap: string;
663
664
  export const spaceLayoutContentBottom: string;
@@ -658,6 +658,7 @@ export var spaceFilteringTokenOperationSelectFocusOutlineGutter = "var(--space-f
658
658
  export var spaceFlashbarActionLeft = "var(--space-flashbar-action-left-qkhz5m, 12px)";
659
659
  export var spaceFlashbarDismissRight = "var(--space-flashbar-dismiss-right-tcpfax, 0px)";
660
660
  export var spaceFlashbarHorizontal = "var(--space-flashbar-horizontal-xmjla3, 16px)";
661
+ export var spaceFlashbarVertical = "var(--space-flashbar-vertical-cgkvxy, 8px)";
661
662
  export var spaceGridGutter = "var(--space-grid-gutter-ieqn7e, 20px)";
662
663
  export var spaceKeyValueGap = "var(--space-key-value-gap-0517k5, 0px)";
663
664
  export var spaceLayoutContentBottom = "var(--space-layout-content-bottom-noqzmw, 40px)";
@@ -2143,8 +2143,8 @@ module.exports.preset = {
2143
2143
  "compact": "{spaceXxs}"
2144
2144
  },
2145
2145
  "spaceAlertVertical": {
2146
- "comfortable": "{spaceScaledXs}",
2147
- "compact": "{spaceScaledXs}"
2146
+ "comfortable": "{spaceFlashbarVertical}",
2147
+ "compact": "{spaceFlashbarVertical}"
2148
2148
  },
2149
2149
  "spaceButtonFocusOutlineGutter": {
2150
2150
  "comfortable": "4px",
@@ -2250,6 +2250,10 @@ module.exports.preset = {
2250
2250
  "comfortable": "{spaceM}",
2251
2251
  "compact": "{spaceM}"
2252
2252
  },
2253
+ "spaceFlashbarVertical": {
2254
+ "comfortable": "{spaceScaledXs}",
2255
+ "compact": "{spaceScaledXs}"
2256
+ },
2253
2257
  "spaceGridGutter": {
2254
2258
  "comfortable": "{spaceL}",
2255
2259
  "compact": "{spaceM}"
@@ -2613,8 +2617,8 @@ module.exports.preset = {
2613
2617
  "compact": "{spaceXxs}"
2614
2618
  },
2615
2619
  "spaceAlertVertical": {
2616
- "comfortable": "{spaceScaledXs}",
2617
- "compact": "{spaceScaledXs}"
2620
+ "comfortable": "{spaceFlashbarVertical}",
2621
+ "compact": "{spaceFlashbarVertical}"
2618
2622
  },
2619
2623
  "spaceButtonFocusOutlineGutter": {
2620
2624
  "comfortable": "4px",
@@ -2720,6 +2724,10 @@ module.exports.preset = {
2720
2724
  "comfortable": "{spaceM}",
2721
2725
  "compact": "{spaceM}"
2722
2726
  },
2727
+ "spaceFlashbarVertical": {
2728
+ "comfortable": "{spaceScaledXs}",
2729
+ "compact": "{spaceScaledXs}"
2730
+ },
2723
2731
  "spaceGridGutter": {
2724
2732
  "comfortable": "{spaceL}",
2725
2733
  "compact": "{spaceM}"
@@ -10059,6 +10067,7 @@ module.exports.preset = {
10059
10067
  "spaceFlashbarActionLeft": "density",
10060
10068
  "spaceFlashbarDismissRight": "density",
10061
10069
  "spaceFlashbarHorizontal": "density",
10070
+ "spaceFlashbarVertical": "density",
10062
10071
  "spaceGridGutter": "density",
10063
10072
  "spaceKeyValueGap": "density",
10064
10073
  "spaceLayoutContentBottom": "density",
@@ -11437,6 +11446,7 @@ module.exports.preset = {
11437
11446
  "spaceFlashbarActionLeft": "space-flashbar-action-left",
11438
11447
  "spaceFlashbarDismissRight": "space-flashbar-dismiss-right",
11439
11448
  "spaceFlashbarHorizontal": "space-flashbar-horizontal",
11449
+ "spaceFlashbarVertical": "space-flashbar-vertical",
11440
11450
  "spaceGridGutter": "space-grid-gutter",
11441
11451
  "spaceKeyValueGap": "space-key-value-gap",
11442
11452
  "spaceLayoutContentBottom": "space-layout-content-bottom",
@@ -12185,6 +12195,7 @@ module.exports.preset = {
12185
12195
  "spaceFlashbarActionLeft": "--space-flashbar-action-left-qkhz5m",
12186
12196
  "spaceFlashbarDismissRight": "--space-flashbar-dismiss-right-tcpfax",
12187
12197
  "spaceFlashbarHorizontal": "--space-flashbar-horizontal-xmjla3",
12198
+ "spaceFlashbarVertical": "--space-flashbar-vertical-cgkvxy",
12188
12199
  "spaceGridGutter": "--space-grid-gutter-ieqn7e",
12189
12200
  "spaceKeyValueGap": "--space-key-value-gap-0517k5",
12190
12201
  "spaceLayoutContentBottom": "--space-layout-content-bottom-noqzmw",
@@ -2143,8 +2143,8 @@ export var preset = {
2143
2143
  "compact": "{spaceXxs}"
2144
2144
  },
2145
2145
  "spaceAlertVertical": {
2146
- "comfortable": "{spaceScaledXs}",
2147
- "compact": "{spaceScaledXs}"
2146
+ "comfortable": "{spaceFlashbarVertical}",
2147
+ "compact": "{spaceFlashbarVertical}"
2148
2148
  },
2149
2149
  "spaceButtonFocusOutlineGutter": {
2150
2150
  "comfortable": "4px",
@@ -2250,6 +2250,10 @@ export var preset = {
2250
2250
  "comfortable": "{spaceM}",
2251
2251
  "compact": "{spaceM}"
2252
2252
  },
2253
+ "spaceFlashbarVertical": {
2254
+ "comfortable": "{spaceScaledXs}",
2255
+ "compact": "{spaceScaledXs}"
2256
+ },
2253
2257
  "spaceGridGutter": {
2254
2258
  "comfortable": "{spaceL}",
2255
2259
  "compact": "{spaceM}"
@@ -2613,8 +2617,8 @@ export var preset = {
2613
2617
  "compact": "{spaceXxs}"
2614
2618
  },
2615
2619
  "spaceAlertVertical": {
2616
- "comfortable": "{spaceScaledXs}",
2617
- "compact": "{spaceScaledXs}"
2620
+ "comfortable": "{spaceFlashbarVertical}",
2621
+ "compact": "{spaceFlashbarVertical}"
2618
2622
  },
2619
2623
  "spaceButtonFocusOutlineGutter": {
2620
2624
  "comfortable": "4px",
@@ -2720,6 +2724,10 @@ export var preset = {
2720
2724
  "comfortable": "{spaceM}",
2721
2725
  "compact": "{spaceM}"
2722
2726
  },
2727
+ "spaceFlashbarVertical": {
2728
+ "comfortable": "{spaceScaledXs}",
2729
+ "compact": "{spaceScaledXs}"
2730
+ },
2723
2731
  "spaceGridGutter": {
2724
2732
  "comfortable": "{spaceL}",
2725
2733
  "compact": "{spaceM}"
@@ -10059,6 +10067,7 @@ export var preset = {
10059
10067
  "spaceFlashbarActionLeft": "density",
10060
10068
  "spaceFlashbarDismissRight": "density",
10061
10069
  "spaceFlashbarHorizontal": "density",
10070
+ "spaceFlashbarVertical": "density",
10062
10071
  "spaceGridGutter": "density",
10063
10072
  "spaceKeyValueGap": "density",
10064
10073
  "spaceLayoutContentBottom": "density",
@@ -11437,6 +11446,7 @@ export var preset = {
11437
11446
  "spaceFlashbarActionLeft": "space-flashbar-action-left",
11438
11447
  "spaceFlashbarDismissRight": "space-flashbar-dismiss-right",
11439
11448
  "spaceFlashbarHorizontal": "space-flashbar-horizontal",
11449
+ "spaceFlashbarVertical": "space-flashbar-vertical",
11440
11450
  "spaceGridGutter": "space-grid-gutter",
11441
11451
  "spaceKeyValueGap": "space-key-value-gap",
11442
11452
  "spaceLayoutContentBottom": "space-layout-content-bottom",
@@ -12185,6 +12195,7 @@ export var preset = {
12185
12195
  "spaceFlashbarActionLeft": "--space-flashbar-action-left-qkhz5m",
12186
12196
  "spaceFlashbarDismissRight": "--space-flashbar-dismiss-right-tcpfax",
12187
12197
  "spaceFlashbarHorizontal": "--space-flashbar-horizontal-xmjla3",
12198
+ "spaceFlashbarVertical": "--space-flashbar-vertical-cgkvxy",
12188
12199
  "spaceGridGutter": "--space-grid-gutter-ieqn7e",
12189
12200
  "spaceKeyValueGap": "--space-key-value-gap-0517k5",
12190
12201
  "spaceLayoutContentBottom": "--space-layout-content-bottom-noqzmw",
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "a80c1cb49b7ecdd2572fc9898183e9ba892d266e"
2
+ "commit": "80e41ae23b9b8f34e39608bfcbe6886df13a00cd"
3
3
  }
package/package.json CHANGED
@@ -133,7 +133,7 @@
133
133
  "./internal/base-component/index.js",
134
134
  "./internal/base-component/styles.css.js"
135
135
  ],
136
- "version": "3.0.937",
136
+ "version": "3.0.939",
137
137
  "repository": {
138
138
  "type": "git",
139
139
  "url": "https://github.com/cloudscape-design/components.git"
@@ -1,59 +1,59 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_xjuzf_rerzy_289",
5
- "arrow-outer": "awsui_arrow-outer_xjuzf_rerzy_293",
6
- "arrow-inner": "awsui_arrow-inner_xjuzf_rerzy_293",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_rerzy_335",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_rerzy_335",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_rerzy_338",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_rerzy_338",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_rerzy_341",
12
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_rerzy_341",
13
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_rerzy_341",
14
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_rerzy_341",
15
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_rerzy_344",
16
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_rerzy_344",
17
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_rerzy_344",
18
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_rerzy_344",
19
- "body": "awsui_body_xjuzf_rerzy_492",
20
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_rerzy_528",
21
- "has-dismiss": "awsui_has-dismiss_xjuzf_rerzy_532",
22
- "dismiss": "awsui_dismiss_xjuzf_rerzy_537",
23
- "dismiss-control": "awsui_dismiss-control_xjuzf_rerzy_545",
24
- "header-row": "awsui_header-row_xjuzf_rerzy_549",
25
- "header": "awsui_header_xjuzf_rerzy_549",
26
- "content": "awsui_content_xjuzf_rerzy_574",
27
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_rerzy_582",
28
- "container": "awsui_container_xjuzf_rerzy_730",
29
- "container-body": "awsui_container-body_xjuzf_rerzy_738",
30
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_rerzy_778",
31
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_rerzy_783",
32
- "fixed-width": "awsui_fixed-width_xjuzf_rerzy_786",
33
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_rerzy_790",
34
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_rerzy_797",
35
- "container-arrow": "awsui_container-arrow_xjuzf_rerzy_809",
36
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_rerzy_813",
37
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_rerzy_813",
38
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_rerzy_830",
39
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_rerzy_830",
40
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_rerzy_847",
41
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_rerzy_847",
42
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_rerzy_847",
43
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_rerzy_847",
44
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_rerzy_863",
45
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_rerzy_867",
46
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_rerzy_871",
47
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_rerzy_1",
48
- "refresh": "awsui_refresh_xjuzf_rerzy_1041",
49
- "root": "awsui_root_xjuzf_rerzy_1063",
50
- "no-wrap": "awsui_no-wrap_xjuzf_rerzy_1095",
51
- "root-filtering-token": "awsui_root-filtering-token_xjuzf_rerzy_1099",
52
- "trigger": "awsui_trigger_xjuzf_rerzy_1103",
53
- "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_rerzy_1110",
54
- "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_rerzy_1118",
55
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_rerzy_1118",
56
- "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_rerzy_1179",
57
- "popover-inline-content": "awsui_popover-inline-content_xjuzf_rerzy_1183"
4
+ "arrow": "awsui_arrow_xjuzf_1g1kh_289",
5
+ "arrow-outer": "awsui_arrow-outer_xjuzf_1g1kh_293",
6
+ "arrow-inner": "awsui_arrow-inner_xjuzf_1g1kh_293",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1g1kh_335",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1g1kh_335",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1g1kh_338",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1g1kh_338",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1g1kh_341",
12
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1g1kh_341",
13
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1g1kh_341",
14
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1g1kh_341",
15
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1g1kh_344",
16
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1g1kh_344",
17
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1g1kh_344",
18
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1g1kh_344",
19
+ "body": "awsui_body_xjuzf_1g1kh_492",
20
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1g1kh_528",
21
+ "has-dismiss": "awsui_has-dismiss_xjuzf_1g1kh_532",
22
+ "dismiss": "awsui_dismiss_xjuzf_1g1kh_537",
23
+ "dismiss-control": "awsui_dismiss-control_xjuzf_1g1kh_545",
24
+ "header-row": "awsui_header-row_xjuzf_1g1kh_549",
25
+ "header": "awsui_header_xjuzf_1g1kh_549",
26
+ "content": "awsui_content_xjuzf_1g1kh_574",
27
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1g1kh_582",
28
+ "container": "awsui_container_xjuzf_1g1kh_730",
29
+ "container-body": "awsui_container-body_xjuzf_1g1kh_738",
30
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1g1kh_778",
31
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_1g1kh_783",
32
+ "fixed-width": "awsui_fixed-width_xjuzf_1g1kh_786",
33
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1g1kh_790",
34
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_1g1kh_797",
35
+ "container-arrow": "awsui_container-arrow_xjuzf_1g1kh_809",
36
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1g1kh_813",
37
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1g1kh_813",
38
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1g1kh_830",
39
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1g1kh_830",
40
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1g1kh_847",
41
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1g1kh_847",
42
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1g1kh_847",
43
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1g1kh_847",
44
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1g1kh_863",
45
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1g1kh_867",
46
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1g1kh_871",
47
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1g1kh_1",
48
+ "refresh": "awsui_refresh_xjuzf_1g1kh_1041",
49
+ "root": "awsui_root_xjuzf_1g1kh_1063",
50
+ "no-wrap": "awsui_no-wrap_xjuzf_1g1kh_1095",
51
+ "root-filtering-token": "awsui_root-filtering-token_xjuzf_1g1kh_1099",
52
+ "trigger": "awsui_trigger_xjuzf_1g1kh_1103",
53
+ "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_1g1kh_1110",
54
+ "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_1g1kh_1118",
55
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_1g1kh_1118",
56
+ "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_1g1kh_1186",
57
+ "popover-inline-content": "awsui_popover-inline-content_xjuzf_1g1kh_1190"
58
58
  };
59
59