@cloudscape-design/components 3.0.448 → 3.0.450

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 (77) hide show
  1. package/alert/styles.css.js +25 -25
  2. package/alert/styles.scoped.css +59 -53
  3. package/alert/styles.selectors.js +25 -25
  4. package/anchor-navigation/styles.css.js +8 -8
  5. package/anchor-navigation/styles.scoped.css +39 -30
  6. package/anchor-navigation/styles.selectors.js +8 -8
  7. package/annotation-context/annotation/styles.css.js +24 -24
  8. package/annotation-context/annotation/styles.scoped.css +55 -48
  9. package/annotation-context/annotation/styles.selectors.js +24 -24
  10. package/app-layout/content-wrapper/styles.css.js +3 -3
  11. package/app-layout/content-wrapper/styles.scoped.css +15 -15
  12. package/app-layout/content-wrapper/styles.selectors.js +3 -3
  13. package/app-layout/drawer/styles.css.js +12 -12
  14. package/app-layout/drawer/styles.scoped.css +29 -30
  15. package/app-layout/drawer/styles.selectors.js +12 -12
  16. package/app-layout/mobile-toolbar/styles.css.js +8 -8
  17. package/app-layout/mobile-toolbar/styles.scoped.css +18 -17
  18. package/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  19. package/app-layout/notifications/styles.css.js +3 -3
  20. package/app-layout/notifications/styles.scoped.css +6 -6
  21. package/app-layout/notifications/styles.selectors.js +3 -3
  22. package/app-layout/split-panel/styles.css.js +2 -2
  23. package/app-layout/split-panel/styles.scoped.css +3 -3
  24. package/app-layout/split-panel/styles.selectors.js +2 -2
  25. package/app-layout/styles.css.js +16 -16
  26. package/app-layout/styles.scoped.css +26 -26
  27. package/app-layout/styles.selectors.js +16 -16
  28. package/app-layout/toggles/styles.css.js +2 -2
  29. package/app-layout/toggles/styles.scoped.css +10 -9
  30. package/app-layout/toggles/styles.selectors.js +2 -2
  31. package/app-layout/visual-refresh/styles.css.js +80 -80
  32. package/app-layout/visual-refresh/styles.scoped.css +268 -251
  33. package/app-layout/visual-refresh/styles.selectors.js +80 -80
  34. package/area-chart/styles.css.js +6 -6
  35. package/area-chart/styles.scoped.css +12 -11
  36. package/area-chart/styles.selectors.js +6 -6
  37. package/attribute-editor/styles.css.js +14 -14
  38. package/attribute-editor/styles.scoped.css +30 -29
  39. package/attribute-editor/styles.selectors.js +14 -14
  40. package/autosuggest/styles.css.js +3 -3
  41. package/autosuggest/styles.scoped.css +5 -5
  42. package/autosuggest/styles.selectors.js +3 -3
  43. package/button/interfaces.d.ts +3 -2
  44. package/button/interfaces.d.ts.map +1 -1
  45. package/button/interfaces.js.map +1 -1
  46. package/button/internal.d.ts.map +1 -1
  47. package/button/internal.js +9 -0
  48. package/button/internal.js.map +1 -1
  49. package/button/styles.css.js +20 -20
  50. package/button/styles.scoped.css +155 -153
  51. package/button/styles.selectors.js +20 -20
  52. package/button-dropdown/interfaces.d.ts +1 -1
  53. package/button-dropdown/interfaces.js.map +1 -1
  54. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  55. package/internal/analytics/components/analytics-funnel.js +11 -2
  56. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  57. package/internal/environment.js +1 -1
  58. package/internal/environment.json +1 -1
  59. package/internal/hooks/use-performance-marks.d.ts +3 -0
  60. package/internal/hooks/use-performance-marks.d.ts.map +1 -0
  61. package/internal/hooks/use-performance-marks.js +41 -0
  62. package/internal/hooks/use-performance-marks.js.map +1 -0
  63. package/internal/manifest.json +1 -1
  64. package/package.json +1 -1
  65. package/popover/interfaces.d.ts +2 -1
  66. package/popover/interfaces.d.ts.map +1 -1
  67. package/popover/interfaces.js.map +1 -1
  68. package/select/interfaces.d.ts +1 -0
  69. package/select/interfaces.d.ts.map +1 -1
  70. package/select/interfaces.js.map +1 -1
  71. package/select/parts/multiselect-item.d.ts +3 -16
  72. package/select/parts/multiselect-item.d.ts.map +1 -1
  73. package/select/parts/multiselect-item.js +1 -1
  74. package/select/parts/multiselect-item.js.map +1 -1
  75. package/table/internal.d.ts.map +1 -1
  76. package/table/internal.js +10 -0
  77. package/table/internal.js.map +1 -1
@@ -90,28 +90,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- div.awsui_background_hyvsj_6otqt_93:not(#\9) {
93
+ div.awsui_background_hyvsj_1pb28_93:not(#\9) {
94
94
  display: contents;
95
95
  }
96
- div.awsui_background_hyvsj_6otqt_93 > .awsui_scrolling-background_hyvsj_6otqt_96:not(#\9) {
96
+ div.awsui_background_hyvsj_1pb28_93 > .awsui_scrolling-background_hyvsj_1pb28_96:not(#\9) {
97
97
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
98
98
  color: var(--color-text-body-default-2sxhhn, #000716);
99
99
  grid-column: 1/span 5;
100
100
  grid-row: 1/10;
101
101
  }
102
- div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102:not(#\9) {
102
+ div.awsui_background_hyvsj_1pb28_93 > .awsui_sticky-background_hyvsj_1pb28_102:not(#\9) {
103
103
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
104
104
  grid-column: 1/span 5;
105
105
  grid-row: 1/10;
106
106
  position: sticky;
107
- top: var(--awsui-header-height-y98gph);
107
+ inset-block-start: var(--awsui-header-height-y98gph);
108
108
  z-index: 799;
109
109
  }
110
- div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_6otqt_110) {
111
- height: calc(var(--space-scaled-s-aqzyko, 12px) + var(--awsui-overlap-height-y98gph));
110
+ div.awsui_background_hyvsj_1pb28_93 > .awsui_sticky-background_hyvsj_1pb28_102:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_1pb28_110) {
111
+ block-size: calc(var(--space-scaled-s-aqzyko, 12px) + var(--awsui-overlap-height-y98gph));
112
112
  }
113
- div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.awsui_has-sticky-notifications_hyvsj_6otqt_110:not(#\9) {
114
- height: calc(
113
+ div.awsui_background_hyvsj_1pb28_93 > .awsui_sticky-background_hyvsj_1pb28_102.awsui_has-sticky-notifications_hyvsj_1pb28_110:not(#\9) {
114
+ block-size: calc(
115
115
  var(--awsui-notifications-gap-y98gph) + var(--awsui-notifications-height-y98gph) + var(--space-scaled-s-aqzyko, 12px) + var(--awsui-overlap-height-y98gph)
116
116
  );
117
117
  }
@@ -120,7 +120,7 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
120
120
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
121
121
  SPDX-License-Identifier: Apache-2.0
122
122
  */
123
- .awsui_breadcrumbs_hyvsj_6otqt_123:not(#\9) {
123
+ .awsui_breadcrumbs_hyvsj_1pb28_123:not(#\9) {
124
124
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
125
125
  grid-area: breadcrumbs;
126
126
  /*
@@ -130,7 +130,7 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
130
130
  be lifted so it doesn't render behind the background element.
131
131
  */
132
132
  }
133
- .awsui_breadcrumbs_hyvsj_6otqt_123.awsui_has-sticky-background_hyvsj_6otqt_133:not(#\9) {
133
+ .awsui_breadcrumbs_hyvsj_1pb28_123.awsui_has-sticky-background_hyvsj_1pb28_133:not(#\9) {
134
134
  z-index: 799;
135
135
  }
136
136
 
@@ -142,32 +142,32 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
142
142
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
143
143
  SPDX-License-Identifier: Apache-2.0
144
144
  */
145
- .awsui_drawers-container_hyvsj_6otqt_145:not(#\9) {
145
+ .awsui_drawers-container_hyvsj_1pb28_145:not(#\9) {
146
146
  background-color: transparent;
147
147
  display: flex;
148
148
  grid-column: 5;
149
149
  grid-row: 1/span 10;
150
- height: var(--awsui-content-height-y98gph);
150
+ block-size: var(--awsui-content-height-y98gph);
151
151
  pointer-events: none;
152
152
  position: sticky;
153
- top: var(--awsui-offset-top-y98gph);
153
+ inset-block-start: var(--awsui-offset-top-y98gph);
154
154
  z-index: 830;
155
155
  }
156
- .awsui_drawers-container_hyvsj_6otqt_145.awsui_has-open-drawer_hyvsj_6otqt_156:not(#\9) {
156
+ .awsui_drawers-container_hyvsj_1pb28_145.awsui_has-open-drawer_hyvsj_1pb28_156:not(#\9) {
157
157
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
158
158
  box-shadow: var(--shadow-panel-ezyqp4, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
159
159
  }
160
160
  @media (min-width: 689px) {
161
- .awsui_drawers-container_hyvsj_6otqt_145:not(#\9) {
161
+ .awsui_drawers-container_hyvsj_1pb28_145:not(#\9) {
162
162
  /* stylelint-disable scss/operator-no-newline-after */
163
- max-width: calc(var(--awsui-layout-width-y98gph) - var(--awsui-main-offset-left-y98gph) - var(--awsui-default-min-content-width-y98gph) - var(--awsui-content-gap-right-y98gph));
163
+ max-inline-size: calc(var(--awsui-layout-width-y98gph) - var(--awsui-main-offset-left-y98gph) - var(--awsui-default-min-content-width-y98gph) - var(--awsui-content-gap-right-y98gph));
164
164
  /* stylelint-enable scss/operator-no-newline-after */
165
165
  }
166
166
  }
167
167
  @media (max-width: 688px) {
168
- .awsui_drawers-container_hyvsj_6otqt_145:not(#\9) {
168
+ .awsui_drawers-container_hyvsj_1pb28_145:not(#\9) {
169
169
  position: fixed;
170
- right: 0;
170
+ inset-inline-end: 0;
171
171
  z-index: 1001;
172
172
  /*
173
173
  When disableBodyScroll is true the offsetTop will be relative to the
@@ -177,12 +177,12 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
177
177
  relative to the body.
178
178
  */
179
179
  }
180
- .awsui_drawers-container_hyvsj_6otqt_145.awsui_disable-body-scroll_hyvsj_6otqt_180:not(#\9) {
181
- top: var(--awsui-header-height-y98gph);
180
+ .awsui_drawers-container_hyvsj_1pb28_145.awsui_disable-body-scroll_hyvsj_1pb28_180:not(#\9) {
181
+ inset-block-start: var(--awsui-header-height-y98gph);
182
182
  }
183
183
  }
184
184
 
185
- .awsui_drawers-desktop-triggers-container_hyvsj_6otqt_185:not(#\9) {
185
+ .awsui_drawers-desktop-triggers-container_hyvsj_1pb28_185:not(#\9) {
186
186
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
187
187
  border-collapse: separate;
188
188
  border-spacing: 0;
@@ -221,63 +221,64 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
221
221
  -moz-osx-font-smoothing: auto;
222
222
  background-color: transparent;
223
223
  box-sizing: border-box;
224
- height: 100%;
224
+ block-size: 100%;
225
225
  overflow-y: hidden;
226
226
  overflow-x: hidden;
227
227
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
228
228
  overscroll-behavior-y: contain;
229
229
  }
230
- .awsui_drawers-desktop-triggers-container_hyvsj_6otqt_185:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_6otqt_204).awsui_has-open-drawer_hyvsj_6otqt_156 {
231
- width: 0;
230
+ .awsui_drawers-desktop-triggers-container_hyvsj_1pb28_185:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_1pb28_204).awsui_has-open-drawer_hyvsj_1pb28_156 {
231
+ inline-size: 0;
232
232
  }
233
- .awsui_drawers-desktop-triggers-container_hyvsj_6otqt_185.awsui_has-multiple-triggers_hyvsj_6otqt_204.awsui_has-open-drawer_hyvsj_6otqt_156:not(#\9) {
233
+ .awsui_drawers-desktop-triggers-container_hyvsj_1pb28_185.awsui_has-multiple-triggers_hyvsj_1pb28_204.awsui_has-open-drawer_hyvsj_1pb28_156:not(#\9) {
234
234
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
235
235
  }
236
- .awsui_drawers-desktop-triggers-container_hyvsj_6otqt_185:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_6otqt_204):not(.awsui_has-open-drawer_hyvsj_6otqt_156) {
237
- width: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
236
+ .awsui_drawers-desktop-triggers-container_hyvsj_1pb28_185:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_1pb28_204):not(.awsui_has-open-drawer_hyvsj_1pb28_156) {
237
+ inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
238
238
  }
239
239
 
240
- .awsui_drawers-mobile-triggers-container_hyvsj_6otqt_214:not(#\9) {
240
+ .awsui_drawers-mobile-triggers-container_hyvsj_1pb28_214:not(#\9) {
241
241
  display: flex;
242
242
  }
243
243
 
244
- .awsui_drawers-trigger-content_hyvsj_6otqt_218:not(#\9) {
244
+ .awsui_drawers-trigger-content_hyvsj_1pb28_218:not(#\9) {
245
245
  align-items: center;
246
246
  display: flex;
247
247
  flex-direction: column;
248
248
  gap: var(--space-xs-zb16t3, 8px);
249
- padding-top: var(--space-scaled-s-aqzyko, 12px);
250
- width: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
249
+ padding-block-start: var(--space-scaled-s-aqzyko, 12px);
250
+ inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
251
251
  }
252
- .awsui_drawers-trigger-content_hyvsj_6otqt_218:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_6otqt_204).awsui_has-open-drawer_hyvsj_6otqt_156 {
252
+ .awsui_drawers-trigger-content_hyvsj_1pb28_218:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_1pb28_204).awsui_has-open-drawer_hyvsj_1pb28_156 {
253
253
  opacity: 0;
254
254
  }
255
- .awsui_drawers-trigger-content_hyvsj_6otqt_218:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_6otqt_204):not(.awsui_has-open-drawer_hyvsj_6otqt_156) {
255
+ .awsui_drawers-trigger-content_hyvsj_1pb28_218:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_1pb28_204):not(.awsui_has-open-drawer_hyvsj_1pb28_156) {
256
256
  opacity: 1;
257
257
  }
258
- .awsui_drawers-trigger-content_hyvsj_6otqt_218 > .awsui_drawers-trigger-overflow_hyvsj_6otqt_232:not(#\9) {
259
- padding: 0 1px;
258
+ .awsui_drawers-trigger-content_hyvsj_1pb28_218 > .awsui_drawers-trigger-overflow_hyvsj_1pb28_232:not(#\9) {
259
+ padding-block: 0;
260
+ padding-inline: 1px;
260
261
  display: flex;
261
262
  align-items: center;
262
263
  justify-content: center;
263
264
  }
264
265
 
265
266
  @media (max-width: 688px) {
266
- .awsui_drawers-trigger_hyvsj_6otqt_218:not(#\9) {
267
- width: 40px;
267
+ .awsui_drawers-trigger_hyvsj_1pb28_218:not(#\9) {
268
+ inline-size: 40px;
268
269
  display: flex;
269
270
  justify-content: center;
270
271
  }
271
272
  }
272
273
 
273
- .awsui_drawer_hyvsj_6otqt_145:not(#\9) {
274
+ .awsui_drawer_hyvsj_1pb28_145:not(#\9) {
274
275
  --awsui-drawer-size-y98gph: 290px;
275
276
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
276
277
  border-color: transparent;
277
278
  display: grid;
278
279
  grid-template-columns: var(--space-m-udix3p, 16px) 1fr;
279
280
  flex-shrink: 0;
280
- height: 100%;
281
+ block-size: 100%;
281
282
  overflow-y: hidden;
282
283
  overflow-x: hidden;
283
284
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
@@ -285,51 +286,51 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
285
286
  pointer-events: auto;
286
287
  word-wrap: break-word;
287
288
  }
288
- .awsui_drawer_hyvsj_6otqt_145 > .awsui_drawer-content-container_hyvsj_6otqt_262:not(#\9) {
289
+ .awsui_drawer_hyvsj_1pb28_145 > .awsui_drawer-content-container_hyvsj_1pb28_263:not(#\9) {
289
290
  grid-column: 1/span 2;
290
291
  grid-row: 1;
291
- width: var(--awsui-drawer-size-y98gph);
292
+ inline-size: var(--awsui-drawer-size-y98gph);
292
293
  display: grid;
293
294
  grid-template-columns: var(--space-m-udix3p, 16px) 1fr auto var(--space-m-udix3p, 16px);
294
295
  grid-template-rows: var(--size-vertical-panel-icon-offset-wy8j08, 15px) auto 1fr;
295
296
  overflow-y: auto;
296
297
  }
297
- .awsui_drawer_hyvsj_6otqt_145 > .awsui_drawer-content-container_hyvsj_6otqt_262 > .awsui_drawer-close-button_hyvsj_6otqt_271:not(#\9) {
298
+ .awsui_drawer_hyvsj_1pb28_145 > .awsui_drawer-content-container_hyvsj_1pb28_263 > .awsui_drawer-close-button_hyvsj_1pb28_272:not(#\9) {
298
299
  grid-column: 3;
299
300
  grid-row: 2;
300
301
  z-index: 1;
301
302
  }
302
- .awsui_drawer_hyvsj_6otqt_145 > .awsui_drawer-content-container_hyvsj_6otqt_262 > .awsui_drawer-content_hyvsj_6otqt_262:not(#\9) {
303
+ .awsui_drawer_hyvsj_1pb28_145 > .awsui_drawer-content-container_hyvsj_1pb28_263 > .awsui_drawer-content_hyvsj_1pb28_263:not(#\9) {
303
304
  grid-column: 1/span 4;
304
305
  }
305
- .awsui_drawer_hyvsj_6otqt_145 > .awsui_drawer-content-container_hyvsj_6otqt_262 > .awsui_drawer-content_hyvsj_6otqt_262.awsui_drawer-content-hidden_hyvsj_6otqt_279:not(#\9) {
306
+ .awsui_drawer_hyvsj_1pb28_145 > .awsui_drawer-content-container_hyvsj_1pb28_263 > .awsui_drawer-content_hyvsj_1pb28_263.awsui_drawer-content-hidden_hyvsj_1pb28_280:not(#\9) {
306
307
  display: none;
307
308
  }
308
- .awsui_drawer_hyvsj_6otqt_145 > .awsui_drawer-slider_hyvsj_6otqt_282:not(#\9) {
309
+ .awsui_drawer_hyvsj_1pb28_145 > .awsui_drawer-slider_hyvsj_1pb28_283:not(#\9) {
309
310
  grid-column: 1;
310
311
  grid-row: 1;
311
- height: 100%;
312
+ block-size: 100%;
312
313
  display: flex;
313
314
  align-items: center;
314
315
  }
315
- .awsui_drawer_hyvsj_6otqt_145:not(#\9):not(.awsui_is-drawer-open_hyvsj_6otqt_289) {
316
+ .awsui_drawer_hyvsj_1pb28_145:not(#\9):not(.awsui_is-drawer-open_hyvsj_1pb28_290) {
316
317
  opacity: 0;
317
- width: 0;
318
+ inline-size: 0;
318
319
  }
319
- .awsui_drawer_hyvsj_6otqt_145.awsui_is-drawer-open_hyvsj_6otqt_289:not(#\9) {
320
- border-right: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
320
+ .awsui_drawer_hyvsj_1pb28_145.awsui_is-drawer-open_hyvsj_1pb28_290:not(#\9) {
321
+ border-inline-end: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
321
322
  opacity: 1;
322
- width: var(--awsui-drawer-size-y98gph);
323
+ inline-size: var(--awsui-drawer-size-y98gph);
323
324
  }
324
325
  @media (min-width: 2541px) {
325
- .awsui_drawer_hyvsj_6otqt_145.awsui_is-drawer-open_hyvsj_6otqt_289:not(#\9) {
326
+ .awsui_drawer_hyvsj_1pb28_145.awsui_is-drawer-open_hyvsj_1pb28_290:not(#\9) {
326
327
  --awsui-drawer-size-y98gph: 320px;
327
328
  }
328
329
  }
329
330
  @media (max-width: 688px) {
330
- .awsui_drawer_hyvsj_6otqt_145.awsui_is-drawer-open_hyvsj_6otqt_289:not(#\9) {
331
+ .awsui_drawer_hyvsj_1pb28_145.awsui_is-drawer-open_hyvsj_1pb28_290:not(#\9) {
331
332
  --awsui-drawer-size-y98gph: 100vw;
332
- width: 100vw;
333
+ inline-size: 100vw;
333
334
  }
334
335
  }
335
336
 
@@ -337,7 +338,7 @@ div.awsui_background_hyvsj_6otqt_93 > .awsui_sticky-background_hyvsj_6otqt_102.a
337
338
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
338
339
  SPDX-License-Identifier: Apache-2.0
339
340
  */
340
- header.awsui_content_hyvsj_6otqt_314:not(#\9) {
341
+ header.awsui_content_hyvsj_1pb28_315:not(#\9) {
341
342
  grid-area: header;
342
343
  }
343
344
 
@@ -358,7 +359,7 @@ The minimum content width property is set to zero and applied under all
358
359
  circumstances regardless of whether the minContentWidth property is
359
360
  explicitly set in script.
360
361
  */
361
- .awsui_layout_hyvsj_6otqt_335:not(#\9) {
362
+ .awsui_layout_hyvsj_1pb28_336:not(#\9) {
362
363
  --awsui-breadcrumbs-gap-y98gph: 0px;
363
364
  --awsui-content-gap-left-y98gph: 0px;
364
365
  --awsui-content-gap-right-y98gph: 0px;
@@ -388,7 +389,7 @@ explicitly set in script.
388
389
  grid-template-areas: ". . mobileToolbar . ." ". . notificationsGap . ." ". . notifications . ." ". . breadcrumbsGap . ." ". . breadcrumbs . ." ". . headerGap . ." ". . header . ." ". . mainGap . ." ". . main . ." ". . main . .";
389
390
  grid-template-columns: min-content minmax(var(--awsui-content-gap-left-y98gph), 1fr) minmax(var(--awsui-default-min-content-width-y98gph), var(--awsui-default-max-content-width-y98gph)) minmax(var(--awsui-content-gap-right-y98gph), 1fr) min-content;
390
391
  grid-template-rows: auto var(--awsui-notifications-gap-y98gph) auto var(--awsui-breadcrumbs-gap-y98gph) auto var(--awsui-header-gap-y98gph) auto var(--awsui-main-gap-y98gph) var(--awsui-overlap-height-y98gph) var(--awsui-main-template-rows-y98gph);
391
- min-height: var(--awsui-content-height-y98gph);
392
+ min-block-size: var(--awsui-content-height-y98gph);
392
393
  position: relative;
393
394
  /*
394
395
  Add unified max-width for AppLayout content based on breakpoints. Only use the max content
@@ -441,139 +442,139 @@ explicitly set in script.
441
442
  */
442
443
  }
443
444
  @media (min-width: 1401px) {
444
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418) {
445
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419) {
445
446
  --awsui-default-max-content-width-y98gph: 1280px;
446
447
  }
447
448
  }
448
449
  @media (min-width: 1921px) {
449
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418) {
450
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419) {
450
451
  --awsui-default-max-content-width-y98gph: 1440px;
451
452
  }
452
453
  }
453
454
  @media (min-width: 2541px) {
454
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418) {
455
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419) {
455
456
  --awsui-default-max-content-width-y98gph: 1620px;
456
457
  }
457
458
  }
458
459
  @media (min-width: 1401px) {
459
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418).awsui_content-type-dashboard_hyvsj_6otqt_433 {
460
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419).awsui_content-type-dashboard_hyvsj_1pb28_434 {
460
461
  --awsui-default-max-content-width-y98gph: 1280px;
461
462
  }
462
463
  }
463
464
  @media (min-width: 1921px) {
464
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418).awsui_content-type-dashboard_hyvsj_6otqt_433 {
465
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419).awsui_content-type-dashboard_hyvsj_1pb28_434 {
465
466
  --awsui-default-max-content-width-y98gph: 1620px;
466
467
  }
467
468
  }
468
469
  @media (min-width: 2541px) {
469
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418).awsui_content-type-dashboard_hyvsj_6otqt_433 {
470
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419).awsui_content-type-dashboard_hyvsj_1pb28_434 {
470
471
  --awsui-default-max-content-width-y98gph: 2160px;
471
472
  }
472
473
  }
473
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418).awsui_content-type-table_hyvsj_6otqt_447, .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-max-content-width_hyvsj_6otqt_418).awsui_content-type-cards_hyvsj_6otqt_447 {
474
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419).awsui_content-type-table_hyvsj_1pb28_448, .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_1pb28_419).awsui_content-type-cards_hyvsj_1pb28_448 {
474
475
  --awsui-default-max-content-width-y98gph: 100%;
475
476
  }
476
- .awsui_layout_hyvsj_6otqt_335.awsui_has-max-content-width_hyvsj_6otqt_418:not(#\9) {
477
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-max-content-width_hyvsj_1pb28_419:not(#\9) {
477
478
  --awsui-default-max-content-width-y98gph: var(--awsui-max-content-width-y98gph);
478
479
  }
479
- .awsui_layout_hyvsj_6otqt_335.awsui_is-overlap-disabled_hyvsj_6otqt_453:not(#\9) {
480
+ .awsui_layout_hyvsj_1pb28_336.awsui_is-overlap-disabled_hyvsj_1pb28_454:not(#\9) {
480
481
  --awsui-overlap-height-y98gph: 0;
481
482
  }
482
- .awsui_layout_hyvsj_6otqt_335.awsui_is-hide-mobile-toolbar_hyvsj_6otqt_456:not(#\9) {
483
+ .awsui_layout_hyvsj_1pb28_336.awsui_is-hide-mobile-toolbar_hyvsj_1pb28_457:not(#\9) {
483
484
  --awsui-mobile-bar-height-y98gph: 0px;
484
485
  }
485
486
  @media (min-width: 993px) {
486
- .awsui_layout_hyvsj_6otqt_335:not(#\9) {
487
+ .awsui_layout_hyvsj_1pb28_336:not(#\9) {
487
488
  --awsui-default-min-content-width-y98gph: var(--awsui-min-content-width-y98gph, 280px);
488
489
  }
489
490
  }
490
491
  @media (max-width: 992px) {
491
- .awsui_layout_hyvsj_6otqt_335:not(#\9) {
492
+ .awsui_layout_hyvsj_1pb28_336:not(#\9) {
492
493
  --awsui-default-min-content-width-y98gph: 0px;
493
494
  }
494
495
  }
495
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_6otqt_110):not(.awsui_has-sticky-background_hyvsj_6otqt_133) {
496
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_1pb28_110):not(.awsui_has-sticky-background_hyvsj_1pb28_133) {
496
497
  --awsui-offset-top-with-notifications-y98gph: var(--awsui-header-height-y98gph);
497
498
  }
498
- .awsui_layout_hyvsj_6otqt_335:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_6otqt_110).awsui_has-sticky-background_hyvsj_6otqt_133 {
499
+ .awsui_layout_hyvsj_1pb28_336:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_1pb28_110).awsui_has-sticky-background_hyvsj_1pb28_133 {
499
500
  --awsui-offset-top-with-notifications-y98gph: calc(var(--awsui-header-height-y98gph) + var(--space-scaled-s-aqzyko, 12px));
500
501
  }
501
- .awsui_layout_hyvsj_6otqt_335.awsui_has-sticky-notifications_hyvsj_6otqt_110:not(#\9):not(.awsui_has-sticky-background_hyvsj_6otqt_133) {
502
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-sticky-notifications_hyvsj_1pb28_110:not(#\9):not(.awsui_has-sticky-background_hyvsj_1pb28_133) {
502
503
  --awsui-offset-top-with-notifications-y98gph: calc(
503
504
  var(--awsui-offset-top-y98gph) + var(--awsui-notifications-gap-y98gph) +
504
505
  var(--awsui-notifications-height-y98gph) + var(--space-xxxs-zbmxqb, 2px)
505
506
  );
506
507
  }
507
- .awsui_layout_hyvsj_6otqt_335.awsui_has-sticky-notifications_hyvsj_6otqt_110.awsui_has-sticky-background_hyvsj_6otqt_133:not(#\9) {
508
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-sticky-notifications_hyvsj_1pb28_110.awsui_has-sticky-background_hyvsj_1pb28_133:not(#\9) {
508
509
  --awsui-offset-top-with-notifications-y98gph: calc(
509
510
  var(--awsui-offset-top-y98gph) + var(--awsui-notifications-gap-y98gph) +
510
511
  var(--awsui-notifications-height-y98gph) + var(--space-scaled-s-aqzyko, 12px)
511
512
  );
512
513
  }
513
514
  @media (min-width: 689px) {
514
- .awsui_layout_hyvsj_6otqt_335.awsui_has-content-gap-left_hyvsj_6otqt_488:not(#\9) {
515
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-content-gap-left_hyvsj_1pb28_489:not(#\9) {
515
516
  --awsui-content-gap-left-y98gph: var(--space-layout-content-horizontal-7l52k3, 24px);
516
517
  }
517
- .awsui_layout_hyvsj_6otqt_335.awsui_has-content-gap-right_hyvsj_6otqt_491:not(#\9) {
518
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-content-gap-right_hyvsj_1pb28_492:not(#\9) {
518
519
  --awsui-content-gap-right-y98gph: var(--space-layout-content-horizontal-7l52k3, 24px);
519
520
  }
520
521
  }
521
522
  @media (max-width: 688px) {
522
- .awsui_layout_hyvsj_6otqt_335:not(#\9) {
523
+ .awsui_layout_hyvsj_1pb28_336:not(#\9) {
523
524
  --awsui-content-gap-left-y98gph: var(--space-l-t419sm, 20px);
524
525
  --awsui-content-gap-right-y98gph: var(--space-l-t419sm, 20px);
525
526
  }
526
527
  }
527
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-notifications_hyvsj_6otqt_501:not(#\9) {
528
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-notifications_hyvsj_1pb28_502:not(#\9) {
528
529
  --awsui-notifications-gap-y98gph: var(--space-xs-zb16t3, 8px);
529
530
  }
530
- .awsui_layout_hyvsj_6otqt_335.awsui_has-breadcrumbs_hyvsj_6otqt_504:not(#\9) {
531
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-breadcrumbs_hyvsj_1pb28_505:not(#\9) {
531
532
  --awsui-breadcrumbs-gap-y98gph: var(--space-scaled-m-mo5yse, 16px);
532
533
  }
533
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-header_hyvsj_6otqt_507:not(#\9), .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-notifications_hyvsj_6otqt_501:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_6otqt_504).awsui_has-header_hyvsj_6otqt_507 {
534
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-header_hyvsj_1pb28_508:not(#\9), .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-notifications_hyvsj_1pb28_502:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1pb28_505).awsui_has-header_hyvsj_1pb28_508 {
534
535
  --awsui-header-gap-y98gph: var(--space-scaled-xs-26e2du, 8px);
535
536
  }
536
- .awsui_layout_hyvsj_6otqt_335.awsui_has-breadcrumbs_hyvsj_6otqt_504.awsui_has-header_hyvsj_6otqt_507:not(#\9) {
537
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-breadcrumbs_hyvsj_1pb28_505.awsui_has-header_hyvsj_1pb28_508:not(#\9) {
537
538
  --awsui-header-gap-y98gph: var(--space-scaled-xs-26e2du, 8px);
538
539
  }
539
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-notifications_hyvsj_6otqt_501:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_6otqt_504):not(.awsui_has-header_hyvsj_6otqt_507) {
540
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-notifications_hyvsj_1pb28_502:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1pb28_505):not(.awsui_has-header_hyvsj_1pb28_508) {
540
541
  --awsui-main-gap-y98gph: var(--space-xs-zb16t3, 8px);
541
542
  }
542
- .awsui_layout_hyvsj_6otqt_335.awsui_has-breadcrumbs_hyvsj_6otqt_504:not(#\9):not(.awsui_has-header_hyvsj_6otqt_507) {
543
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-breadcrumbs_hyvsj_1pb28_505:not(#\9):not(.awsui_has-header_hyvsj_1pb28_508) {
543
544
  --awsui-container-first-gap-y98gph: calc(var(--awsui-breadcrumbs-gap-y98gph) - var(--awsui-main-gap-y98gph));
544
545
  }
545
- .awsui_layout_hyvsj_6otqt_335.awsui_has-breadcrumbs_hyvsj_6otqt_504:not(#\9):not(.awsui_has-header_hyvsj_6otqt_507).awsui_is-overlap-disabled_hyvsj_6otqt_453 {
546
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-breadcrumbs_hyvsj_1pb28_505:not(#\9):not(.awsui_has-header_hyvsj_1pb28_508).awsui_is-overlap-disabled_hyvsj_1pb28_454 {
546
547
  --awsui-main-gap-y98gph: var(--space-scaled-m-mo5yse, 16px);
547
548
  }
548
- .awsui_layout_hyvsj_6otqt_335.awsui_has-breadcrumbs_hyvsj_6otqt_504:not(#\9):not(.awsui_has-header_hyvsj_6otqt_507):not(.awsui_is-overlap-disabled_hyvsj_6otqt_453) {
549
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-breadcrumbs_hyvsj_1pb28_505:not(#\9):not(.awsui_has-header_hyvsj_1pb28_508):not(.awsui_is-overlap-disabled_hyvsj_1pb28_454) {
549
550
  --awsui-main-gap-y98gph: var(--space-scaled-xxs-7597g1, 4px);
550
551
  }
551
- .awsui_layout_hyvsj_6otqt_335.awsui_has-header_hyvsj_6otqt_507:not(#\9) {
552
+ .awsui_layout_hyvsj_1pb28_336.awsui_has-header_hyvsj_1pb28_508:not(#\9) {
552
553
  --awsui-main-gap-y98gph: var(--space-content-header-padding-bottom-y2enua, 16px);
553
554
  }
554
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-main_hyvsj_6otqt_528:not(#\9):not(.awsui_is-overlap-disabled_hyvsj_6otqt_453), .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-main_hyvsj_6otqt_528.awsui_is-overlap-disabled_hyvsj_6otqt_453:not(#\9):not(.awsui_disable-content-paddings_hyvsj_6otqt_528) {
555
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-main_hyvsj_1pb28_529:not(#\9):not(.awsui_is-overlap-disabled_hyvsj_1pb28_454), .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-main_hyvsj_1pb28_529.awsui_is-overlap-disabled_hyvsj_1pb28_454:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1pb28_529) {
555
556
  --awsui-main-gap-y98gph: var(--space-scaled-s-aqzyko, 12px);
556
557
  }
557
558
  @media (min-width: 689px) {
558
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-main_hyvsj_6otqt_528:not(#\9):not(.awsui_has-header_hyvsj_6otqt_507) {
559
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-main_hyvsj_1pb28_529:not(#\9):not(.awsui_has-header_hyvsj_1pb28_508) {
559
560
  --awsui-container-first-overlap-extension-y98gph: var(--space-m-udix3p, 16px);
560
561
  --awsui-container-first-gap-y98gph: var(--space-xxs-p8yyaw, 4px);
561
562
  }
562
563
  }
563
564
  @media (max-width: 688px) {
564
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-notifications_hyvsj_6otqt_501:not(#\9) {
565
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-notifications_hyvsj_1pb28_502:not(#\9) {
565
566
  --awsui-notifications-gap-y98gph: var(--space-scaled-s-aqzyko, 12px);
566
567
  }
567
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-header_hyvsj_6otqt_507:not(#\9) {
568
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-header_hyvsj_1pb28_508:not(#\9) {
568
569
  --awsui-header-gap-y98gph: var(--space-scaled-s-aqzyko, 12px);
569
570
  }
570
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-notifications_hyvsj_6otqt_501:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_6otqt_504).awsui_has-header_hyvsj_6otqt_507 {
571
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-notifications_hyvsj_1pb28_502:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1pb28_505).awsui_has-header_hyvsj_1pb28_508 {
571
572
  --awsui-header-gap-y98gph: var(--space-scaled-s-aqzyko, 12px);
572
573
  }
573
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-notifications_hyvsj_6otqt_501:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_6otqt_504):not(.awsui_has-header_hyvsj_6otqt_507), .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-main_hyvsj_6otqt_528:not(#\9):not(.awsui_is-overlap-disabled_hyvsj_6otqt_453) {
574
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-notifications_hyvsj_1pb28_502:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1pb28_505):not(.awsui_has-header_hyvsj_1pb28_508), .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-main_hyvsj_1pb28_529:not(#\9):not(.awsui_is-overlap-disabled_hyvsj_1pb28_454) {
574
575
  --awsui-main-gap-y98gph: var(--space-scaled-s-aqzyko, 12px);
575
576
  }
576
- .awsui_layout_hyvsj_6otqt_335.awsui_content-first-child-main_hyvsj_6otqt_528.awsui_is-overlap-disabled_hyvsj_6otqt_453:not(#\9):not(.awsui_disable-content-paddings_hyvsj_6otqt_528) {
577
+ .awsui_layout_hyvsj_1pb28_336.awsui_content-first-child-main_hyvsj_1pb28_529.awsui_is-overlap-disabled_hyvsj_1pb28_454:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1pb28_529) {
577
578
  --awsui-main-gap-y98gph: var(--space-scaled-m-mo5yse, 16px);
578
579
  }
579
580
  }
@@ -588,19 +589,19 @@ not matter. The offset top value for AppLayout contentMain children with
588
589
  position: sticky will be the value of the notifications height in addition to the
589
590
  notifications top margin and some additional vertical space for aesthetics.
590
591
  */
591
- .awsui_layout_hyvsj_6otqt_335.awsui_disable-body-scroll_hyvsj_6otqt_180:not(#\9) {
592
+ .awsui_layout_hyvsj_1pb28_336.awsui_disable-body-scroll_hyvsj_1pb28_180:not(#\9) {
592
593
  --awsui-main-template-rows-y98gph: 1fr auto;
593
594
  --awsui-offset-top-y98gph: 0px;
594
- height: var(--awsui-content-height-y98gph);
595
+ block-size: var(--awsui-content-height-y98gph);
595
596
  overflow-y: scroll;
596
597
  }
597
- .awsui_layout_hyvsj_6otqt_335.awsui_disable-body-scroll_hyvsj_6otqt_180.awsui_has-split-panel_hyvsj_6otqt_571.awsui_split-panel-position-bottom_hyvsj_6otqt_571:not(#\9) {
598
+ .awsui_layout_hyvsj_1pb28_336.awsui_disable-body-scroll_hyvsj_1pb28_180.awsui_has-split-panel_hyvsj_1pb28_572.awsui_split-panel-position-bottom_hyvsj_1pb28_572:not(#\9) {
598
599
  --awsui-main-template-rows-y98gph: repeat(2, auto);
599
600
  }
600
- .awsui_layout_hyvsj_6otqt_335.awsui_disable-body-scroll_hyvsj_6otqt_180:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_6otqt_110) {
601
+ .awsui_layout_hyvsj_1pb28_336.awsui_disable-body-scroll_hyvsj_1pb28_180:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_1pb28_110) {
601
602
  --awsui-offset-top-with-notifications-y98gph: 0px;
602
603
  }
603
- .awsui_layout_hyvsj_6otqt_335.awsui_disable-body-scroll_hyvsj_6otqt_180.awsui_has-sticky-notifications_hyvsj_6otqt_110:not(#\9) {
604
+ .awsui_layout_hyvsj_1pb28_336.awsui_disable-body-scroll_hyvsj_1pb28_180.awsui_has-sticky-notifications_hyvsj_1pb28_110:not(#\9) {
604
605
  --awsui-offset-top-with-notifications-y98gph: calc(
605
606
  var(--awsui-notifications-height-y98gph) + var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
606
607
  );
@@ -610,13 +611,13 @@ notifications top margin and some additional vertical space for aesthetics.
610
611
  This CSS class is applied to the document body to prevent overflow scrolling
611
612
  when the navigation or tools drawers are open in responsive viewports.
612
613
  */
613
- .awsui_block-body-scroll_hyvsj_6otqt_587:not(#\9) {
614
+ .awsui_block-body-scroll_hyvsj_1pb28_588:not(#\9) {
614
615
  overflow: hidden;
615
616
  }
616
617
 
617
618
  /* stylelint-disable selector-max-universal, selector-combinator-disallowed-list */
618
- .awsui_unfocusable_hyvsj_6otqt_592:not(#\9),
619
- .awsui_unfocusable_hyvsj_6otqt_592 *:not(#\9) {
619
+ .awsui_unfocusable_hyvsj_1pb28_593:not(#\9),
620
+ .awsui_unfocusable_hyvsj_1pb28_593 *:not(#\9) {
620
621
  visibility: hidden !important;
621
622
  }
622
623
 
@@ -625,9 +626,9 @@ when the navigation or tools drawers are open in responsive viewports.
625
626
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
626
627
  SPDX-License-Identifier: Apache-2.0
627
628
  */
628
- .awsui_container_hyvsj_6otqt_602:not(#\9) {
629
+ .awsui_container_hyvsj_1pb28_603:not(#\9) {
629
630
  grid-area: main;
630
- padding-bottom: var(--space-layout-content-bottom-noqzmw, 40px);
631
+ padding-block-end: var(--space-layout-content-bottom-noqzmw, 40px);
631
632
  /*
632
633
  If the split panel is in the bottom position additional padding will need to be
633
634
  added to the content area. This is to ensure that the user is able to scroll
@@ -642,18 +643,19 @@ when the navigation or tools drawers are open in responsive viewports.
642
643
  on the right, we decrement the column end by one.
643
644
  */
644
645
  }
645
- .awsui_container_hyvsj_6otqt_602.awsui_has-split-panel_hyvsj_6otqt_571.awsui_split-panel-position-bottom_hyvsj_6otqt_571:not(#\9) {
646
- padding-bottom: calc(var(--awsui-split-panel-height-y98gph) + var(--space-layout-content-bottom-noqzmw, 40px));
646
+ .awsui_container_hyvsj_1pb28_603.awsui_has-split-panel_hyvsj_1pb28_572.awsui_split-panel-position-bottom_hyvsj_1pb28_572:not(#\9) {
647
+ padding-block-end: calc(var(--awsui-split-panel-height-y98gph) + var(--space-layout-content-bottom-noqzmw, 40px));
647
648
  }
648
- .awsui_container_hyvsj_6otqt_602.awsui_disable-content-paddings_hyvsj_6otqt_528:not(#\9) {
649
+ .awsui_container_hyvsj_1pb28_603.awsui_disable-content-paddings_hyvsj_1pb28_529:not(#\9) {
649
650
  grid-column: 1/6;
650
- padding: 0;
651
+ padding-block: 0;
652
+ padding-inline: 0;
651
653
  }
652
654
  @media (min-width: 689px) {
653
- .awsui_container_hyvsj_6otqt_602.awsui_disable-content-paddings_hyvsj_6otqt_528.awsui_is-navigation-open_hyvsj_6otqt_627:not(#\9) {
655
+ .awsui_container_hyvsj_1pb28_603.awsui_disable-content-paddings_hyvsj_1pb28_529.awsui_is-navigation-open_hyvsj_1pb28_629:not(#\9) {
654
656
  grid-column-start: 2;
655
657
  }
656
- .awsui_container_hyvsj_6otqt_602.awsui_disable-content-paddings_hyvsj_6otqt_528.awsui_is-tools-open_hyvsj_6otqt_630:not(#\9), .awsui_container_hyvsj_6otqt_602.awsui_disable-content-paddings_hyvsj_6otqt_528.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_split-panel-position-side_hyvsj_6otqt_630:not(#\9), .awsui_container_hyvsj_6otqt_602.awsui_disable-content-paddings_hyvsj_6otqt_528.awsui_has-active-drawer_hyvsj_6otqt_630:not(#\9) {
658
+ .awsui_container_hyvsj_1pb28_603.awsui_disable-content-paddings_hyvsj_1pb28_529.awsui_is-tools-open_hyvsj_1pb28_632:not(#\9), .awsui_container_hyvsj_1pb28_603.awsui_disable-content-paddings_hyvsj_1pb28_529.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_split-panel-position-side_hyvsj_1pb28_632:not(#\9), .awsui_container_hyvsj_1pb28_603.awsui_disable-content-paddings_hyvsj_1pb28_529.awsui_has-active-drawer_hyvsj_1pb28_632:not(#\9) {
657
659
  grid-column-end: 5;
658
660
  }
659
661
  }
@@ -662,47 +664,48 @@ when the navigation or tools drawers are open in responsive viewports.
662
664
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
663
665
  SPDX-License-Identifier: Apache-2.0
664
666
  */
665
- section.awsui_mobile-toolbar_hyvsj_6otqt_639:not(#\9) {
667
+ section.awsui_mobile-toolbar_hyvsj_1pb28_641:not(#\9) {
666
668
  align-items: center;
667
669
  background-color: var(--color-background-home-header-2rudu7, #000716);
668
- border-bottom: 1px solid var(--color-border-divider-default-et9j7s, #e9ebed);
670
+ border-block-end: 1px solid var(--color-border-divider-default-et9j7s, #e9ebed);
669
671
  box-shadow: var(--shadow-panel-toggle-0l64f2, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
670
672
  box-sizing: border-box;
671
- height: var(--awsui-mobile-bar-height-y98gph);
673
+ block-size: var(--awsui-mobile-bar-height-y98gph);
672
674
  display: grid;
673
675
  grid-area: mobileToolbar;
674
676
  grid-column: 1/span 5;
675
677
  grid-template-columns: auto minmax(0, 1fr) auto;
676
- padding: 0 var(--space-m-udix3p, 16px);
678
+ padding-block: 0;
679
+ padding-inline: var(--space-m-udix3p, 16px);
677
680
  position: sticky;
678
- top: var(--awsui-offset-top-y98gph);
681
+ inset-block-start: var(--awsui-offset-top-y98gph);
679
682
  z-index: 1000;
680
683
  }
681
- section.awsui_mobile-toolbar_hyvsj_6otqt_639 > .awsui_mobile-toolbar-nav_hyvsj_6otqt_655:not(#\9) {
684
+ section.awsui_mobile-toolbar_hyvsj_1pb28_641 > .awsui_mobile-toolbar-nav_hyvsj_1pb28_658:not(#\9) {
682
685
  grid-column: 1;
683
- margin-right: var(--space-m-udix3p, 16px);
686
+ margin-inline-end: var(--space-m-udix3p, 16px);
684
687
  }
685
- section.awsui_mobile-toolbar_hyvsj_6otqt_639 > .awsui_mobile-toolbar-breadcrumbs_hyvsj_6otqt_659:not(#\9) {
688
+ section.awsui_mobile-toolbar_hyvsj_1pb28_641 > .awsui_mobile-toolbar-breadcrumbs_hyvsj_1pb28_662:not(#\9) {
686
689
  grid-column: 2;
687
690
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
688
691
  }
689
- section.awsui_mobile-toolbar_hyvsj_6otqt_639 > .awsui_mobile-toolbar-tools_hyvsj_6otqt_663:not(#\9) {
692
+ section.awsui_mobile-toolbar_hyvsj_1pb28_641 > .awsui_mobile-toolbar-tools_hyvsj_1pb28_666:not(#\9) {
690
693
  grid-column: 3;
691
- margin-left: var(--space-m-udix3p, 16px);
694
+ margin-inline-start: var(--space-m-udix3p, 16px);
692
695
  }
693
696
 
694
697
  /*
695
698
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
696
699
  SPDX-License-Identifier: Apache-2.0
697
700
  */
698
- .awsui_navigation-container_hyvsj_6otqt_672:not(#\9) {
701
+ .awsui_navigation-container_hyvsj_1pb28_675:not(#\9) {
699
702
  --awsui-navigation-width-y98gph: 280px;
700
703
  display: flex;
701
704
  grid-column: 1;
702
705
  grid-row: 1/span 10;
703
- height: var(--awsui-content-height-y98gph);
706
+ block-size: var(--awsui-content-height-y98gph);
704
707
  position: sticky;
705
- top: var(--awsui-offset-top-y98gph);
708
+ inset-block-start: var(--awsui-offset-top-y98gph);
706
709
  z-index: 830;
707
710
  /*
708
711
  The navigation and tools containers (that contain the toggle buttons)
@@ -717,13 +720,13 @@ section.awsui_mobile-toolbar_hyvsj_6otqt_639 > .awsui_mobile-toolbar-tools_hyvsj
717
720
  pointer-events: none;
718
721
  }
719
722
  @media (min-width: 2541px) {
720
- .awsui_navigation-container_hyvsj_6otqt_672:not(#\9) {
723
+ .awsui_navigation-container_hyvsj_1pb28_675:not(#\9) {
721
724
  --awsui-navigation-width-y98gph: 320px;
722
725
  }
723
726
  }
724
727
  @media (max-width: 688px) {
725
- .awsui_navigation-container_hyvsj_6otqt_672:not(#\9) {
726
- left: 0;
728
+ .awsui_navigation-container_hyvsj_1pb28_675:not(#\9) {
729
+ inset-inline-start: 0;
727
730
  position: fixed;
728
731
  z-index: 1001;
729
732
  /*
@@ -734,19 +737,20 @@ section.awsui_mobile-toolbar_hyvsj_6otqt_639 > .awsui_mobile-toolbar-tools_hyvsj
734
737
  relative to the body.
735
738
  */
736
739
  }
737
- .awsui_navigation-container_hyvsj_6otqt_672.awsui_disable-body-scroll_hyvsj_6otqt_180:not(#\9) {
738
- top: var(--awsui-header-height-y98gph);
740
+ .awsui_navigation-container_hyvsj_1pb28_675.awsui_disable-body-scroll_hyvsj_1pb28_180:not(#\9) {
741
+ inset-block-start: var(--awsui-header-height-y98gph);
739
742
  }
740
743
  }
741
744
 
742
- nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9) {
743
- padding: var(--space-scaled-s-aqzyko, 12px) var(--space-layout-toggle-padding-lcu6qi, 12px);
745
+ nav.awsui_show-navigation_hyvsj_1pb28_719:not(#\9) {
746
+ padding-block: var(--space-scaled-s-aqzyko, 12px);
747
+ padding-inline: var(--space-layout-toggle-padding-lcu6qi, 12px);
744
748
  /*
745
749
  Apply the animation only in desktop viewports because the MobileToolbar will
746
750
  take control in responsive viewports.
747
751
  */
748
752
  }
749
- @keyframes awsui_showButtons_hyvsj_6otqt_1 {
753
+ @keyframes awsui_showButtons_hyvsj_1pb28_1 {
750
754
  0% {
751
755
  opacity: 0;
752
756
  }
@@ -754,35 +758,35 @@ nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9) {
754
758
  opacity: 1;
755
759
  }
756
760
  }
757
- nav.awsui_show-navigation_hyvsj_6otqt_716.awsui_is-navigation-open_hyvsj_6otqt_627:not(#\9) {
761
+ nav.awsui_show-navigation_hyvsj_1pb28_719.awsui_is-navigation-open_hyvsj_1pb28_629:not(#\9) {
758
762
  display: none;
759
763
  }
760
764
  @media (min-width: 689px) {
761
- nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9):not(.awsui_is-navigation-open_hyvsj_6otqt_627) {
765
+ nav.awsui_show-navigation_hyvsj_1pb28_719:not(#\9):not(.awsui_is-navigation-open_hyvsj_1pb28_629) {
762
766
  display: block;
763
767
  }
764
- nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9):not(.awsui_is-navigation-open_hyvsj_6otqt_627).awsui_animating_hyvsj_6otqt_738 {
765
- animation: awsui_showButtons_hyvsj_6otqt_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
768
+ nav.awsui_show-navigation_hyvsj_1pb28_719:not(#\9):not(.awsui_is-navigation-open_hyvsj_1pb28_629).awsui_animating_hyvsj_1pb28_742 {
769
+ animation: awsui_showButtons_hyvsj_1pb28_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
766
770
  }
767
771
  }
768
772
  @media (min-width: 689px) and (prefers-reduced-motion: reduce) {
769
- nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9):not(.awsui_is-navigation-open_hyvsj_6otqt_627).awsui_animating_hyvsj_6otqt_738 {
773
+ nav.awsui_show-navigation_hyvsj_1pb28_719:not(#\9):not(.awsui_is-navigation-open_hyvsj_1pb28_629).awsui_animating_hyvsj_1pb28_742 {
770
774
  animation: none;
771
775
  transition: none;
772
776
  }
773
777
  }
774
778
  @media (min-width: 689px) {
775
- .awsui-motion-disabled nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9):not(.awsui_is-navigation-open_hyvsj_6otqt_627).awsui_animating_hyvsj_6otqt_738, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_6otqt_716:not(#\9):not(.awsui_is-navigation-open_hyvsj_6otqt_627).awsui_animating_hyvsj_6otqt_738 {
779
+ .awsui-motion-disabled nav.awsui_show-navigation_hyvsj_1pb28_719:not(#\9):not(.awsui_is-navigation-open_hyvsj_1pb28_629).awsui_animating_hyvsj_1pb28_742, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_1pb28_719:not(#\9):not(.awsui_is-navigation-open_hyvsj_1pb28_629).awsui_animating_hyvsj_1pb28_742 {
776
780
  animation: none;
777
781
  transition: none;
778
782
  }
779
783
  }
780
784
 
781
- nav.awsui_navigation_hyvsj_6otqt_672:not(#\9) {
785
+ nav.awsui_navigation_hyvsj_1pb28_675:not(#\9) {
782
786
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
783
787
  box-shadow: var(--shadow-panel-ezyqp4, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
784
- bottom: 0;
785
- height: 100%;
788
+ inset-block-end: 0;
789
+ block-size: 100%;
786
790
  overflow-x: hidden;
787
791
  overflow-y: auto;
788
792
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
@@ -796,62 +800,62 @@ nav.awsui_navigation_hyvsj_6otqt_672:not(#\9) {
796
800
  prevent unwanted text wrapping.
797
801
  */
798
802
  }
799
- @keyframes awsui_openNavigation_hyvsj_6otqt_1 {
803
+ @keyframes awsui_openNavigation_hyvsj_1pb28_1 {
800
804
  from {
801
805
  opacity: 0;
802
- width: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
806
+ inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
803
807
  }
804
808
  to {
805
809
  opacity: 1;
806
- width: var(--awsui-navigation-width-y98gph);
810
+ inline-size: var(--awsui-navigation-width-y98gph);
807
811
  }
808
812
  }
809
- nav.awsui_navigation_hyvsj_6otqt_672:not(#\9):not(.awsui_is-navigation-open_hyvsj_6otqt_627) {
810
- width: 0;
813
+ nav.awsui_navigation_hyvsj_1pb28_675:not(#\9):not(.awsui_is-navigation-open_hyvsj_1pb28_629) {
814
+ inline-size: 0;
811
815
  display: none;
812
816
  }
813
- nav.awsui_navigation_hyvsj_6otqt_672.awsui_is-navigation-open_hyvsj_6otqt_627.awsui_animating_hyvsj_6otqt_738:not(#\9) {
814
- animation: awsui_openNavigation_hyvsj_6otqt_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
817
+ nav.awsui_navigation_hyvsj_1pb28_675.awsui_is-navigation-open_hyvsj_1pb28_629.awsui_animating_hyvsj_1pb28_742:not(#\9) {
818
+ animation: awsui_openNavigation_hyvsj_1pb28_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
815
819
  }
816
820
  @media (prefers-reduced-motion: reduce) {
817
- nav.awsui_navigation_hyvsj_6otqt_672.awsui_is-navigation-open_hyvsj_6otqt_627.awsui_animating_hyvsj_6otqt_738:not(#\9) {
821
+ nav.awsui_navigation_hyvsj_1pb28_675.awsui_is-navigation-open_hyvsj_1pb28_629.awsui_animating_hyvsj_1pb28_742:not(#\9) {
818
822
  animation: none;
819
823
  transition: none;
820
824
  }
821
825
  }
822
- .awsui-motion-disabled nav.awsui_navigation_hyvsj_6otqt_672.awsui_is-navigation-open_hyvsj_6otqt_627.awsui_animating_hyvsj_6otqt_738:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_6otqt_672.awsui_is-navigation-open_hyvsj_6otqt_627.awsui_animating_hyvsj_6otqt_738:not(#\9) {
826
+ .awsui-motion-disabled nav.awsui_navigation_hyvsj_1pb28_675.awsui_is-navigation-open_hyvsj_1pb28_629.awsui_animating_hyvsj_1pb28_742:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_1pb28_675.awsui_is-navigation-open_hyvsj_1pb28_629.awsui_animating_hyvsj_1pb28_742:not(#\9) {
823
827
  animation: none;
824
828
  transition: none;
825
829
  }
826
- nav.awsui_navigation_hyvsj_6otqt_672 > .awsui_animated-content_hyvsj_6otqt_800:not(#\9) {
827
- width: var(--awsui-navigation-width-y98gph);
830
+ nav.awsui_navigation_hyvsj_1pb28_675 > .awsui_animated-content_hyvsj_1pb28_804:not(#\9) {
831
+ inline-size: var(--awsui-navigation-width-y98gph);
828
832
  }
829
833
  @media (max-width: 688px) {
830
- nav.awsui_navigation_hyvsj_6otqt_672:not(#\9) {
834
+ nav.awsui_navigation_hyvsj_1pb28_675:not(#\9) {
831
835
  --awsui-navigation-width-y98gph: 100vw;
832
836
  }
833
837
  }
834
838
 
835
- .awsui_hide-navigation_hyvsj_6otqt_809:not(#\9) {
839
+ .awsui_hide-navigation_hyvsj_1pb28_813:not(#\9) {
836
840
  position: absolute;
837
- right: var(--space-m-udix3p, 16px);
838
- top: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
841
+ inset-inline-end: var(--space-m-udix3p, 16px);
842
+ inset-block-start: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
839
843
  }
840
844
 
841
845
  /*
842
846
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
843
847
  SPDX-License-Identifier: Apache-2.0
844
848
  */
845
- .awsui_notifications_hyvsj_6otqt_819:not(#\9) {
849
+ .awsui_notifications_hyvsj_1pb28_823:not(#\9) {
846
850
  color: var(--color-text-body-default-2sxhhn, #000716);
847
851
  grid-area: notifications;
848
852
  z-index: 850;
849
853
  }
850
854
  @media (min-width: 689px) {
851
- .awsui_notifications_hyvsj_6otqt_819.awsui_sticky-notifications_hyvsj_6otqt_825:not(#\9) {
855
+ .awsui_notifications_hyvsj_1pb28_823.awsui_sticky-notifications_hyvsj_1pb28_829:not(#\9) {
852
856
  --awsui-flashbar-sticky-bottom-margin-y98gph: var(--space-xxl-cu2m1r, 32px);
853
857
  position: sticky;
854
- top: calc(var(--awsui-offset-top-y98gph) + var(--space-xs-zb16t3, 8px));
858
+ inset-block-start: calc(var(--awsui-offset-top-y98gph) + var(--space-xs-zb16t3, 8px));
855
859
  }
856
860
  }
857
861
 
@@ -865,17 +869,17 @@ as the content area. This row is defined as 1 fractional unit which will
865
869
  consume the remaining vertical space in the grid after the notifications
866
870
  and breadcrumbs.
867
871
  */
868
- section.awsui_split-panel-bottom_hyvsj_6otqt_842:not(#\9) {
872
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846:not(#\9) {
869
873
  /*
870
874
  The align self property will position the split panel at the bottom of the grid row.
871
875
  This could be off the viewport if the content area has enough content to be scrollable.
872
876
  */
873
877
  align-self: end;
874
- bottom: var(--awsui-footer-height-y98gph);
878
+ inset-block-end: var(--awsui-footer-height-y98gph);
875
879
  display: none;
876
880
  grid-column: 1/6;
877
881
  grid-row: 10;
878
- height: auto;
882
+ block-size: auto;
879
883
  overflow-y: hidden;
880
884
  /*
881
885
  The position sticky will work in conjunction with the align self: end; property.
@@ -901,48 +905,48 @@ section.awsui_split-panel-bottom_hyvsj_6otqt_842:not(#\9) {
901
905
  apply the animation to the height property.
902
906
  */
903
907
  }
904
- @keyframes awsui_openSplitPanelBottom_hyvsj_6otqt_1 {
908
+ @keyframes awsui_openSplitPanelBottom_hyvsj_1pb28_1 {
905
909
  from {
906
- height: var(--awsui-split-panel-reported-header-size-y98gph, 0);
910
+ block-size: var(--awsui-split-panel-reported-header-size-y98gph, 0);
907
911
  }
908
912
  to {
909
- height: var(--awsui-split-panel-reported-size-y98gph);
913
+ block-size: var(--awsui-split-panel-reported-size-y98gph);
910
914
  }
911
915
  }
912
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_disable-body-scroll_hyvsj_6otqt_180:not(#\9) {
913
- bottom: 0;
916
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_disable-body-scroll_hyvsj_1pb28_180:not(#\9) {
917
+ inset-block-end: 0;
914
918
  }
915
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_is-navigation-open_hyvsj_6otqt_627.awsui_position-bottom_hyvsj_6otqt_889:not(#\9) {
919
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_is-navigation-open_hyvsj_1pb28_629.awsui_position-bottom_hyvsj_1pb28_893:not(#\9) {
916
920
  grid-column-start: 2;
917
921
  }
918
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_has-open-drawer_hyvsj_6otqt_156.awsui_position-bottom_hyvsj_6otqt_889:not(#\9) {
922
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_has-open-drawer_hyvsj_1pb28_156.awsui_position-bottom_hyvsj_1pb28_893:not(#\9) {
919
923
  grid-column-end: 5;
920
924
  }
921
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_position-bottom_hyvsj_6otqt_889:not(#\9) {
925
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_position-bottom_hyvsj_1pb28_893:not(#\9) {
922
926
  display: block;
923
927
  }
924
- section.awsui_split-panel-bottom_hyvsj_6otqt_842:not(#\9):not(.awsui_is-split-panel-open_hyvsj_6otqt_630).awsui_position-bottom_hyvsj_6otqt_889 {
928
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846:not(#\9):not(.awsui_is-split-panel-open_hyvsj_1pb28_632).awsui_position-bottom_hyvsj_1pb28_893 {
925
929
  box-shadow: rgba(0, 7, 22, 0.1) 0px -32px 32px -24px;
926
930
  }
927
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_position-bottom_hyvsj_6otqt_889:not(#\9) {
931
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_position-bottom_hyvsj_1pb28_893:not(#\9) {
928
932
  box-shadow: var(--shadow-split-bottom-5e389u, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
929
933
  }
930
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_position-bottom_hyvsj_6otqt_889.awsui_animating_hyvsj_6otqt_738:not(#\9) {
931
- animation: awsui_openSplitPanelBottom_hyvsj_6otqt_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
934
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_position-bottom_hyvsj_1pb28_893.awsui_animating_hyvsj_1pb28_742:not(#\9) {
935
+ animation: awsui_openSplitPanelBottom_hyvsj_1pb28_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
932
936
  }
933
937
  @media (prefers-reduced-motion: reduce) {
934
- section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_position-bottom_hyvsj_6otqt_889.awsui_animating_hyvsj_6otqt_738:not(#\9) {
938
+ section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_position-bottom_hyvsj_1pb28_893.awsui_animating_hyvsj_1pb28_742:not(#\9) {
935
939
  animation: none;
936
940
  transition: none;
937
941
  }
938
942
  }
939
- .awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_position-bottom_hyvsj_6otqt_889.awsui_animating_hyvsj_6otqt_738:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_6otqt_842.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_position-bottom_hyvsj_6otqt_889.awsui_animating_hyvsj_6otqt_738:not(#\9) {
943
+ .awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_position-bottom_hyvsj_1pb28_893.awsui_animating_hyvsj_1pb28_742:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_1pb28_846.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_position-bottom_hyvsj_1pb28_893.awsui_animating_hyvsj_1pb28_742:not(#\9) {
940
944
  animation: none;
941
945
  transition: none;
942
946
  }
943
947
 
944
- section.awsui_split-panel-side_hyvsj_6otqt_918:not(#\9) {
945
- height: 100%;
948
+ section.awsui_split-panel-side_hyvsj_1pb28_922:not(#\9) {
949
+ block-size: 100%;
946
950
  overflow-x: hidden;
947
951
  pointer-events: auto;
948
952
  /*
@@ -951,13 +955,13 @@ section.awsui_split-panel-side_hyvsj_6otqt_918:not(#\9) {
951
955
  be persistent in the DOM when closed.
952
956
  */
953
957
  }
954
- section.awsui_split-panel-side_hyvsj_6otqt_918:not(#\9):not(.awsui_is-split-panel-open_hyvsj_6otqt_630), section.awsui_split-panel-side_hyvsj_6otqt_918.awsui_position-bottom_hyvsj_6otqt_889:not(#\9) {
955
- width: 0;
958
+ section.awsui_split-panel-side_hyvsj_1pb28_922:not(#\9):not(.awsui_is-split-panel-open_hyvsj_1pb28_632), section.awsui_split-panel-side_hyvsj_1pb28_922.awsui_position-bottom_hyvsj_1pb28_893:not(#\9) {
959
+ inline-size: 0;
956
960
  }
957
- section.awsui_split-panel-side_hyvsj_6otqt_918.awsui_is-split-panel-open_hyvsj_6otqt_630.awsui_position-side_hyvsj_6otqt_931:not(#\9) {
961
+ section.awsui_split-panel-side_hyvsj_1pb28_922.awsui_is-split-panel-open_hyvsj_1pb28_632.awsui_position-side_hyvsj_1pb28_935:not(#\9) {
958
962
  box-shadow: var(--shadow-panel-ezyqp4, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
959
- max-width: var(--awsui-split-panel-max-width-y98gph, 280px);
960
- min-width: var(--awsui-split-panel-min-width-y98gph, 280px);
963
+ max-inline-size: var(--awsui-split-panel-max-width-y98gph, 280px);
964
+ min-inline-size: var(--awsui-split-panel-min-width-y98gph, 280px);
961
965
  }
962
966
 
963
967
  /*
@@ -973,7 +977,7 @@ content width has a default value that can be set directly with the minContentWi
973
977
  property. The content gap right is computed in the Layout styles based on the
974
978
  viewport size and state of the Tools drawer.
975
979
  */
976
- .awsui_tools-container_hyvsj_6otqt_950:not(#\9) {
980
+ .awsui_tools-container_hyvsj_1pb28_954:not(#\9) {
977
981
  /* stylelint-disable scss/operator-no-newline-after */
978
982
  --awsui-tools-max-width-y98gph: calc(var(--awsui-layout-width-y98gph) - var(--awsui-main-offset-left-y98gph) - var(--awsui-default-min-content-width-y98gph) - var(--awsui-content-gap-right-y98gph));
979
983
  /* stylelint-enable scss/operator-no-newline-after */
@@ -981,24 +985,24 @@ viewport size and state of the Tools drawer.
981
985
  display: flex;
982
986
  grid-column: 5;
983
987
  grid-row: 1/span 10;
984
- height: var(--awsui-content-height-y98gph);
985
- max-width: var(--awsui-tools-max-width-y98gph);
988
+ block-size: var(--awsui-content-height-y98gph);
989
+ max-inline-size: var(--awsui-tools-max-width-y98gph);
986
990
  position: sticky;
987
- top: var(--awsui-offset-top-y98gph);
991
+ inset-block-start: var(--awsui-offset-top-y98gph);
988
992
  z-index: 830;
989
993
  pointer-events: none;
990
994
  }
991
995
  @media (min-width: 2541px) {
992
- .awsui_tools-container_hyvsj_6otqt_950:not(#\9) {
996
+ .awsui_tools-container_hyvsj_1pb28_954:not(#\9) {
993
997
  --awsui-tools-width-y98gph: 360px;
994
998
  }
995
999
  }
996
1000
  @media (max-width: 688px) {
997
- .awsui_tools-container_hyvsj_6otqt_950:not(#\9) {
1001
+ .awsui_tools-container_hyvsj_1pb28_954:not(#\9) {
998
1002
  --awsui-tools-max-width-y98gph: none;
999
1003
  --awsui-tools-width-y98gph: auto;
1000
1004
  position: fixed;
1001
- right: 0;
1005
+ inset-inline-end: 0;
1002
1006
  z-index: 1001;
1003
1007
  /*
1004
1008
  When disableBodyScroll is true the offsetTop will be relative to the
@@ -1008,16 +1012,16 @@ viewport size and state of the Tools drawer.
1008
1012
  relative to the body.
1009
1013
  */
1010
1014
  }
1011
- .awsui_tools-container_hyvsj_6otqt_950.awsui_disable-body-scroll_hyvsj_6otqt_180:not(#\9) {
1012
- top: var(--awsui-header-height-y98gph);
1015
+ .awsui_tools-container_hyvsj_1pb28_954.awsui_disable-body-scroll_hyvsj_1pb28_180:not(#\9) {
1016
+ inset-block-start: var(--awsui-header-height-y98gph);
1013
1017
  }
1014
1018
  }
1015
1019
 
1016
- .awsui_tools_hyvsj_6otqt_950:not(#\9) {
1020
+ .awsui_tools_hyvsj_1pb28_954:not(#\9) {
1017
1021
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
1018
1022
  box-shadow: var(--shadow-panel-ezyqp4, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
1019
1023
  flex-shrink: 0;
1020
- height: 100%;
1024
+ block-size: 100%;
1021
1025
  overflow-y: auto;
1022
1026
  overflow-x: hidden;
1023
1027
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
@@ -1037,51 +1041,51 @@ viewport size and state of the Tools drawer.
1037
1041
  in the side position.
1038
1042
  */
1039
1043
  }
1040
- @keyframes awsui_openTools_hyvsj_6otqt_1 {
1044
+ @keyframes awsui_openTools_hyvsj_1pb28_1 {
1041
1045
  from {
1042
1046
  opacity: var(--awsui-tools-animation-starting-opacity-y98gph, 0);
1043
- width: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
1047
+ inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
1044
1048
  }
1045
1049
  to {
1046
1050
  opacity: 1;
1047
- width: var(--awsui-tools-width-y98gph);
1051
+ inline-size: var(--awsui-tools-width-y98gph);
1048
1052
  }
1049
1053
  }
1050
- .awsui_tools_hyvsj_6otqt_950:not(#\9):not(.awsui_is-tools-open_hyvsj_6otqt_630) {
1051
- width: 0;
1054
+ .awsui_tools_hyvsj_1pb28_954:not(#\9):not(.awsui_is-tools-open_hyvsj_1pb28_632) {
1055
+ inline-size: 0;
1052
1056
  display: none;
1053
1057
  }
1054
- .awsui_tools_hyvsj_6otqt_950.awsui_is-tools-open_hyvsj_6otqt_630.awsui_animating_hyvsj_6otqt_738:not(#\9) {
1055
- animation: awsui_openTools_hyvsj_6otqt_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1058
+ .awsui_tools_hyvsj_1pb28_954.awsui_is-tools-open_hyvsj_1pb28_632.awsui_animating_hyvsj_1pb28_742:not(#\9) {
1059
+ animation: awsui_openTools_hyvsj_1pb28_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1056
1060
  }
1057
1061
  @media (prefers-reduced-motion: reduce) {
1058
- .awsui_tools_hyvsj_6otqt_950.awsui_is-tools-open_hyvsj_6otqt_630.awsui_animating_hyvsj_6otqt_738:not(#\9) {
1062
+ .awsui_tools_hyvsj_1pb28_954.awsui_is-tools-open_hyvsj_1pb28_632.awsui_animating_hyvsj_1pb28_742:not(#\9) {
1059
1063
  animation: none;
1060
1064
  transition: none;
1061
1065
  }
1062
1066
  }
1063
- .awsui-motion-disabled .awsui_tools_hyvsj_6otqt_950.awsui_is-tools-open_hyvsj_6otqt_630.awsui_animating_hyvsj_6otqt_738:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_6otqt_950.awsui_is-tools-open_hyvsj_6otqt_630.awsui_animating_hyvsj_6otqt_738:not(#\9) {
1067
+ .awsui-motion-disabled .awsui_tools_hyvsj_1pb28_954.awsui_is-tools-open_hyvsj_1pb28_632.awsui_animating_hyvsj_1pb28_742:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_1pb28_954.awsui_is-tools-open_hyvsj_1pb28_632.awsui_animating_hyvsj_1pb28_742:not(#\9) {
1064
1068
  animation: none;
1065
1069
  transition: none;
1066
1070
  }
1067
- .awsui_tools_hyvsj_6otqt_950 > .awsui_animated-content_hyvsj_6otqt_800:not(#\9) {
1068
- width: var(--awsui-tools-width-y98gph);
1071
+ .awsui_tools_hyvsj_1pb28_954 > .awsui_animated-content_hyvsj_1pb28_804:not(#\9) {
1072
+ inline-size: var(--awsui-tools-width-y98gph);
1069
1073
  }
1070
1074
  @media (min-width: 689px) {
1071
- .awsui_tools_hyvsj_6otqt_950.awsui_is-tools-open_hyvsj_6otqt_630.awsui_has-tools-form-persistence_hyvsj_6otqt_1045:not(#\9) {
1072
- border-right: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
1075
+ .awsui_tools_hyvsj_1pb28_954.awsui_is-tools-open_hyvsj_1pb28_632.awsui_has-tools-form-persistence_hyvsj_1pb28_1049:not(#\9) {
1076
+ border-inline-end: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
1073
1077
  }
1074
1078
  }
1075
1079
  @media (max-width: 688px) {
1076
- .awsui_tools_hyvsj_6otqt_950:not(#\9) {
1080
+ .awsui_tools_hyvsj_1pb28_954:not(#\9) {
1077
1081
  --awsui-tools-width-y98gph: 100vw;
1078
1082
  }
1079
1083
  }
1080
1084
 
1081
- .awsui_hide-tools_hyvsj_6otqt_1055:not(#\9) {
1085
+ .awsui_hide-tools_hyvsj_1pb28_1059:not(#\9) {
1082
1086
  position: absolute;
1083
- right: var(--space-m-udix3p, 16px);
1084
- top: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
1087
+ inset-inline-end: var(--space-m-udix3p, 16px);
1088
+ inset-block-start: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
1085
1089
  z-index: 1;
1086
1090
  }
1087
1091
 
@@ -1090,7 +1094,7 @@ Warning! If these design tokens for padding change it will adversely impact
1090
1094
  the calculation used to determine the Split Panel maximum width in the
1091
1095
  handleSplitPanelMaxWidth function in the context.
1092
1096
  */
1093
- .awsui_show-tools_hyvsj_6otqt_1067:not(#\9) {
1097
+ .awsui_show-tools_hyvsj_1pb28_1071:not(#\9) {
1094
1098
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
1095
1099
  border-collapse: separate;
1096
1100
  border-spacing: 0;
@@ -1128,13 +1132,14 @@ handleSplitPanelMaxWidth function in the context.
1128
1132
  -webkit-font-smoothing: auto;
1129
1133
  -moz-osx-font-smoothing: auto;
1130
1134
  box-sizing: border-box;
1131
- padding: var(--space-scaled-s-aqzyko, 12px) var(--space-layout-toggle-padding-lcu6qi, 12px);
1135
+ padding-block: var(--space-scaled-s-aqzyko, 12px);
1136
+ padding-inline: var(--space-layout-toggle-padding-lcu6qi, 12px);
1132
1137
  /*
1133
1138
  Apply the animation only in desktop viewports because the MobileToolbar will
1134
1139
  take control in responsive viewports.
1135
1140
  */
1136
1141
  }
1137
- @keyframes awsui_showButtons_hyvsj_6otqt_1 {
1142
+ @keyframes awsui_showButtons_hyvsj_1pb28_1 {
1138
1143
  0% {
1139
1144
  opacity: 0;
1140
1145
  }
@@ -1142,31 +1147,31 @@ handleSplitPanelMaxWidth function in the context.
1142
1147
  opacity: 1;
1143
1148
  }
1144
1149
  }
1145
- .awsui_show-tools_hyvsj_6otqt_1067:not(#\9):not(.awsui_has-tools-form_hyvsj_6otqt_1045) {
1150
+ .awsui_show-tools_hyvsj_1pb28_1071:not(#\9):not(.awsui_has-tools-form_hyvsj_1pb28_1049) {
1146
1151
  display: none;
1147
1152
  }
1148
1153
  @media (min-width: 689px) {
1149
- .awsui_show-tools_hyvsj_6otqt_1067.awsui_has-tools-form_hyvsj_6otqt_1045:not(#\9) {
1154
+ .awsui_show-tools_hyvsj_1pb28_1071.awsui_has-tools-form_hyvsj_1pb28_1049:not(#\9) {
1150
1155
  display: flex;
1151
1156
  flex-direction: column;
1152
1157
  gap: var(--space-xs-zb16t3, 8px);
1153
1158
  }
1154
- .awsui_show-tools_hyvsj_6otqt_1067.awsui_has-tools-form_hyvsj_6otqt_1045.awsui_animating_hyvsj_6otqt_738:not(#\9) {
1155
- animation: awsui_showButtons_hyvsj_6otqt_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1159
+ .awsui_show-tools_hyvsj_1pb28_1071.awsui_has-tools-form_hyvsj_1pb28_1049.awsui_animating_hyvsj_1pb28_742:not(#\9) {
1160
+ animation: awsui_showButtons_hyvsj_1pb28_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1156
1161
  }
1157
1162
  }
1158
1163
  @media (min-width: 689px) and (prefers-reduced-motion: reduce) {
1159
- .awsui_show-tools_hyvsj_6otqt_1067.awsui_has-tools-form_hyvsj_6otqt_1045.awsui_animating_hyvsj_6otqt_738:not(#\9) {
1164
+ .awsui_show-tools_hyvsj_1pb28_1071.awsui_has-tools-form_hyvsj_1pb28_1049.awsui_animating_hyvsj_1pb28_742:not(#\9) {
1160
1165
  animation: none;
1161
1166
  transition: none;
1162
1167
  }
1163
1168
  }
1164
1169
  @media (min-width: 689px) {
1165
- .awsui-motion-disabled .awsui_show-tools_hyvsj_6otqt_1067.awsui_has-tools-form_hyvsj_6otqt_1045.awsui_animating_hyvsj_6otqt_738:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_6otqt_1067.awsui_has-tools-form_hyvsj_6otqt_1045.awsui_animating_hyvsj_6otqt_738:not(#\9) {
1170
+ .awsui-motion-disabled .awsui_show-tools_hyvsj_1pb28_1071.awsui_has-tools-form_hyvsj_1pb28_1049.awsui_animating_hyvsj_1pb28_742:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_1pb28_1071.awsui_has-tools-form_hyvsj_1pb28_1049.awsui_animating_hyvsj_1pb28_742:not(#\9) {
1166
1171
  animation: none;
1167
1172
  transition: none;
1168
1173
  }
1169
- .awsui_show-tools_hyvsj_6otqt_1067.awsui_has-tools-form-persistence_hyvsj_6otqt_1045:not(#\9) {
1174
+ .awsui_show-tools_hyvsj_1pb28_1071.awsui_has-tools-form-persistence_hyvsj_1pb28_1049:not(#\9) {
1170
1175
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
1171
1176
  z-index: 1;
1172
1177
  }
@@ -1176,23 +1181,26 @@ handleSplitPanelMaxWidth function in the context.
1176
1181
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1177
1182
  SPDX-License-Identifier: Apache-2.0
1178
1183
  */
1179
- .awsui_trigger-badge-wrapper_hyvsj_6otqt_1127:not(#\9) {
1184
+ .awsui_trigger-badge-wrapper_hyvsj_1pb28_1132:not(#\9) {
1180
1185
  background: var(--color-background-layout-toggle-default-o2evu2, #414d5c);
1181
- border-radius: 50%;
1182
- height: var(--space-layout-toggle-diameter-hb85rk, 36px);
1183
- width: var(--space-layout-toggle-diameter-hb85rk, 36px);
1186
+ border-start-start-radius: 50%;
1187
+ border-start-end-radius: 50%;
1188
+ border-end-start-radius: 50%;
1189
+ border-end-end-radius: 50%;
1190
+ block-size: var(--space-layout-toggle-diameter-hb85rk, 36px);
1191
+ inline-size: var(--space-layout-toggle-diameter-hb85rk, 36px);
1184
1192
  position: absolute;
1185
- top: 0;
1186
- left: 0;
1193
+ inset-block-start: 0;
1194
+ inset-inline-start: 0;
1187
1195
  display: flex;
1188
1196
  justify-content: center;
1189
1197
  align-items: center;
1190
1198
  clip-path: path("M34.2193 10.1845C33.3961 10.579 32.4739 10.8 31.5 10.8C28.0206 10.8 25.2 7.97939 25.2 4.5C25.2 3.52614 25.421 2.6039 25.8155 1.78066C23.4518 0.639587 20.8006 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36C27.9411 36 36 27.9411 36 18C36 15.1994 35.3604 12.5482 34.2193 10.1845Z");
1191
1199
  }
1192
- .awsui_trigger-badge-wrapper_hyvsj_6otqt_1127:not(#\9):hover {
1200
+ .awsui_trigger-badge-wrapper_hyvsj_1pb28_1132:not(#\9):hover {
1193
1201
  background: var(--color-background-layout-toggle-hover-awem6j, #5f6b7a);
1194
1202
  }
1195
- .awsui_trigger-badge-wrapper_hyvsj_6otqt_1127:not(#\9):active {
1203
+ .awsui_trigger-badge-wrapper_hyvsj_1pb28_1132:not(#\9):active {
1196
1204
  background: var(--color-background-layout-toggle-active-aa8dko, #414d5c);
1197
1205
  }
1198
1206
 
@@ -1201,31 +1209,34 @@ Warning! If these design tokens for width change it will adversely impact
1201
1209
  the calculation used to determine the Split Panel maximum width in the
1202
1210
  handleSplitPanelMaxWidth function in the context.
1203
1211
  */
1204
- .awsui_trigger_hyvsj_6otqt_1127:not(#\9) {
1212
+ .awsui_trigger_hyvsj_1pb28_1132:not(#\9) {
1205
1213
  background: var(--color-background-layout-toggle-default-o2evu2, #414d5c);
1206
- border-radius: 50%;
1207
- height: var(--space-layout-toggle-diameter-hb85rk, 36px);
1208
- width: var(--space-layout-toggle-diameter-hb85rk, 36px);
1214
+ border-start-start-radius: 50%;
1215
+ border-start-end-radius: 50%;
1216
+ border-end-start-radius: 50%;
1217
+ border-end-end-radius: 50%;
1218
+ block-size: var(--space-layout-toggle-diameter-hb85rk, 36px);
1219
+ inline-size: var(--space-layout-toggle-diameter-hb85rk, 36px);
1209
1220
  border: none;
1210
1221
  color: var(--color-text-layout-toggle-zybz0r, #ffffff);
1211
1222
  cursor: pointer;
1212
1223
  pointer-events: auto;
1213
1224
  position: relative;
1214
1225
  }
1215
- .awsui_trigger_hyvsj_6otqt_1127:not(#\9):hover {
1226
+ .awsui_trigger_hyvsj_1pb28_1132:not(#\9):hover {
1216
1227
  background: var(--color-background-layout-toggle-hover-awem6j, #5f6b7a);
1217
1228
  }
1218
- .awsui_trigger_hyvsj_6otqt_1127:not(#\9):active {
1229
+ .awsui_trigger_hyvsj_1pb28_1132:not(#\9):active {
1219
1230
  background: var(--color-background-layout-toggle-active-aa8dko, #414d5c);
1220
1231
  }
1221
- body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_6otqt_1127:not(#\9):focus {
1232
+ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_1pb28_1132:not(#\9):focus {
1222
1233
  position: relative;
1223
1234
  }
1224
- body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_6otqt_1127:not(#\9):focus {
1235
+ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_1pb28_1132:not(#\9):focus {
1225
1236
  outline: 2px dotted transparent;
1226
1237
  outline-offset: calc(3px - 1px);
1227
1238
  }
1228
- body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_6otqt_1127:not(#\9):focus::before {
1239
+ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_1pb28_1132:not(#\9):focus::before {
1229
1240
  content: " ";
1230
1241
  display: block;
1231
1242
  position: absolute;
@@ -1236,47 +1247,53 @@ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_6otqt_1127:not(#\9):foc
1236
1247
  border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
1237
1248
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
1238
1249
  }
1239
- .awsui_trigger_hyvsj_6otqt_1127:not(#\9):focus {
1250
+ .awsui_trigger_hyvsj_1pb28_1132:not(#\9):focus {
1240
1251
  outline: none;
1241
1252
  }
1242
- .awsui_trigger_hyvsj_6otqt_1127.awsui_selected_hyvsj_6otqt_1190:not(#\9) {
1253
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_selected_hyvsj_1pb28_1201:not(#\9) {
1243
1254
  background: var(--color-background-layout-toggle-selected-default-caco0q, #0972d3);
1244
1255
  color: var(--color-text-layout-toggle-selected-b93usl, #ffffff);
1245
1256
  }
1246
- .awsui_trigger_hyvsj_6otqt_1127.awsui_selected_hyvsj_6otqt_1190:not(#\9):hover {
1257
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_selected_hyvsj_1pb28_1201:not(#\9):hover {
1247
1258
  background: var(--color-background-layout-toggle-selected-hover-kjak2q, #065299);
1248
1259
  }
1249
- .awsui_trigger_hyvsj_6otqt_1127.awsui_selected_hyvsj_6otqt_1190:not(#\9):active {
1260
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_selected_hyvsj_1pb28_1201:not(#\9):active {
1250
1261
  background: var(--color-background-layout-toggle-selected-active-xfk480, #0972d3);
1251
1262
  }
1252
- .awsui_trigger_hyvsj_6otqt_1127.awsui_selected_hyvsj_6otqt_1190 > .awsui_trigger-badge-wrapper_hyvsj_6otqt_1127:not(#\9) {
1263
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_selected_hyvsj_1pb28_1201 > .awsui_trigger-badge-wrapper_hyvsj_1pb28_1132:not(#\9) {
1253
1264
  background: var(--color-background-layout-toggle-selected-default-caco0q, #0972d3);
1254
1265
  color: var(--color-text-layout-toggle-selected-b93usl, #ffffff);
1255
1266
  }
1256
- .awsui_trigger_hyvsj_6otqt_1127.awsui_selected_hyvsj_6otqt_1190 > .awsui_trigger-badge-wrapper_hyvsj_6otqt_1127:not(#\9):hover {
1267
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_selected_hyvsj_1pb28_1201 > .awsui_trigger-badge-wrapper_hyvsj_1pb28_1132:not(#\9):hover {
1257
1268
  background: var(--color-background-layout-toggle-selected-hover-kjak2q, #065299);
1258
1269
  }
1259
- .awsui_trigger_hyvsj_6otqt_1127.awsui_selected_hyvsj_6otqt_1190 > .awsui_trigger-badge-wrapper_hyvsj_6otqt_1127:not(#\9):active {
1270
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_selected_hyvsj_1pb28_1201 > .awsui_trigger-badge-wrapper_hyvsj_1pb28_1132:not(#\9):active {
1260
1271
  background: var(--color-background-layout-toggle-selected-active-xfk480, #0972d3);
1261
1272
  }
1262
- .awsui_trigger_hyvsj_6otqt_1127.awsui_badge_hyvsj_6otqt_1210:not(#\9), .awsui_trigger_hyvsj_6otqt_1127.awsui_badge_hyvsj_6otqt_1210:not(#\9):hover, .awsui_trigger_hyvsj_6otqt_1127.awsui_badge_hyvsj_6otqt_1210:not(#\9):active {
1273
+ .awsui_trigger_hyvsj_1pb28_1132.awsui_badge_hyvsj_1pb28_1221:not(#\9), .awsui_trigger_hyvsj_1pb28_1132.awsui_badge_hyvsj_1pb28_1221:not(#\9):hover, .awsui_trigger_hyvsj_1pb28_1132.awsui_badge_hyvsj_1pb28_1221:not(#\9):active {
1263
1274
  background: transparent;
1264
1275
  }
1265
1276
 
1266
- .awsui_trigger-wrapper_hyvsj_6otqt_1214:not(#\9) {
1277
+ .awsui_trigger-wrapper_hyvsj_1pb28_1225:not(#\9) {
1267
1278
  position: relative;
1268
1279
  box-shadow: var(--shadow-panel-toggle-0l64f2, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
1269
- border-radius: 50%;
1280
+ border-start-start-radius: 50%;
1281
+ border-start-end-radius: 50%;
1282
+ border-end-start-radius: 50%;
1283
+ border-end-end-radius: 50%;
1270
1284
  }
1271
1285
 
1272
- .awsui_dot_hyvsj_6otqt_1220:not(#\9) {
1286
+ .awsui_dot_hyvsj_1pb28_1234:not(#\9) {
1273
1287
  position: absolute;
1274
- width: 9px;
1275
- height: 9px;
1276
- border-radius: 8px;
1288
+ inline-size: 9px;
1289
+ block-size: 9px;
1290
+ border-start-start-radius: 8px;
1291
+ border-start-end-radius: 8px;
1292
+ border-end-start-radius: 8px;
1293
+ border-end-end-radius: 8px;
1277
1294
  background-color: var(--color-background-badge-icon-q1kfox, #d91515);
1278
- top: 0;
1279
- right: 0;
1295
+ inset-block-start: 0;
1296
+ inset-inline-end: 0;
1280
1297
  }
1281
1298
 
1282
1299
  /*