@cloudscape-design/components-themeable 3.0.229 → 3.0.230

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 (33) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/styles.scss +1 -0
  3. package/lib/internal/scss/app-layout/visual-refresh/background.scss +2 -0
  4. package/lib/internal/scss/app-layout/visual-refresh/layout.scss +1 -0
  5. package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -0
  6. package/lib/internal/scss/container/styles.scss +1 -0
  7. package/lib/internal/scss/content-layout/styles.scss +1 -0
  8. package/lib/internal/scss/internal/components/dark-ribbon/styles.scss +1 -0
  9. package/lib/internal/scss/table/styles.scss +1 -0
  10. package/lib/internal/scss/wizard/styles.scss +2 -0
  11. package/lib/internal/template/app-layout/styles.css.js +26 -26
  12. package/lib/internal/template/app-layout/styles.scoped.css +34 -33
  13. package/lib/internal/template/app-layout/styles.selectors.js +26 -26
  14. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
  15. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +152 -148
  16. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
  17. package/lib/internal/template/container/styles.css.js +20 -20
  18. package/lib/internal/template/container/styles.scoped.css +39 -38
  19. package/lib/internal/template/container/styles.selectors.js +20 -20
  20. package/lib/internal/template/content-layout/styles.css.js +7 -7
  21. package/lib/internal/template/content-layout/styles.scoped.css +12 -11
  22. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  23. package/lib/internal/template/internal/components/dark-ribbon/styles.css.js +2 -2
  24. package/lib/internal/template/internal/components/dark-ribbon/styles.scoped.css +3 -2
  25. package/lib/internal/template/internal/components/dark-ribbon/styles.selectors.js +2 -2
  26. package/lib/internal/template/internal/environment.js +1 -1
  27. package/lib/internal/template/table/styles.css.js +33 -33
  28. package/lib/internal/template/table/styles.scoped.css +42 -41
  29. package/lib/internal/template/table/styles.selectors.js +33 -33
  30. package/lib/internal/template/wizard/styles.css.js +32 -32
  31. package/lib/internal/template/wizard/styles.scoped.css +65 -63
  32. package/lib/internal/template/wizard/styles.selectors.js +32 -32
  33. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "90714d57188544df2f29a74165234b82a09cc864"
2
+ "commit": "a9bd21f6162f88878d0209e91171f51a87662bd3"
3
3
  }
@@ -20,6 +20,7 @@ $drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{awsui.$space-
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  position: relative;
23
+ color: awsui.$color-text-body-default;
23
24
  }
24
25
 
25
26
  .root-no-scroll {
@@ -13,6 +13,7 @@ div.background {
13
13
  background-color: awsui.$color-background-layout-main;
14
14
  grid-column: 1 / span 5;
15
15
  grid-row: 1 / span 3;
16
+ color: awsui.$color-text-body-default;
16
17
 
17
18
  /*
18
19
  The cards and table content types have a sticky dark header that is
@@ -33,6 +34,7 @@ div.background {
33
34
  background-color: awsui.$color-background-layout-main;
34
35
  grid-column: 1 / span 5;
35
36
  grid-row: 4;
37
+ color: awsui.$color-text-body-default;
36
38
 
37
39
  /*
38
40
  The cards and table content types can have sticky header content that
@@ -47,6 +47,7 @@
47
47
  minmax(var(#{custom-props.$contentGapRight}), 1fr)
48
48
  min-content;
49
49
  position: relative;
50
+ color: awsui.$color-text-body-default;
50
51
 
51
52
  // Add unified max-width for AppLayout content based on breakpoints.
52
53
  &:not(.has-max-content-width) {
@@ -11,6 +11,7 @@
11
11
  grid-column: 3;
12
12
  grid-row: 1;
13
13
  z-index: 850;
14
+ color: awsui.$color-text-body-default;
14
15
 
15
16
  /*
16
17
  In desktop viewports the notifications will always be the first
@@ -147,6 +147,7 @@ the default white background of the container component.
147
147
  */
148
148
  .dark-header {
149
149
  background-color: awsui.$color-background-layout-main;
150
+ color: awsui.$color-text-body-default;
150
151
  }
151
152
 
152
153
  .content {
@@ -37,6 +37,7 @@ nodes will directly touch with no gap between them.
37
37
  background-color: awsui.$color-background-layout-main;
38
38
  grid-column: 1;
39
39
  grid-row: 1 / 3;
40
+ color: awsui.$color-text-body-default;
40
41
 
41
42
  &.is-overlap-disabled {
42
43
  grid-row: 1 / 2;
@@ -8,6 +8,7 @@
8
8
  .background-fill {
9
9
  background-color: awsui.$color-background-layout-main;
10
10
  position: absolute;
11
+ color: awsui.$color-text-body-default;
11
12
  }
12
13
 
13
14
  .content {
@@ -167,6 +167,7 @@ the default white background of the container component.
167
167
  */
168
168
  .dark-header {
169
169
  background-color: awsui.$color-background-layout-main;
170
+ color: awsui.$color-text-body-default;
170
171
  }
171
172
 
172
173
  .header-secondary {
@@ -208,12 +208,14 @@
208
208
  background-color: awsui.$color-background-layout-main;
209
209
  grid-column: 1 / span 2;
210
210
  grid-row: 1;
211
+ color: awsui.$color-text-body-default;
211
212
  }
212
213
 
213
214
  > .form-header {
214
215
  background-color: awsui.$color-background-layout-main;
215
216
  grid-column: 2;
216
217
  grid-row: 1;
218
+ color: awsui.$color-text-body-default;
217
219
  }
218
220
 
219
221
  > .form-header > .form-header-content {
@@ -1,31 +1,31 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_lm6vo_hpygk_97",
5
- "layout-wrapper": "awsui_layout-wrapper_lm6vo_hpygk_98",
6
- "root-no-scroll": "awsui_root-no-scroll_lm6vo_hpygk_104",
7
- "layout": "awsui_layout_lm6vo_hpygk_98",
8
- "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_hpygk_115",
9
- "layout-main": "awsui_layout-main_lm6vo_hpygk_119",
10
- "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_hpygk_125",
11
- "unfocusable": "awsui_unfocusable_lm6vo_hpygk_130",
12
- "navigation-panel": "awsui_navigation-panel_lm6vo_hpygk_134",
13
- "drawer": "awsui_drawer_lm6vo_hpygk_138",
14
- "drawer-mobile": "awsui_drawer-mobile_lm6vo_hpygk_144",
15
- "drawer-closed": "awsui_drawer-closed_lm6vo_hpygk_147",
16
- "drawer-content": "awsui_drawer-content_lm6vo_hpygk_155",
17
- "toggle": "awsui_toggle_lm6vo_hpygk_177",
18
- "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_hpygk_182",
19
- "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_hpygk_186",
20
- "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_hpygk_189",
21
- "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_hpygk_199",
22
- "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_hpygk_204",
23
- "content-wrapper": "awsui_content-wrapper_lm6vo_hpygk_208",
24
- "content-overlapped": "awsui_content-overlapped_lm6vo_hpygk_212",
25
- "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_hpygk_216",
26
- "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_hpygk_220",
27
- "mobile": "awsui_mobile_lm6vo_hpygk_226",
28
- "open": "awsui_open_lm6vo_hpygk_232",
29
- "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_hpygk_238"
4
+ "root": "awsui_root_lm6vo_167q1_97",
5
+ "layout-wrapper": "awsui_layout-wrapper_lm6vo_167q1_98",
6
+ "root-no-scroll": "awsui_root-no-scroll_lm6vo_167q1_105",
7
+ "layout": "awsui_layout_lm6vo_167q1_98",
8
+ "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_167q1_116",
9
+ "layout-main": "awsui_layout-main_lm6vo_167q1_120",
10
+ "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_167q1_126",
11
+ "unfocusable": "awsui_unfocusable_lm6vo_167q1_131",
12
+ "navigation-panel": "awsui_navigation-panel_lm6vo_167q1_135",
13
+ "drawer": "awsui_drawer_lm6vo_167q1_139",
14
+ "drawer-mobile": "awsui_drawer-mobile_lm6vo_167q1_145",
15
+ "drawer-closed": "awsui_drawer-closed_lm6vo_167q1_148",
16
+ "drawer-content": "awsui_drawer-content_lm6vo_167q1_156",
17
+ "toggle": "awsui_toggle_lm6vo_167q1_178",
18
+ "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_167q1_183",
19
+ "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_167q1_187",
20
+ "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_167q1_190",
21
+ "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_167q1_200",
22
+ "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_167q1_205",
23
+ "content-wrapper": "awsui_content-wrapper_lm6vo_167q1_209",
24
+ "content-overlapped": "awsui_content-overlapped_lm6vo_167q1_213",
25
+ "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_167q1_217",
26
+ "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_167q1_221",
27
+ "mobile": "awsui_mobile_lm6vo_167q1_227",
28
+ "open": "awsui_open_lm6vo_167q1_233",
29
+ "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_167q1_239"
30
30
  };
31
31
 
@@ -94,147 +94,148 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_root_lm6vo_hpygk_97:not(#\9),
98
- .awsui_layout-wrapper_lm6vo_hpygk_98:not(#\9) {
97
+ .awsui_root_lm6vo_167q1_97:not(#\9),
98
+ .awsui_layout-wrapper_lm6vo_167q1_98:not(#\9) {
99
99
  display: flex;
100
100
  flex-direction: column;
101
101
  position: relative;
102
+ color: var(--color-text-body-default-7m2b3r, #16191f);
102
103
  }
103
104
 
104
- .awsui_root-no-scroll_lm6vo_hpygk_104:not(#\9) {
105
+ .awsui_root-no-scroll_lm6vo_167q1_105:not(#\9) {
105
106
  position: relative;
106
107
  z-index: 1;
107
108
  }
108
109
 
109
- .awsui_layout_lm6vo_hpygk_98:not(#\9) {
110
+ .awsui_layout_lm6vo_167q1_98:not(#\9) {
110
111
  flex: 1 1 auto;
111
112
  display: flex;
112
113
  align-items: stretch;
113
114
  background-color: var(--color-background-layout-main-q0tbxx, #f2f3f3);
114
115
  }
115
- .awsui_layout-no-scroll_lm6vo_hpygk_115:not(#\9) {
116
+ .awsui_layout-no-scroll_lm6vo_167q1_116:not(#\9) {
116
117
  overflow: hidden;
117
118
  }
118
119
 
119
- .awsui_layout-main_lm6vo_hpygk_119:not(#\9) {
120
+ .awsui_layout-main_lm6vo_167q1_120:not(#\9) {
120
121
  flex: 1;
121
122
  min-width: 0;
122
123
  background-color: var(--color-background-layout-main-q0tbxx, #f2f3f3);
123
124
  position: relative;
124
125
  }
125
- .awsui_layout-main-scrollable_lm6vo_hpygk_125:not(#\9) {
126
+ .awsui_layout-main-scrollable_lm6vo_167q1_126:not(#\9) {
126
127
  overflow: auto;
127
128
  }
128
129
 
129
130
  /* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
130
- .awsui_unfocusable_lm6vo_hpygk_130 *:not(#\9) {
131
+ .awsui_unfocusable_lm6vo_167q1_131 *:not(#\9) {
131
132
  visibility: hidden;
132
133
  }
133
134
 
134
- .awsui_navigation-panel_lm6vo_hpygk_134:not(#\9) {
135
+ .awsui_navigation-panel_lm6vo_167q1_135:not(#\9) {
135
136
  overflow-anchor: none;
136
137
  }
137
138
 
138
- .awsui_drawer_lm6vo_hpygk_138:not(#\9) {
139
+ .awsui_drawer_lm6vo_167q1_139:not(#\9) {
139
140
  flex-shrink: 0;
140
141
  position: relative;
141
142
  word-wrap: break-word;
142
143
  box-shadow: var(--shadow-panel-v9vx7i, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
143
144
  }
144
- .awsui_drawer_lm6vo_hpygk_138:not(#\9):not(.awsui_drawer-mobile_lm6vo_hpygk_144) {
145
+ .awsui_drawer_lm6vo_167q1_139:not(#\9):not(.awsui_drawer-mobile_lm6vo_167q1_145) {
145
146
  z-index: 830;
146
147
  }
147
- .awsui_drawer-closed_lm6vo_hpygk_147:not(#\9) {
148
+ .awsui_drawer-closed_lm6vo_167q1_148:not(#\9) {
148
149
  min-width: 40px;
149
150
  cursor: pointer;
150
151
  }
151
- .awsui_drawer-closed_lm6vo_hpygk_147.awsui_drawer-mobile_lm6vo_hpygk_144:not(#\9) {
152
+ .awsui_drawer-closed_lm6vo_167q1_148.awsui_drawer-mobile_lm6vo_167q1_145:not(#\9) {
152
153
  display: none;
153
154
  }
154
155
 
155
- .awsui_drawer-content_lm6vo_hpygk_155:not(#\9) {
156
+ .awsui_drawer-content_lm6vo_167q1_156:not(#\9) {
156
157
  position: fixed;
157
158
  overflow: auto;
158
159
  background-color: var(--color-background-layout-panel-content-r9pdjh, #ffffff);
159
160
  }
160
- .awsui_drawer-mobile_lm6vo_hpygk_144 > .awsui_drawer-content_lm6vo_hpygk_155:not(#\9) {
161
+ .awsui_drawer-mobile_lm6vo_167q1_145 > .awsui_drawer-content_lm6vo_167q1_156:not(#\9) {
161
162
  z-index: 1001;
162
163
  top: 0;
163
164
  bottom: 0;
164
165
  left: 0;
165
166
  right: 0;
166
167
  }
167
- .awsui_drawer-closed_lm6vo_hpygk_147 > .awsui_drawer-content_lm6vo_hpygk_155:not(#\9) {
168
+ .awsui_drawer-closed_lm6vo_167q1_148 > .awsui_drawer-content_lm6vo_167q1_156:not(#\9) {
168
169
  width: 40px;
169
170
  }
170
- .awsui_drawer-closed_lm6vo_hpygk_147 > .awsui_drawer-content_lm6vo_hpygk_155:not(#\9):hover {
171
+ .awsui_drawer-closed_lm6vo_167q1_148 > .awsui_drawer-content_lm6vo_167q1_156:not(#\9):hover {
171
172
  background: var(--color-background-layout-panel-hover-thdv3z, #eaeded);
172
173
  }
173
- .awsui_drawer-content_lm6vo_hpygk_155 > [aria-hidden=true]:not(#\9) {
174
+ .awsui_drawer-content_lm6vo_167q1_156 > [aria-hidden=true]:not(#\9) {
174
175
  display: none;
175
176
  }
176
177
 
177
- .awsui_toggle_lm6vo_hpygk_177:not(#\9) {
178
+ .awsui_toggle_lm6vo_167q1_178:not(#\9) {
178
179
  box-sizing: border-box;
179
180
  padding: var(--space-xxs-ynfts5, 4px) 7px;
180
181
  }
181
182
 
182
- .awsui_visual-refresh-toggle_lm6vo_hpygk_182:not(#\9) {
183
+ .awsui_visual-refresh-toggle_lm6vo_167q1_183:not(#\9) {
183
184
  position: fixed;
184
185
  padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
185
186
  }
186
- .awsui_visual-refresh-toggle-type-tools_lm6vo_hpygk_186:not(#\9) {
187
+ .awsui_visual-refresh-toggle-type-tools_lm6vo_167q1_187:not(#\9) {
187
188
  right: 0;
188
189
  }
189
- .awsui_visual-refresh-toggle-type-navigation_lm6vo_hpygk_189:not(#\9) {
190
+ .awsui_visual-refresh-toggle-type-navigation_lm6vo_167q1_190:not(#\9) {
190
191
  left: 0;
191
192
  }
192
- .awsui_visual-refresh-toggle_lm6vo_hpygk_182[aria-hidden=true]:not(#\9) {
193
+ .awsui_visual-refresh-toggle_lm6vo_167q1_183[aria-hidden=true]:not(#\9) {
193
194
  visibility: hidden;
194
195
  }
195
- .awsui_visual-refresh-toggle_lm6vo_hpygk_182[aria-hidden=false]:not(#\9) {
196
+ .awsui_visual-refresh-toggle_lm6vo_167q1_183[aria-hidden=false]:not(#\9) {
196
197
  visibility: visible;
197
198
  }
198
199
 
199
- .awsui_breadcrumbs-desktop_lm6vo_hpygk_199:not(#\9) {
200
+ .awsui_breadcrumbs-desktop_lm6vo_167q1_200:not(#\9) {
200
201
  padding-top: var(--space-scaled-m-pv0fmt, 16px);
201
202
  padding-bottom: var(--space-scaled-s-cu1hzn, 12px);
202
203
  }
203
204
 
204
- .awsui_content-header-wrapper_lm6vo_hpygk_204:not(#\9) {
205
+ .awsui_content-header-wrapper_lm6vo_167q1_205:not(#\9) {
205
206
  padding-bottom: var(--space-content-header-padding-bottom-m7tdoi, 16px);
206
207
  }
207
208
 
208
- .awsui_content-wrapper_lm6vo_hpygk_208:not(#\9) {
209
+ .awsui_content-wrapper_lm6vo_167q1_209:not(#\9) {
209
210
  padding-bottom: var(--space-layout-content-bottom-ebez2l, 20px);
210
211
  }
211
212
 
212
- .awsui_content-overlapped_lm6vo_hpygk_212:not(#\9) {
213
+ .awsui_content-overlapped_lm6vo_167q1_213:not(#\9) {
213
214
  margin-top: calc(-1 * var(--space-dark-header-overlap-distance-ync2s3, 0px));
214
215
  }
215
216
 
216
- .awsui_content-extra-top-padding_lm6vo_hpygk_216:not(#\9) {
217
+ .awsui_content-extra-top-padding_lm6vo_167q1_217:not(#\9) {
217
218
  padding-top: var(--space-scaled-m-pv0fmt, 16px);
218
219
  }
219
220
 
220
- .awsui_panel-wrapper-outer_lm6vo_hpygk_220:not(#\9) {
221
+ .awsui_panel-wrapper-outer_lm6vo_167q1_221:not(#\9) {
221
222
  position: fixed;
222
223
  height: 100%;
223
224
  z-index: 830;
224
225
  display: flex;
225
226
  }
226
- .awsui_panel-wrapper-outer_lm6vo_hpygk_220.awsui_mobile_lm6vo_hpygk_226:not(#\9) {
227
+ .awsui_panel-wrapper-outer_lm6vo_167q1_221.awsui_mobile_lm6vo_167q1_227:not(#\9) {
227
228
  left: 0;
228
229
  right: 0;
229
230
  z-index: -1;
230
231
  pointer-events: none;
231
232
  }
232
- .awsui_panel-wrapper-outer_lm6vo_hpygk_220.awsui_mobile_lm6vo_hpygk_226.awsui_open_lm6vo_hpygk_232:not(#\9) {
233
+ .awsui_panel-wrapper-outer_lm6vo_167q1_221.awsui_mobile_lm6vo_167q1_227.awsui_open_lm6vo_167q1_233:not(#\9) {
233
234
  z-index: 1001;
234
235
  width: 100vw;
235
236
  pointer-events: auto;
236
237
  }
237
238
 
238
- .awsui_panel-wrapper-inner_lm6vo_hpygk_238:not(#\9) {
239
+ .awsui_panel-wrapper-inner_lm6vo_167q1_239:not(#\9) {
239
240
  background: var(--color-background-layout-panel-content-r9pdjh, #ffffff);
240
241
  }
@@ -2,31 +2,31 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_lm6vo_hpygk_97",
6
- "layout-wrapper": "awsui_layout-wrapper_lm6vo_hpygk_98",
7
- "root-no-scroll": "awsui_root-no-scroll_lm6vo_hpygk_104",
8
- "layout": "awsui_layout_lm6vo_hpygk_98",
9
- "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_hpygk_115",
10
- "layout-main": "awsui_layout-main_lm6vo_hpygk_119",
11
- "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_hpygk_125",
12
- "unfocusable": "awsui_unfocusable_lm6vo_hpygk_130",
13
- "navigation-panel": "awsui_navigation-panel_lm6vo_hpygk_134",
14
- "drawer": "awsui_drawer_lm6vo_hpygk_138",
15
- "drawer-mobile": "awsui_drawer-mobile_lm6vo_hpygk_144",
16
- "drawer-closed": "awsui_drawer-closed_lm6vo_hpygk_147",
17
- "drawer-content": "awsui_drawer-content_lm6vo_hpygk_155",
18
- "toggle": "awsui_toggle_lm6vo_hpygk_177",
19
- "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_hpygk_182",
20
- "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_hpygk_186",
21
- "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_hpygk_189",
22
- "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_hpygk_199",
23
- "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_hpygk_204",
24
- "content-wrapper": "awsui_content-wrapper_lm6vo_hpygk_208",
25
- "content-overlapped": "awsui_content-overlapped_lm6vo_hpygk_212",
26
- "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_hpygk_216",
27
- "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_hpygk_220",
28
- "mobile": "awsui_mobile_lm6vo_hpygk_226",
29
- "open": "awsui_open_lm6vo_hpygk_232",
30
- "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_hpygk_238"
5
+ "root": "awsui_root_lm6vo_167q1_97",
6
+ "layout-wrapper": "awsui_layout-wrapper_lm6vo_167q1_98",
7
+ "root-no-scroll": "awsui_root-no-scroll_lm6vo_167q1_105",
8
+ "layout": "awsui_layout_lm6vo_167q1_98",
9
+ "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_167q1_116",
10
+ "layout-main": "awsui_layout-main_lm6vo_167q1_120",
11
+ "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_167q1_126",
12
+ "unfocusable": "awsui_unfocusable_lm6vo_167q1_131",
13
+ "navigation-panel": "awsui_navigation-panel_lm6vo_167q1_135",
14
+ "drawer": "awsui_drawer_lm6vo_167q1_139",
15
+ "drawer-mobile": "awsui_drawer-mobile_lm6vo_167q1_145",
16
+ "drawer-closed": "awsui_drawer-closed_lm6vo_167q1_148",
17
+ "drawer-content": "awsui_drawer-content_lm6vo_167q1_156",
18
+ "toggle": "awsui_toggle_lm6vo_167q1_178",
19
+ "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_167q1_183",
20
+ "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_167q1_187",
21
+ "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_167q1_190",
22
+ "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_167q1_200",
23
+ "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_167q1_205",
24
+ "content-wrapper": "awsui_content-wrapper_lm6vo_167q1_209",
25
+ "content-overlapped": "awsui_content-overlapped_lm6vo_167q1_213",
26
+ "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_167q1_217",
27
+ "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_167q1_221",
28
+ "mobile": "awsui_mobile_lm6vo_167q1_227",
29
+ "open": "awsui_open_lm6vo_167q1_233",
30
+ "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_167q1_239"
31
31
  };
32
32
 
@@ -1,65 +1,65 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "appbar": "awsui_appbar_hyvsj_ofv0c_93",
5
- "appbar-nav": "awsui_appbar-nav_hyvsj_ofv0c_117",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_ofv0c_121",
7
- "appbar-tools": "awsui_appbar-tools_hyvsj_ofv0c_125",
8
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_ofv0c_166",
9
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_ofv0c_173",
10
- "has-header": "awsui_has-header_hyvsj_ofv0c_179",
11
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_ofv0c_179",
12
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_ofv0c_180",
13
- "content-type-cards": "awsui_content-type-cards_hyvsj_ofv0c_183",
14
- "content-type-table": "awsui_content-type-table_hyvsj_ofv0c_184",
15
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_ofv0c_187",
16
- "background": "awsui_background_hyvsj_ofv0c_221",
17
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_ofv0c_224",
18
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_ofv0c_236",
19
- "overlap": "awsui_overlap_hyvsj_ofv0c_242",
20
- "content": "awsui_content_hyvsj_ofv0c_180",
21
- "layout": "awsui_layout_hyvsj_ofv0c_333",
22
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_ofv0c_415",
23
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_ofv0c_442",
24
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_ofv0c_445",
25
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_ofv0c_449",
26
- "has-split-panel": "awsui_has-split-panel_hyvsj_ofv0c_463",
27
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_ofv0c_463",
28
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_ofv0c_475",
29
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_ofv0c_478",
30
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_ofv0c_493",
31
- "container": "awsui_container_hyvsj_ofv0c_501",
32
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_ofv0c_527",
33
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_ofv0c_532",
34
- "is-tools-open": "awsui_is-tools-open_hyvsj_ofv0c_535",
35
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_ofv0c_535",
36
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_ofv0c_535",
37
- "content-type-default": "awsui_content-type-default_hyvsj_ofv0c_555",
38
- "content-type-form": "awsui_content-type-form_hyvsj_ofv0c_555",
39
- "unfocusable": "awsui_unfocusable_hyvsj_ofv0c_596",
40
- "navigation-container": "awsui_navigation-container_hyvsj_ofv0c_606",
41
- "show-navigation": "awsui_show-navigation_hyvsj_ofv0c_641",
42
- "animating": "awsui_animating_hyvsj_ofv0c_663",
43
- "showButtons": "awsui_showButtons_hyvsj_ofv0c_1",
44
- "navigation": "awsui_navigation_hyvsj_ofv0c_606",
45
- "openNavigation": "awsui_openNavigation_hyvsj_ofv0c_1",
46
- "animated-content": "awsui_animated-content_hyvsj_ofv0c_724",
47
- "hide-navigation": "awsui_hide-navigation_hyvsj_ofv0c_733",
48
- "notifications": "awsui_notifications_hyvsj_ofv0c_224",
49
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_ofv0c_799",
50
- "position-bottom": "awsui_position-bottom_hyvsj_ofv0c_845",
51
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_ofv0c_1",
52
- "split-panel-side": "awsui_split-panel-side_hyvsj_ofv0c_874",
53
- "position-side": "awsui_position-side_hyvsj_ofv0c_902",
54
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_ofv0c_1",
55
- "tools-container": "awsui_tools-container_hyvsj_ofv0c_939",
56
- "tools": "awsui_tools_hyvsj_ofv0c_939",
57
- "openTools": "awsui_openTools_hyvsj_ofv0c_1",
58
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_ofv0c_1024",
59
- "hide-tools": "awsui_hide-tools_hyvsj_ofv0c_1034",
60
- "show-tools": "awsui_show-tools_hyvsj_ofv0c_1046",
61
- "has-tools-form": "awsui_has-tools-form_hyvsj_ofv0c_1024",
62
- "trigger": "awsui_trigger_hyvsj_ofv0c_1103",
63
- "selected": "awsui_selected_hyvsj_ofv0c_1142"
4
+ "appbar": "awsui_appbar_hyvsj_1ehdm_93",
5
+ "appbar-nav": "awsui_appbar-nav_hyvsj_1ehdm_117",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1ehdm_121",
7
+ "appbar-tools": "awsui_appbar-tools_hyvsj_1ehdm_125",
8
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1ehdm_166",
9
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_1ehdm_173",
10
+ "has-header": "awsui_has-header_hyvsj_1ehdm_179",
11
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_1ehdm_179",
12
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_1ehdm_180",
13
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1ehdm_183",
14
+ "content-type-table": "awsui_content-type-table_hyvsj_1ehdm_184",
15
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_1ehdm_187",
16
+ "background": "awsui_background_hyvsj_1ehdm_221",
17
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_1ehdm_224",
18
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1ehdm_237",
19
+ "overlap": "awsui_overlap_hyvsj_1ehdm_243",
20
+ "content": "awsui_content_hyvsj_1ehdm_180",
21
+ "layout": "awsui_layout_hyvsj_1ehdm_335",
22
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1ehdm_418",
23
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1ehdm_445",
24
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1ehdm_448",
25
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1ehdm_452",
26
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1ehdm_466",
27
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1ehdm_466",
28
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1ehdm_478",
29
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1ehdm_481",
30
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1ehdm_496",
31
+ "container": "awsui_container_hyvsj_1ehdm_504",
32
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1ehdm_530",
33
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1ehdm_535",
34
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1ehdm_538",
35
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1ehdm_538",
36
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1ehdm_538",
37
+ "content-type-default": "awsui_content-type-default_hyvsj_1ehdm_558",
38
+ "content-type-form": "awsui_content-type-form_hyvsj_1ehdm_558",
39
+ "unfocusable": "awsui_unfocusable_hyvsj_1ehdm_599",
40
+ "navigation-container": "awsui_navigation-container_hyvsj_1ehdm_609",
41
+ "show-navigation": "awsui_show-navigation_hyvsj_1ehdm_644",
42
+ "animating": "awsui_animating_hyvsj_1ehdm_666",
43
+ "showButtons": "awsui_showButtons_hyvsj_1ehdm_1",
44
+ "navigation": "awsui_navigation_hyvsj_1ehdm_609",
45
+ "openNavigation": "awsui_openNavigation_hyvsj_1ehdm_1",
46
+ "animated-content": "awsui_animated-content_hyvsj_1ehdm_727",
47
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1ehdm_736",
48
+ "notifications": "awsui_notifications_hyvsj_1ehdm_224",
49
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1ehdm_803",
50
+ "position-bottom": "awsui_position-bottom_hyvsj_1ehdm_849",
51
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1ehdm_1",
52
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1ehdm_878",
53
+ "position-side": "awsui_position-side_hyvsj_1ehdm_906",
54
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_1ehdm_1",
55
+ "tools-container": "awsui_tools-container_hyvsj_1ehdm_943",
56
+ "tools": "awsui_tools_hyvsj_1ehdm_943",
57
+ "openTools": "awsui_openTools_hyvsj_1ehdm_1",
58
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1ehdm_1028",
59
+ "hide-tools": "awsui_hide-tools_hyvsj_1ehdm_1038",
60
+ "show-tools": "awsui_show-tools_hyvsj_1ehdm_1050",
61
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1ehdm_1028",
62
+ "trigger": "awsui_trigger_hyvsj_1ehdm_1107",
63
+ "selected": "awsui_selected_hyvsj_1ehdm_1146"
64
64
  };
65
65