@cloudscape-design/components 3.0.1156 → 3.0.1157

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 (154) hide show
  1. package/alert/index.js +1 -1
  2. package/alert/interfaces.d.ts +1 -2
  3. package/app-layout/runtime-drawer/index.d.ts.map +1 -1
  4. package/app-layout/runtime-drawer/index.js +20 -18
  5. package/app-layout/runtime-drawer/index.js.map +1 -1
  6. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  7. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -83
  8. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  9. package/autosuggest/index.js +28 -11
  10. package/autosuggest/interfaces.d.ts +2 -1
  11. package/autosuggest/interfaces.js.map +1 -1
  12. package/badge/index.d.ts +2 -0
  13. package/badge/index.js +14 -13
  14. package/badge/interfaces.d.ts +3 -2
  15. package/box/index.js +18 -13
  16. package/box/interfaces.d.ts +2 -1
  17. package/button/index.js +12 -11
  18. package/button/interfaces.d.ts +4 -2
  19. package/button-dropdown/index.js +27 -11
  20. package/button-dropdown/interfaces.d.ts +6 -2
  21. package/button-group/index.js +42 -11
  22. package/button-group/interfaces.d.ts +10 -0
  23. package/button-group/interfaces.d.ts.map +1 -1
  24. package/button-group/interfaces.js.map +1 -1
  25. package/checkbox/index.js +9 -11
  26. package/checkbox/interfaces.d.ts +3 -2
  27. package/container/index.js +29 -13
  28. package/container/interfaces.d.ts +2 -1
  29. package/date-input/index.js +8 -10
  30. package/flashbar/index.js +10 -13
  31. package/flashbar/interfaces.d.ts +1 -0
  32. package/icon/index.js +8 -13
  33. package/icon/interfaces.d.ts +2 -1
  34. package/icon-provider/index.js +12 -2
  35. package/index.d.ts +4 -1
  36. package/index.js +4 -0
  37. package/input/index.js +53 -12
  38. package/input/interfaces.d.ts +3 -1
  39. package/internal/base-component/styles.scoped.css +1 -1
  40. package/internal/components/radio-button/interfaces.d.ts +3 -3
  41. package/internal/environment.js +3 -3
  42. package/internal/environment.json +3 -3
  43. package/internal/manifest.json +1 -1
  44. package/internal/plugins/controllers/drawers.d.ts +2 -2
  45. package/internal/plugins/controllers/drawers.d.ts.map +1 -1
  46. package/internal/plugins/controllers/drawers.js.map +1 -1
  47. package/internal/plugins/widget/interfaces.d.ts +2 -2
  48. package/internal/plugins/widget/interfaces.d.ts.map +1 -1
  49. package/internal/plugins/widget/interfaces.js.map +1 -1
  50. package/link/index.js +25 -11
  51. package/link/interfaces.d.ts +3 -2
  52. package/navigable-group/index.js +19 -4
  53. package/package.json +4 -1
  54. package/progress-bar/index.d.ts +1 -0
  55. package/progress-bar/index.js +52 -14
  56. package/progress-bar/interfaces.d.ts +1 -0
  57. package/prompt-input/index.js +19 -11
  58. package/prompt-input/interfaces.d.ts +4 -3
  59. package/radio-button/index.js +19 -4
  60. package/radio-group/index.js +20 -11
  61. package/radio-group/interfaces.d.ts +1 -1
  62. package/segmented-control/index.js +14 -13
  63. package/segmented-control/interfaces.d.ts +1 -0
  64. package/select/interfaces.d.ts +1 -1
  65. package/select/interfaces.js.map +1 -1
  66. package/space-between/index.js +10 -13
  67. package/space-between/interfaces.d.ts +2 -1
  68. package/spinner/index.js +10 -13
  69. package/spinner/interfaces.d.ts +2 -1
  70. package/status-indicator/index.js +10 -13
  71. package/status-indicator/interfaces.d.ts +2 -1
  72. package/steps/index.js +11 -11
  73. package/steps/interfaces.d.ts +6 -2
  74. package/table/header-cell/index.d.ts +1 -1
  75. package/table/header-cell/index.d.ts.map +1 -1
  76. package/table/header-cell/index.js +1 -1
  77. package/table/header-cell/index.js.map +1 -1
  78. package/table/header-cell/th-element.d.ts +1 -1
  79. package/table/header-cell/th-element.d.ts.map +1 -1
  80. package/table/header-cell/th-element.js.map +1 -1
  81. package/table/resizer/index.d.ts +3 -1
  82. package/table/resizer/index.d.ts.map +1 -1
  83. package/table/resizer/index.js +8 -5
  84. package/table/resizer/index.js.map +1 -1
  85. package/table/resizer/styles.css.js +13 -12
  86. package/table/resizer/styles.scoped.css +22 -22
  87. package/table/resizer/styles.selectors.js +13 -12
  88. package/table/thead.d.ts +1 -1
  89. package/table/thead.d.ts.map +1 -1
  90. package/table/thead.js.map +1 -1
  91. package/text-filter/index.js +17 -10
  92. package/text-filter/interfaces.d.ts +1 -0
  93. package/textarea/index.js +65 -12
  94. package/textarea/interfaces.d.ts +3 -2
  95. package/time-input/index.js +15 -11
  96. package/toggle/index.js +6 -10
  97. package/toggle/interfaces.d.ts +3 -2
  98. package/toggle-button/index.js +14 -11
  99. package/wizard/index.js +35 -13
  100. package/wizard/interfaces.d.ts +1 -1
  101. package/autosuggest/internal-do-not-use-core.js +0 -35
  102. package/badge/internal-do-not-use-core.js +0 -19
  103. package/box/internal-do-not-use-core.js +0 -23
  104. package/button/internal-do-not-use-core.js +0 -19
  105. package/button-dropdown/internal-do-not-use-core.js +0 -34
  106. package/button-group/internal-do-not-use-core.js +0 -49
  107. package/checkbox/internal-do-not-use-core.js +0 -16
  108. package/container/internal-do-not-use-core.js +0 -34
  109. package/date-input/internal-do-not-use-core.js +0 -16
  110. package/flashbar/internal-do-not-use-core.js +0 -15
  111. package/icon/internal-do-not-use-core.js +0 -13
  112. package/input/internal-do-not-use-core.js +0 -59
  113. package/link/internal-do-not-use-core.js +0 -32
  114. package/progress-bar/internal-do-not-use-core.js +0 -56
  115. package/prompt-input/internal-do-not-use-core.js +0 -26
  116. package/radio-group/internal-do-not-use-core.js +0 -27
  117. package/segmented-control/internal-do-not-use-core.js +0 -19
  118. package/space-between/internal-do-not-use-core.js +0 -15
  119. package/spinner/internal-do-not-use-core.js +0 -15
  120. package/status-indicator/internal-do-not-use-core.js +0 -15
  121. package/steps/internal-do-not-use-core.js +0 -18
  122. package/text-filter/internal-do-not-use-core.js +0 -25
  123. package/textarea/internal-do-not-use-core.js +0 -71
  124. package/time-input/internal-do-not-use-core.js +0 -22
  125. package/toggle/internal-do-not-use-core.js +0 -14
  126. package/toggle-button/internal-do-not-use-core.js +0 -21
  127. package/wizard/internal-do-not-use-core.js +0 -40
  128. /package/autosuggest/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  129. /package/badge/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  130. /package/box/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  131. /package/button/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  132. /package/button-dropdown/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  133. /package/button-group/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  134. /package/checkbox/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  135. /package/container/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  136. /package/date-input/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  137. /package/flashbar/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  138. /package/icon/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  139. /package/input/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  140. /package/link/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  141. /package/progress-bar/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  142. /package/prompt-input/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  143. /package/radio-group/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  144. /package/segmented-control/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  145. /package/space-between/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  146. /package/spinner/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  147. /package/status-indicator/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  148. /package/steps/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  149. /package/text-filter/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  150. /package/textarea/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  151. /package/time-input/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  152. /package/toggle/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  153. /package/toggle-button/{internal-do-not-use-core.js.map → index.js.map} +0 -0
  154. /package/wizard/{internal-do-not-use-core.js.map → index.js.map} +0 -0
@@ -190,7 +190,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
191
  SPDX-License-Identifier: Apache-2.0
192
192
  */
193
- .awsui_drawer_12i0j_1tz4o_193:not(#\9) {
193
+ .awsui_drawer_12i0j_9hodz_193:not(#\9) {
194
194
  position: sticky;
195
195
  z-index: 830;
196
196
  background-color: var(--color-background-container-content-6u8rvp, #ffffff);
@@ -204,56 +204,56 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
204
204
  pointer-events: auto;
205
205
  word-wrap: break-word;
206
206
  }
207
- .awsui_drawer_12i0j_1tz4o_193.awsui_with-expanded-motion_12i0j_1tz4o_207:not(#\9) {
207
+ .awsui_drawer_12i0j_9hodz_193.awsui_with-expanded-motion_12i0j_9hodz_207:not(#\9) {
208
208
  transition: inline-size var(--motion-duration-refresh-only-slow-ugjy90, 250ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1)), block-size var(--motion-duration-refresh-only-slow-ugjy90, 250ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1)), min-inline-size var(--motion-duration-refresh-only-slow-ugjy90, 250ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
209
209
  }
210
210
  @media (prefers-reduced-motion: reduce) {
211
- .awsui_drawer_12i0j_1tz4o_193.awsui_with-expanded-motion_12i0j_1tz4o_207:not(#\9) {
211
+ .awsui_drawer_12i0j_9hodz_193.awsui_with-expanded-motion_12i0j_9hodz_207:not(#\9) {
212
212
  animation: none;
213
213
  transition: none;
214
214
  }
215
215
  }
216
- .awsui-motion-disabled .awsui_drawer_12i0j_1tz4o_193.awsui_with-expanded-motion_12i0j_1tz4o_207:not(#\9), .awsui-mode-entering .awsui_drawer_12i0j_1tz4o_193.awsui_with-expanded-motion_12i0j_1tz4o_207:not(#\9) {
216
+ .awsui-motion-disabled .awsui_drawer_12i0j_9hodz_193.awsui_with-expanded-motion_12i0j_9hodz_207:not(#\9), .awsui-mode-entering .awsui_drawer_12i0j_9hodz_193.awsui_with-expanded-motion_12i0j_9hodz_207:not(#\9) {
217
217
  animation: none;
218
218
  transition: none;
219
219
  }
220
220
  @media (min-width: 689px) {
221
- .awsui_drawer_12i0j_1tz4o_193:not(#\9):not(.awsui_legacy_12i0j_1tz4o_221):not(.awsui_ai-drawer_12i0j_1tz4o_221):not(.awsui_bottom-drawer_12i0j_1tz4o_221) {
221
+ .awsui_drawer_12i0j_9hodz_193:not(#\9):not(.awsui_legacy_12i0j_9hodz_221):not(.awsui_ai-drawer_12i0j_9hodz_221):not(.awsui_bottom-drawer_12i0j_9hodz_221) {
222
222
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
223
223
  }
224
224
  }
225
225
  @media (max-width: 688px) {
226
- .awsui_drawer_12i0j_1tz4o_193:not(#\9) {
226
+ .awsui_drawer_12i0j_9hodz_193:not(#\9) {
227
227
  inline-size: 100%;
228
228
  }
229
- .awsui_drawer_12i0j_1tz4o_193.awsui_last-opened_12i0j_1tz4o_229:not(#\9) {
229
+ .awsui_drawer_12i0j_9hodz_193.awsui_last-opened_12i0j_9hodz_229:not(#\9) {
230
230
  z-index: 1001;
231
231
  }
232
232
  }
233
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-global_12i0j_1tz4o_233:not(#\9) {
233
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-global_12i0j_9hodz_233:not(#\9) {
234
234
  display: block;
235
235
  }
236
236
  @media (min-width: 689px) {
237
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-global_12i0j_1tz4o_233:not(#\9) {
237
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-global_12i0j_9hodz_233:not(#\9) {
238
238
  inline-size: var(--awsui-drawer-size-d43v8n);
239
239
  }
240
240
  }
241
241
  @media (max-width: 688px) {
242
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-global_12i0j_1tz4o_233:not(#\9):not(.awsui_last-opened_12i0j_1tz4o_229):not(.awsui_drawer-expanded_12i0j_1tz4o_242) {
242
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-global_12i0j_9hodz_233:not(#\9):not(.awsui_last-opened_12i0j_9hodz_229):not(.awsui_drawer-expanded_12i0j_9hodz_242) {
243
243
  display: none;
244
244
  }
245
245
  }
246
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-hidden_12i0j_1tz4o_246:not(#\9) {
246
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-hidden_12i0j_9hodz_246:not(#\9) {
247
247
  display: none;
248
248
  }
249
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-expanded_12i0j_1tz4o_242:not(#\9) {
249
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-expanded_12i0j_9hodz_242:not(#\9) {
250
250
  inline-size: 100%;
251
251
  }
252
252
  @media (min-width: 689px) {
253
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-expanded_12i0j_1tz4o_242:not(#\9) {
253
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-expanded_12i0j_9hodz_242:not(#\9) {
254
254
  border-inline-start: none;
255
255
  }
256
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-expanded_12i0j_1tz4o_242.awsui_has-next-siblings_12i0j_1tz4o_256 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256:not(#\9):after {
256
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-expanded_12i0j_9hodz_242.awsui_has-next-siblings_12i0j_9hodz_256 > .awsui_global-drawer-wrapper_12i0j_9hodz_256:not(#\9):after {
257
257
  content: "";
258
258
  position: absolute;
259
259
  block-size: 100%;
@@ -263,14 +263,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
263
263
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
264
264
  box-sizing: border-box;
265
265
  }
266
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-expanded_12i0j_1tz4o_242 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256:not(#\9) {
266
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-expanded_12i0j_9hodz_242 > .awsui_global-drawer-wrapper_12i0j_9hodz_256:not(#\9) {
267
267
  inline-size: 100%;
268
268
  grid-template-columns: 8px 1fr;
269
269
  }
270
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-expanded_12i0j_1tz4o_242 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
270
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-expanded_12i0j_9hodz_242 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
271
271
  grid-column: 2;
272
272
  }
273
- .awsui_drawer_12i0j_1tz4o_193.awsui_drawer-expanded_12i0j_1tz4o_242 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-gap_12i0j_1tz4o_273:not(#\9) {
273
+ .awsui_drawer_12i0j_9hodz_193.awsui_drawer-expanded_12i0j_9hodz_242 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-gap_12i0j_9hodz_273:not(#\9) {
274
274
  grid-column: 1;
275
275
  grid-row: 1;
276
276
  block-size: 100%;
@@ -279,7 +279,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
279
279
  border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
280
280
  }
281
281
  }
282
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
282
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
283
283
  grid-column: 1/span 2;
284
284
  grid-row: 1;
285
285
  display: grid;
@@ -288,13 +288,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
288
288
  overflow-y: auto;
289
289
  min-inline-size: var(--awsui-drawer-size-d43v8n);
290
290
  }
291
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-close-button_12i0j_1tz4o_291:not(#\9) {
291
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-close-button_12i0j_9hodz_291:not(#\9) {
292
292
  grid-column: 3;
293
293
  grid-row: 2;
294
294
  z-index: 1;
295
295
  align-self: start;
296
296
  }
297
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-expanded-mode-button_12i0j_1tz4o_297:not(#\9) {
297
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-expanded-mode-button_12i0j_9hodz_297:not(#\9) {
298
298
  grid-column: 2;
299
299
  grid-row: 2;
300
300
  z-index: 1;
@@ -302,14 +302,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
302
302
  display: flex;
303
303
  justify-content: flex-end;
304
304
  }
305
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270:not(#\9) {
305
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270:not(#\9) {
306
306
  grid-column: 1/span 4;
307
307
  grid-row: 1/span 2;
308
308
  }
309
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270.awsui_drawer-content-hidden_12i0j_1tz4o_309:not(#\9) {
309
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270.awsui_drawer-content-hidden_12i0j_9hodz_309:not(#\9) {
310
310
  display: none;
311
311
  }
312
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_drawer-slider_12i0j_1tz4o_312:not(#\9) {
312
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_drawer-slider_12i0j_9hodz_312:not(#\9) {
313
313
  z-index: 850;
314
314
  grid-column: 1;
315
315
  grid-row: 1;
@@ -317,18 +317,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
317
317
  display: flex;
318
318
  align-items: center;
319
319
  }
320
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256:not(#\9) {
320
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256:not(#\9) {
321
321
  display: grid;
322
322
  min-inline-size: var(--awsui-drawer-size-d43v8n);
323
323
  grid-template-columns: 8px var(--space-m-dsumyt, 16px) 1fr;
324
324
  overflow: hidden;
325
325
  }
326
326
  @media (max-width: 688px) {
327
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256:not(#\9) {
327
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256:not(#\9) {
328
328
  grid-template-columns: 1fr;
329
329
  }
330
330
  }
331
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-gap_12i0j_1tz4o_273:not(#\9) {
331
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-gap_12i0j_9hodz_273:not(#\9) {
332
332
  grid-column: 1;
333
333
  grid-row: 1;
334
334
  block-size: 100%;
@@ -337,14 +337,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
337
337
  border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
338
338
  box-sizing: border-box;
339
339
  }
340
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-slider_12i0j_1tz4o_312:not(#\9) {
340
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-slider_12i0j_9hodz_312:not(#\9) {
341
341
  z-index: 850;
342
342
  grid-column: 2;
343
343
  grid-row: 1;
344
344
  display: flex;
345
345
  align-items: center;
346
346
  }
347
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
347
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
348
348
  grid-row: 1;
349
349
  display: grid;
350
350
  grid-template-columns: var(--space-m-dsumyt, 16px) 1fr auto var(--space-m-dsumyt, 16px);
@@ -352,16 +352,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
352
352
  overflow-y: auto;
353
353
  }
354
354
  @media (min-width: 689px) {
355
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
355
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
356
356
  grid-column: 2/span 2;
357
357
  }
358
358
  }
359
359
  @media (max-width: 688px) {
360
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
360
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
361
361
  grid-column: 1/span 2;
362
362
  }
363
363
  }
364
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-actions_12i0j_1tz4o_364:not(#\9) {
364
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-actions_12i0j_9hodz_364:not(#\9) {
365
365
  position: absolute;
366
366
  display: flex;
367
367
  inset-block-start: 0;
@@ -369,13 +369,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
369
369
  padding-inline-end: var(--space-m-dsumyt, 16px);
370
370
  padding-block-start: 14px;
371
371
  }
372
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-close-button_12i0j_1tz4o_291:not(#\9) {
372
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-close-button_12i0j_9hodz_291:not(#\9) {
373
373
  grid-column: 3;
374
374
  grid-row: 2;
375
375
  z-index: 1;
376
376
  align-self: start;
377
377
  }
378
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-expanded-mode-button_12i0j_1tz4o_297:not(#\9) {
378
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-expanded-mode-button_12i0j_9hodz_297:not(#\9) {
379
379
  grid-column: 2;
380
380
  grid-row: 2;
381
381
  z-index: 1;
@@ -383,34 +383,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
383
383
  display: flex;
384
384
  justify-content: flex-end;
385
385
  }
386
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270:not(#\9) {
386
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270:not(#\9) {
387
387
  grid-column: 1/span 4;
388
388
  grid-row: 1/span 2;
389
389
  }
390
- .awsui_drawer_12i0j_1tz4o_193 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270.awsui_drawer-content-hidden_12i0j_1tz4o_309:not(#\9) {
390
+ .awsui_drawer_12i0j_9hodz_193 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270.awsui_drawer-content-hidden_12i0j_9hodz_309:not(#\9) {
391
391
  display: none;
392
392
  }
393
393
  @media (max-width: 688px) {
394
394
  @media not print {
395
- .awsui_drawer_12i0j_1tz4o_193:not(#\9):not(.awsui_ai-drawer_12i0j_1tz4o_221) {
395
+ .awsui_drawer_12i0j_9hodz_193:not(#\9):not(.awsui_ai-drawer_12i0j_9hodz_221) {
396
396
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
397
397
  }
398
- .awsui-polaris-dark-mode .awsui_drawer_12i0j_1tz4o_193:not(#\9):not(.awsui_ai-drawer_12i0j_1tz4o_221), .awsui-dark-mode .awsui_drawer_12i0j_1tz4o_193:not(#\9):not(.awsui_ai-drawer_12i0j_1tz4o_221) {
398
+ .awsui-polaris-dark-mode .awsui_drawer_12i0j_9hodz_193:not(#\9):not(.awsui_ai-drawer_12i0j_9hodz_221), .awsui-dark-mode .awsui_drawer_12i0j_9hodz_193:not(#\9):not(.awsui_ai-drawer_12i0j_9hodz_221) {
399
399
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
400
400
  }
401
401
  }
402
402
  }
403
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9) {
403
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9) {
404
404
  grid-template-columns: 1fr var(--space-xs-ymlm0b, 8px);
405
405
  background: #161d26;
406
406
  }
407
407
  @media (max-width: 688px) {
408
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9) {
408
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9) {
409
409
  grid-template-columns: 1fr;
410
410
  z-index: 1001;
411
411
  }
412
412
  }
413
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-slider_12i0j_1tz4o_312:not(#\9) {
413
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-slider_12i0j_9hodz_312:not(#\9) {
414
414
  z-index: 850;
415
415
  display: flex;
416
416
  justify-content: center;
@@ -418,27 +418,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
418
418
  overflow: hidden;
419
419
  grid-column: 2;
420
420
  }
421
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 .awsui_ai-drawer-slider-handle_12i0j_1tz4o_421:not(#\9) {
421
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 .awsui_ai-drawer-slider-handle_12i0j_9hodz_421:not(#\9) {
422
422
  color: var(--color-text-interactive-inverted-default-xlc0d5, #dedee3);
423
423
  }
424
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 .awsui_ai-drawer-slider-handle_12i0j_1tz4o_421:not(#\9):hover {
424
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 .awsui_ai-drawer-slider-handle_12i0j_9hodz_421:not(#\9):hover {
425
425
  stroke: var(--color-text-interactive-inverted-hover-65rnp7, #f9f9fa);
426
426
  }
427
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
427
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
428
428
  min-inline-size: calc(var(--awsui-drawer-min-size-d43v8n) - var(--space-xs-ymlm0b, 8px));
429
429
  grid-column: 1/span 1;
430
430
  background-color: var(--color-background-layout-panel-content-xto15e, #ffffff);
431
431
  }
432
432
  @media (min-width: 689px) {
433
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
433
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
434
434
  border-start-end-radius: var(--space-xxs-hwfkai, 4px);
435
435
  }
436
436
  }
437
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270:not(#\9) {
437
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270:not(#\9) {
438
438
  grid-row: 1/span 4;
439
439
  }
440
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440:not(#\9) {
441
- block-size: 41px;
440
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440:not(#\9) {
441
+ block-size: 42px;
442
442
  position: sticky;
443
443
  z-index: 1000;
444
444
  display: flex;
@@ -450,7 +450,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
450
450
  border-image: linear-gradient(90deg, #962eff 0%, #5c7fff 30%, #09f 50%, #b8e7ff 70%, #8575ff 100%) 1;
451
451
  box-sizing: border-box;
452
452
  }
453
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453:not(#\9) {
453
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453:not(#\9) {
454
454
  display: flex;
455
455
  flex: 1;
456
456
  align-items: center;
@@ -460,23 +460,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
460
460
  padding-inline-end: var(--space-m-dsumyt, 16px);
461
461
  }
462
462
  @media not print {
463
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453:not(#\9) {
463
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453:not(#\9) {
464
464
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
465
465
  }
466
- .awsui-polaris-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453:not(#\9), .awsui-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453:not(#\9) {
466
+ .awsui-polaris-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453:not(#\9), .awsui-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453:not(#\9) {
467
467
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
468
468
  }
469
469
  @media (min-width: 689px) {
470
- .awsui-polaris-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470), .awsui-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470) {
470
+ .awsui-polaris-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_9hodz_470), .awsui-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_9hodz_470) {
471
471
  border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
472
472
  border-start-end-radius: var(--space-xxs-hwfkai, 4px);
473
473
  }
474
474
  }
475
475
  }
476
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-content-header-content_12i0j_1tz4o_453 > .awsui_drawer-actions_12i0j_1tz4o_364:not(#\9) {
476
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-content-header-content_12i0j_9hodz_453 > .awsui_drawer-actions_12i0j_9hodz_364:not(#\9) {
477
477
  display: flex;
478
478
  }
479
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9) {
479
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9) {
480
480
  position: relative;
481
481
  display: flex;
482
482
  align-items: center;
@@ -485,7 +485,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
485
485
  padding-inline: var(--space-static-m-m6qboo, 16px);
486
486
  background-color: #161d26;
487
487
  }
488
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):before, .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):after {
488
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):before, .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):after {
489
489
  content: "";
490
490
  position: absolute;
491
491
  inset-block-start: 0;
@@ -495,28 +495,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
495
495
  background: #161d26;
496
496
  }
497
497
  @media not print {
498
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):before, .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):after {
498
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):before, .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):after {
499
499
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
500
500
  }
501
- .awsui-polaris-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):before, .awsui-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):before, .awsui-polaris-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):after, .awsui-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):after {
501
+ .awsui-polaris-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):before, .awsui-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):before, .awsui-polaris-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):after, .awsui-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):after {
502
502
  display: none;
503
503
  }
504
504
  }
505
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470:not(#\9):after {
505
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470:not(#\9):after {
506
506
  background-color: var(--color-background-layout-panel-content-xto15e, #ffffff);
507
507
  border-start-end-radius: var(--space-xxs-hwfkai, 4px);
508
508
  }
509
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509:not(#\9) {
509
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509:not(#\9) {
510
510
  position: relative;
511
511
  }
512
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509:not(#\9):has(:focus-visible) {
512
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509:not(#\9):has(:focus-visible) {
513
513
  position: relative;
514
514
  }
515
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509:not(#\9):has(:focus-visible) {
515
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509:not(#\9):has(:focus-visible) {
516
516
  outline: 2px dotted transparent;
517
517
  outline-offset: calc(3px - 1px);
518
518
  }
519
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509:not(#\9):has(:focus-visible)::before {
519
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509:not(#\9):has(:focus-visible)::before {
520
520
  content: " ";
521
521
  display: block;
522
522
  position: absolute;
@@ -530,7 +530,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
530
530
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
531
531
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
532
532
  }
533
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509 > .awsui_drawer-back-to-console-button_12i0j_1tz4o_509:not(#\9) {
533
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509 > .awsui_drawer-back-to-console-button_12i0j_9hodz_509:not(#\9) {
534
534
  border-collapse: separate;
535
535
  border-spacing: 0;
536
536
  box-sizing: border-box;
@@ -576,81 +576,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
576
576
  color: #ffffff;
577
577
  cursor: pointer;
578
578
  }
579
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509 > .awsui_drawer-back-to-console-button_12i0j_1tz4o_509:not(#\9):focus {
579
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509 > .awsui_drawer-back-to-console-button_12i0j_9hodz_509:not(#\9):focus {
580
580
  outline: none;
581
581
  }
582
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-header_12i0j_1tz4o_440 > .awsui_drawer-back-to-console-slot_12i0j_1tz4o_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509 > .awsui_drawer-back-to-console-custom-button_12i0j_1tz4o_582:not(#\9) {
582
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-header_12i0j_9hodz_440 > .awsui_drawer-back-to-console-slot_12i0j_9hodz_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509 > .awsui_drawer-back-to-console-custom-button_12i0j_9hodz_582:not(#\9) {
583
583
  all: initial;
584
584
  display: flex;
585
585
  cursor: pointer;
586
586
  text-align: center;
587
587
  }
588
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221 > .awsui_drawer-content-container_12i0j_1tz4o_270 > .awsui_drawer-content_12i0j_1tz4o_270 > .awsui_drawer-content-content_12i0j_1tz4o_588:not(#\9) {
588
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221 > .awsui_drawer-content-container_12i0j_9hodz_270 > .awsui_drawer-content_12i0j_9hodz_270 > .awsui_drawer-content-content_12i0j_9hodz_588:not(#\9) {
589
589
  display: flex;
590
590
  flex-direction: column;
591
- block-size: calc(100% - 41px);
591
+ block-size: calc(100% - 42px);
592
592
  }
593
593
  @media (min-width: 689px) {
594
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1tz4o_242) > .awsui_drawer-content-container_12i0j_1tz4o_270 {
594
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9):not(.awsui_drawer-expanded_12i0j_9hodz_242) > .awsui_drawer-content-container_12i0j_9hodz_270 {
595
595
  clip-path: inset(0 0 -9999px 0 round 0 var(--space-xxs-hwfkai, 4px) 0 0);
596
596
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
597
597
  }
598
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1tz4o_242) > .awsui_drawer-content-container_12i0j_1tz4o_270:dir(rtl) {
598
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9):not(.awsui_drawer-expanded_12i0j_9hodz_242) > .awsui_drawer-content-container_12i0j_9hodz_270:dir(rtl) {
599
599
  clip-path: inset(0 0 -9999px 0 round var(--space-xxs-hwfkai, 4px) 0 0 0);
600
600
  }
601
601
  @media not print {
602
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1tz4o_242) > .awsui_drawer-content-container_12i0j_1tz4o_270 {
602
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9):not(.awsui_drawer-expanded_12i0j_9hodz_242) > .awsui_drawer-content-container_12i0j_9hodz_270 {
603
603
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
604
604
  }
605
- .awsui-polaris-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1tz4o_242) > .awsui_drawer-content-container_12i0j_1tz4o_270, .awsui-dark-mode .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1tz4o_242) > .awsui_drawer-content-container_12i0j_1tz4o_270 {
605
+ .awsui-polaris-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9):not(.awsui_drawer-expanded_12i0j_9hodz_242) > .awsui_drawer-content-container_12i0j_9hodz_270, .awsui-dark-mode .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221:not(#\9):not(.awsui_drawer-expanded_12i0j_9hodz_242) > .awsui_drawer-content-container_12i0j_9hodz_270 {
606
606
  border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
607
607
  }
608
608
  }
609
609
  }
610
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221.awsui_drawer-expanded_12i0j_1tz4o_242:not(#\9) {
610
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221.awsui_drawer-expanded_12i0j_9hodz_242:not(#\9) {
611
611
  grid-template-columns: 1fr;
612
612
  }
613
- .awsui_drawer_12i0j_1tz4o_193.awsui_ai-drawer_12i0j_1tz4o_221.awsui_drawer-expanded_12i0j_1tz4o_242 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
613
+ .awsui_drawer_12i0j_9hodz_193.awsui_ai-drawer_12i0j_9hodz_221.awsui_drawer-expanded_12i0j_9hodz_242 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
614
614
  border-start-end-radius: 0;
615
615
  }
616
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221:not(#\9) {
616
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221:not(#\9) {
617
617
  display: block;
618
618
  inline-size: 100%;
619
619
  block-size: var(--awsui-bottom-drawer-size-d43v8n);
620
620
  }
621
621
  @media (max-width: 688px) {
622
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221:not(#\9) {
622
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221:not(#\9) {
623
623
  block-size: 100%;
624
624
  }
625
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221.awsui_last-opened_12i0j_1tz4o_229:not(#\9) {
625
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221.awsui_last-opened_12i0j_9hodz_229:not(#\9) {
626
626
  z-index: 1001;
627
627
  }
628
628
  }
629
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221.awsui_drawer-hidden_12i0j_1tz4o_246:not(#\9) {
629
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221.awsui_drawer-hidden_12i0j_9hodz_246:not(#\9) {
630
630
  display: none;
631
631
  }
632
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256:not(#\9) {
632
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256:not(#\9) {
633
633
  display: block;
634
634
  }
635
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-gap_12i0j_1tz4o_273:not(#\9) {
635
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-gap_12i0j_9hodz_273:not(#\9) {
636
636
  block-size: 8px;
637
637
  inline-size: 100%;
638
638
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
639
639
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
640
640
  box-sizing: content-box;
641
641
  }
642
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-slider_12i0j_1tz4o_312:not(#\9) {
642
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-slider_12i0j_9hodz_312:not(#\9) {
643
643
  block-size: auto;
644
644
  justify-content: center;
645
645
  }
646
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_bottom-drawer-content-header_12i0j_1tz4o_646:not(#\9) {
646
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_bottom-drawer-content-header_12i0j_9hodz_646:not(#\9) {
647
647
  display: flex;
648
648
  justify-content: space-between;
649
649
  align-items: center;
650
650
  inset-block-start: 0;
651
651
  box-sizing: border-box;
652
652
  }
653
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_bottom-drawer-content-header_12i0j_1tz4o_646 > .awsui_bottom-drawer-content-header-content_12i0j_1tz4o_653:not(#\9) {
653
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_bottom-drawer-content-header_12i0j_9hodz_646 > .awsui_bottom-drawer-content-header-content_12i0j_9hodz_653:not(#\9) {
654
654
  display: flex;
655
655
  flex: 1;
656
656
  align-items: center;
@@ -658,10 +658,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
658
658
  block-size: 100%;
659
659
  padding-inline-end: var(--space-m-dsumyt, 16px);
660
660
  }
661
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_bottom-drawer-content-header_12i0j_1tz4o_646 > .awsui_bottom-drawer-content-header-content_12i0j_1tz4o_653 > .awsui_bottom-drawer-actions_12i0j_1tz4o_661:not(#\9) {
661
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_bottom-drawer-content-header_12i0j_9hodz_646 > .awsui_bottom-drawer-content-header-content_12i0j_9hodz_653 > .awsui_bottom-drawer-actions_12i0j_9hodz_661:not(#\9) {
662
662
  display: flex;
663
663
  }
664
- .awsui_drawer_12i0j_1tz4o_193.awsui_bottom-drawer_12i0j_1tz4o_221 > .awsui_global-drawer-wrapper_12i0j_1tz4o_256 > .awsui_drawer-content-container_12i0j_1tz4o_270:not(#\9) {
664
+ .awsui_drawer_12i0j_9hodz_193.awsui_bottom-drawer_12i0j_9hodz_221 > .awsui_global-drawer-wrapper_12i0j_9hodz_256 > .awsui_drawer-content-container_12i0j_9hodz_270:not(#\9) {
665
665
  grid-template-columns: 1fr;
666
666
  grid-template-rows: auto;
667
667
  }
@@ -2,35 +2,35 @@
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_12i0j_1tz4o_193",
6
- "with-expanded-motion": "awsui_with-expanded-motion_12i0j_1tz4o_207",
7
- "legacy": "awsui_legacy_12i0j_1tz4o_221",
8
- "ai-drawer": "awsui_ai-drawer_12i0j_1tz4o_221",
9
- "bottom-drawer": "awsui_bottom-drawer_12i0j_1tz4o_221",
10
- "last-opened": "awsui_last-opened_12i0j_1tz4o_229",
11
- "drawer-global": "awsui_drawer-global_12i0j_1tz4o_233",
12
- "drawer-expanded": "awsui_drawer-expanded_12i0j_1tz4o_242",
13
- "drawer-hidden": "awsui_drawer-hidden_12i0j_1tz4o_246",
14
- "has-next-siblings": "awsui_has-next-siblings_12i0j_1tz4o_256",
15
- "global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_1tz4o_256",
16
- "drawer-content-container": "awsui_drawer-content-container_12i0j_1tz4o_270",
17
- "drawer-gap": "awsui_drawer-gap_12i0j_1tz4o_273",
18
- "drawer-close-button": "awsui_drawer-close-button_12i0j_1tz4o_291",
19
- "drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_1tz4o_297",
20
- "drawer-content": "awsui_drawer-content_12i0j_1tz4o_270",
21
- "drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_1tz4o_309",
22
- "drawer-slider": "awsui_drawer-slider_12i0j_1tz4o_312",
23
- "drawer-actions": "awsui_drawer-actions_12i0j_1tz4o_364",
24
- "ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_1tz4o_421",
25
- "drawer-content-header": "awsui_drawer-content-header_12i0j_1tz4o_440",
26
- "drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_1tz4o_453",
27
- "drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_1tz4o_470",
28
- "drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509",
29
- "drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_1tz4o_509",
30
- "drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-button_12i0j_1tz4o_582",
31
- "drawer-content-content": "awsui_drawer-content-content_12i0j_1tz4o_588",
32
- "bottom-drawer-content-header": "awsui_bottom-drawer-content-header_12i0j_1tz4o_646",
33
- "bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-content_12i0j_1tz4o_653",
34
- "bottom-drawer-actions": "awsui_bottom-drawer-actions_12i0j_1tz4o_661"
5
+ "drawer": "awsui_drawer_12i0j_9hodz_193",
6
+ "with-expanded-motion": "awsui_with-expanded-motion_12i0j_9hodz_207",
7
+ "legacy": "awsui_legacy_12i0j_9hodz_221",
8
+ "ai-drawer": "awsui_ai-drawer_12i0j_9hodz_221",
9
+ "bottom-drawer": "awsui_bottom-drawer_12i0j_9hodz_221",
10
+ "last-opened": "awsui_last-opened_12i0j_9hodz_229",
11
+ "drawer-global": "awsui_drawer-global_12i0j_9hodz_233",
12
+ "drawer-expanded": "awsui_drawer-expanded_12i0j_9hodz_242",
13
+ "drawer-hidden": "awsui_drawer-hidden_12i0j_9hodz_246",
14
+ "has-next-siblings": "awsui_has-next-siblings_12i0j_9hodz_256",
15
+ "global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_9hodz_256",
16
+ "drawer-content-container": "awsui_drawer-content-container_12i0j_9hodz_270",
17
+ "drawer-gap": "awsui_drawer-gap_12i0j_9hodz_273",
18
+ "drawer-close-button": "awsui_drawer-close-button_12i0j_9hodz_291",
19
+ "drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_9hodz_297",
20
+ "drawer-content": "awsui_drawer-content_12i0j_9hodz_270",
21
+ "drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_9hodz_309",
22
+ "drawer-slider": "awsui_drawer-slider_12i0j_9hodz_312",
23
+ "drawer-actions": "awsui_drawer-actions_12i0j_9hodz_364",
24
+ "ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_9hodz_421",
25
+ "drawer-content-header": "awsui_drawer-content-header_12i0j_9hodz_440",
26
+ "drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_9hodz_453",
27
+ "drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_9hodz_470",
28
+ "drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_9hodz_509",
29
+ "drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_9hodz_509",
30
+ "drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-button_12i0j_9hodz_582",
31
+ "drawer-content-content": "awsui_drawer-content-content_12i0j_9hodz_588",
32
+ "bottom-drawer-content-header": "awsui_bottom-drawer-content-header_12i0j_9hodz_646",
33
+ "bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-content_12i0j_9hodz_653",
34
+ "bottom-drawer-actions": "awsui_bottom-drawer-actions_12i0j_9hodz_661"
35
35
  };
36
36