@cloudscape-design/components 3.0.606 → 3.0.608

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 (39) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/notifications/styles.css.js +3 -3
  5. package/app-layout/notifications/styles.scoped.css +7 -7
  6. package/app-layout/notifications/styles.selectors.js +3 -3
  7. package/app-layout/visual-refresh/styles.css.js +81 -81
  8. package/app-layout/visual-refresh/styles.scoped.css +275 -286
  9. package/app-layout/visual-refresh/styles.selectors.js +81 -81
  10. package/content-layout/styles.css.js +7 -7
  11. package/content-layout/styles.scoped.css +13 -15
  12. package/content-layout/styles.selectors.js +7 -7
  13. package/flashbar/styles.css.js +47 -47
  14. package/flashbar/styles.scoped.css +171 -171
  15. package/flashbar/styles.selectors.js +47 -47
  16. package/form-field/internal.d.ts.map +1 -1
  17. package/form-field/internal.js +10 -6
  18. package/form-field/internal.js.map +1 -1
  19. package/internal/components/dropdown/styles.css.js +20 -20
  20. package/internal/components/dropdown/styles.scoped.css +39 -39
  21. package/internal/components/dropdown/styles.selectors.js +20 -20
  22. package/internal/environment.js +1 -1
  23. package/internal/environment.json +1 -1
  24. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  25. package/internal/generated/custom-css-properties/index.js +44 -46
  26. package/internal/generated/custom-css-properties/index.js.map +1 -1
  27. package/internal/manifest.json +1 -1
  28. package/package.json +1 -1
  29. package/popover/internal.js +1 -1
  30. package/popover/internal.js.map +1 -1
  31. package/popover/styles.css.js +50 -50
  32. package/popover/styles.scoped.css +64 -64
  33. package/popover/styles.selectors.js +50 -50
  34. package/spinner/styles.css.js +13 -13
  35. package/spinner/styles.scoped.css +39 -39
  36. package/spinner/styles.selectors.js +13 -13
  37. package/wizard/styles.css.js +32 -32
  38. package/wizard/styles.scoped.css +68 -68
  39. package/wizard/styles.selectors.js +32 -32
@@ -2,86 +2,86 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "background": "awsui_background_hyvsj_1cour_99",
6
- "scrolling-background": "awsui_scrolling-background_hyvsj_1cour_102",
7
- "sticky-background": "awsui_sticky-background_hyvsj_1cour_108",
8
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1cour_116",
9
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_1cour_129",
10
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_1cour_139",
11
- "drawers-container": "awsui_drawers-container_hyvsj_1cour_151",
12
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_1cour_162",
13
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1cour_185",
14
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1cour_190",
15
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1cour_231",
16
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1cour_241",
17
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1cour_245",
18
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1cour_259",
19
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_1cour_245",
20
- "drawer": "awsui_drawer_hyvsj_1cour_151",
21
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_1cour_290",
22
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_1cour_299",
23
- "drawer-content": "awsui_drawer-content_hyvsj_1cour_290",
24
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1cour_307",
25
- "drawer-slider": "awsui_drawer-slider_hyvsj_1cour_310",
26
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_1cour_317",
27
- "content": "awsui_content_hyvsj_1cour_343",
28
- "layout": "awsui_layout_hyvsj_1cour_364",
29
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_1cour_447",
30
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1cour_462",
31
- "content-type-table": "awsui_content-type-table_hyvsj_1cour_476",
32
- "content-type-cards": "awsui_content-type-cards_hyvsj_1cour_476",
33
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1cour_482",
34
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1cour_485",
35
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1cour_517",
36
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1cour_520",
37
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1cour_530",
38
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1cour_533",
39
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_1cour_536",
40
- "has-header": "awsui_has-header_hyvsj_1cour_536",
41
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_1cour_557",
42
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1cour_557",
43
- "has-split-panel": "awsui_has-split-panel_hyvsj_1cour_600",
44
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1cour_600",
45
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_1cour_616",
46
- "unfocusable": "awsui_unfocusable_hyvsj_1cour_621",
47
- "container": "awsui_container_hyvsj_1cour_631",
48
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_1cour_657",
49
- "is-tools-open": "awsui_is-tools-open_hyvsj_1cour_660",
50
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1cour_660",
51
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1cour_660",
52
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_1cour_660",
53
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1cour_669",
54
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1cour_686",
55
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1cour_690",
56
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1cour_694",
57
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1cour_698",
58
- "navigation-container": "awsui_navigation-container_hyvsj_1cour_707",
59
- "show-navigation": "awsui_show-navigation_hyvsj_1cour_745",
60
- "animating": "awsui_animating_hyvsj_1cour_768",
61
- "showButtons": "awsui_showButtons_hyvsj_1cour_1",
62
- "navigation": "awsui_navigation_hyvsj_1cour_707",
63
- "openNavigation": "awsui_openNavigation_hyvsj_1cour_1",
64
- "animated-content": "awsui_animated-content_hyvsj_1cour_830",
65
- "hide-navigation": "awsui_hide-navigation_hyvsj_1cour_839",
66
- "notifications": "awsui_notifications_hyvsj_1cour_849",
67
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_1cour_855",
68
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1cour_872",
69
- "position-bottom": "awsui_position-bottom_hyvsj_1cour_919",
70
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1cour_1",
71
- "split-panel-side": "awsui_split-panel-side_hyvsj_1cour_948",
72
- "position-side": "awsui_position-side_hyvsj_1cour_961",
73
- "tools-container": "awsui_tools-container_hyvsj_1cour_983",
74
- "tools": "awsui_tools_hyvsj_1cour_983",
75
- "openTools": "awsui_openTools_hyvsj_1cour_1",
76
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1cour_1074",
77
- "hide-tools": "awsui_hide-tools_hyvsj_1cour_1084",
78
- "show-tools": "awsui_show-tools_hyvsj_1cour_1096",
79
- "has-tools-form": "awsui_has-tools-form_hyvsj_1cour_1074",
80
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1cour_1179",
81
- "trigger": "awsui_trigger_hyvsj_1cour_1179",
82
- "selected": "awsui_selected_hyvsj_1cour_1253",
83
- "badge": "awsui_badge_hyvsj_1cour_1273",
84
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1cour_1277",
85
- "dot": "awsui_dot_hyvsj_1cour_1288"
5
+ "background": "awsui_background_hyvsj_1t7qb_99",
6
+ "scrolling-background": "awsui_scrolling-background_hyvsj_1t7qb_102",
7
+ "sticky-background": "awsui_sticky-background_hyvsj_1t7qb_108",
8
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1t7qb_116",
9
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1t7qb_129",
10
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_1t7qb_139",
11
+ "drawers-container": "awsui_drawers-container_hyvsj_1t7qb_151",
12
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_1t7qb_162",
13
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1t7qb_185",
14
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1t7qb_190",
15
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1t7qb_231",
16
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1t7qb_241",
17
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1t7qb_245",
18
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1t7qb_259",
19
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_1t7qb_245",
20
+ "drawer": "awsui_drawer_hyvsj_1t7qb_151",
21
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_1t7qb_290",
22
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_1t7qb_299",
23
+ "drawer-content": "awsui_drawer-content_hyvsj_1t7qb_290",
24
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1t7qb_307",
25
+ "drawer-slider": "awsui_drawer-slider_hyvsj_1t7qb_310",
26
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_1t7qb_317",
27
+ "content": "awsui_content_hyvsj_1t7qb_343",
28
+ "layout": "awsui_layout_hyvsj_1t7qb_364",
29
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1t7qb_445",
30
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1t7qb_460",
31
+ "content-type-table": "awsui_content-type-table_hyvsj_1t7qb_474",
32
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1t7qb_474",
33
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1t7qb_480",
34
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1t7qb_483",
35
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1t7qb_515",
36
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1t7qb_518",
37
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1t7qb_528",
38
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1t7qb_531",
39
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_1t7qb_534",
40
+ "has-header": "awsui_has-header_hyvsj_1t7qb_534",
41
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_1t7qb_552",
42
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1t7qb_552",
43
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1t7qb_589",
44
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1t7qb_589",
45
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1t7qb_605",
46
+ "unfocusable": "awsui_unfocusable_hyvsj_1t7qb_610",
47
+ "container": "awsui_container_hyvsj_1t7qb_620",
48
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1t7qb_646",
49
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1t7qb_649",
50
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1t7qb_649",
51
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1t7qb_649",
52
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_1t7qb_649",
53
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1t7qb_658",
54
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1t7qb_675",
55
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1t7qb_679",
56
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1t7qb_683",
57
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1t7qb_687",
58
+ "navigation-container": "awsui_navigation-container_hyvsj_1t7qb_696",
59
+ "show-navigation": "awsui_show-navigation_hyvsj_1t7qb_734",
60
+ "animating": "awsui_animating_hyvsj_1t7qb_757",
61
+ "showButtons": "awsui_showButtons_hyvsj_1t7qb_1",
62
+ "navigation": "awsui_navigation_hyvsj_1t7qb_696",
63
+ "openNavigation": "awsui_openNavigation_hyvsj_1t7qb_1",
64
+ "animated-content": "awsui_animated-content_hyvsj_1t7qb_819",
65
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1t7qb_828",
66
+ "notifications": "awsui_notifications_hyvsj_1t7qb_838",
67
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1t7qb_844",
68
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1t7qb_861",
69
+ "position-bottom": "awsui_position-bottom_hyvsj_1t7qb_908",
70
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1t7qb_1",
71
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1t7qb_937",
72
+ "position-side": "awsui_position-side_hyvsj_1t7qb_950",
73
+ "tools-container": "awsui_tools-container_hyvsj_1t7qb_972",
74
+ "tools": "awsui_tools_hyvsj_1t7qb_972",
75
+ "openTools": "awsui_openTools_hyvsj_1t7qb_1",
76
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1t7qb_1063",
77
+ "hide-tools": "awsui_hide-tools_hyvsj_1t7qb_1073",
78
+ "show-tools": "awsui_show-tools_hyvsj_1t7qb_1085",
79
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1t7qb_1063",
80
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1t7qb_1168",
81
+ "trigger": "awsui_trigger_hyvsj_1t7qb_1168",
82
+ "selected": "awsui_selected_hyvsj_1t7qb_1242",
83
+ "badge": "awsui_badge_hyvsj_1t7qb_1262",
84
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1t7qb_1266",
85
+ "dot": "awsui_dot_hyvsj_1t7qb_1277"
86
86
  };
87
87
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "layout": "awsui_layout_5gtk3_t7p7d_105",
5
- "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_t7p7d_105",
6
- "background": "awsui_background_5gtk3_t7p7d_108",
7
- "header": "awsui_header_5gtk3_t7p7d_111",
8
- "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_t7p7d_127",
9
- "content": "awsui_content_5gtk3_t7p7d_135",
10
- "has-header": "awsui_has-header_5gtk3_t7p7d_139"
4
+ "layout": "awsui_layout_5gtk3_set91_105",
5
+ "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_set91_105",
6
+ "background": "awsui_background_5gtk3_set91_108",
7
+ "header": "awsui_header_5gtk3_set91_111",
8
+ "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_set91_127",
9
+ "content": "awsui_content_5gtk3_set91_135",
10
+ "has-header": "awsui_has-header_5gtk3_set91_139"
11
11
  };
12
12
 
@@ -102,48 +102,46 @@ visual refresh mode. The padding is still added to the header
102
102
  in this scenario because otherwise the header and child
103
103
  nodes will directly touch with no gap between them.
104
104
  */
105
- .awsui_layout_5gtk3_t7p7d_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_t7p7d_105) {
105
+ .awsui_layout_5gtk3_set91_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_set91_105) {
106
106
  display: contents;
107
107
  }
108
- .awsui_layout_5gtk3_t7p7d_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_t7p7d_105) > .awsui_background_5gtk3_t7p7d_108 {
108
+ .awsui_layout_5gtk3_set91_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_set91_105) > .awsui_background_5gtk3_set91_108 {
109
109
  display: none;
110
110
  }
111
- .awsui_layout_5gtk3_t7p7d_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_t7p7d_105) > .awsui_header_5gtk3_t7p7d_111 {
111
+ .awsui_layout_5gtk3_set91_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_set91_105) > .awsui_header_5gtk3_set91_111 {
112
112
  padding-block-end: var(--space-content-header-padding-bottom-y2enua, 16px);
113
113
  }
114
114
 
115
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105:not(#\9) {
115
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105:not(#\9) {
116
116
  display: grid;
117
117
  grid-template-columns: minmax(0, 1fr);
118
118
  grid-template-rows: auto var(--space-dark-header-overlap-distance-lxpp0s, 36px) 1fr;
119
119
  min-block-size: 100%;
120
120
  }
121
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105 > .awsui_background_5gtk3_t7p7d_108:not(#\9) {
121
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_background_5gtk3_set91_108:not(#\9) {
122
122
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
123
123
  grid-column: 1;
124
124
  grid-row: 1/3;
125
125
  color: var(--color-text-body-default-at06ol, #000716);
126
126
  }
127
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105 > .awsui_background_5gtk3_t7p7d_108.awsui_is-overlap-disabled_5gtk3_t7p7d_127:not(#\9) {
127
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_background_5gtk3_set91_108.awsui_is-overlap-disabled_5gtk3_set91_127:not(#\9) {
128
128
  grid-row: 1/2;
129
129
  }
130
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105 > .awsui_header_5gtk3_t7p7d_111:not(#\9) {
130
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_header_5gtk3_set91_111:not(#\9) {
131
131
  grid-column: 1;
132
132
  grid-row: 1;
133
133
  padding-block-end: var(--space-content-header-padding-bottom-y2enua, 16px);
134
134
  }
135
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105 > .awsui_content_5gtk3_t7p7d_135:not(#\9) {
135
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_content_5gtk3_set91_135:not(#\9) {
136
136
  grid-column: 1;
137
137
  grid-row: 2/4;
138
138
  }
139
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105:not(#\9):not(.awsui_has-header_5gtk3_t7p7d_139) {
140
- grid-template-rows: auto calc(
141
- var(--space-dark-header-overlap-distance-lxpp0s, 36px) + var(--awsui-container-first-overlap-extension-iof9y8, 0px) + var(--awsui-container-first-gap-iof9y8, 0px)
142
- ) 1fr;
139
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105:not(#\9):not(.awsui_has-header_5gtk3_set91_139) {
140
+ grid-template-rows: auto calc(var(--space-dark-header-overlap-distance-lxpp0s, 36px) + var(--space-xs-zb16t3, 8px) + var(--space-scaled-xxs-7597g1, 4px)) 1fr;
143
141
  }
144
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105:not(#\9):not(.awsui_has-header_5gtk3_t7p7d_139) > .awsui_content_5gtk3_t7p7d_135 {
145
- padding-block-start: var(--awsui-container-first-gap-iof9y8, 0px);
142
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105:not(#\9):not(.awsui_has-header_5gtk3_set91_139) > .awsui_content_5gtk3_set91_135 {
143
+ padding-block-start: calc(var(--space-xs-zb16t3, 8px) + var(--space-scaled-xxs-7597g1, 4px));
146
144
  }
147
- .awsui_layout_5gtk3_t7p7d_105.awsui_is-visual-refresh_5gtk3_t7p7d_105.awsui_is-overlap-disabled_5gtk3_t7p7d_127:not(#\9) {
145
+ .awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105.awsui_is-overlap-disabled_5gtk3_set91_127:not(#\9) {
148
146
  grid-template-rows: auto 0 1fr;
149
147
  }
@@ -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
- "layout": "awsui_layout_5gtk3_t7p7d_105",
6
- "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_t7p7d_105",
7
- "background": "awsui_background_5gtk3_t7p7d_108",
8
- "header": "awsui_header_5gtk3_t7p7d_111",
9
- "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_t7p7d_127",
10
- "content": "awsui_content_5gtk3_t7p7d_135",
11
- "has-header": "awsui_has-header_5gtk3_t7p7d_139"
5
+ "layout": "awsui_layout_5gtk3_set91_105",
6
+ "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_set91_105",
7
+ "background": "awsui_background_5gtk3_set91_108",
8
+ "header": "awsui_header_5gtk3_set91_111",
9
+ "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_set91_127",
10
+ "content": "awsui_content_5gtk3_set91_135",
11
+ "has-header": "awsui_has-header_5gtk3_set91_139"
12
12
  };
13
13
 
@@ -1,52 +1,52 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "flash-with-motion": "awsui_flash-with-motion_1q84n_1r55n_99",
5
- "enter": "awsui_enter_1q84n_1r55n_99",
6
- "flash-body": "awsui_flash-body_1q84n_1r55n_113",
7
- "flash-message": "awsui_flash-message_1q84n_1r55n_113",
8
- "flash-header": "awsui_flash-header_1q84n_1r55n_113",
9
- "flash-content": "awsui_flash-content_1q84n_1r55n_114",
10
- "action-button-wrapper": "awsui_action-button-wrapper_1q84n_1r55n_115",
11
- "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1r55n_116",
12
- "flash-icon": "awsui_flash-icon_1q84n_1r55n_139",
13
- "entering": "awsui_entering_1q84n_1r55n_152",
14
- "entered": "awsui_entered_1q84n_1r55n_173",
15
- "exiting": "awsui_exiting_1q84n_1r55n_278",
16
- "stack": "awsui_stack_1q84n_1r55n_300",
17
- "animation-running": "awsui_animation-running_1q84n_1r55n_300",
18
- "item": "awsui_item_1q84n_1r55n_300",
19
- "flash-list-item": "awsui_flash-list-item_1q84n_1r55n_301",
20
- "notification-bar": "awsui_notification-bar_1q84n_1r55n_302",
21
- "collapsed": "awsui_collapsed_1q84n_1r55n_322",
22
- "animation-ready": "awsui_animation-ready_1q84n_1r55n_322",
23
- "expanded-only": "awsui_expanded-only_1q84n_1r55n_322",
24
- "expanded": "awsui_expanded_1q84n_1r55n_322",
25
- "flash": "awsui_flash_1q84n_1r55n_99",
26
- "collapsible": "awsui_collapsible_1q84n_1r55n_386",
27
- "short-list": "awsui_short-list_1q84n_1r55n_392",
28
- "visual-refresh": "awsui_visual-refresh_1q84n_1r55n_392",
29
- "status": "awsui_status_1q84n_1r55n_605",
30
- "header": "awsui_header_1q84n_1r55n_605",
31
- "item-count": "awsui_item-count_1q84n_1r55n_606",
32
- "button": "awsui_button_1q84n_1r55n_607",
33
- "type-count": "awsui_type-count_1q84n_1r55n_640",
34
- "count-number": "awsui_count-number_1q84n_1r55n_640",
35
- "icon": "awsui_icon_1q84n_1r55n_674",
36
- "floating": "awsui_floating_1q84n_1r55n_715",
37
- "flashbar": "awsui_flashbar_1q84n_1r55n_723",
38
- "flash-refresh": "awsui_flash-refresh_1q84n_1r55n_798",
39
- "flash-list": "awsui_flash-list_1q84n_1r55n_301",
40
- "flash-focus-container": "awsui_flash-focus-container_1q84n_1r55n_819",
41
- "flash-text": "awsui_flash-text_1q84n_1r55n_849",
42
- "dismiss-button": "awsui_dismiss-button_1q84n_1r55n_116",
43
- "breakpoint-default": "awsui_breakpoint-default_1q84n_1r55n_891",
44
- "action-button": "awsui_action-button_1q84n_1r55n_115",
45
- "action-slot": "awsui_action-slot_1q84n_1r55n_901",
46
- "flash-type-success": "awsui_flash-type-success_1q84n_1r55n_905",
47
- "flash-type-error": "awsui_flash-type-error_1q84n_1r55n_909",
48
- "flash-type-info": "awsui_flash-type-info_1q84n_1r55n_913",
49
- "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1r55n_914",
50
- "flash-type-warning": "awsui_flash-type-warning_1q84n_1r55n_918"
4
+ "flash-with-motion": "awsui_flash-with-motion_1q84n_pgrle_99",
5
+ "enter": "awsui_enter_1q84n_pgrle_99",
6
+ "flash-body": "awsui_flash-body_1q84n_pgrle_113",
7
+ "flash-message": "awsui_flash-message_1q84n_pgrle_113",
8
+ "flash-header": "awsui_flash-header_1q84n_pgrle_113",
9
+ "flash-content": "awsui_flash-content_1q84n_pgrle_114",
10
+ "action-button-wrapper": "awsui_action-button-wrapper_1q84n_pgrle_115",
11
+ "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_pgrle_116",
12
+ "flash-icon": "awsui_flash-icon_1q84n_pgrle_139",
13
+ "entering": "awsui_entering_1q84n_pgrle_152",
14
+ "entered": "awsui_entered_1q84n_pgrle_173",
15
+ "exiting": "awsui_exiting_1q84n_pgrle_278",
16
+ "stack": "awsui_stack_1q84n_pgrle_300",
17
+ "animation-running": "awsui_animation-running_1q84n_pgrle_300",
18
+ "item": "awsui_item_1q84n_pgrle_300",
19
+ "flash-list-item": "awsui_flash-list-item_1q84n_pgrle_301",
20
+ "notification-bar": "awsui_notification-bar_1q84n_pgrle_302",
21
+ "collapsed": "awsui_collapsed_1q84n_pgrle_322",
22
+ "animation-ready": "awsui_animation-ready_1q84n_pgrle_322",
23
+ "expanded-only": "awsui_expanded-only_1q84n_pgrle_322",
24
+ "expanded": "awsui_expanded_1q84n_pgrle_322",
25
+ "flash": "awsui_flash_1q84n_pgrle_99",
26
+ "collapsible": "awsui_collapsible_1q84n_pgrle_386",
27
+ "short-list": "awsui_short-list_1q84n_pgrle_392",
28
+ "visual-refresh": "awsui_visual-refresh_1q84n_pgrle_392",
29
+ "status": "awsui_status_1q84n_pgrle_605",
30
+ "header": "awsui_header_1q84n_pgrle_605",
31
+ "item-count": "awsui_item-count_1q84n_pgrle_606",
32
+ "button": "awsui_button_1q84n_pgrle_607",
33
+ "type-count": "awsui_type-count_1q84n_pgrle_640",
34
+ "count-number": "awsui_count-number_1q84n_pgrle_640",
35
+ "icon": "awsui_icon_1q84n_pgrle_674",
36
+ "floating": "awsui_floating_1q84n_pgrle_715",
37
+ "flashbar": "awsui_flashbar_1q84n_pgrle_723",
38
+ "flash-refresh": "awsui_flash-refresh_1q84n_pgrle_798",
39
+ "flash-list": "awsui_flash-list_1q84n_pgrle_301",
40
+ "flash-focus-container": "awsui_flash-focus-container_1q84n_pgrle_819",
41
+ "flash-text": "awsui_flash-text_1q84n_pgrle_849",
42
+ "dismiss-button": "awsui_dismiss-button_1q84n_pgrle_116",
43
+ "breakpoint-default": "awsui_breakpoint-default_1q84n_pgrle_891",
44
+ "action-button": "awsui_action-button_1q84n_pgrle_115",
45
+ "action-slot": "awsui_action-slot_1q84n_pgrle_901",
46
+ "flash-type-success": "awsui_flash-type-success_1q84n_pgrle_905",
47
+ "flash-type-error": "awsui_flash-type-error_1q84n_pgrle_909",
48
+ "flash-type-info": "awsui_flash-type-info_1q84n_pgrle_913",
49
+ "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_pgrle_914",
50
+ "flash-type-warning": "awsui_flash-type-warning_1q84n_pgrle_918"
51
51
  };
52
52