@cloudscape-design/components 3.0.305 → 3.0.307

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 (72) hide show
  1. package/alert/internal.d.ts.map +1 -1
  2. package/alert/internal.js +5 -1
  3. package/alert/internal.js.map +1 -1
  4. package/breadcrumb-group/item/item.d.ts.map +1 -1
  5. package/breadcrumb-group/item/item.js +7 -5
  6. package/breadcrumb-group/item/item.js.map +1 -1
  7. package/column-layout/flexible-column-layout/index.d.ts +9 -0
  8. package/column-layout/flexible-column-layout/index.d.ts.map +1 -0
  9. package/column-layout/flexible-column-layout/index.js +33 -0
  10. package/column-layout/flexible-column-layout/index.js.map +1 -0
  11. package/column-layout/flexible-column-layout/styles.css.js +10 -0
  12. package/column-layout/flexible-column-layout/styles.scoped.css +24 -0
  13. package/column-layout/flexible-column-layout/styles.selectors.js +11 -0
  14. package/column-layout/grid-column-layout.d.ts +10 -0
  15. package/column-layout/grid-column-layout.d.ts.map +1 -0
  16. package/column-layout/grid-column-layout.js +32 -0
  17. package/column-layout/grid-column-layout.js.map +1 -0
  18. package/column-layout/index.d.ts.map +1 -1
  19. package/column-layout/index.js +2 -4
  20. package/column-layout/index.js.map +1 -1
  21. package/column-layout/interfaces.d.ts +11 -0
  22. package/column-layout/interfaces.d.ts.map +1 -1
  23. package/column-layout/interfaces.js.map +1 -1
  24. package/column-layout/internal.d.ts +2 -3
  25. package/column-layout/internal.d.ts.map +1 -1
  26. package/column-layout/internal.js +6 -27
  27. package/column-layout/internal.js.map +1 -1
  28. package/expandable-section/expandable-section-header.d.ts +4 -1
  29. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  30. package/expandable-section/expandable-section-header.js +19 -10
  31. package/expandable-section/expandable-section-header.js.map +1 -1
  32. package/expandable-section/interfaces.d.ts +11 -3
  33. package/expandable-section/interfaces.d.ts.map +1 -1
  34. package/expandable-section/interfaces.js.map +1 -1
  35. package/expandable-section/internal.d.ts +1 -1
  36. package/expandable-section/internal.d.ts.map +1 -1
  37. package/expandable-section/internal.js +2 -2
  38. package/expandable-section/internal.js.map +1 -1
  39. package/expandable-section/styles.css.js +26 -24
  40. package/expandable-section/styles.scoped.css +50 -58
  41. package/expandable-section/styles.selectors.js +26 -24
  42. package/flashbar/flash.d.ts.map +1 -1
  43. package/flashbar/flash.js +6 -2
  44. package/flashbar/flash.js.map +1 -1
  45. package/form-field/internal.d.ts.map +1 -1
  46. package/form-field/internal.js +8 -10
  47. package/form-field/internal.js.map +1 -1
  48. package/header/internal.d.ts.map +1 -1
  49. package/header/internal.js +2 -1
  50. package/header/internal.js.map +1 -1
  51. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  52. package/internal/analytics/components/analytics-funnel.js +3 -2
  53. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  54. package/internal/analytics/hooks/use-funnel.d.ts +1 -1
  55. package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  56. package/internal/analytics/hooks/use-funnel.js +5 -5
  57. package/internal/analytics/hooks/use-funnel.js.map +1 -1
  58. package/internal/analytics/interfaces.d.ts +2 -2
  59. package/internal/analytics/interfaces.d.ts.map +1 -1
  60. package/internal/analytics/interfaces.js.map +1 -1
  61. package/internal/analytics/selectors.d.ts +15 -1
  62. package/internal/analytics/selectors.d.ts.map +1 -1
  63. package/internal/analytics/selectors.js +19 -5
  64. package/internal/analytics/selectors.js.map +1 -1
  65. package/internal/environment.js +1 -1
  66. package/internal/manifest.json +1 -1
  67. package/link/internal.js +4 -4
  68. package/link/internal.js.map +1 -1
  69. package/package.json +1 -1
  70. package/split-panel/styles.css.js +59 -59
  71. package/split-panel/styles.scoped.css +83 -81
  72. package/split-panel/styles.selectors.js +59 -59
@@ -186,31 +186,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
187
187
  SPDX-License-Identifier: Apache-2.0
188
188
  */
189
- .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189:not(#\9) {
189
+ .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189:not(#\9) {
190
190
  transition-duration: var(--motion-duration-refresh-only-fast-q2mprk, 115ms);
191
191
  transition-property: none;
192
192
  }
193
193
  @media (prefers-reduced-motion: reduce) {
194
- .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189:not(#\9) {
194
+ .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189:not(#\9) {
195
195
  animation: none;
196
196
  transition: none;
197
197
  }
198
198
  }
199
- .awsui-motion-disabled .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189:not(#\9) {
199
+ .awsui-motion-disabled .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189:not(#\9) {
200
200
  animation: none;
201
201
  transition: none;
202
202
  }
203
- .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189.awsui_animating_1r9lg_o5urr_203:not(#\9) {
203
+ .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189.awsui_animating_1r9lg_98j8j_203:not(#\9) {
204
204
  transition-property: transform;
205
205
  transition-timing-function: var(--motion-easing-refresh-only-a-6ywz7k, cubic-bezier(0, 0, 0, 1));
206
206
  }
207
207
  @media (prefers-reduced-motion: reduce) {
208
- .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189.awsui_animating_1r9lg_o5urr_203:not(#\9) {
208
+ .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189.awsui_animating_1r9lg_98j8j_203:not(#\9) {
209
209
  animation: none;
210
210
  transition: none;
211
211
  }
212
212
  }
213
- .awsui-motion-disabled .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189.awsui_animating_1r9lg_o5urr_203:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_o5urr_189.awsui_refresh_1r9lg_o5urr_189.awsui_animating_1r9lg_o5urr_203:not(#\9) {
213
+ .awsui-motion-disabled .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189.awsui_animating_1r9lg_98j8j_203:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_98j8j_189.awsui_refresh_1r9lg_98j8j_189.awsui_animating_1r9lg_98j8j_203:not(#\9) {
214
214
  animation: none;
215
215
  transition: none;
216
216
  }
@@ -223,88 +223,88 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
223
223
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
224
224
  SPDX-License-Identifier: Apache-2.0
225
225
  */
226
- .awsui_preference-icon--layout-border_1r9lg_o5urr_226:not(#\9) {
226
+ .awsui_preference-icon--layout-border_1r9lg_98j8j_226:not(#\9) {
227
227
  stroke: var(--color-background-home-header-qnhw1k, #000716);
228
228
  fill: var(--color-background-container-content-og3y0v, #ffffff);
229
229
  }
230
- .awsui_preference-icon--layout-background_1r9lg_o5urr_230:not(#\9) {
230
+ .awsui_preference-icon--layout-background_1r9lg_98j8j_230:not(#\9) {
231
231
  fill: var(--color-background-layout-main-m49752, #ffffff);
232
232
  }
233
- .awsui_preference-icon--layout-header_1r9lg_o5urr_233:not(#\9) {
233
+ .awsui_preference-icon--layout-header_1r9lg_98j8j_233:not(#\9) {
234
234
  fill: var(--color-background-home-header-qnhw1k, #000716);
235
235
  }
236
- .awsui_preference-icon--border_1r9lg_o5urr_236:not(#\9) {
236
+ .awsui_preference-icon--border_1r9lg_98j8j_236:not(#\9) {
237
237
  stroke: var(--color-text-group-label-qtmgp9, #414d5c);
238
238
  fill: var(--color-background-container-content-og3y0v, #ffffff);
239
239
  }
240
- .awsui_preference-icon--primary-button_1r9lg_o5urr_240:not(#\9) {
240
+ .awsui_preference-icon--primary-button_1r9lg_98j8j_240:not(#\9) {
241
241
  fill: var(--color-background-button-primary-default-lxnvg2, #0972d3);
242
242
  }
243
- .awsui_preference-icon--secondary_1r9lg_o5urr_243:not(#\9) {
243
+ .awsui_preference-icon--secondary_1r9lg_98j8j_243:not(#\9) {
244
244
  fill: var(--color-text-group-label-qtmgp9, #414d5c);
245
245
  }
246
- .awsui_preference-icon--disabled-element_1r9lg_o5urr_246:not(#\9) {
246
+ .awsui_preference-icon--disabled-element_1r9lg_98j8j_246:not(#\9) {
247
247
  fill: var(--color-background-control-disabled-u2n10f, #d1d5db);
248
248
  }
249
- .awsui_preference-icon--separator_1r9lg_o5urr_249:not(#\9) {
249
+ .awsui_preference-icon--separator_1r9lg_98j8j_249:not(#\9) {
250
250
  stroke: var(--color-background-control-disabled-u2n10f, #d1d5db);
251
251
  }
252
- .awsui_preference-icon--focus-text_1r9lg_o5urr_252:not(#\9) {
252
+ .awsui_preference-icon--focus-text_1r9lg_98j8j_252:not(#\9) {
253
253
  fill: var(--color-text-interactive-default-2sml2m, #414d5c);
254
254
  }
255
255
 
256
- .awsui_preference-icon-refresh--layout-top_1r9lg_o5urr_256:not(#\9) {
256
+ .awsui_preference-icon-refresh--layout-top_1r9lg_98j8j_256:not(#\9) {
257
257
  fill: var(--color-background-button-primary-disabled-mp3gf0, #e9ebed);
258
258
  }
259
- .awsui_preference-icon-refresh--layout-main_1r9lg_o5urr_259:not(#\9) {
259
+ .awsui_preference-icon-refresh--layout-main_1r9lg_98j8j_259:not(#\9) {
260
260
  fill: var(--color-background-layout-main-m49752, #ffffff);
261
261
  }
262
- .awsui_preference-icon-refresh--primary_1r9lg_o5urr_262:not(#\9) {
262
+ .awsui_preference-icon-refresh--primary_1r9lg_98j8j_262:not(#\9) {
263
263
  fill: var(--color-background-button-primary-default-lxnvg2, #0972d3);
264
264
  }
265
- .awsui_preference-icon-refresh--disabled_1r9lg_o5urr_265:not(#\9) {
265
+ .awsui_preference-icon-refresh--disabled_1r9lg_98j8j_265:not(#\9) {
266
266
  fill: var(--color-background-control-disabled-u2n10f, #d1d5db);
267
267
  }
268
- .awsui_preference-icon-refresh--column-header_1r9lg_o5urr_268:not(#\9) {
268
+ .awsui_preference-icon-refresh--column-header_1r9lg_98j8j_268:not(#\9) {
269
269
  fill: var(--color-text-input-disabled-dmotcr, #9ba7b6);
270
270
  }
271
- .awsui_preference-icon-refresh--window_1r9lg_o5urr_271:not(#\9) {
271
+ .awsui_preference-icon-refresh--window_1r9lg_98j8j_271:not(#\9) {
272
272
  stroke: var(--color-background-home-header-qnhw1k, #000716);
273
273
  fill: var(--color-background-container-content-og3y0v, #ffffff);
274
274
  }
275
- .awsui_preference-icon-refresh--secondary_1r9lg_o5urr_275:not(#\9) {
275
+ .awsui_preference-icon-refresh--secondary_1r9lg_98j8j_275:not(#\9) {
276
276
  fill: var(--color-text-body-secondary-he5d85, #414d5c);
277
277
  }
278
- .awsui_preference-icon-refresh--default_1r9lg_o5urr_278:not(#\9) {
278
+ .awsui_preference-icon-refresh--default_1r9lg_98j8j_278:not(#\9) {
279
279
  fill: var(--color-text-body-default-mmvcvg, #000716);
280
280
  }
281
- .awsui_preference-icon-refresh--separator_1r9lg_o5urr_281:not(#\9) {
281
+ .awsui_preference-icon-refresh--separator_1r9lg_98j8j_281:not(#\9) {
282
282
  stroke: var(--color-border-divider-default-9o8zql, #e9ebed);
283
283
  }
284
- .awsui_preference-icon-refresh--input-default_1r9lg_o5urr_284:not(#\9) {
284
+ .awsui_preference-icon-refresh--input-default_1r9lg_98j8j_284:not(#\9) {
285
285
  fill: var(--color-border-input-default-zb6g42, #7d8998);
286
286
  }
287
- .awsui_preference-icon-refresh--heading_1r9lg_o5urr_287:not(#\9) {
287
+ .awsui_preference-icon-refresh--heading_1r9lg_98j8j_287:not(#\9) {
288
288
  fill: var(--color-text-heading-default-18iw0k, #000716);
289
289
  }
290
290
 
291
291
  /* stylelint-disable selector-combinator-disallowed-list, selector-max-type, selector-max-universal */
292
- .awsui_resize-active_1r9lg_o5urr_292 *:not(#\9) {
292
+ .awsui_resize-active_1r9lg_98j8j_292 *:not(#\9) {
293
293
  -webkit-user-select: none;
294
294
  user-select: none;
295
295
  }
296
- .awsui_resize-active_1r9lg_o5urr_292 iframe:not(#\9) {
296
+ .awsui_resize-active_1r9lg_98j8j_292 iframe:not(#\9) {
297
297
  pointer-events: none;
298
298
  }
299
- .awsui_resize-side_1r9lg_o5urr_298 *:not(#\9) {
299
+ .awsui_resize-side_1r9lg_98j8j_298 *:not(#\9) {
300
300
  cursor: ew-resize;
301
301
  }
302
- .awsui_resize-bottom_1r9lg_o5urr_301 *:not(#\9) {
302
+ .awsui_resize-bottom_1r9lg_98j8j_301 *:not(#\9) {
303
303
  cursor: ns-resize;
304
304
  }
305
305
 
306
306
  /* stylelint-enable */
307
- .awsui_root_1r9lg_o5urr_306:not(#\9) {
307
+ .awsui_root_1r9lg_98j8j_306:not(#\9) {
308
308
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
309
309
  border-collapse: separate;
310
310
  border-spacing: 0;
@@ -343,47 +343,47 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
343
343
  -moz-osx-font-smoothing: auto;
344
344
  }
345
345
 
346
- .awsui_preferences-button_1r9lg_o5urr_319:not(#\9) {
346
+ .awsui_preferences-button_1r9lg_98j8j_319:not(#\9) {
347
347
  /* used in test-utils */
348
348
  }
349
349
 
350
- .awsui_close-button_1r9lg_o5urr_323:not(#\9) {
350
+ .awsui_close-button_1r9lg_98j8j_323:not(#\9) {
351
351
  /* used in test-utils */
352
352
  }
353
353
 
354
- .awsui_drawer_1r9lg_o5urr_189:not(#\9) {
354
+ .awsui_drawer_1r9lg_98j8j_189:not(#\9) {
355
355
  flex-shrink: 0;
356
356
  position: relative;
357
357
  word-wrap: break-word;
358
358
  background-color: var(--color-background-layout-panel-content-6tvac7, #ffffff);
359
359
  z-index: 840;
360
360
  }
361
- .awsui_drawer-closed_1r9lg_o5urr_334:not(#\9) {
361
+ .awsui_drawer-closed_1r9lg_98j8j_334:not(#\9) {
362
362
  cursor: pointer;
363
363
  min-width: 40px;
364
364
  }
365
365
 
366
- .awsui_drawer-content-side_1r9lg_o5urr_339:not(#\9) {
366
+ .awsui_drawer-content-side_1r9lg_98j8j_339:not(#\9) {
367
367
  display: flex;
368
368
  align-items: center;
369
369
  height: 100%;
370
370
  overflow: auto;
371
371
  }
372
- .awsui_drawer-closed_1r9lg_o5urr_334 > .awsui_drawer-content-side_1r9lg_o5urr_339:not(#\9) {
372
+ .awsui_drawer-closed_1r9lg_98j8j_334 > .awsui_drawer-content-side_1r9lg_98j8j_339:not(#\9) {
373
373
  width: 40px;
374
374
  }
375
- .awsui_drawer-closed_1r9lg_o5urr_334 > .awsui_drawer-content-side_1r9lg_o5urr_339:not(#\9):hover {
375
+ .awsui_drawer-closed_1r9lg_98j8j_334 > .awsui_drawer-content-side_1r9lg_98j8j_339:not(#\9):hover {
376
376
  background: var(--color-background-layout-panel-hover-4hingm, #e9ebed);
377
377
  }
378
- .awsui_drawer-content-side_1r9lg_o5urr_339.awsui_refresh_1r9lg_o5urr_189:not(#\9) {
378
+ .awsui_drawer-content-side_1r9lg_98j8j_339.awsui_refresh_1r9lg_98j8j_189:not(#\9) {
379
379
  border-right: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-panel-side-imbwg9, #e9ebed);
380
380
  box-sizing: border-box;
381
381
  }
382
- .awsui_drawer-content-side_1r9lg_o5urr_339 > [aria-hidden=true]:not(#\9) {
382
+ .awsui_drawer-content-side_1r9lg_98j8j_339 > [aria-hidden=true]:not(#\9) {
383
383
  display: none;
384
384
  }
385
385
 
386
- :not(#\9):not(.awsui_drawer-closed_1r9lg_o5urr_334) > .awsui_drawer-content-bottom_1r9lg_o5urr_359 {
386
+ :not(#\9):not(.awsui_drawer-closed_1r9lg_98j8j_334) > .awsui_drawer-content-bottom_1r9lg_98j8j_359 {
387
387
  overflow-y: auto;
388
388
  position: absolute;
389
389
  top: 0;
@@ -392,7 +392,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
392
392
  bottom: 0;
393
393
  }
394
394
 
395
- .awsui_position-bottom_1r9lg_o5urr_368:not(#\9) {
395
+ .awsui_position-bottom_1r9lg_98j8j_368:not(#\9) {
396
396
  position: fixed;
397
397
  overflow-y: auto;
398
398
  border-left: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-panel-bottom-b9txih, #e9ebed);
@@ -403,46 +403,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
403
403
  SplitPanel is no longer in fixed position in the DOM.
404
404
  */
405
405
  }
406
- .awsui_position-bottom_1r9lg_o5urr_368:not(#\9):not(.awsui_refresh_1r9lg_o5urr_189) {
406
+ .awsui_position-bottom_1r9lg_98j8j_368:not(#\9):not(.awsui_refresh_1r9lg_98j8j_189) {
407
407
  box-shadow: var(--shadow-split-bottom-ijqtlb, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
408
408
  }
409
- .awsui_position-bottom_1r9lg_o5urr_368.awsui_drawer-closed_1r9lg_o5urr_334:not(#\9) {
409
+ .awsui_position-bottom_1r9lg_98j8j_368.awsui_drawer-closed_1r9lg_98j8j_334:not(#\9) {
410
410
  overflow: hidden;
411
411
  }
412
- .awsui_position-bottom_1r9lg_o5urr_368.awsui_drawer-closed_1r9lg_o5urr_334:not(#\9):hover {
412
+ .awsui_position-bottom_1r9lg_98j8j_368.awsui_drawer-closed_1r9lg_98j8j_334:not(#\9):hover {
413
413
  background: var(--color-background-layout-panel-hover-4hingm, #e9ebed);
414
414
  }
415
- .awsui_position-bottom_1r9lg_o5urr_368 > .awsui_drawer-content-bottom_1r9lg_o5urr_359 > [aria-hidden=true]:not(#\9) {
415
+ .awsui_position-bottom_1r9lg_98j8j_368 > .awsui_drawer-content-bottom_1r9lg_98j8j_359 > [aria-hidden=true]:not(#\9) {
416
416
  display: none;
417
417
  }
418
- .awsui_position-bottom_1r9lg_o5urr_368.awsui_refresh_1r9lg_o5urr_189:not(#\9) {
418
+ .awsui_position-bottom_1r9lg_98j8j_368.awsui_refresh_1r9lg_98j8j_189:not(#\9) {
419
419
  position: relative;
420
420
  }
421
421
 
422
- .awsui_position-side_1r9lg_o5urr_395:not(#\9) {
422
+ .awsui_position-side_1r9lg_98j8j_395:not(#\9) {
423
423
  border-top: none;
424
424
  box-shadow: var(--shadow-split-side-y9t0a2, -1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.1));
425
425
  height: 100%;
426
426
  }
427
427
 
428
- .awsui_slider_1r9lg_o5urr_401:not(#\9) {
428
+ .awsui_slider_1r9lg_98j8j_401:not(#\9) {
429
429
  padding: 0;
430
430
  cursor: ns-resize;
431
431
  margin: 2px 0 0 0;
432
432
  height: 16px;
433
433
  touch-action: none;
434
434
  }
435
- .awsui_slider_1r9lg_o5urr_401:not(#\9):focus {
435
+ .awsui_slider_1r9lg_98j8j_401:not(#\9):focus {
436
436
  outline: none;
437
437
  }
438
- body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus {
438
+ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus {
439
439
  position: relative;
440
440
  }
441
- body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus {
441
+ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus {
442
442
  outline: 2px dotted transparent;
443
443
  outline-offset: calc(0px - 1px);
444
444
  }
445
- body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus::before {
445
+ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus::before {
446
446
  content: " ";
447
447
  display: block;
448
448
  position: absolute;
@@ -454,12 +454,12 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
454
454
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
455
455
  }
456
456
 
457
- .awsui_slider-side_1r9lg_o5urr_430:not(#\9) {
457
+ .awsui_slider-side_1r9lg_98j8j_430:not(#\9) {
458
458
  cursor: ew-resize;
459
459
  margin: 0 0 0 2px;
460
460
  }
461
461
 
462
- .awsui_slider-wrapper-bottom_1r9lg_o5urr_435:not(#\9) {
462
+ .awsui_slider-wrapper-bottom_1r9lg_98j8j_435:not(#\9) {
463
463
  position: absolute;
464
464
  top: 0;
465
465
  left: 0;
@@ -470,7 +470,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
470
470
  z-index: 2;
471
471
  }
472
472
 
473
- .awsui_slider-wrapper-side_1r9lg_o5urr_446:not(#\9) {
473
+ .awsui_slider-wrapper-side_1r9lg_98j8j_446:not(#\9) {
474
474
  position: absolute;
475
475
  left: 0;
476
476
  top: 0;
@@ -481,31 +481,31 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
481
481
  z-index: 1;
482
482
  }
483
483
 
484
- .awsui_open-button_1r9lg_o5urr_457:not(#\9) {
484
+ .awsui_open-button_1r9lg_98j8j_457:not(#\9) {
485
485
  /* used in test-utils */
486
486
  }
487
487
 
488
- .awsui_open-button-side_1r9lg_o5urr_461:not(#\9) {
488
+ .awsui_open-button-side_1r9lg_98j8j_461:not(#\9) {
489
489
  flex: 0 0 auto;
490
490
  align-self: flex-start;
491
491
  box-sizing: border-box;
492
492
  margin: var(--space-xxs-ja5cp8, 4px) auto 0;
493
493
  }
494
494
 
495
- .awsui_slider-icon_1r9lg_o5urr_468:not(#\9) {
495
+ .awsui_slider-icon_1r9lg_98j8j_468:not(#\9) {
496
496
  stroke: var(--color-text-interactive-default-2sml2m, #414d5c);
497
497
  }
498
- .awsui_slider-icon_1r9lg_o5urr_468:not(#\9):hover {
498
+ .awsui_slider-icon_1r9lg_98j8j_468:not(#\9):hover {
499
499
  stroke: var(--color-text-interactive-hover-8bpozs, #000716);
500
500
  }
501
- .awsui_slider-icon-bottom_1r9lg_o5urr_474:not(#\9) {
501
+ .awsui_slider-icon-bottom_1r9lg_98j8j_474:not(#\9) {
502
502
  margin: auto;
503
503
  }
504
- .awsui_slider-icon-side_1r9lg_o5urr_477:not(#\9) {
504
+ .awsui_slider-icon-side_1r9lg_98j8j_477:not(#\9) {
505
505
  transform: rotate(90deg);
506
506
  }
507
507
 
508
- .awsui_pane-header-wrapper-bottom_1r9lg_o5urr_481:not(#\9) {
508
+ .awsui_pane-header-wrapper-bottom_1r9lg_98j8j_481:not(#\9) {
509
509
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
510
510
  position: sticky;
511
511
  top: 0;
@@ -515,47 +515,49 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
515
515
  z-index: 1;
516
516
  padding: 0 var(--space-scaled-2x-xxxl-qc7pg7, 40px);
517
517
  }
518
- .awsui_drawer-mobile_1r9lg_o5urr_491 > .awsui_drawer-content-bottom_1r9lg_o5urr_359 > .awsui_pane-header-wrapper-bottom_1r9lg_o5urr_481:not(#\9) {
518
+ .awsui_drawer-mobile_1r9lg_98j8j_491 > .awsui_drawer-content-bottom_1r9lg_98j8j_359 > .awsui_pane-header-wrapper-bottom_1r9lg_98j8j_481:not(#\9) {
519
519
  padding: 0 var(--space-l-f4l5gr, 20px);
520
520
  }
521
- .awsui_drawer-disable-content-paddings_1r9lg_o5urr_494 > .awsui_drawer-content-bottom_1r9lg_o5urr_359 > .awsui_pane-header-wrapper-bottom_1r9lg_o5urr_481:not(#\9) {
521
+ .awsui_drawer-disable-content-paddings_1r9lg_98j8j_494 > .awsui_drawer-content-bottom_1r9lg_98j8j_359 > .awsui_pane-header-wrapper-bottom_1r9lg_98j8j_481:not(#\9) {
522
522
  padding: 0 var(--space-l-f4l5gr, 20px);
523
523
  }
524
- :not(#\9):not(.awsui_drawer-closed_1r9lg_o5urr_334) > .awsui_drawer-content-bottom_1r9lg_o5urr_359 > .awsui_pane-header-wrapper-bottom_1r9lg_o5urr_481 {
524
+ :not(#\9):not(.awsui_drawer-closed_1r9lg_98j8j_334) > .awsui_drawer-content-bottom_1r9lg_98j8j_359 > .awsui_pane-header-wrapper-bottom_1r9lg_98j8j_481 {
525
525
  background-color: var(--color-background-layout-panel-content-6tvac7, #ffffff);
526
526
  border-bottom: var(--border-panel-header-width-mb8f46, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
527
527
  }
528
528
 
529
- .awsui_content-bottom_1r9lg_o5urr_502:not(#\9) {
529
+ .awsui_content-bottom_1r9lg_98j8j_502:not(#\9) {
530
530
  padding: 0 var(--space-scaled-2x-xxxl-qc7pg7, 40px);
531
531
  margin-top: var(--space-panel-split-top-yyup9h, 20px);
532
+ position: relative;
533
+ z-index: 0;
532
534
  }
533
- .awsui_drawer-mobile_1r9lg_o5urr_491 > .awsui_drawer-content-bottom_1r9lg_o5urr_359 > .awsui_content-bottom_1r9lg_o5urr_502:not(#\9) {
535
+ .awsui_drawer-mobile_1r9lg_98j8j_491 > .awsui_drawer-content-bottom_1r9lg_98j8j_359 > .awsui_content-bottom_1r9lg_98j8j_502:not(#\9) {
534
536
  padding: 0 var(--space-l-f4l5gr, 20px);
535
537
  }
536
- .awsui_drawer-disable-content-paddings_1r9lg_o5urr_494 > .awsui_drawer-content-bottom_1r9lg_o5urr_359 > .awsui_content-bottom_1r9lg_o5urr_502:not(#\9) {
538
+ .awsui_drawer-disable-content-paddings_1r9lg_98j8j_494 > .awsui_drawer-content-bottom_1r9lg_98j8j_359 > .awsui_content-bottom_1r9lg_98j8j_502:not(#\9) {
537
539
  padding: 0;
538
540
  }
539
541
 
540
- .awsui_pane-bottom-center-align_1r9lg_o5urr_513:not(#\9) {
542
+ .awsui_pane-bottom-center-align_1r9lg_98j8j_515:not(#\9) {
541
543
  display: flex;
542
544
  justify-content: center;
543
545
  }
544
546
 
545
- .awsui_pane-bottom-content-nav-padding_1r9lg_o5urr_518:not(#\9) {
547
+ .awsui_pane-bottom-content-nav-padding_1r9lg_98j8j_520:not(#\9) {
546
548
  padding-left: calc(var(--space-layout-toggle-diameter-i4mha3, 40px) + 2 * var(--space-layout-toggle-padding-dhzjwp, 20px));
547
549
  }
548
550
 
549
- .awsui_pane-bottom-content-tools-padding_1r9lg_o5urr_522:not(#\9) {
551
+ .awsui_pane-bottom-content-tools-padding_1r9lg_98j8j_524:not(#\9) {
550
552
  padding-right: calc(var(--space-layout-toggle-diameter-i4mha3, 40px) + 2 * var(--space-layout-toggle-padding-dhzjwp, 20px));
551
553
  }
552
554
 
553
- .awsui_content-bottom-max-width_1r9lg_o5urr_526:not(#\9) {
555
+ .awsui_content-bottom-max-width_1r9lg_98j8j_528:not(#\9) {
554
556
  flex-grow: 1;
555
557
  max-width: 100%;
556
558
  }
557
559
 
558
- .awsui_content-side_1r9lg_o5urr_531:not(#\9) {
560
+ .awsui_content-side_1r9lg_98j8j_533:not(#\9) {
559
561
  flex: auto;
560
562
  align-self: flex-start;
561
563
  box-sizing: border-box;
@@ -566,15 +568,15 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
566
568
  right: 0;
567
569
  height: 100%;
568
570
  }
569
- .awsui_content-side_1r9lg_o5urr_531 > .awsui_pane-header-wrapper-side_1r9lg_o5urr_542:not(#\9) {
571
+ .awsui_content-side_1r9lg_98j8j_533 > .awsui_pane-header-wrapper-side_1r9lg_98j8j_544:not(#\9) {
570
572
  padding: 0 var(--space-m-h2th94, 16px) 0 var(--space-panel-side-left-ob0rxs, 28px);
571
573
  }
572
- .awsui_content-side_1r9lg_o5urr_531 > .awsui_pane-content-wrapper-side_1r9lg_o5urr_545:not(#\9) {
574
+ .awsui_content-side_1r9lg_98j8j_533 > .awsui_pane-content-wrapper-side_1r9lg_98j8j_547:not(#\9) {
573
575
  padding: 0 var(--space-panel-side-right-zzgkuy, 24px) 0 var(--space-panel-side-left-ob0rxs, 28px);
574
576
  margin-top: var(--space-panel-split-top-yyup9h, 20px);
575
577
  }
576
578
 
577
- .awsui_header_1r9lg_o5urr_550:not(#\9) {
579
+ .awsui_header_1r9lg_98j8j_552:not(#\9) {
578
580
  display: flex;
579
581
  flex: auto;
580
582
  flex-direction: row;
@@ -583,7 +585,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
583
585
  width: 100%;
584
586
  margin: var(--space-scaled-m-gxhdpl, 16px) 0 var(--space-m-h2th94, 16px) 0;
585
587
  }
586
- .awsui_header-text_1r9lg_o5urr_559:not(#\9) {
588
+ .awsui_header-text_1r9lg_98j8j_561:not(#\9) {
587
589
  font-size: var(--font-panel-header-size-x8jazn, 20px);
588
590
  line-height: var(--font-panel-header-line-height-mz6j6r, 24px);
589
591
  font-weight: var(--font-heading-l-weight-cxmpnm, 800);
@@ -593,13 +595,13 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
593
595
  margin: 0;
594
596
  }
595
597
 
596
- .awsui_header-divider_1r9lg_o5urr_569:not(#\9) {
598
+ .awsui_header-divider_1r9lg_98j8j_571:not(#\9) {
597
599
  border: none;
598
600
  border-top: var(--border-panel-header-width-mb8f46, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
599
601
  margin-top: calc(-1 * var(--border-panel-header-width-mb8f46, 2px));
600
602
  }
601
603
 
602
- .awsui_header-actions_1r9lg_o5urr_575:not(#\9) {
604
+ .awsui_header-actions_1r9lg_98j8j_577:not(#\9) {
603
605
  display: flex;
604
606
  flex-direction: row;
605
607
  justify-content: space-between;
@@ -607,7 +609,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_o5urr_401:not(#\9):focus
607
609
  margin-left: var(--space-xs-edba2s, 8px);
608
610
  }
609
611
 
610
- .awsui_divider_1r9lg_o5urr_583:not(#\9) {
612
+ .awsui_divider_1r9lg_98j8j_585:not(#\9) {
611
613
  border-right: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
612
614
  margin: var(--space-scaled-xxs-t2t62i, 4px) var(--space-scaled-xs-wbfgrv, 8px);
613
615
  }
@@ -2,64 +2,64 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "drawer": "awsui_drawer_1r9lg_o5urr_189",
6
- "refresh": "awsui_refresh_1r9lg_o5urr_189",
7
- "animating": "awsui_animating_1r9lg_o5urr_203",
8
- "preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_o5urr_226",
9
- "preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_o5urr_230",
10
- "preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_o5urr_233",
11
- "preference-icon--border": "awsui_preference-icon--border_1r9lg_o5urr_236",
12
- "preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_o5urr_240",
13
- "preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_o5urr_243",
14
- "preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_o5urr_246",
15
- "preference-icon--separator": "awsui_preference-icon--separator_1r9lg_o5urr_249",
16
- "preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_o5urr_252",
17
- "preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_o5urr_256",
18
- "preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_o5urr_259",
19
- "preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_o5urr_262",
20
- "preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_o5urr_265",
21
- "preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_o5urr_268",
22
- "preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_o5urr_271",
23
- "preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_o5urr_275",
24
- "preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_o5urr_278",
25
- "preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_o5urr_281",
26
- "preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_o5urr_284",
27
- "preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_o5urr_287",
28
- "resize-active": "awsui_resize-active_1r9lg_o5urr_292",
29
- "resize-side": "awsui_resize-side_1r9lg_o5urr_298",
30
- "resize-bottom": "awsui_resize-bottom_1r9lg_o5urr_301",
31
- "root": "awsui_root_1r9lg_o5urr_306",
32
- "preferences-button": "awsui_preferences-button_1r9lg_o5urr_319",
33
- "close-button": "awsui_close-button_1r9lg_o5urr_323",
34
- "drawer-closed": "awsui_drawer-closed_1r9lg_o5urr_334",
35
- "drawer-content-side": "awsui_drawer-content-side_1r9lg_o5urr_339",
36
- "drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_o5urr_359",
37
- "position-bottom": "awsui_position-bottom_1r9lg_o5urr_368",
38
- "position-side": "awsui_position-side_1r9lg_o5urr_395",
39
- "slider": "awsui_slider_1r9lg_o5urr_401",
40
- "slider-side": "awsui_slider-side_1r9lg_o5urr_430",
41
- "slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_o5urr_435",
42
- "slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_o5urr_446",
43
- "open-button": "awsui_open-button_1r9lg_o5urr_457",
44
- "open-button-side": "awsui_open-button-side_1r9lg_o5urr_461",
45
- "slider-icon": "awsui_slider-icon_1r9lg_o5urr_468",
46
- "slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_o5urr_474",
47
- "slider-icon-side": "awsui_slider-icon-side_1r9lg_o5urr_477",
48
- "pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_o5urr_481",
49
- "drawer-mobile": "awsui_drawer-mobile_1r9lg_o5urr_491",
50
- "drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_o5urr_494",
51
- "content-bottom": "awsui_content-bottom_1r9lg_o5urr_502",
52
- "pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_o5urr_513",
53
- "pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_o5urr_518",
54
- "pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_o5urr_522",
55
- "content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_o5urr_526",
56
- "content-side": "awsui_content-side_1r9lg_o5urr_531",
57
- "pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_o5urr_542",
58
- "pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_o5urr_545",
59
- "header": "awsui_header_1r9lg_o5urr_550",
60
- "header-text": "awsui_header-text_1r9lg_o5urr_559",
61
- "header-divider": "awsui_header-divider_1r9lg_o5urr_569",
62
- "header-actions": "awsui_header-actions_1r9lg_o5urr_575",
63
- "divider": "awsui_divider_1r9lg_o5urr_583"
5
+ "drawer": "awsui_drawer_1r9lg_98j8j_189",
6
+ "refresh": "awsui_refresh_1r9lg_98j8j_189",
7
+ "animating": "awsui_animating_1r9lg_98j8j_203",
8
+ "preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_98j8j_226",
9
+ "preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_98j8j_230",
10
+ "preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_98j8j_233",
11
+ "preference-icon--border": "awsui_preference-icon--border_1r9lg_98j8j_236",
12
+ "preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_98j8j_240",
13
+ "preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_98j8j_243",
14
+ "preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_98j8j_246",
15
+ "preference-icon--separator": "awsui_preference-icon--separator_1r9lg_98j8j_249",
16
+ "preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_98j8j_252",
17
+ "preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_98j8j_256",
18
+ "preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_98j8j_259",
19
+ "preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_98j8j_262",
20
+ "preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_98j8j_265",
21
+ "preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_98j8j_268",
22
+ "preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_98j8j_271",
23
+ "preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_98j8j_275",
24
+ "preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_98j8j_278",
25
+ "preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_98j8j_281",
26
+ "preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_98j8j_284",
27
+ "preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_98j8j_287",
28
+ "resize-active": "awsui_resize-active_1r9lg_98j8j_292",
29
+ "resize-side": "awsui_resize-side_1r9lg_98j8j_298",
30
+ "resize-bottom": "awsui_resize-bottom_1r9lg_98j8j_301",
31
+ "root": "awsui_root_1r9lg_98j8j_306",
32
+ "preferences-button": "awsui_preferences-button_1r9lg_98j8j_319",
33
+ "close-button": "awsui_close-button_1r9lg_98j8j_323",
34
+ "drawer-closed": "awsui_drawer-closed_1r9lg_98j8j_334",
35
+ "drawer-content-side": "awsui_drawer-content-side_1r9lg_98j8j_339",
36
+ "drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_98j8j_359",
37
+ "position-bottom": "awsui_position-bottom_1r9lg_98j8j_368",
38
+ "position-side": "awsui_position-side_1r9lg_98j8j_395",
39
+ "slider": "awsui_slider_1r9lg_98j8j_401",
40
+ "slider-side": "awsui_slider-side_1r9lg_98j8j_430",
41
+ "slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_98j8j_435",
42
+ "slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_98j8j_446",
43
+ "open-button": "awsui_open-button_1r9lg_98j8j_457",
44
+ "open-button-side": "awsui_open-button-side_1r9lg_98j8j_461",
45
+ "slider-icon": "awsui_slider-icon_1r9lg_98j8j_468",
46
+ "slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_98j8j_474",
47
+ "slider-icon-side": "awsui_slider-icon-side_1r9lg_98j8j_477",
48
+ "pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_98j8j_481",
49
+ "drawer-mobile": "awsui_drawer-mobile_1r9lg_98j8j_491",
50
+ "drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_98j8j_494",
51
+ "content-bottom": "awsui_content-bottom_1r9lg_98j8j_502",
52
+ "pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_98j8j_515",
53
+ "pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_98j8j_520",
54
+ "pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_98j8j_524",
55
+ "content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_98j8j_528",
56
+ "content-side": "awsui_content-side_1r9lg_98j8j_533",
57
+ "pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_98j8j_544",
58
+ "pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_98j8j_547",
59
+ "header": "awsui_header_1r9lg_98j8j_552",
60
+ "header-text": "awsui_header-text_1r9lg_98j8j_561",
61
+ "header-divider": "awsui_header-divider_1r9lg_98j8j_571",
62
+ "header-actions": "awsui_header-actions_1r9lg_98j8j_577",
63
+ "divider": "awsui_divider_1r9lg_98j8j_585"
64
64
  };
65
65