@cloudscape-design/components 3.0.355 → 3.0.357

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 (42) hide show
  1. package/box/interfaces.d.ts +2 -1
  2. package/box/interfaces.d.ts.map +1 -1
  3. package/box/interfaces.js.map +1 -1
  4. package/box/styles.css.js +190 -189
  5. package/box/styles.scoped.css +237 -234
  6. package/box/styles.selectors.js +190 -189
  7. package/container/styles.css.js +28 -28
  8. package/container/styles.scoped.css +53 -53
  9. package/container/styles.selectors.js +28 -28
  10. package/expandable-section/styles.css.js +29 -29
  11. package/expandable-section/styles.scoped.css +60 -57
  12. package/expandable-section/styles.selectors.js +29 -29
  13. package/flashbar/collapsible-flashbar.d.ts.map +1 -1
  14. package/flashbar/collapsible-flashbar.js +1 -1
  15. package/flashbar/collapsible-flashbar.js.map +1 -1
  16. package/flashbar/flash.d.ts +1 -0
  17. package/flashbar/flash.d.ts.map +1 -1
  18. package/flashbar/flash.js +3 -2
  19. package/flashbar/flash.js.map +1 -1
  20. package/flashbar/interfaces.d.ts +1 -0
  21. package/flashbar/interfaces.d.ts.map +1 -1
  22. package/flashbar/interfaces.js.map +1 -1
  23. package/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
  24. package/flashbar/non-collapsible-flashbar.js +8 -1
  25. package/flashbar/non-collapsible-flashbar.js.map +1 -1
  26. package/header/internal.d.ts.map +1 -1
  27. package/header/internal.js +1 -1
  28. package/header/internal.js.map +1 -1
  29. package/internal/environment.js +1 -1
  30. package/internal/environment.json +1 -1
  31. package/internal/manifest.json +1 -1
  32. package/package.json +1 -1
  33. package/table/internal.d.ts.map +1 -1
  34. package/table/internal.js +9 -4
  35. package/table/internal.js.map +1 -1
  36. package/table/sticky-scrollbar/sticky-scrollbar.d.ts +1 -0
  37. package/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -1
  38. package/table/sticky-scrollbar/sticky-scrollbar.js +5 -2
  39. package/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -1
  40. package/table/sticky-scrollbar/styles.css.js +6 -4
  41. package/table/sticky-scrollbar/styles.scoped.css +104 -4
  42. package/table/sticky-scrollbar/styles.selectors.js +6 -4
@@ -94,7 +94,7 @@ 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_14iqq_1t1om_97:not(#\9) {
97
+ .awsui_root_14iqq_eh02f_97:not(#\9) {
98
98
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
99
99
  border-collapse: separate;
100
100
  border-spacing: 0;
@@ -134,20 +134,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
134
134
  word-wrap: break-word;
135
135
  position: relative;
136
136
  }
137
- .awsui_root_14iqq_1t1om_97.awsui_fit-height_14iqq_1t1om_111:not(#\9) {
137
+ .awsui_root_14iqq_eh02f_97.awsui_fit-height_14iqq_eh02f_111:not(#\9) {
138
138
  display: flex;
139
139
  flex-direction: column;
140
140
  height: 100%;
141
141
  }
142
- .awsui_root_14iqq_1t1om_97.awsui_fit-height_14iqq_1t1om_111.awsui_with-side-media_14iqq_1t1om_116:not(#\9) {
142
+ .awsui_root_14iqq_eh02f_97.awsui_fit-height_14iqq_eh02f_111.awsui_with-side-media_14iqq_eh02f_116:not(#\9) {
143
143
  flex-direction: row;
144
144
  }
145
- .awsui_root_14iqq_1t1om_97.awsui_variant-default_14iqq_1t1om_119:not(#\9), .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9) {
145
+ .awsui_root_14iqq_eh02f_97.awsui_variant-default_14iqq_eh02f_119:not(#\9), .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9) {
146
146
  border-radius: var(--border-radius-container-wqv1zi, 16px);
147
147
  box-sizing: border-box;
148
148
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
149
149
  }
150
- .awsui_root_14iqq_1t1om_97.awsui_variant-default_14iqq_1t1om_119:not(#\9)::before, .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::before {
150
+ .awsui_root_14iqq_eh02f_97.awsui_variant-default_14iqq_eh02f_119:not(#\9)::before, .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::before {
151
151
  content: "";
152
152
  position: absolute;
153
153
  left: 0px;
@@ -162,7 +162,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
162
162
  border-radius: var(--border-radius-container-wqv1zi, 16px);
163
163
  z-index: 1;
164
164
  }
165
- .awsui_root_14iqq_1t1om_97.awsui_variant-default_14iqq_1t1om_119:not(#\9)::after, .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::after {
165
+ .awsui_root_14iqq_eh02f_97.awsui_variant-default_14iqq_eh02f_119:not(#\9)::after, .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::after {
166
166
  content: "";
167
167
  position: absolute;
168
168
  left: 0px;
@@ -177,128 +177,128 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
177
177
  mix-blend-mode: multiply;
178
178
  }
179
179
  @media screen and (-ms-high-contrast: active) {
180
- .awsui_root_14iqq_1t1om_97.awsui_variant-default_14iqq_1t1om_119:not(#\9), .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9) {
180
+ .awsui_root_14iqq_eh02f_97.awsui_variant-default_14iqq_eh02f_119:not(#\9), .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9) {
181
181
  border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
182
182
  }
183
183
  }
184
- .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9):not(:last-child), .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9):not(:last-child)::before, .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9):not(:last-child)::after {
184
+ .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9):not(:last-child), .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9):not(:last-child)::before, .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9):not(:last-child)::after {
185
185
  border-bottom-right-radius: 0;
186
186
  border-bottom-left-radius: 0;
187
187
  }
188
- .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119 + .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9), .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119 + .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::before, .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119 + .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::after {
188
+ .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119 + .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9), .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119 + .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::before, .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119 + .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::after {
189
189
  border-top-left-radius: 0;
190
190
  border-top-right-radius: 0;
191
191
  }
192
- .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119 + .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::before {
192
+ .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119 + .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::before {
193
193
  border-top: var(--border-divider-section-width-4ax5o2, 2px) solid var(--color-border-divider-default-d3adp9, #e9ebed);
194
194
  }
195
- .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119 + .awsui_root_14iqq_1t1om_97.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::after {
195
+ .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119 + .awsui_root_14iqq_eh02f_97.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::after {
196
196
  box-shadow: var(--shadow-container-stacked-4gw245, -1px 1px 1px 0px #e9ebed, 1px 1px 1px 0px #e9ebed, 0px 9px 8px -7px rgba(0, 7, 22, 0.12), 8px 0px 8px -7px rgba(0, 7, 22, 0.12), -8px 0px 8px -7px rgba(0, 7, 22, 0.12));
197
197
  }
198
- .awsui_root_14iqq_1t1om_97.awsui_sticky-enabled_14iqq_1t1om_172:not(#\9)::before {
198
+ .awsui_root_14iqq_eh02f_97.awsui_sticky-enabled_14iqq_eh02f_172:not(#\9)::before {
199
199
  top: calc(-1 * var(--border-container-top-width-uugwwl, 0px));
200
200
  }
201
- .awsui_root_14iqq_1t1om_97.awsui_sticky-enabled_14iqq_1t1om_172.awsui_variant-stacked_14iqq_1t1om_119:not(#\9)::before {
201
+ .awsui_root_14iqq_eh02f_97.awsui_sticky-enabled_14iqq_eh02f_172.awsui_variant-stacked_14iqq_eh02f_119:not(#\9)::before {
202
202
  top: calc(-1 * var(--border-divider-section-width-4ax5o2, 2px));
203
203
  }
204
204
 
205
- .awsui_with-side-media_14iqq_1t1om_116:not(#\9) {
205
+ .awsui_with-side-media_14iqq_eh02f_116:not(#\9) {
206
206
  display: flex;
207
207
  flex-direction: row;
208
208
  }
209
209
 
210
- .awsui_with-top-media_14iqq_1t1om_184:not(#\9) {
210
+ .awsui_with-top-media_14iqq_eh02f_184:not(#\9) {
211
211
  display: flex;
212
212
  flex-direction: column;
213
213
  }
214
214
 
215
- .awsui_content-wrapper_14iqq_1t1om_189:not(#\9) {
215
+ .awsui_content-wrapper_14iqq_eh02f_189:not(#\9) {
216
216
  display: flex;
217
217
  flex-direction: column;
218
218
  width: 100%;
219
219
  }
220
- .awsui_content-wrapper-fit-height_14iqq_1t1om_194:not(#\9) {
220
+ .awsui_content-wrapper-fit-height_14iqq_eh02f_194:not(#\9) {
221
221
  height: 100%;
222
222
  overflow: hidden;
223
223
  }
224
224
 
225
- .awsui_media_14iqq_1t1om_199:not(#\9) {
225
+ .awsui_media_14iqq_eh02f_199:not(#\9) {
226
226
  overflow: hidden;
227
227
  flex-shrink: 0;
228
228
  }
229
- .awsui_media_14iqq_1t1om_199 img:not(#\9),
230
- .awsui_media_14iqq_1t1om_199 video:not(#\9),
231
- .awsui_media_14iqq_1t1om_199 picture:not(#\9) {
229
+ .awsui_media_14iqq_eh02f_199 img:not(#\9),
230
+ .awsui_media_14iqq_eh02f_199 video:not(#\9),
231
+ .awsui_media_14iqq_eh02f_199 picture:not(#\9) {
232
232
  width: 100%;
233
233
  height: 100%;
234
234
  object-fit: cover;
235
235
  object-position: center;
236
236
  }
237
- .awsui_media-top_14iqq_1t1om_211:not(#\9) {
237
+ .awsui_media-top_14iqq_eh02f_211:not(#\9) {
238
238
  max-height: 66%;
239
239
  border-top-left-radius: var(--border-radius-container-wqv1zi, 16px);
240
240
  border-top-right-radius: var(--border-radius-container-wqv1zi, 16px);
241
241
  }
242
- .awsui_media-side_14iqq_1t1om_216:not(#\9) {
242
+ .awsui_media-side_14iqq_eh02f_216:not(#\9) {
243
243
  max-width: 66%;
244
244
  border-top-left-radius: var(--border-radius-container-wqv1zi, 16px);
245
245
  border-bottom-left-radius: var(--border-radius-container-wqv1zi, 16px);
246
246
  }
247
247
 
248
- .awsui_header_14iqq_1t1om_222:not(#\9) {
248
+ .awsui_header_14iqq_eh02f_222:not(#\9) {
249
249
  background-color: var(--color-background-container-header-8b9fgi, #ffffff);
250
250
  border-top-left-radius: var(--border-radius-container-wqv1zi, 16px);
251
251
  border-top-right-radius: var(--border-radius-container-wqv1zi, 16px);
252
252
  }
253
- .awsui_header_14iqq_1t1om_222.awsui_header-with-media_14iqq_1t1om_227:not(#\9) {
253
+ .awsui_header_14iqq_eh02f_222.awsui_header-with-media_14iqq_eh02f_227:not(#\9) {
254
254
  background: none;
255
255
  }
256
- .awsui_header_14iqq_1t1om_222.awsui_header-with-media_14iqq_1t1om_227:not(#\9):not(:empty) {
256
+ .awsui_header_14iqq_eh02f_222.awsui_header-with-media_14iqq_eh02f_227:not(#\9):not(:empty) {
257
257
  border-bottom: none;
258
258
  }
259
- .awsui_header-sticky-disabled_14iqq_1t1om_233:not(#\9) {
259
+ .awsui_header-sticky-disabled_14iqq_eh02f_233:not(#\9) {
260
260
  position: relative;
261
261
  z-index: 1;
262
262
  }
263
- .awsui_header-sticky-enabled_14iqq_1t1om_237:not(#\9) {
263
+ .awsui_header-sticky-enabled_14iqq_eh02f_237:not(#\9) {
264
264
  top: 0;
265
265
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
266
266
  position: sticky;
267
267
  z-index: 800;
268
268
  }
269
- .awsui_header-stuck_14iqq_1t1om_243:not(#\9) {
269
+ .awsui_header-stuck_14iqq_eh02f_243:not(#\9) {
270
270
  border-radius: 0;
271
271
  }
272
- .awsui_header-stuck_14iqq_1t1om_243:not(#\9)::before {
272
+ .awsui_header-stuck_14iqq_eh02f_243:not(#\9)::before {
273
273
  border: 0;
274
274
  }
275
- .awsui_header-stuck_14iqq_1t1om_243:not(#\9):not(.awsui_header-variant-cards_14iqq_1t1om_249) {
275
+ .awsui_header-stuck_14iqq_eh02f_243:not(#\9):not(.awsui_header-variant-cards_14iqq_eh02f_249) {
276
276
  box-shadow: var(--shadow-sticky-embedded-uvh5ry, 0px 2px 0px 0px #e9ebed, 0px 16px 16px -12px rgba(0, 7, 22, 0.1));
277
277
  }
278
- .awsui_header-dynamic-height_14iqq_1t1om_252.awsui_header-stuck_14iqq_1t1om_243:not(#\9) {
278
+ .awsui_header-dynamic-height_14iqq_eh02f_252.awsui_header-stuck_14iqq_eh02f_243:not(#\9) {
279
279
  margin-bottom: calc(var(--font-heading-xl-line-height-qs40h8, 30px) - var(--font-heading-l-line-height-thvd8z, 24px));
280
280
  }
281
- .awsui_header_14iqq_1t1om_222:not(#\9):not(:empty) {
281
+ .awsui_header_14iqq_eh02f_222:not(#\9):not(:empty) {
282
282
  border-bottom: var(--border-container-sticky-width-6asz33, 0px) solid var(--color-border-container-divider-p2uygo, transparent);
283
283
  }
284
- .awsui_header_14iqq_1t1om_222.awsui_with-paddings_14iqq_1t1om_258:not(#\9) {
284
+ .awsui_header_14iqq_eh02f_222.awsui_with-paddings_14iqq_eh02f_258:not(#\9) {
285
285
  padding: var(--space-container-header-top-5qav00, 12px) var(--space-container-horizontal-wfukh3, 20px) var(--space-container-header-bottom-vj01hn, 8px);
286
286
  }
287
- .awsui_header_14iqq_1t1om_222.awsui_with-paddings_14iqq_1t1om_258.awsui_header-variant-cards_14iqq_1t1om_249:not(#\9) {
288
- padding: var(--space-scaled-s-aqzyko, 12px) var(--space-container-horizontal-wfukh3, 20px);
287
+ .awsui_header_14iqq_eh02f_222.awsui_with-paddings_14iqq_eh02f_258.awsui_header-variant-cards_14iqq_eh02f_249:not(#\9) {
288
+ padding: var(--space-container-header-top-5qav00, 12px) var(--space-container-horizontal-wfukh3, 20px);
289
289
  }
290
- .awsui_header_14iqq_1t1om_222.awsui_with-hidden-content_14iqq_1t1om_264:not(#\9) {
290
+ .awsui_header_14iqq_eh02f_222.awsui_with-hidden-content_14iqq_eh02f_264:not(#\9) {
291
291
  border-bottom-left-radius: var(--border-radius-container-wqv1zi, 16px);
292
292
  border-bottom-right-radius: var(--border-radius-container-wqv1zi, 16px);
293
293
  }
294
- .awsui_header-variant-cards_14iqq_1t1om_249:not(#\9) {
294
+ .awsui_header-variant-cards_14iqq_eh02f_249:not(#\9) {
295
295
  border-radius: var(--border-radius-container-wqv1zi, 16px);
296
296
  box-sizing: border-box;
297
297
  }
298
- .awsui_header-variant-cards_14iqq_1t1om_249:not(#\9):not(.awsui_header-sticky-enabled_14iqq_1t1om_237) {
298
+ .awsui_header-variant-cards_14iqq_eh02f_249:not(#\9):not(.awsui_header-sticky-enabled_14iqq_eh02f_237) {
299
299
  position: relative;
300
300
  }
301
- .awsui_header-variant-cards_14iqq_1t1om_249:not(#\9)::before {
301
+ .awsui_header-variant-cards_14iqq_eh02f_249:not(#\9)::before {
302
302
  content: "";
303
303
  position: absolute;
304
304
  left: 0px;
@@ -313,7 +313,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
313
313
  border-radius: var(--border-radius-container-wqv1zi, 16px);
314
314
  z-index: 1;
315
315
  }
316
- .awsui_header-variant-cards_14iqq_1t1om_249:not(#\9)::after {
316
+ .awsui_header-variant-cards_14iqq_eh02f_249:not(#\9)::after {
317
317
  content: "";
318
318
  position: absolute;
319
319
  left: 0px;
@@ -328,19 +328,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
328
328
  mix-blend-mode: multiply;
329
329
  }
330
330
  @media screen and (-ms-high-contrast: active) {
331
- .awsui_header-variant-cards_14iqq_1t1om_249:not(#\9) {
331
+ .awsui_header-variant-cards_14iqq_eh02f_249:not(#\9) {
332
332
  border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
333
333
  }
334
334
  }
335
- .awsui_header-variant-cards_14iqq_1t1om_249.awsui_header-stuck_14iqq_1t1om_243:not(#\9)::after, .awsui_header-variant-cards_14iqq_1t1om_249.awsui_header-stuck_14iqq_1t1om_243:not(#\9)::before {
335
+ .awsui_header-variant-cards_14iqq_eh02f_249.awsui_header-stuck_14iqq_eh02f_243:not(#\9)::after, .awsui_header-variant-cards_14iqq_eh02f_249.awsui_header-stuck_14iqq_eh02f_243:not(#\9)::before {
336
336
  border: 0;
337
337
  border-top-left-radius: 0;
338
338
  border-top-right-radius: 0;
339
339
  }
340
- .awsui_header-variant-full-page_14iqq_1t1om_314.awsui_header-stuck_14iqq_1t1om_243:not(#\9) {
340
+ .awsui_header-variant-full-page_14iqq_eh02f_314.awsui_header-stuck_14iqq_eh02f_243:not(#\9) {
341
341
  box-shadow: none;
342
342
  }
343
- .awsui_header-variant-full-page_14iqq_1t1om_314.awsui_header-stuck_14iqq_1t1om_243:not(#\9)::after {
343
+ .awsui_header-variant-full-page_14iqq_eh02f_314.awsui_header-stuck_14iqq_eh02f_243:not(#\9)::after {
344
344
  content: "";
345
345
  position: absolute;
346
346
  right: 0;
@@ -355,30 +355,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
355
355
  The dynamic height dark header needs a background that will cover
356
356
  the default white background of the container component.
357
357
  */
358
- .awsui_dark-header_14iqq_1t1om_332:not(#\9) {
358
+ .awsui_dark-header_14iqq_eh02f_332:not(#\9) {
359
359
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
360
360
  color: var(--color-text-body-default-2sxhhn, #000716);
361
361
  }
362
362
 
363
- .awsui_content_14iqq_1t1om_189:not(#\9) {
363
+ .awsui_content_14iqq_eh02f_189:not(#\9) {
364
364
  flex: 1;
365
365
  }
366
- .awsui_content-fit-height_14iqq_1t1om_340:not(#\9) {
366
+ .awsui_content-fit-height_14iqq_eh02f_340:not(#\9) {
367
367
  overflow: auto;
368
368
  }
369
- .awsui_content_14iqq_1t1om_189.awsui_with-paddings_14iqq_1t1om_258:not(#\9) {
369
+ .awsui_content_14iqq_eh02f_189.awsui_with-paddings_14iqq_eh02f_258:not(#\9) {
370
370
  padding: var(--space-scaled-l-0hpmd7, 20px) var(--space-container-horizontal-wfukh3, 20px);
371
371
  }
372
- .awsui_header_14iqq_1t1om_222 + .awsui_content_14iqq_1t1om_189.awsui_with-paddings_14iqq_1t1om_258:not(#\9) {
372
+ .awsui_header_14iqq_eh02f_222 + .awsui_content_14iqq_eh02f_189.awsui_with-paddings_14iqq_eh02f_258:not(#\9) {
373
373
  padding-top: var(--space-container-content-top-1ae0r3, 4px);
374
374
  }
375
- .awsui_header_14iqq_1t1om_222 + .awsui_content_14iqq_1t1om_189.awsui_with-paddings_14iqq_1t1om_258.awsui_content-with-media_14iqq_1t1om_349:not(#\9) {
375
+ .awsui_header_14iqq_eh02f_222 + .awsui_content_14iqq_eh02f_189.awsui_with-paddings_14iqq_eh02f_258.awsui_content-with-media_14iqq_eh02f_349:not(#\9) {
376
376
  padding-top: 0;
377
377
  }
378
378
 
379
- .awsui_footer_14iqq_1t1om_353.awsui_with-paddings_14iqq_1t1om_258:not(#\9) {
379
+ .awsui_footer_14iqq_eh02f_353.awsui_with-paddings_14iqq_eh02f_258:not(#\9) {
380
380
  padding: var(--space-scaled-s-aqzyko, 12px) var(--space-container-horizontal-wfukh3, 20px);
381
381
  }
382
- .awsui_footer_14iqq_1t1om_353.awsui_with-divider_14iqq_1t1om_356:not(#\9) {
382
+ .awsui_footer_14iqq_eh02f_353.awsui_with-divider_14iqq_eh02f_356:not(#\9) {
383
383
  border-top: var(--border-divider-section-width-4ax5o2, 2px) solid var(--color-border-divider-default-d3adp9, #e9ebed);
384
384
  }
@@ -2,33 +2,33 @@
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_14iqq_1t1om_97",
6
- "fit-height": "awsui_fit-height_14iqq_1t1om_111",
7
- "with-side-media": "awsui_with-side-media_14iqq_1t1om_116",
8
- "variant-default": "awsui_variant-default_14iqq_1t1om_119",
9
- "variant-stacked": "awsui_variant-stacked_14iqq_1t1om_119",
10
- "sticky-enabled": "awsui_sticky-enabled_14iqq_1t1om_172",
11
- "with-top-media": "awsui_with-top-media_14iqq_1t1om_184",
12
- "content-wrapper": "awsui_content-wrapper_14iqq_1t1om_189",
13
- "content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_1t1om_194",
14
- "media": "awsui_media_14iqq_1t1om_199",
15
- "media-top": "awsui_media-top_14iqq_1t1om_211",
16
- "media-side": "awsui_media-side_14iqq_1t1om_216",
17
- "header": "awsui_header_14iqq_1t1om_222",
18
- "header-with-media": "awsui_header-with-media_14iqq_1t1om_227",
19
- "header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_1t1om_233",
20
- "header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_1t1om_237",
21
- "header-stuck": "awsui_header-stuck_14iqq_1t1om_243",
22
- "header-variant-cards": "awsui_header-variant-cards_14iqq_1t1om_249",
23
- "header-dynamic-height": "awsui_header-dynamic-height_14iqq_1t1om_252",
24
- "with-paddings": "awsui_with-paddings_14iqq_1t1om_258",
25
- "with-hidden-content": "awsui_with-hidden-content_14iqq_1t1om_264",
26
- "header-variant-full-page": "awsui_header-variant-full-page_14iqq_1t1om_314",
27
- "dark-header": "awsui_dark-header_14iqq_1t1om_332",
28
- "content": "awsui_content_14iqq_1t1om_189",
29
- "content-fit-height": "awsui_content-fit-height_14iqq_1t1om_340",
30
- "content-with-media": "awsui_content-with-media_14iqq_1t1om_349",
31
- "footer": "awsui_footer_14iqq_1t1om_353",
32
- "with-divider": "awsui_with-divider_14iqq_1t1om_356"
5
+ "root": "awsui_root_14iqq_eh02f_97",
6
+ "fit-height": "awsui_fit-height_14iqq_eh02f_111",
7
+ "with-side-media": "awsui_with-side-media_14iqq_eh02f_116",
8
+ "variant-default": "awsui_variant-default_14iqq_eh02f_119",
9
+ "variant-stacked": "awsui_variant-stacked_14iqq_eh02f_119",
10
+ "sticky-enabled": "awsui_sticky-enabled_14iqq_eh02f_172",
11
+ "with-top-media": "awsui_with-top-media_14iqq_eh02f_184",
12
+ "content-wrapper": "awsui_content-wrapper_14iqq_eh02f_189",
13
+ "content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_eh02f_194",
14
+ "media": "awsui_media_14iqq_eh02f_199",
15
+ "media-top": "awsui_media-top_14iqq_eh02f_211",
16
+ "media-side": "awsui_media-side_14iqq_eh02f_216",
17
+ "header": "awsui_header_14iqq_eh02f_222",
18
+ "header-with-media": "awsui_header-with-media_14iqq_eh02f_227",
19
+ "header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_eh02f_233",
20
+ "header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_eh02f_237",
21
+ "header-stuck": "awsui_header-stuck_14iqq_eh02f_243",
22
+ "header-variant-cards": "awsui_header-variant-cards_14iqq_eh02f_249",
23
+ "header-dynamic-height": "awsui_header-dynamic-height_14iqq_eh02f_252",
24
+ "with-paddings": "awsui_with-paddings_14iqq_eh02f_258",
25
+ "with-hidden-content": "awsui_with-hidden-content_14iqq_eh02f_264",
26
+ "header-variant-full-page": "awsui_header-variant-full-page_14iqq_eh02f_314",
27
+ "dark-header": "awsui_dark-header_14iqq_eh02f_332",
28
+ "content": "awsui_content_14iqq_eh02f_189",
29
+ "content-fit-height": "awsui_content-fit-height_14iqq_eh02f_340",
30
+ "content-with-media": "awsui_content-with-media_14iqq_eh02f_349",
31
+ "footer": "awsui_footer_14iqq_eh02f_353",
32
+ "with-divider": "awsui_with-divider_14iqq_eh02f_356"
33
33
  };
34
34
 
@@ -1,34 +1,34 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "content-enter": "awsui_content-enter_gwq0h_18mml_97",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_18mml_1",
6
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_18mml_119",
7
- "icon": "awsui_icon_gwq0h_18mml_133",
8
- "root": "awsui_root_gwq0h_18mml_151",
9
- "expand-button": "awsui_expand-button_gwq0h_18mml_168",
10
- "expanded": "awsui_expanded_gwq0h_18mml_175",
11
- "icon-container": "awsui_icon-container_gwq0h_18mml_179",
12
- "icon-container-container": "awsui_icon-container-container_gwq0h_18mml_184",
13
- "wrapper": "awsui_wrapper_gwq0h_18mml_188",
14
- "wrapper-default": "awsui_wrapper-default_gwq0h_18mml_195",
15
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_18mml_195",
16
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_18mml_198",
17
- "wrapper-container": "awsui_wrapper-container_gwq0h_18mml_201",
18
- "header-deprecated": "awsui_header-deprecated_gwq0h_18mml_217",
19
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_18mml_248",
20
- "header": "awsui_header_gwq0h_18mml_217",
21
- "header-wrapper": "awsui_header-wrapper_gwq0h_18mml_255",
22
- "header-button": "awsui_header-button_gwq0h_18mml_265",
23
- "header-container-button": "awsui_header-container-button_gwq0h_18mml_265",
24
- "header-container": "awsui_header-container_gwq0h_18mml_265",
25
- "header-navigation": "awsui_header-navigation_gwq0h_18mml_297",
26
- "header-text": "awsui_header-text_gwq0h_18mml_329",
27
- "content": "awsui_content_gwq0h_18mml_97",
28
- "content-default": "awsui_content-default_gwq0h_18mml_336",
29
- "content-footer": "awsui_content-footer_gwq0h_18mml_339",
30
- "content-expanded": "awsui_content-expanded_gwq0h_18mml_342",
31
- "focusable": "awsui_focusable_gwq0h_18mml_346",
32
- "click-target": "awsui_click-target_gwq0h_18mml_357"
4
+ "content-enter": "awsui_content-enter_gwq0h_xgtm9_97",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_xgtm9_1",
6
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_xgtm9_119",
7
+ "icon": "awsui_icon_gwq0h_xgtm9_133",
8
+ "root": "awsui_root_gwq0h_xgtm9_151",
9
+ "expand-button": "awsui_expand-button_gwq0h_xgtm9_168",
10
+ "expanded": "awsui_expanded_gwq0h_xgtm9_175",
11
+ "icon-container": "awsui_icon-container_gwq0h_xgtm9_179",
12
+ "icon-container-container": "awsui_icon-container-container_gwq0h_xgtm9_184",
13
+ "wrapper": "awsui_wrapper_gwq0h_xgtm9_188",
14
+ "wrapper-default": "awsui_wrapper-default_gwq0h_xgtm9_195",
15
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_xgtm9_195",
16
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_xgtm9_198",
17
+ "wrapper-container": "awsui_wrapper-container_gwq0h_xgtm9_201",
18
+ "header-deprecated": "awsui_header-deprecated_gwq0h_xgtm9_217",
19
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_xgtm9_239",
20
+ "header": "awsui_header_gwq0h_xgtm9_217",
21
+ "header-wrapper": "awsui_header-wrapper_gwq0h_xgtm9_258",
22
+ "header-button": "awsui_header-button_gwq0h_xgtm9_268",
23
+ "header-container-button": "awsui_header-container-button_gwq0h_xgtm9_268",
24
+ "header-container": "awsui_header-container_gwq0h_xgtm9_268",
25
+ "header-navigation": "awsui_header-navigation_gwq0h_xgtm9_300",
26
+ "header-text": "awsui_header-text_gwq0h_xgtm9_332",
27
+ "content": "awsui_content_gwq0h_xgtm9_97",
28
+ "content-default": "awsui_content-default_gwq0h_xgtm9_339",
29
+ "content-footer": "awsui_content-footer_gwq0h_xgtm9_342",
30
+ "content-expanded": "awsui_content-expanded_gwq0h_xgtm9_345",
31
+ "focusable": "awsui_focusable_gwq0h_xgtm9_349",
32
+ "click-target": "awsui_click-target_gwq0h_xgtm9_360"
33
33
  };
34
34