@cloudscape-design/components 3.0.87 → 3.0.89

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 (71) hide show
  1. package/checkbox/internal.d.ts +0 -1
  2. package/checkbox/internal.d.ts.map +1 -1
  3. package/checkbox/internal.js +9 -11
  4. package/checkbox/internal.js.map +1 -1
  5. package/date-picker/index.js +1 -1
  6. package/date-picker/index.js.map +1 -1
  7. package/date-picker/styles.css.js +7 -6
  8. package/date-picker/styles.scoped.css +14 -7
  9. package/date-picker/styles.selectors.js +7 -6
  10. package/date-range-picker/dropdown.js +1 -1
  11. package/date-range-picker/dropdown.js.map +1 -1
  12. package/date-range-picker/styles.css.js +37 -36
  13. package/date-range-picker/styles.scoped.css +48 -44
  14. package/date-range-picker/styles.selectors.js +37 -36
  15. package/header/styles.css.js +40 -40
  16. package/header/styles.scoped.css +45 -43
  17. package/header/styles.selectors.js +40 -40
  18. package/hotspot/index.d.ts.map +1 -1
  19. package/hotspot/index.js +2 -2
  20. package/hotspot/index.js.map +1 -1
  21. package/internal/components/abstract-switch/index.d.ts +2 -2
  22. package/internal/components/abstract-switch/index.d.ts.map +1 -1
  23. package/internal/components/abstract-switch/index.js +2 -9
  24. package/internal/components/abstract-switch/index.js.map +1 -1
  25. package/internal/components/abstract-switch/styles.css.js +12 -12
  26. package/internal/components/abstract-switch/styles.scoped.css +20 -19
  27. package/internal/components/abstract-switch/styles.selectors.js +12 -12
  28. package/internal/components/focus-lock/index.d.ts +2 -1
  29. package/internal/components/focus-lock/index.d.ts.map +1 -1
  30. package/internal/components/focus-lock/index.js +2 -2
  31. package/internal/components/focus-lock/index.js.map +1 -1
  32. package/internal/components/screenreader-only/index.js +1 -1
  33. package/internal/components/screenreader-only/index.js.map +1 -1
  34. package/internal/environment.js +1 -1
  35. package/package.json +1 -1
  36. package/property-filter/controller.d.ts +4 -7
  37. package/property-filter/controller.d.ts.map +1 -1
  38. package/property-filter/controller.js +3 -2
  39. package/property-filter/controller.js.map +1 -1
  40. package/property-filter/filter-options.d.ts +3 -0
  41. package/property-filter/filter-options.d.ts.map +1 -0
  42. package/property-filter/filter-options.js +31 -0
  43. package/property-filter/filter-options.js.map +1 -0
  44. package/property-filter/index.d.ts.map +1 -1
  45. package/property-filter/index.js +0 -5
  46. package/property-filter/index.js.map +1 -1
  47. package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
  48. package/property-filter/property-filter-autosuggest.js +9 -7
  49. package/property-filter/property-filter-autosuggest.js.map +1 -1
  50. package/property-filter/styles.css.js +33 -32
  51. package/property-filter/styles.scoped.css +38 -34
  52. package/property-filter/styles.selectors.js +33 -32
  53. package/radio-group/radio-button.d.ts +3 -3
  54. package/radio-group/radio-button.d.ts.map +1 -1
  55. package/radio-group/radio-button.js +18 -6
  56. package/radio-group/radio-button.js.map +1 -1
  57. package/select/parts/trigger.d.ts.map +1 -1
  58. package/select/parts/trigger.js +8 -2
  59. package/select/parts/trigger.js.map +1 -1
  60. package/table/selection-control/index.js +1 -1
  61. package/table/selection-control/index.js.map +1 -1
  62. package/tiles/internal.d.ts.map +1 -1
  63. package/tiles/internal.js +2 -9
  64. package/tiles/internal.js.map +1 -1
  65. package/tiles/tile.d.ts +12 -0
  66. package/tiles/tile.d.ts.map +1 -0
  67. package/tiles/tile.js +27 -0
  68. package/tiles/tile.js.map +1 -0
  69. package/toggle/internal.d.ts.map +1 -1
  70. package/toggle/internal.js +7 -1
  71. package/toggle/internal.js.map +1 -1
@@ -90,11 +90,11 @@ 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
- .awsui_calendar_mgja0_17vd4_93:not(#\9) {
94
- animation: awsui_awsui-motion-fade-in-0_mgja0_17vd4_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
93
+ .awsui_calendar_mgja0_182lt_93:not(#\9) {
94
+ animation: awsui_awsui-motion-fade-in-0_mgja0_182lt_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
95
95
  animation-fill-mode: both;
96
96
  }
97
- @keyframes awsui_awsui-motion-fade-in-0_mgja0_17vd4_1 {
97
+ @keyframes awsui_awsui-motion-fade-in-0_mgja0_182lt_1 {
98
98
  from {
99
99
  opacity: 0;
100
100
  }
@@ -103,12 +103,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
103
103
  }
104
104
  }
105
105
  @media (prefers-reduced-motion: reduce) {
106
- .awsui_calendar_mgja0_17vd4_93:not(#\9) {
106
+ .awsui_calendar_mgja0_182lt_93:not(#\9) {
107
107
  animation: none;
108
108
  transition: none;
109
109
  }
110
110
  }
111
- .awsui-motion-disabled .awsui_calendar_mgja0_17vd4_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_17vd4_93:not(#\9) {
111
+ .awsui-motion-disabled .awsui_calendar_mgja0_182lt_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_182lt_93:not(#\9) {
112
112
  animation: none;
113
113
  transition: none;
114
114
  }
@@ -117,7 +117,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
117
117
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
118
118
  SPDX-License-Identifier: Apache-2.0
119
119
  */
120
- .awsui_root_mgja0_17vd4_120:not(#\9) {
120
+ .awsui_root_mgja0_182lt_120:not(#\9) {
121
121
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
122
122
  border-collapse: separate;
123
123
  border-spacing: 0;
@@ -155,28 +155,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
155
155
  max-width: 32em;
156
156
  }
157
157
 
158
- .awsui_trigger-wrapper_mgja0_17vd4_132:not(#\9) {
158
+ .awsui_focus-lock_mgja0_182lt_132:not(#\9) {
159
+ display: contents;
160
+ }
161
+
162
+ .awsui_trigger-wrapper_mgja0_182lt_136:not(#\9) {
159
163
  min-width: calc(var(--size-calendar-grid-width-lxsx0p, 238px) + 2 * var(--space-l-4vl6xu, 20px));
160
164
  }
161
165
 
162
- .awsui_trigger-flexbox_mgja0_17vd4_136:not(#\9) {
166
+ .awsui_trigger-flexbox_mgja0_182lt_140:not(#\9) {
163
167
  display: flex;
164
168
  }
165
169
 
166
- .awsui_calendar_mgja0_17vd4_93:not(#\9) {
170
+ .awsui_calendar_mgja0_182lt_93:not(#\9) {
167
171
  display: block;
168
172
  width: calc(2 * var(--size-calendar-grid-width-lxsx0p, 238px) + var(--space-xs-rsr2qu, 8px));
169
173
  }
170
- .awsui_calendar_mgja0_17vd4_93.awsui_one-grid_mgja0_17vd4_144:not(#\9) {
174
+ .awsui_calendar_mgja0_182lt_93.awsui_one-grid_mgja0_182lt_148:not(#\9) {
171
175
  width: var(--size-calendar-grid-width-lxsx0p, 238px);
172
176
  }
173
- .awsui_calendar-header_mgja0_17vd4_147:not(#\9) {
177
+ .awsui_calendar-header_mgja0_182lt_151:not(#\9) {
174
178
  display: flex;
175
179
  justify-content: space-between;
176
180
  align-items: center;
177
181
  position: relative;
178
182
  }
179
- .awsui_calendar-header-months-wrapper_mgja0_17vd4_153:not(#\9) {
183
+ .awsui_calendar-header-months-wrapper_mgja0_182lt_157:not(#\9) {
180
184
  position: absolute;
181
185
  right: 0;
182
186
  left: 0;
@@ -189,7 +193,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
189
193
  flex: 1;
190
194
  pointer-events: none;
191
195
  }
192
- .awsui_calendar-header-month_mgja0_17vd4_153:not(#\9) {
196
+ .awsui_calendar-header-month_mgja0_182lt_157:not(#\9) {
193
197
  font-size: var(--font-body-m-size-sregvd, 14px);
194
198
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
195
199
  font-weight: 700;
@@ -197,130 +201,130 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
197
201
  display: flex;
198
202
  pointer-events: auto;
199
203
  }
200
- .awsui_calendar-next-month-btn_mgja0_17vd4_174:not(#\9) {
204
+ .awsui_calendar-next-month-btn_mgja0_182lt_178:not(#\9) {
201
205
  /* used for identifying element */
202
206
  }
203
- .awsui_calendar-prev-month-btn_mgja0_17vd4_177:not(#\9) {
207
+ .awsui_calendar-prev-month-btn_mgja0_182lt_181:not(#\9) {
204
208
  /* used for identifying element */
205
209
  }
206
210
 
207
- .awsui_first-grid_mgja0_17vd4_181:not(#\9),
208
- .awsui_second-grid_mgja0_17vd4_182:not(#\9) {
211
+ .awsui_first-grid_mgja0_182lt_185:not(#\9),
212
+ .awsui_second-grid_mgja0_182lt_186:not(#\9) {
209
213
  /* used in test-utils */
210
214
  }
211
215
 
212
- .awsui_date-and-time-container_mgja0_17vd4_186:not(#\9) {
216
+ .awsui_date-and-time-container_mgja0_182lt_190:not(#\9) {
213
217
  display: grid;
214
218
  grid-template-columns: repeat(auto-fit, minmax(var(--size-calendar-grid-width-lxsx0p, 238px), 1fr));
215
219
  gap: var(--space-xs-rsr2qu, 8px);
216
220
  }
217
221
 
218
- .awsui_date-and-time-wrapper_mgja0_17vd4_192:not(#\9) {
222
+ .awsui_date-and-time-wrapper_mgja0_182lt_196:not(#\9) {
219
223
  width: var(--size-calendar-grid-width-lxsx0p, 238px);
220
224
  display: grid;
221
225
  gap: var(--space-xs-rsr2qu, 8px);
222
226
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
223
227
  }
224
228
 
225
- .awsui_footer_mgja0_17vd4_199:not(#\9) {
229
+ .awsui_footer_mgja0_182lt_203:not(#\9) {
226
230
  display: flex;
227
231
  flex-wrap: wrap;
228
232
  justify-content: flex-end;
229
233
  border-top: 1px solid var(--color-border-dropdown-item-default-faosd8, #e9ebed);
230
234
  padding: 0 var(--space-l-4vl6xu, 20px) var(--space-s-hv8c1d, 12px);
231
235
  }
232
- .awsui_footer_mgja0_17vd4_199.awsui_has-clear-button_mgja0_17vd4_206:not(#\9) {
236
+ .awsui_footer_mgja0_182lt_203.awsui_has-clear-button_mgja0_182lt_210:not(#\9) {
233
237
  justify-content: space-between;
234
238
  }
235
- .awsui_footer_mgja0_17vd4_199.awsui_one-grid_mgja0_17vd4_144:not(#\9) {
239
+ .awsui_footer_mgja0_182lt_203.awsui_one-grid_mgja0_182lt_148:not(#\9) {
236
240
  padding: 0 var(--space-xs-rsr2qu, 8px) var(--space-s-hv8c1d, 12px);
237
241
  }
238
242
 
239
- .awsui_footer-button-wrapper_mgja0_17vd4_213:not(#\9) {
243
+ .awsui_footer-button-wrapper_mgja0_182lt_217:not(#\9) {
240
244
  padding-top: var(--space-s-hv8c1d, 12px);
241
245
  }
242
246
 
243
- .awsui_icon-wrapper_mgja0_17vd4_217:not(#\9) {
247
+ .awsui_icon-wrapper_mgja0_182lt_221:not(#\9) {
244
248
  color: var(--color-text-interactive-default-eg5fsa, #414d5c);
245
249
  margin-right: var(--space-xs-rsr2qu, 8px);
246
250
  }
247
251
 
248
- .awsui_label_mgja0_17vd4_222:not(#\9) {
252
+ .awsui_label_mgja0_182lt_226:not(#\9) {
249
253
  -webkit-user-select: text;
250
254
  user-select: text;
251
255
  cursor: default;
252
256
  }
253
257
 
254
- .awsui_label_mgja0_17vd4_222.awsui_label-enabled_mgja0_17vd4_227:not(#\9):hover > .awsui_trigger-flexbox_mgja0_17vd4_136 > .awsui_icon-wrapper_mgja0_17vd4_217 {
258
+ .awsui_label_mgja0_182lt_226.awsui_label-enabled_mgja0_182lt_231:not(#\9):hover > .awsui_trigger-flexbox_mgja0_182lt_140 > .awsui_icon-wrapper_mgja0_182lt_221 {
255
259
  color: var(--color-text-interactive-hover-v3lasm, #000716);
256
260
  }
257
261
 
258
- .awsui_label-text_mgja0_17vd4_231:not(#\9) {
262
+ .awsui_label-text_mgja0_182lt_235:not(#\9) {
259
263
  color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
260
264
  font-style: italic;
261
265
  }
262
266
 
263
- .awsui_label-token-nowrap_mgja0_17vd4_236:not(#\9) {
267
+ .awsui_label-token-nowrap_mgja0_182lt_240:not(#\9) {
264
268
  white-space: nowrap;
265
269
  }
266
270
 
267
- .awsui_mode-switch_mgja0_17vd4_240:not(#\9) {
271
+ .awsui_mode-switch_mgja0_182lt_244:not(#\9) {
268
272
  /* used in test-utils */
269
273
  }
270
274
 
271
- .awsui_dropdown_mgja0_17vd4_244:not(#\9) {
275
+ .awsui_dropdown_mgja0_182lt_248:not(#\9) {
272
276
  overflow: auto;
273
277
  border-top: 1px solid var(--color-border-container-top-srcvx4, transparent);
274
278
  border-bottom: 1px solid var(--color-border-container-top-srcvx4, transparent);
275
279
  border-radius: var(--border-radius-dropdown-ujknaf, 8px);
276
280
  }
277
- .awsui_dropdown_mgja0_17vd4_244:not(#\9):focus {
281
+ .awsui_dropdown_mgja0_182lt_248:not(#\9):focus {
278
282
  outline: none;
279
283
  }
280
- .awsui_dropdown_mgja0_17vd4_244[data-awsui-focus-visible=true]:not(#\9):focus {
284
+ .awsui_dropdown_mgja0_182lt_248[data-awsui-focus-visible=true]:not(#\9):focus {
281
285
  outline: 2px dotted transparent;
282
286
  outline-offset: 2px;
283
287
  border-radius: var(--border-radius-dropdown-ujknaf, 8px);
284
288
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
285
289
  }
286
290
 
287
- .awsui_dropdown-content_mgja0_17vd4_260:not(#\9) {
291
+ .awsui_dropdown-content_mgja0_182lt_264:not(#\9) {
288
292
  -webkit-user-select: text;
289
293
  user-select: text;
290
294
  background-color: var(--color-background-container-content-i8i4a0, #ffffff);
291
295
  width: calc(2 * var(--size-calendar-grid-width-lxsx0p, 238px) + var(--space-xs-rsr2qu, 8px) + 2 * var(--space-l-4vl6xu, 20px));
292
296
  }
293
- .awsui_dropdown-content_mgja0_17vd4_260.awsui_one-grid_mgja0_17vd4_144:not(#\9) {
297
+ .awsui_dropdown-content_mgja0_182lt_264.awsui_one-grid_mgja0_182lt_148:not(#\9) {
294
298
  width: calc(var(--size-calendar-grid-width-lxsx0p, 238px) + 2 * var(--space-l-4vl6xu, 20px));
295
299
  }
296
300
 
297
- .awsui_start-date-input_mgja0_17vd4_269:not(#\9),
298
- .awsui_start-time-input_mgja0_17vd4_270:not(#\9),
299
- .awsui_end-date-input_mgja0_17vd4_271:not(#\9),
300
- .awsui_end-time-input_mgja0_17vd4_272:not(#\9) {
301
+ .awsui_start-date-input_mgja0_182lt_273:not(#\9),
302
+ .awsui_start-time-input_mgja0_182lt_274:not(#\9),
303
+ .awsui_end-date-input_mgja0_182lt_275:not(#\9),
304
+ .awsui_end-time-input_mgja0_182lt_276:not(#\9) {
301
305
  /* used in test-utils */
302
306
  }
303
307
 
304
- .awsui_validation-section_mgja0_17vd4_276:not(#\9) {
308
+ .awsui_validation-section_mgja0_182lt_280:not(#\9) {
305
309
  /* used in test-utils */
306
310
  }
307
311
 
308
- .awsui_validation-error_mgja0_17vd4_280:not(#\9) {
312
+ .awsui_validation-error_mgja0_182lt_284:not(#\9) {
309
313
  /* used in test-utils */
310
314
  }
311
315
 
312
- .awsui_clear-button_mgja0_17vd4_284:not(#\9) {
316
+ .awsui_clear-button_mgja0_182lt_288:not(#\9) {
313
317
  /* used in test-utils */
314
318
  }
315
319
 
316
- .awsui_apply-button_mgja0_17vd4_288:not(#\9) {
320
+ .awsui_apply-button_mgja0_182lt_292:not(#\9) {
317
321
  /* used in test-utils */
318
322
  }
319
323
 
320
- .awsui_cancel-button_mgja0_17vd4_292:not(#\9) {
324
+ .awsui_cancel-button_mgja0_182lt_296:not(#\9) {
321
325
  /* used in test-utils */
322
326
  }
323
327
 
324
- .awsui_calendar-aria-live_mgja0_17vd4_296:not(#\9) {
328
+ .awsui_calendar-aria-live_mgja0_182lt_300:not(#\9) {
325
329
  /* used in test-utils */
326
330
  }
@@ -2,41 +2,42 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "calendar": "awsui_calendar_mgja0_17vd4_93",
6
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_17vd4_1",
7
- "root": "awsui_root_mgja0_17vd4_120",
8
- "trigger-wrapper": "awsui_trigger-wrapper_mgja0_17vd4_132",
9
- "trigger-flexbox": "awsui_trigger-flexbox_mgja0_17vd4_136",
10
- "one-grid": "awsui_one-grid_mgja0_17vd4_144",
11
- "calendar-header": "awsui_calendar-header_mgja0_17vd4_147",
12
- "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_17vd4_153",
13
- "calendar-header-month": "awsui_calendar-header-month_mgja0_17vd4_153",
14
- "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_17vd4_174",
15
- "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_17vd4_177",
16
- "first-grid": "awsui_first-grid_mgja0_17vd4_181",
17
- "second-grid": "awsui_second-grid_mgja0_17vd4_182",
18
- "date-and-time-container": "awsui_date-and-time-container_mgja0_17vd4_186",
19
- "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_17vd4_192",
20
- "footer": "awsui_footer_mgja0_17vd4_199",
21
- "has-clear-button": "awsui_has-clear-button_mgja0_17vd4_206",
22
- "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_17vd4_213",
23
- "icon-wrapper": "awsui_icon-wrapper_mgja0_17vd4_217",
24
- "label": "awsui_label_mgja0_17vd4_222",
25
- "label-enabled": "awsui_label-enabled_mgja0_17vd4_227",
26
- "label-text": "awsui_label-text_mgja0_17vd4_231",
27
- "label-token-nowrap": "awsui_label-token-nowrap_mgja0_17vd4_236",
28
- "mode-switch": "awsui_mode-switch_mgja0_17vd4_240",
29
- "dropdown": "awsui_dropdown_mgja0_17vd4_244",
30
- "dropdown-content": "awsui_dropdown-content_mgja0_17vd4_260",
31
- "start-date-input": "awsui_start-date-input_mgja0_17vd4_269",
32
- "start-time-input": "awsui_start-time-input_mgja0_17vd4_270",
33
- "end-date-input": "awsui_end-date-input_mgja0_17vd4_271",
34
- "end-time-input": "awsui_end-time-input_mgja0_17vd4_272",
35
- "validation-section": "awsui_validation-section_mgja0_17vd4_276",
36
- "validation-error": "awsui_validation-error_mgja0_17vd4_280",
37
- "clear-button": "awsui_clear-button_mgja0_17vd4_284",
38
- "apply-button": "awsui_apply-button_mgja0_17vd4_288",
39
- "cancel-button": "awsui_cancel-button_mgja0_17vd4_292",
40
- "calendar-aria-live": "awsui_calendar-aria-live_mgja0_17vd4_296"
5
+ "calendar": "awsui_calendar_mgja0_182lt_93",
6
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_182lt_1",
7
+ "root": "awsui_root_mgja0_182lt_120",
8
+ "focus-lock": "awsui_focus-lock_mgja0_182lt_132",
9
+ "trigger-wrapper": "awsui_trigger-wrapper_mgja0_182lt_136",
10
+ "trigger-flexbox": "awsui_trigger-flexbox_mgja0_182lt_140",
11
+ "one-grid": "awsui_one-grid_mgja0_182lt_148",
12
+ "calendar-header": "awsui_calendar-header_mgja0_182lt_151",
13
+ "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_182lt_157",
14
+ "calendar-header-month": "awsui_calendar-header-month_mgja0_182lt_157",
15
+ "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_182lt_178",
16
+ "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_182lt_181",
17
+ "first-grid": "awsui_first-grid_mgja0_182lt_185",
18
+ "second-grid": "awsui_second-grid_mgja0_182lt_186",
19
+ "date-and-time-container": "awsui_date-and-time-container_mgja0_182lt_190",
20
+ "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_182lt_196",
21
+ "footer": "awsui_footer_mgja0_182lt_203",
22
+ "has-clear-button": "awsui_has-clear-button_mgja0_182lt_210",
23
+ "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_182lt_217",
24
+ "icon-wrapper": "awsui_icon-wrapper_mgja0_182lt_221",
25
+ "label": "awsui_label_mgja0_182lt_226",
26
+ "label-enabled": "awsui_label-enabled_mgja0_182lt_231",
27
+ "label-text": "awsui_label-text_mgja0_182lt_235",
28
+ "label-token-nowrap": "awsui_label-token-nowrap_mgja0_182lt_240",
29
+ "mode-switch": "awsui_mode-switch_mgja0_182lt_244",
30
+ "dropdown": "awsui_dropdown_mgja0_182lt_248",
31
+ "dropdown-content": "awsui_dropdown-content_mgja0_182lt_264",
32
+ "start-date-input": "awsui_start-date-input_mgja0_182lt_273",
33
+ "start-time-input": "awsui_start-time-input_mgja0_182lt_274",
34
+ "end-date-input": "awsui_end-date-input_mgja0_182lt_275",
35
+ "end-time-input": "awsui_end-time-input_mgja0_182lt_276",
36
+ "validation-section": "awsui_validation-section_mgja0_182lt_280",
37
+ "validation-error": "awsui_validation-error_mgja0_182lt_284",
38
+ "clear-button": "awsui_clear-button_mgja0_182lt_288",
39
+ "apply-button": "awsui_apply-button_mgja0_182lt_292",
40
+ "cancel-button": "awsui_cancel-button_mgja0_182lt_296",
41
+ "calendar-aria-live": "awsui_calendar-aria-live_mgja0_182lt_300"
41
42
  };
42
43
 
@@ -1,45 +1,45 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_2qdw9_cj9ra_93",
5
- "root-no-actions": "awsui_root-no-actions_2qdw9_cj9ra_108",
6
- "root-variant-h1": "awsui_root-variant-h1_2qdw9_cj9ra_108",
7
- "root-variant-h1-refresh": "awsui_root-variant-h1-refresh_2qdw9_cj9ra_111",
8
- "root-variant-h2": "awsui_root-variant-h2_2qdw9_cj9ra_114",
9
- "root-has-description": "awsui_root-has-description_2qdw9_cj9ra_114",
10
- "root-variant-h2-refresh": "awsui_root-variant-h2-refresh_2qdw9_cj9ra_117",
11
- "root-variant-h3": "awsui_root-variant-h3_2qdw9_cj9ra_120",
12
- "root-variant-h3-refresh": "awsui_root-variant-h3-refresh_2qdw9_cj9ra_123",
13
- "root-no-wrap": "awsui_root-no-wrap_2qdw9_cj9ra_126",
14
- "main": "awsui_main_2qdw9_cj9ra_130",
15
- "main-variant-h1": "awsui_main-variant-h1_2qdw9_cj9ra_138",
16
- "main-variant-h1-refresh": "awsui_main-variant-h1-refresh_2qdw9_cj9ra_141",
17
- "main-variant-h2": "awsui_main-variant-h2_2qdw9_cj9ra_147",
18
- "main-variant-h3": "awsui_main-variant-h3_2qdw9_cj9ra_147",
19
- "main-variant-h2-refresh": "awsui_main-variant-h2-refresh_2qdw9_cj9ra_153",
20
- "actions": "awsui_actions_2qdw9_cj9ra_160",
21
- "actions-variant-h1": "awsui_actions-variant-h1_2qdw9_cj9ra_164",
22
- "actions-variant-h1-refresh": "awsui_actions-variant-h1-refresh_2qdw9_cj9ra_167",
23
- "actions-variant-h2": "awsui_actions-variant-h2_2qdw9_cj9ra_170",
24
- "actions-variant-h3": "awsui_actions-variant-h3_2qdw9_cj9ra_170",
25
- "actions-variant-h2-refresh": "awsui_actions-variant-h2-refresh_2qdw9_cj9ra_176",
26
- "actions-variant-h3-refresh": "awsui_actions-variant-h3-refresh_2qdw9_cj9ra_179",
27
- "title": "awsui_title_2qdw9_cj9ra_183",
28
- "title-variant-h2": "awsui_title-variant-h2_2qdw9_cj9ra_189",
29
- "title-variant-h3": "awsui_title-variant-h3_2qdw9_cj9ra_189",
30
- "title-variant-h2-refresh": "awsui_title-variant-h2-refresh_2qdw9_cj9ra_198",
31
- "info": "awsui_info_2qdw9_cj9ra_208",
32
- "description": "awsui_description_2qdw9_cj9ra_212",
33
- "description-variant-h1": "awsui_description-variant-h1_2qdw9_cj9ra_217",
34
- "description-variant-h1-refresh": "awsui_description-variant-h1-refresh_2qdw9_cj9ra_222",
35
- "description-variant-h2": "awsui_description-variant-h2_2qdw9_cj9ra_225",
36
- "description-variant-h3": "awsui_description-variant-h3_2qdw9_cj9ra_230",
37
- "description-variant-h3-refresh": "awsui_description-variant-h3-refresh_2qdw9_cj9ra_236",
38
- "heading": "awsui_heading_2qdw9_cj9ra_240",
39
- "heading-variant-h1": "awsui_heading-variant-h1_2qdw9_cj9ra_249",
40
- "heading-variant-h2": "awsui_heading-variant-h2_2qdw9_cj9ra_255",
41
- "heading-variant-h3": "awsui_heading-variant-h3_2qdw9_cj9ra_258",
42
- "heading-text": "awsui_heading-text_2qdw9_cj9ra_262",
43
- "counter": "awsui_counter_2qdw9_cj9ra_266"
4
+ "root": "awsui_root_2qdw9_1s542_93",
5
+ "root-no-actions": "awsui_root-no-actions_2qdw9_1s542_108",
6
+ "root-variant-h1": "awsui_root-variant-h1_2qdw9_1s542_108",
7
+ "root-variant-h1-refresh": "awsui_root-variant-h1-refresh_2qdw9_1s542_111",
8
+ "root-variant-h2": "awsui_root-variant-h2_2qdw9_1s542_114",
9
+ "root-has-description": "awsui_root-has-description_2qdw9_1s542_114",
10
+ "root-variant-h2-refresh": "awsui_root-variant-h2-refresh_2qdw9_1s542_117",
11
+ "root-variant-h3": "awsui_root-variant-h3_2qdw9_1s542_120",
12
+ "root-variant-h3-refresh": "awsui_root-variant-h3-refresh_2qdw9_1s542_123",
13
+ "root-no-wrap": "awsui_root-no-wrap_2qdw9_1s542_126",
14
+ "main": "awsui_main_2qdw9_1s542_130",
15
+ "main-variant-h1": "awsui_main-variant-h1_2qdw9_1s542_138",
16
+ "main-variant-h1-refresh": "awsui_main-variant-h1-refresh_2qdw9_1s542_141",
17
+ "main-variant-h2": "awsui_main-variant-h2_2qdw9_1s542_147",
18
+ "main-variant-h3": "awsui_main-variant-h3_2qdw9_1s542_147",
19
+ "main-variant-h2-refresh": "awsui_main-variant-h2-refresh_2qdw9_1s542_153",
20
+ "actions": "awsui_actions_2qdw9_1s542_160",
21
+ "actions-variant-h1": "awsui_actions-variant-h1_2qdw9_1s542_164",
22
+ "actions-variant-h1-refresh": "awsui_actions-variant-h1-refresh_2qdw9_1s542_167",
23
+ "actions-variant-h2": "awsui_actions-variant-h2_2qdw9_1s542_170",
24
+ "actions-variant-h3": "awsui_actions-variant-h3_2qdw9_1s542_170",
25
+ "actions-variant-h2-refresh": "awsui_actions-variant-h2-refresh_2qdw9_1s542_176",
26
+ "actions-variant-h3-refresh": "awsui_actions-variant-h3-refresh_2qdw9_1s542_179",
27
+ "title": "awsui_title_2qdw9_1s542_183",
28
+ "title-variant-h2": "awsui_title-variant-h2_2qdw9_1s542_189",
29
+ "title-variant-h3": "awsui_title-variant-h3_2qdw9_1s542_189",
30
+ "title-variant-h2-refresh": "awsui_title-variant-h2-refresh_2qdw9_1s542_198",
31
+ "info": "awsui_info_2qdw9_1s542_208",
32
+ "description": "awsui_description_2qdw9_1s542_212",
33
+ "description-variant-h1": "awsui_description-variant-h1_2qdw9_1s542_217",
34
+ "description-variant-h1-refresh": "awsui_description-variant-h1-refresh_2qdw9_1s542_222",
35
+ "description-variant-h2": "awsui_description-variant-h2_2qdw9_1s542_225",
36
+ "description-variant-h3": "awsui_description-variant-h3_2qdw9_1s542_230",
37
+ "description-variant-h3-refresh": "awsui_description-variant-h3-refresh_2qdw9_1s542_236",
38
+ "heading": "awsui_heading_2qdw9_1s542_240",
39
+ "heading-variant-h1": "awsui_heading-variant-h1_2qdw9_1s542_249",
40
+ "heading-variant-h2": "awsui_heading-variant-h2_2qdw9_1s542_255",
41
+ "heading-variant-h3": "awsui_heading-variant-h3_2qdw9_1s542_259",
42
+ "heading-text": "awsui_heading-text_2qdw9_1s542_264",
43
+ "counter": "awsui_counter_2qdw9_1s542_268"
44
44
  };
45
45
 
@@ -90,7 +90,7 @@ 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
- .awsui_root_2qdw9_cj9ra_93:not(#\9) {
93
+ .awsui_root_2qdw9_1s542_93:not(#\9) {
94
94
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
95
95
  border-collapse: separate;
96
96
  border-spacing: 0;
@@ -131,165 +131,167 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
131
131
  flex-wrap: wrap;
132
132
  justify-content: space-between;
133
133
  }
134
- .awsui_root-no-actions_2qdw9_cj9ra_108.awsui_root-variant-h1_2qdw9_cj9ra_108:not(#\9) {
134
+ .awsui_root-no-actions_2qdw9_1s542_108.awsui_root-variant-h1_2qdw9_1s542_108:not(#\9) {
135
135
  padding-bottom: 0;
136
136
  }
137
- .awsui_root-no-actions_2qdw9_cj9ra_108.awsui_root-variant-h1-refresh_2qdw9_cj9ra_111:not(#\9) {
137
+ .awsui_root-no-actions_2qdw9_1s542_108.awsui_root-variant-h1-refresh_2qdw9_1s542_111:not(#\9) {
138
138
  padding-bottom: var(--space-xxxs-k2w98v, 2px);
139
139
  }
140
- .awsui_root-no-actions_2qdw9_cj9ra_108.awsui_root-variant-h2_2qdw9_cj9ra_114:not(#\9), .awsui_root-has-description_2qdw9_cj9ra_114.awsui_root-variant-h2_2qdw9_cj9ra_114:not(#\9) {
140
+ .awsui_root-no-actions_2qdw9_1s542_108.awsui_root-variant-h2_2qdw9_1s542_114:not(#\9), .awsui_root-has-description_2qdw9_1s542_114.awsui_root-variant-h2_2qdw9_1s542_114:not(#\9) {
141
141
  padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
142
142
  }
143
- .awsui_root-no-actions_2qdw9_cj9ra_108.awsui_root-variant-h2-refresh_2qdw9_cj9ra_117:not(#\9), .awsui_root-has-description_2qdw9_cj9ra_114.awsui_root-variant-h2-refresh_2qdw9_cj9ra_117:not(#\9) {
143
+ .awsui_root-no-actions_2qdw9_1s542_108.awsui_root-variant-h2-refresh_2qdw9_1s542_117:not(#\9), .awsui_root-has-description_2qdw9_1s542_114.awsui_root-variant-h2-refresh_2qdw9_1s542_117:not(#\9) {
144
144
  padding-bottom: var(--space-xxxs-k2w98v, 2px);
145
145
  }
146
- .awsui_root-no-actions_2qdw9_cj9ra_108.awsui_root-variant-h3_2qdw9_cj9ra_120:not(#\9), .awsui_root-has-description_2qdw9_cj9ra_114.awsui_root-variant-h3_2qdw9_cj9ra_120:not(#\9) {
146
+ .awsui_root-no-actions_2qdw9_1s542_108.awsui_root-variant-h3_2qdw9_1s542_120:not(#\9), .awsui_root-has-description_2qdw9_1s542_114.awsui_root-variant-h3_2qdw9_1s542_120:not(#\9) {
147
147
  padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
148
148
  }
149
- .awsui_root-no-actions_2qdw9_cj9ra_108.awsui_root-variant-h3-refresh_2qdw9_cj9ra_123:not(#\9), .awsui_root-has-description_2qdw9_cj9ra_114.awsui_root-variant-h3-refresh_2qdw9_cj9ra_123:not(#\9) {
149
+ .awsui_root-no-actions_2qdw9_1s542_108.awsui_root-variant-h3-refresh_2qdw9_1s542_123:not(#\9), .awsui_root-has-description_2qdw9_1s542_114.awsui_root-variant-h3-refresh_2qdw9_1s542_123:not(#\9) {
150
150
  padding-bottom: 0;
151
151
  }
152
- .awsui_root-no-wrap_2qdw9_cj9ra_126:not(#\9) {
152
+ .awsui_root-no-wrap_2qdw9_1s542_126:not(#\9) {
153
153
  flex-wrap: nowrap;
154
154
  }
155
155
 
156
- .awsui_main_2qdw9_cj9ra_130:not(#\9) {
156
+ .awsui_main_2qdw9_1s542_130:not(#\9) {
157
157
  word-wrap: break-word;
158
158
  max-width: 100%;
159
159
  overflow: hidden;
160
160
  }
161
- :not(#\9):not(.awsui_root-no-actions_2qdw9_cj9ra_108) > .awsui_main_2qdw9_cj9ra_130 {
161
+ :not(#\9):not(.awsui_root-no-actions_2qdw9_1s542_108) > .awsui_main_2qdw9_1s542_130 {
162
162
  margin-right: var(--space-xs-rsr2qu, 8px);
163
163
  }
164
- .awsui_main-variant-h1_2qdw9_cj9ra_138:not(#\9) {
164
+ .awsui_main-variant-h1_2qdw9_1s542_138:not(#\9) {
165
165
  padding: var(--space-scaled-2x-xxs-t5qzmf, 4px) 0;
166
166
  }
167
- .awsui_main-variant-h1-refresh_2qdw9_cj9ra_141:not(#\9) {
167
+ .awsui_main-variant-h1-refresh_2qdw9_1s542_141:not(#\9) {
168
168
  padding: var(--space-xxs-ynfts5, 4px) 0;
169
169
  }
170
- :not(#\9):not(.awsui_root-no-actions_2qdw9_cj9ra_108) > .awsui_main-variant-h1-refresh_2qdw9_cj9ra_141 {
170
+ :not(#\9):not(.awsui_root-no-actions_2qdw9_1s542_108) > .awsui_main-variant-h1-refresh_2qdw9_1s542_141 {
171
171
  padding-top: var(--space-scaled-xxxs-b6dm8t, 2px);
172
172
  }
173
- .awsui_main-variant-h2_2qdw9_cj9ra_147:not(#\9), .awsui_main-variant-h3_2qdw9_cj9ra_147:not(#\9) {
173
+ .awsui_main-variant-h2_2qdw9_1s542_147:not(#\9), .awsui_main-variant-h3_2qdw9_1s542_147:not(#\9) {
174
174
  padding-top: var(--space-scaled-xxs-95dhkm, 4px);
175
175
  }
176
- :not(#\9):not(.awsui_root-has-description_2qdw9_cj9ra_114) > .awsui_main-variant-h2_2qdw9_cj9ra_147, :not(#\9):not(.awsui_root-has-description_2qdw9_cj9ra_114) > .awsui_main-variant-h3_2qdw9_cj9ra_147 {
176
+ :not(#\9):not(.awsui_root-has-description_2qdw9_1s542_114) > .awsui_main-variant-h2_2qdw9_1s542_147, :not(#\9):not(.awsui_root-has-description_2qdw9_1s542_114) > .awsui_main-variant-h3_2qdw9_1s542_147 {
177
177
  padding-bottom: var(--space-xxxs-k2w98v, 2px);
178
178
  }
179
- .awsui_main-variant-h2-refresh_2qdw9_cj9ra_153:not(#\9) {
179
+ .awsui_main-variant-h2-refresh_2qdw9_1s542_153:not(#\9) {
180
180
  padding-top: 0;
181
181
  }
182
- :not(#\9):not(.awsui_root-has-description_2qdw9_cj9ra_114) > .awsui_main-variant-h2-refresh_2qdw9_cj9ra_153 {
182
+ :not(#\9):not(.awsui_root-has-description_2qdw9_1s542_114) > .awsui_main-variant-h2-refresh_2qdw9_1s542_153 {
183
183
  padding-bottom: 0;
184
184
  }
185
185
 
186
- .awsui_actions_2qdw9_cj9ra_160:not(#\9) {
186
+ .awsui_actions_2qdw9_1s542_160:not(#\9) {
187
187
  display: flex;
188
188
  align-items: flex-start;
189
189
  }
190
- .awsui_actions-variant-h1_2qdw9_cj9ra_164:not(#\9) {
190
+ .awsui_actions-variant-h1_2qdw9_1s542_164:not(#\9) {
191
191
  padding: var(--space-scaled-xs-6859qs, 8px) 0;
192
192
  }
193
- .awsui_actions-variant-h1-refresh_2qdw9_cj9ra_167:not(#\9) {
193
+ .awsui_actions-variant-h1-refresh_2qdw9_1s542_167:not(#\9) {
194
194
  padding: var(--space-xs-rsr2qu, 8px) 0;
195
195
  }
196
- .awsui_actions-variant-h2_2qdw9_cj9ra_170:not(#\9), .awsui_actions-variant-h3_2qdw9_cj9ra_170:not(#\9) {
196
+ .awsui_actions-variant-h2_2qdw9_1s542_170:not(#\9), .awsui_actions-variant-h3_2qdw9_1s542_170:not(#\9) {
197
197
  padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
198
198
  }
199
- .awsui_root-has-description_2qdw9_cj9ra_114 > .awsui_actions-variant-h2_2qdw9_cj9ra_170:not(#\9), .awsui_root-has-description_2qdw9_cj9ra_114 > .awsui_actions-variant-h3_2qdw9_cj9ra_170:not(#\9) {
199
+ .awsui_root-has-description_2qdw9_1s542_114 > .awsui_actions-variant-h2_2qdw9_1s542_170:not(#\9), .awsui_root-has-description_2qdw9_1s542_114 > .awsui_actions-variant-h3_2qdw9_1s542_170:not(#\9) {
200
200
  padding-bottom: 0;
201
201
  }
202
- .awsui_actions-variant-h2-refresh_2qdw9_cj9ra_176:not(#\9) {
202
+ .awsui_actions-variant-h2-refresh_2qdw9_1s542_176:not(#\9) {
203
203
  padding-bottom: var(--space-xxxs-k2w98v, 2px);
204
204
  }
205
- .awsui_actions-variant-h3-refresh_2qdw9_cj9ra_179:not(#\9) {
205
+ .awsui_actions-variant-h3-refresh_2qdw9_1s542_179:not(#\9) {
206
206
  padding-bottom: 0;
207
207
  }
208
208
 
209
- .awsui_title_2qdw9_cj9ra_183:not(#\9) {
209
+ .awsui_title_2qdw9_1s542_183:not(#\9) {
210
210
  min-width: 0;
211
211
  -ms-word-break: break-all;
212
212
  word-break: break-word;
213
213
  color: var(--color-text-heading-default-jopz0f, #000716);
214
214
  }
215
- .awsui_title-variant-h2_2qdw9_cj9ra_189:not(#\9), .awsui_title-variant-h3_2qdw9_cj9ra_189:not(#\9) {
215
+ .awsui_title-variant-h2_2qdw9_1s542_189:not(#\9), .awsui_title-variant-h3_2qdw9_1s542_189:not(#\9) {
216
216
  padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
217
217
  }
218
- .awsui_title-variant-h2_2qdw9_cj9ra_189:not(#\9) {
218
+ .awsui_title-variant-h2_2qdw9_1s542_189:not(#\9) {
219
219
  font-size: var(--font-heading-l-size-otmxys, 24px);
220
220
  line-height: var(--font-heading-l-line-height-gev4n1, 30px);
221
221
  letter-spacing: var(--font-heading-l-letter-spacing-f6wvtk, -0.015em);
222
222
  font-weight: var(--font-heading-l-weight-xm7ks9, 800);
223
223
  }
224
- .awsui_title-variant-h2-refresh_2qdw9_cj9ra_198:not(#\9) {
224
+ .awsui_title-variant-h2-refresh_2qdw9_1s542_198:not(#\9) {
225
225
  padding-top: var(--space-scaled-2x-xxs-t5qzmf, 4px);
226
226
  }
227
- .awsui_title-variant-h3_2qdw9_cj9ra_189:not(#\9) {
227
+ .awsui_title-variant-h3_2qdw9_1s542_189:not(#\9) {
228
228
  font-size: var(--font-heading-m-size-6e3jmg, 20px);
229
229
  line-height: var(--font-heading-m-line-height-u3t54f, 24px);
230
230
  letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
231
231
  font-weight: var(--font-heading-m-weight-hi5n0j, 800);
232
232
  }
233
233
 
234
- .awsui_info_2qdw9_cj9ra_208:not(#\9) {
234
+ .awsui_info_2qdw9_1s542_208:not(#\9) {
235
235
  padding-right: var(--space-s-hv8c1d, 12px);
236
236
  }
237
237
 
238
- .awsui_description_2qdw9_cj9ra_212:not(#\9) {
238
+ .awsui_description_2qdw9_1s542_212:not(#\9) {
239
239
  margin: 0;
240
240
  padding: 0;
241
241
  color: var(--color-text-heading-secondary-corkaj, #414d5c);
242
242
  }
243
- .awsui_description-variant-h1_2qdw9_cj9ra_217:not(#\9) {
243
+ .awsui_description-variant-h1_2qdw9_1s542_217:not(#\9) {
244
244
  font-size: var(--font-body-m-size-sregvd, 14px);
245
245
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
246
246
  padding-top: var(--space-scaled-xxs-95dhkm, 4px);
247
247
  }
248
- .awsui_description-variant-h1-refresh_2qdw9_cj9ra_222:not(#\9) {
248
+ .awsui_description-variant-h1-refresh_2qdw9_1s542_222:not(#\9) {
249
249
  padding-top: var(--space-scaled-xs-6859qs, 8px);
250
250
  }
251
- .awsui_description-variant-h2_2qdw9_cj9ra_225:not(#\9) {
251
+ .awsui_description-variant-h2_2qdw9_1s542_225:not(#\9) {
252
252
  font-size: var(--font-header-h2-description-size-pqrrui, 14px);
253
253
  line-height: var(--font-header-h2-description-line-height-gjrb86, 22px);
254
254
  padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
255
255
  }
256
- .awsui_description-variant-h3_2qdw9_cj9ra_230:not(#\9) {
256
+ .awsui_description-variant-h3_2qdw9_1s542_230:not(#\9) {
257
257
  font-size: var(--font-body-s-size-ukw2p9, 12px);
258
258
  line-height: var(--font-body-s-line-height-kdsbrl, 16px);
259
259
  letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
260
260
  padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
261
261
  }
262
- .awsui_description-variant-h3-refresh_2qdw9_cj9ra_236:not(#\9) {
262
+ .awsui_description-variant-h3-refresh_2qdw9_1s542_236:not(#\9) {
263
263
  padding-top: var(--space-xxxs-k2w98v, 2px);
264
264
  }
265
265
 
266
- .awsui_heading_2qdw9_cj9ra_240:not(#\9) {
266
+ .awsui_heading_2qdw9_1s542_240:not(#\9) {
267
267
  margin: 0;
268
268
  display: inline;
269
269
  font-size: inherit;
270
270
  margin-right: var(--space-xs-rsr2qu, 8px);
271
271
  }
272
- .awsui_heading_2qdw9_cj9ra_240:not(#\9):only-child {
272
+ .awsui_heading_2qdw9_1s542_240:not(#\9):only-child {
273
273
  margin: 0;
274
274
  }
275
- .awsui_heading-variant-h1_2qdw9_cj9ra_249:not(#\9) {
275
+ .awsui_heading-variant-h1_2qdw9_1s542_249:not(#\9) {
276
276
  font-size: var(--font-heading-xl-size-d0vjbk, 32px);
277
277
  line-height: var(--font-heading-xl-line-height-doxfdj, 40px);
278
278
  letter-spacing: var(--font-heading-xl-letter-spacing-9tcsmy, -0.02em);
279
279
  font-weight: var(--font-heading-xl-weight-772870, 800);
280
280
  }
281
- .awsui_heading-variant-h2_2qdw9_cj9ra_255:not(#\9) {
281
+ .awsui_heading-variant-h2_2qdw9_1s542_255:not(#\9) {
282
282
  font-weight: var(--font-heading-l-weight-xm7ks9, 800);
283
+ line-height: var(--font-heading-l-line-height-gev4n1, 30px);
283
284
  }
284
- .awsui_heading-variant-h3_2qdw9_cj9ra_258:not(#\9) {
285
+ .awsui_heading-variant-h3_2qdw9_1s542_259:not(#\9) {
285
286
  font-weight: var(--font-heading-m-weight-hi5n0j, 800);
287
+ line-height: var(--font-heading-m-line-height-u3t54f, 24px);
286
288
  }
287
289
 
288
- .awsui_heading-text_2qdw9_cj9ra_262:not(#\9) {
290
+ .awsui_heading-text_2qdw9_1s542_264:not(#\9) {
289
291
  /* used in test-utils */
290
292
  }
291
293
 
292
- .awsui_counter_2qdw9_cj9ra_266:not(#\9) {
294
+ .awsui_counter_2qdw9_1s542_268:not(#\9) {
293
295
  color: var(--color-text-counter-jwdegc, #5f6b7a);
294
296
  font-weight: 400;
295
297
  }