@cloudscape-design/components 3.0.1298 → 3.0.1299

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 (107) hide show
  1. package/attribute-editor/styles.css.js +15 -15
  2. package/attribute-editor/styles.scoped.css +29 -28
  3. package/attribute-editor/styles.selectors.js +15 -15
  4. package/breadcrumb-group/item/styles.css.js +7 -7
  5. package/breadcrumb-group/item/styles.scoped.css +30 -29
  6. package/breadcrumb-group/item/styles.selectors.js +7 -7
  7. package/breadcrumb-group/styles.css.js +14 -14
  8. package/breadcrumb-group/styles.scoped.css +25 -25
  9. package/breadcrumb-group/styles.selectors.js +14 -14
  10. package/button-dropdown/category-elements/category-element.js +1 -1
  11. package/button-dropdown/category-elements/category-element.js.map +1 -1
  12. package/button-dropdown/category-elements/expandable-category-element.js +1 -1
  13. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  14. package/button-dropdown/category-elements/mobile-expandable-category-element.js +1 -1
  15. package/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  16. package/button-dropdown/item-element/index.js +1 -1
  17. package/button-dropdown/item-element/index.js.map +1 -1
  18. package/button-dropdown/item-element/styles.css.js +21 -21
  19. package/button-dropdown/item-element/styles.scoped.css +38 -37
  20. package/button-dropdown/item-element/styles.selectors.js +21 -21
  21. package/copy-to-clipboard/index.d.ts +1 -0
  22. package/copy-to-clipboard/index.d.ts.map +1 -1
  23. package/copy-to-clipboard/index.js +2 -2
  24. package/copy-to-clipboard/index.js.map +1 -1
  25. package/copy-to-clipboard/interfaces.d.ts +5 -0
  26. package/copy-to-clipboard/interfaces.d.ts.map +1 -1
  27. package/copy-to-clipboard/interfaces.js.map +1 -1
  28. package/copy-to-clipboard/internal.d.ts +1 -0
  29. package/copy-to-clipboard/internal.d.ts.map +1 -1
  30. package/copy-to-clipboard/internal.js +3 -3
  31. package/copy-to-clipboard/internal.js.map +1 -1
  32. package/copy-to-clipboard/styles.css.js +5 -3
  33. package/copy-to-clipboard/styles.scoped.css +18 -3
  34. package/copy-to-clipboard/styles.selectors.js +5 -3
  35. package/drawer/implementation.d.ts +3 -3
  36. package/drawer/implementation.d.ts.map +1 -1
  37. package/drawer/implementation.js +3 -2
  38. package/drawer/implementation.js.map +1 -1
  39. package/drawer/index.d.ts +2 -10
  40. package/drawer/index.d.ts.map +1 -1
  41. package/drawer/index.js +21 -9
  42. package/drawer/index.js.map +1 -1
  43. package/drawer/interfaces.d.ts +45 -18
  44. package/drawer/interfaces.d.ts.map +1 -1
  45. package/drawer/interfaces.js.map +1 -1
  46. package/drawer/styles.css.js +29 -25
  47. package/drawer/styles.scoped.css +43 -34
  48. package/drawer/styles.selectors.js +29 -25
  49. package/drawer/utils.d.ts +2 -2
  50. package/drawer/utils.d.ts.map +1 -1
  51. package/drawer/utils.js +6 -5
  52. package/drawer/utils.js.map +1 -1
  53. package/form-field/styles.css.js +24 -24
  54. package/form-field/styles.scoped.css +41 -41
  55. package/form-field/styles.selectors.js +24 -24
  56. package/help-panel/styles.css.js +6 -6
  57. package/help-panel/styles.scoped.css +73 -71
  58. package/help-panel/styles.selectors.js +6 -6
  59. package/internal/base-component/styles.scoped.css +25 -13
  60. package/internal/components/token-list/styles.css.js +10 -10
  61. package/internal/components/token-list/styles.scoped.css +24 -23
  62. package/internal/components/token-list/styles.selectors.js +10 -10
  63. package/internal/environment.js +2 -2
  64. package/internal/environment.json +2 -2
  65. package/internal/generated/styles/tokens.d.ts +24 -12
  66. package/internal/generated/styles/tokens.js +24 -12
  67. package/internal/generated/theming/index.cjs +164 -58
  68. package/internal/generated/theming/index.cjs.d.ts +225 -99
  69. package/internal/generated/theming/index.d.ts +225 -99
  70. package/internal/generated/theming/index.js +164 -58
  71. package/internal/manifest.json +1 -1
  72. package/key-value-pairs/styles.css.js +8 -8
  73. package/key-value-pairs/styles.scoped.css +12 -12
  74. package/key-value-pairs/styles.selectors.js +8 -8
  75. package/link/internal.js +1 -1
  76. package/link/internal.js.map +1 -1
  77. package/link/styles.css.js +21 -21
  78. package/link/styles.scoped.css +94 -84
  79. package/link/styles.selectors.js +21 -21
  80. package/package.json +1 -1
  81. package/pagination/index.d.ts.map +1 -1
  82. package/pagination/index.js +4 -1
  83. package/pagination/index.js.map +1 -1
  84. package/status-indicator/internal.js +1 -1
  85. package/status-indicator/internal.js.map +1 -1
  86. package/table/body-cell/td-element.js +1 -1
  87. package/table/body-cell/td-element.js.map +1 -1
  88. package/tag-editor/styles.css.js +3 -3
  89. package/tag-editor/styles.scoped.css +12 -11
  90. package/tag-editor/styles.selectors.js +3 -3
  91. package/test-utils/dom/drawer/index.d.ts +2 -0
  92. package/test-utils/dom/drawer/index.js +6 -0
  93. package/test-utils/dom/drawer/index.js.map +1 -1
  94. package/test-utils/selectors/drawer/index.d.ts +2 -0
  95. package/test-utils/selectors/drawer/index.js +6 -0
  96. package/test-utils/selectors/drawer/index.js.map +1 -1
  97. package/text-content/styles.css.js +1 -1
  98. package/text-content/styles.scoped.css +68 -66
  99. package/text-content/styles.selectors.js +1 -1
  100. package/tooltip/index.d.ts +0 -3
  101. package/tooltip/index.d.ts.map +1 -1
  102. package/tooltip/index.js +0 -3
  103. package/tooltip/index.js.map +1 -1
  104. package/drawer/next.d.ts +0 -5
  105. package/drawer/next.d.ts.map +0 -1
  106. package/drawer/next.js +0 -38
  107. package/drawer/next.js.map +0 -1
@@ -150,11 +150,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9),
154
- .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9) {
155
- animation: awsui_awsui-motion-shake-horizontally_14mhv_1a5zf_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
153
+ .awsui_error-icon-shake-wrapper_14mhv_ilwf6_153:not(#\9),
154
+ .awsui_warning-icon-shake-wrapper_14mhv_ilwf6_154:not(#\9) {
155
+ animation: awsui_awsui-motion-shake-horizontally_14mhv_ilwf6_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
156
156
  }
157
- @keyframes awsui_awsui-motion-shake-horizontally_14mhv_1a5zf_1 {
157
+ @keyframes awsui_awsui-motion-shake-horizontally_14mhv_ilwf6_1 {
158
158
  0% {
159
159
  transform: translateX(-5px);
160
160
  animation-timing-function: linear;
@@ -168,22 +168,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
168
168
  }
169
169
  }
170
170
  @media (prefers-reduced-motion: reduce) {
171
- .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9),
172
- .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9) {
171
+ .awsui_error-icon-shake-wrapper_14mhv_ilwf6_153:not(#\9),
172
+ .awsui_warning-icon-shake-wrapper_14mhv_ilwf6_154:not(#\9) {
173
173
  animation: none;
174
174
  transition: none;
175
175
  }
176
176
  }
177
- .awsui-motion-disabled .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9), .awsui-mode-entering .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9), .awsui-motion-disabled .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9), .awsui-mode-entering .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9) {
177
+ .awsui-motion-disabled .awsui_error-icon-shake-wrapper_14mhv_ilwf6_153:not(#\9), .awsui-mode-entering .awsui_error-icon-shake-wrapper_14mhv_ilwf6_153:not(#\9), .awsui-motion-disabled .awsui_warning-icon-shake-wrapper_14mhv_ilwf6_154:not(#\9), .awsui-mode-entering .awsui_warning-icon-shake-wrapper_14mhv_ilwf6_154:not(#\9) {
178
178
  animation: none;
179
179
  transition: none;
180
180
  }
181
181
 
182
- .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9),
183
- .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9) {
184
- animation: awsui_awsui-motion-scale-popup_14mhv_1a5zf_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
182
+ .awsui_error-icon-scale-wrapper_14mhv_ilwf6_184:not(#\9),
183
+ .awsui_warning-icon-scale-wrapper_14mhv_ilwf6_185:not(#\9) {
184
+ animation: awsui_awsui-motion-scale-popup_14mhv_ilwf6_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
185
185
  }
186
- @keyframes awsui_awsui-motion-scale-popup_14mhv_1a5zf_1 {
186
+ @keyframes awsui_awsui-motion-scale-popup_14mhv_ilwf6_1 {
187
187
  0% {
188
188
  transform: scale(0.95);
189
189
  }
@@ -192,22 +192,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
192
192
  }
193
193
  }
194
194
  @media (prefers-reduced-motion: reduce) {
195
- .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9),
196
- .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9) {
195
+ .awsui_error-icon-scale-wrapper_14mhv_ilwf6_184:not(#\9),
196
+ .awsui_warning-icon-scale-wrapper_14mhv_ilwf6_185:not(#\9) {
197
197
  animation: none;
198
198
  transition: none;
199
199
  }
200
200
  }
201
- .awsui-motion-disabled .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9), .awsui-mode-entering .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9), .awsui-motion-disabled .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9), .awsui-mode-entering .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9) {
201
+ .awsui-motion-disabled .awsui_error-icon-scale-wrapper_14mhv_ilwf6_184:not(#\9), .awsui-mode-entering .awsui_error-icon-scale-wrapper_14mhv_ilwf6_184:not(#\9), .awsui-motion-disabled .awsui_warning-icon-scale-wrapper_14mhv_ilwf6_185:not(#\9), .awsui-mode-entering .awsui_warning-icon-scale-wrapper_14mhv_ilwf6_185:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
205
 
206
- .awsui_warning_14mhv_1a5zf_154:not(#\9),
207
- .awsui_error_14mhv_1a5zf_153:not(#\9) {
208
- animation: awsui_awsui-motion-fade-in-0_14mhv_1a5zf_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
206
+ .awsui_warning_14mhv_ilwf6_154:not(#\9),
207
+ .awsui_error_14mhv_ilwf6_153:not(#\9) {
208
+ animation: awsui_awsui-motion-fade-in-0_14mhv_ilwf6_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
209
209
  }
210
- @keyframes awsui_awsui-motion-fade-in-0_14mhv_1a5zf_1 {
210
+ @keyframes awsui_awsui-motion-fade-in-0_14mhv_ilwf6_1 {
211
211
  from {
212
212
  opacity: 0;
213
213
  }
@@ -216,18 +216,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
216
216
  }
217
217
  }
218
218
  @media (prefers-reduced-motion: reduce) {
219
- .awsui_warning_14mhv_1a5zf_154:not(#\9),
220
- .awsui_error_14mhv_1a5zf_153:not(#\9) {
219
+ .awsui_warning_14mhv_ilwf6_154:not(#\9),
220
+ .awsui_error_14mhv_ilwf6_153:not(#\9) {
221
221
  animation: none;
222
222
  transition: none;
223
223
  }
224
224
  }
225
- .awsui-motion-disabled .awsui_warning_14mhv_1a5zf_154:not(#\9), .awsui-mode-entering .awsui_warning_14mhv_1a5zf_154:not(#\9), .awsui-motion-disabled .awsui_error_14mhv_1a5zf_153:not(#\9), .awsui-mode-entering .awsui_error_14mhv_1a5zf_153:not(#\9) {
225
+ .awsui-motion-disabled .awsui_warning_14mhv_ilwf6_154:not(#\9), .awsui-mode-entering .awsui_warning_14mhv_ilwf6_154:not(#\9), .awsui-motion-disabled .awsui_error_14mhv_ilwf6_153:not(#\9), .awsui-mode-entering .awsui_error_14mhv_ilwf6_153:not(#\9) {
226
226
  animation: none;
227
227
  transition: none;
228
228
  }
229
229
 
230
- .awsui_root_14mhv_1a5zf_236:not(#\9) {
230
+ .awsui_root_14mhv_ilwf6_236:not(#\9) {
231
231
  border-collapse: separate;
232
232
  border-spacing: 0;
233
233
  box-sizing: border-box;
@@ -260,58 +260,58 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
260
260
  box-sizing: border-box;
261
261
  }
262
262
 
263
- .awsui_label_14mhv_1a5zf_269:not(#\9) {
263
+ .awsui_label_14mhv_ilwf6_269:not(#\9) {
264
264
  box-sizing: border-box;
265
265
  color: var(--color-text-form-label-6sbm75, #0f141a);
266
266
  display: inline;
267
267
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
268
268
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
269
- font-size: var(--font-size-body-m-a7nh2n, 14px);
270
- line-height: var(--line-height-body-m-2mh3ke, 20px);
271
- font-weight: var(--font-display-label-weight-zavpeo, 700);
269
+ font-size: var(--font-size-form-label-mxiqd7, 14px);
270
+ line-height: var(--line-height-form-label-asu26u, 20px);
271
+ font-weight: var(--font-weight-form-label-mrg9ef, 700);
272
272
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
273
273
  }
274
- .awsui_label_14mhv_1a5zf_269:not(#\9):only-child {
274
+ .awsui_label_14mhv_ilwf6_269:not(#\9):only-child {
275
275
  margin-block: 0;
276
276
  margin-inline: 0;
277
277
  }
278
278
 
279
- .awsui_info_14mhv_1a5zf_285:not(#\9) {
279
+ .awsui_info_14mhv_ilwf6_285:not(#\9) {
280
280
  display: inline-flex;
281
281
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
282
282
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
283
283
  }
284
284
 
285
- .awsui_description_14mhv_1a5zf_291:not(#\9),
286
- .awsui_constraint_14mhv_1a5zf_292:not(#\9) {
285
+ .awsui_description_14mhv_ilwf6_291:not(#\9),
286
+ .awsui_constraint_14mhv_ilwf6_292:not(#\9) {
287
287
  color: var(--color-text-form-secondary-1nm780, #656871);
288
288
  font-size: var(--font-size-body-s-smc8cv, 12px);
289
289
  line-height: var(--line-height-body-s-nu5hx1, 16px);
290
290
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
291
291
  }
292
292
 
293
- .awsui_hints_14mhv_1a5zf_299:not(#\9),
294
- .awsui_constraint-has-validation-text_14mhv_1a5zf_300:not(#\9) {
293
+ .awsui_hints_14mhv_ilwf6_299:not(#\9),
294
+ .awsui_constraint-has-validation-text_14mhv_ilwf6_300:not(#\9) {
295
295
  padding-block-start: var(--space-xxs-hwfkai, 4px);
296
296
  }
297
297
 
298
- .awsui_secondary-control_14mhv_1a5zf_304:not(#\9) {
298
+ .awsui_secondary-control_14mhv_ilwf6_304:not(#\9) {
299
299
  /* used in test-utils */
300
300
  }
301
301
 
302
- .awsui_controls_14mhv_1a5zf_308:not(#\9):not(.awsui_label-hidden_14mhv_1a5zf_308) {
302
+ .awsui_controls_14mhv_ilwf6_308:not(#\9):not(.awsui_label-hidden_14mhv_ilwf6_308) {
303
303
  padding-block-start: var(--space-xxs-hwfkai, 4px);
304
304
  }
305
- .awsui_label-wrapper_14mhv_1a5zf_311:not(#\9):empty + .awsui_controls_14mhv_1a5zf_308 {
305
+ .awsui_label-wrapper_14mhv_ilwf6_311:not(#\9):empty + .awsui_controls_14mhv_ilwf6_308 {
306
306
  padding-block-start: 0;
307
307
  }
308
308
 
309
- .awsui_control_14mhv_1a5zf_308:not(#\9) {
309
+ .awsui_control_14mhv_ilwf6_308:not(#\9) {
310
310
  min-inline-size: 0;
311
311
  word-break: break-word;
312
312
  }
313
313
 
314
- .awsui_error_14mhv_1a5zf_153:not(#\9) {
314
+ .awsui_error_14mhv_ilwf6_153:not(#\9) {
315
315
  color: var(--color-text-status-error-ksqavh, #db0000);
316
316
  font-size: var(--font-size-body-s-smc8cv, 12px);
317
317
  line-height: var(--line-height-body-s-nu5hx1, 16px);
@@ -320,7 +320,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
320
320
  align-items: flex-start;
321
321
  }
322
322
 
323
- .awsui_warning_14mhv_1a5zf_154:not(#\9) {
323
+ .awsui_warning_14mhv_ilwf6_154:not(#\9) {
324
324
  color: var(--color-text-status-warning-6meo06, #855900);
325
325
  font-size: var(--font-size-body-s-smc8cv, 12px);
326
326
  line-height: var(--line-height-body-s-nu5hx1, 16px);
@@ -329,12 +329,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
329
329
  align-items: flex-start;
330
330
  }
331
331
 
332
- .awsui_error__message_14mhv_1a5zf_338:not(#\9),
333
- .awsui_warning__message_14mhv_1a5zf_339:not(#\9) {
332
+ .awsui_error__message_14mhv_ilwf6_338:not(#\9),
333
+ .awsui_warning__message_14mhv_ilwf6_339:not(#\9) {
334
334
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
335
335
  }
336
336
 
337
- .awsui_visually-hidden_14mhv_1a5zf_343:not(#\9) {
337
+ .awsui_visually-hidden_14mhv_ilwf6_343:not(#\9) {
338
338
  position: absolute !important;
339
339
  inset-block-start: -9999px !important;
340
340
  inset-inline-start: -9999px !important;
@@ -2,29 +2,29 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "error-icon-shake-wrapper": "awsui_error-icon-shake-wrapper_14mhv_1a5zf_153",
6
- "warning-icon-shake-wrapper": "awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154",
7
- "awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_1a5zf_1",
8
- "error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_1a5zf_184",
9
- "warning-icon-scale-wrapper": "awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185",
10
- "awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_1a5zf_1",
11
- "warning": "awsui_warning_14mhv_1a5zf_154",
12
- "error": "awsui_error_14mhv_1a5zf_153",
13
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_1a5zf_1",
14
- "root": "awsui_root_14mhv_1a5zf_236",
15
- "label": "awsui_label_14mhv_1a5zf_269",
16
- "info": "awsui_info_14mhv_1a5zf_285",
17
- "description": "awsui_description_14mhv_1a5zf_291",
18
- "constraint": "awsui_constraint_14mhv_1a5zf_292",
19
- "hints": "awsui_hints_14mhv_1a5zf_299",
20
- "constraint-has-validation-text": "awsui_constraint-has-validation-text_14mhv_1a5zf_300",
21
- "secondary-control": "awsui_secondary-control_14mhv_1a5zf_304",
22
- "controls": "awsui_controls_14mhv_1a5zf_308",
23
- "label-hidden": "awsui_label-hidden_14mhv_1a5zf_308",
24
- "label-wrapper": "awsui_label-wrapper_14mhv_1a5zf_311",
25
- "control": "awsui_control_14mhv_1a5zf_308",
26
- "error__message": "awsui_error__message_14mhv_1a5zf_338",
27
- "warning__message": "awsui_warning__message_14mhv_1a5zf_339",
28
- "visually-hidden": "awsui_visually-hidden_14mhv_1a5zf_343"
5
+ "error-icon-shake-wrapper": "awsui_error-icon-shake-wrapper_14mhv_ilwf6_153",
6
+ "warning-icon-shake-wrapper": "awsui_warning-icon-shake-wrapper_14mhv_ilwf6_154",
7
+ "awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_ilwf6_1",
8
+ "error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_ilwf6_184",
9
+ "warning-icon-scale-wrapper": "awsui_warning-icon-scale-wrapper_14mhv_ilwf6_185",
10
+ "awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_ilwf6_1",
11
+ "warning": "awsui_warning_14mhv_ilwf6_154",
12
+ "error": "awsui_error_14mhv_ilwf6_153",
13
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_ilwf6_1",
14
+ "root": "awsui_root_14mhv_ilwf6_236",
15
+ "label": "awsui_label_14mhv_ilwf6_269",
16
+ "info": "awsui_info_14mhv_ilwf6_285",
17
+ "description": "awsui_description_14mhv_ilwf6_291",
18
+ "constraint": "awsui_constraint_14mhv_ilwf6_292",
19
+ "hints": "awsui_hints_14mhv_ilwf6_299",
20
+ "constraint-has-validation-text": "awsui_constraint-has-validation-text_14mhv_ilwf6_300",
21
+ "secondary-control": "awsui_secondary-control_14mhv_ilwf6_304",
22
+ "controls": "awsui_controls_14mhv_ilwf6_308",
23
+ "label-hidden": "awsui_label-hidden_14mhv_ilwf6_308",
24
+ "label-wrapper": "awsui_label-wrapper_14mhv_ilwf6_311",
25
+ "control": "awsui_control_14mhv_ilwf6_308",
26
+ "error__message": "awsui_error__message_14mhv_ilwf6_338",
27
+ "warning__message": "awsui_warning__message_14mhv_ilwf6_339",
28
+ "visually-hidden": "awsui_visually-hidden_14mhv_ilwf6_343"
29
29
  };
30
30
 
@@ -1,11 +1,11 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "help-panel": "awsui_help-panel_1d237_i7765_181",
5
- "loading": "awsui_loading_1d237_i7765_354",
6
- "header": "awsui_header_1d237_i7765_359",
7
- "with-toolbar": "awsui_with-toolbar_1d237_i7765_377",
8
- "content": "awsui_content_1d237_i7765_396",
9
- "footer": "awsui_footer_1d237_i7765_447"
4
+ "help-panel": "awsui_help-panel_1d237_mauz4_181",
5
+ "loading": "awsui_loading_1d237_mauz4_354",
6
+ "header": "awsui_header_1d237_mauz4_359",
7
+ "with-toolbar": "awsui_with-toolbar_1d237_mauz4_377",
8
+ "content": "awsui_content_1d237_mauz4_396",
9
+ "footer": "awsui_footer_1d237_mauz4_448"
10
10
  };
11
11
 
@@ -178,7 +178,7 @@
178
178
  */
179
179
  /* Style used for links in slots/components that are text heavy, to help links stand out among
180
180
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
181
- .awsui_help-panel_1d237_i7765_181:not(#\9) {
181
+ .awsui_help-panel_1d237_mauz4_181:not(#\9) {
182
182
  border-collapse: separate;
183
183
  border-spacing: 0;
184
184
  box-sizing: border-box;
@@ -214,36 +214,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
214
214
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
215
215
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
216
216
  }
217
- .awsui_help-panel_1d237_i7765_181 hr:not(#\9) {
217
+ .awsui_help-panel_1d237_mauz4_181 hr:not(#\9) {
218
218
  border-block: none;
219
219
  border-inline: none;
220
220
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
221
221
  margin-block: var(--space-scaled-xl-dunxp5, 24px);
222
222
  margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-yw31p0, 8px));
223
223
  }
224
- .awsui_help-panel_1d237_i7765_181 ol:not(#\9),
225
- .awsui_help-panel_1d237_i7765_181 ul:not(#\9) {
224
+ .awsui_help-panel_1d237_mauz4_181 ol:not(#\9),
225
+ .awsui_help-panel_1d237_mauz4_181 ul:not(#\9) {
226
226
  padding-inline-start: var(--space-l-2ud1p3, 20px);
227
227
  list-style-position: outside;
228
228
  margin-block: var(--space-s-tvghoh, 12px);
229
229
  margin-inline: 0;
230
230
  }
231
- .awsui_help-panel_1d237_i7765_181 li:not(#\9) {
231
+ .awsui_help-panel_1d237_mauz4_181 li:not(#\9) {
232
232
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
233
233
  margin-inline: 0;
234
234
  }
235
- .awsui_help-panel_1d237_i7765_181 a:not(#\9),
236
- .awsui_help-panel_1d237_i7765_181 h2:not(#\9),
237
- .awsui_help-panel_1d237_i7765_181 h3:not(#\9),
238
- .awsui_help-panel_1d237_i7765_181 h4:not(#\9),
239
- .awsui_help-panel_1d237_i7765_181 h5:not(#\9),
240
- .awsui_help-panel_1d237_i7765_181 pre:not(#\9),
241
- .awsui_help-panel_1d237_i7765_181 code:not(#\9) {
235
+ .awsui_help-panel_1d237_mauz4_181 a:not(#\9),
236
+ .awsui_help-panel_1d237_mauz4_181 h2:not(#\9),
237
+ .awsui_help-panel_1d237_mauz4_181 h3:not(#\9),
238
+ .awsui_help-panel_1d237_mauz4_181 h4:not(#\9),
239
+ .awsui_help-panel_1d237_mauz4_181 h5:not(#\9),
240
+ .awsui_help-panel_1d237_mauz4_181 pre:not(#\9),
241
+ .awsui_help-panel_1d237_mauz4_181 code:not(#\9) {
242
242
  margin-block: var(--space-xs-ymlm0b, 8px);
243
243
  margin-inline: 0;
244
244
  padding-block: 0;
245
245
  }
246
- .awsui_help-panel_1d237_i7765_181 code:not(#\9) {
246
+ .awsui_help-panel_1d237_mauz4_181 code:not(#\9) {
247
247
  font-size: var(--font-size-body-s-smc8cv, 12px);
248
248
  line-height: var(--line-height-body-s-nu5hx1, 16px);
249
249
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
@@ -254,7 +254,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
254
254
  word-wrap: break-word;
255
255
  white-space: pre-wrap;
256
256
  }
257
- .awsui_help-panel_1d237_i7765_181 pre:not(#\9) {
257
+ .awsui_help-panel_1d237_mauz4_181 pre:not(#\9) {
258
258
  font-size: var(--font-size-body-s-smc8cv, 12px);
259
259
  line-height: var(--line-height-body-s-nu5hx1, 16px);
260
260
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
@@ -267,41 +267,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
267
267
  padding-block: var(--space-xxs-hwfkai, 4px);
268
268
  padding-inline: var(--space-xxs-hwfkai, 4px);
269
269
  }
270
- .awsui_help-panel_1d237_i7765_181 dl:not(#\9) {
270
+ .awsui_help-panel_1d237_mauz4_181 dl:not(#\9) {
271
271
  margin-block: var(--space-s-tvghoh, 12px);
272
272
  margin-inline: 0;
273
273
  /* stylelint-disable-next-line selector-max-universal */
274
274
  }
275
- .awsui_help-panel_1d237_i7765_181 dl *:not(#\9) {
275
+ .awsui_help-panel_1d237_mauz4_181 dl *:not(#\9) {
276
276
  margin-block: 0;
277
277
  }
278
- .awsui_help-panel_1d237_i7765_181 dt:not(#\9) {
278
+ .awsui_help-panel_1d237_mauz4_181 dt:not(#\9) {
279
279
  margin-block-start: var(--space-xs-ymlm0b, 8px);
280
280
  font-weight: var(--font-weight-bold-fo1afg, 700);
281
281
  }
282
- .awsui_help-panel_1d237_i7765_181 dd:not(#\9) {
282
+ .awsui_help-panel_1d237_mauz4_181 dd:not(#\9) {
283
283
  margin-block-start: 0;
284
284
  margin-block-end: var(--space-xs-ymlm0b, 8px);
285
285
  margin-inline: 0;
286
286
  }
287
- .awsui_help-panel_1d237_i7765_181 h2:not(#\9),
288
- .awsui_help-panel_1d237_i7765_181 h3:not(#\9),
289
- .awsui_help-panel_1d237_i7765_181 h4:not(#\9),
290
- .awsui_help-panel_1d237_i7765_181 h5:not(#\9),
291
- .awsui_help-panel_1d237_i7765_181 h6:not(#\9) {
287
+ .awsui_help-panel_1d237_mauz4_181 h2:not(#\9),
288
+ .awsui_help-panel_1d237_mauz4_181 h3:not(#\9),
289
+ .awsui_help-panel_1d237_mauz4_181 h4:not(#\9),
290
+ .awsui_help-panel_1d237_mauz4_181 h5:not(#\9),
291
+ .awsui_help-panel_1d237_mauz4_181 h6:not(#\9) {
292
292
  margin-block-start: var(--space-xl-jfy3x4, 24px);
293
293
  color: var(--color-text-heading-default-izpp46, #0f141a);
294
294
  }
295
- .awsui_help-panel_1d237_i7765_181 > :not(#\9):last-child {
295
+ .awsui_help-panel_1d237_mauz4_181 > :not(#\9):last-child {
296
296
  margin-block-end: var(--space-panel-content-bottom-24c6lu, 40px);
297
297
  }
298
- .awsui_help-panel_1d237_i7765_181 p:not(#\9) {
298
+ .awsui_help-panel_1d237_mauz4_181 p:not(#\9) {
299
299
  color: inherit;
300
300
  text-decoration: none;
301
301
  margin-block: var(--space-s-tvghoh, 12px);
302
302
  margin-inline: 0;
303
303
  }
304
- .awsui_help-panel_1d237_i7765_181 h1:not(#\9) {
304
+ .awsui_help-panel_1d237_mauz4_181 h1:not(#\9) {
305
305
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
306
306
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
307
307
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
@@ -310,7 +310,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
310
310
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
311
311
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
312
312
  }
313
- .awsui_help-panel_1d237_i7765_181 h2:not(#\9) {
313
+ .awsui_help-panel_1d237_mauz4_181 h2:not(#\9) {
314
314
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
315
315
  font-size: var(--font-size-heading-l-vnacx6, 20px);
316
316
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
@@ -319,7 +319,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
319
319
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
320
320
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
321
321
  }
322
- .awsui_help-panel_1d237_i7765_181 h3:not(#\9) {
322
+ .awsui_help-panel_1d237_mauz4_181 h3:not(#\9) {
323
323
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
324
324
  font-size: var(--font-size-heading-m-170yiy, 18px);
325
325
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
@@ -328,7 +328,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
328
328
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
329
329
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
330
330
  }
331
- .awsui_help-panel_1d237_i7765_181 h4:not(#\9) {
331
+ .awsui_help-panel_1d237_mauz4_181 h4:not(#\9) {
332
332
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
333
333
  font-size: var(--font-size-heading-s-zp08en, 16px);
334
334
  line-height: var(--line-height-heading-s-hmi4vc, 20px);
@@ -337,7 +337,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
337
337
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
338
338
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
339
339
  }
340
- .awsui_help-panel_1d237_i7765_181 h5:not(#\9) {
340
+ .awsui_help-panel_1d237_mauz4_181 h5:not(#\9) {
341
341
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
342
342
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
343
343
  line-height: var(--line-height-heading-xs-q9j004, 18px);
@@ -346,17 +346,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
346
346
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
347
347
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
348
348
  }
349
- .awsui_help-panel_1d237_i7765_181 b:not(#\9),
350
- .awsui_help-panel_1d237_i7765_181 strong:not(#\9) {
349
+ .awsui_help-panel_1d237_mauz4_181 b:not(#\9),
350
+ .awsui_help-panel_1d237_mauz4_181 strong:not(#\9) {
351
351
  font-weight: var(--font-weight-bold-fo1afg, 700);
352
352
  }
353
353
 
354
- .awsui_loading_1d237_i7765_354:not(#\9) {
354
+ .awsui_loading_1d237_mauz4_354:not(#\9) {
355
355
  padding-inline-start: var(--space-panel-side-left-u1m3s9, 28px);
356
356
  padding-inline-end: var(--space-panel-side-right-8wwirc, 24px);
357
357
  }
358
358
 
359
- .awsui_header_1d237_i7765_359:not(#\9) {
359
+ .awsui_header_1d237_mauz4_359:not(#\9) {
360
360
  font-size: var(--font-panel-header-size-33h9j8, 18px);
361
361
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
362
362
  line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
@@ -374,15 +374,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
374
374
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
375
375
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
376
376
  }
377
- .awsui_with-toolbar_1d237_i7765_377 > .awsui_header_1d237_i7765_359:not(#\9) {
377
+ .awsui_with-toolbar_1d237_mauz4_377 > .awsui_header_1d237_mauz4_359:not(#\9) {
378
378
  border-color: transparent;
379
379
  margin-block-end: 0px;
380
380
  }
381
- .awsui_header_1d237_i7765_359 h2:not(#\9),
382
- .awsui_header_1d237_i7765_359 h3:not(#\9),
383
- .awsui_header_1d237_i7765_359 h4:not(#\9),
384
- .awsui_header_1d237_i7765_359 h5:not(#\9),
385
- .awsui_header_1d237_i7765_359 h6:not(#\9) {
381
+ .awsui_header_1d237_mauz4_359 h2:not(#\9),
382
+ .awsui_header_1d237_mauz4_359 h3:not(#\9),
383
+ .awsui_header_1d237_mauz4_359 h4:not(#\9),
384
+ .awsui_header_1d237_mauz4_359 h5:not(#\9),
385
+ .awsui_header_1d237_mauz4_359 h6:not(#\9) {
386
386
  font-size: var(--font-panel-header-size-33h9j8, 18px);
387
387
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
388
388
  line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
@@ -393,60 +393,61 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
393
393
  margin-block: 0;
394
394
  }
395
395
 
396
- .awsui_content_1d237_i7765_396:not(#\9) {
396
+ .awsui_content_1d237_mauz4_396:not(#\9) {
397
397
  color: var(--color-text-body-secondary-yna5sb, #424650);
398
398
  padding-inline-start: var(--space-panel-side-left-u1m3s9, 28px);
399
399
  padding-inline-end: var(--space-panel-side-right-8wwirc, 24px);
400
400
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
401
401
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
402
402
  }
403
- .awsui_content_1d237_i7765_396 h2:not(#\9):first-child,
404
- .awsui_content_1d237_i7765_396 h3:not(#\9):first-child,
405
- .awsui_content_1d237_i7765_396 h4:not(#\9):first-child,
406
- .awsui_content_1d237_i7765_396 h5:not(#\9):first-child,
407
- .awsui_content_1d237_i7765_396 h6:not(#\9):first-child,
408
- .awsui_content_1d237_i7765_396 p:not(#\9):first-child {
403
+ .awsui_content_1d237_mauz4_396 h2:not(#\9):first-child,
404
+ .awsui_content_1d237_mauz4_396 h3:not(#\9):first-child,
405
+ .awsui_content_1d237_mauz4_396 h4:not(#\9):first-child,
406
+ .awsui_content_1d237_mauz4_396 h5:not(#\9):first-child,
407
+ .awsui_content_1d237_mauz4_396 h6:not(#\9):first-child,
408
+ .awsui_content_1d237_mauz4_396 p:not(#\9):first-child {
409
409
  margin-block-start: 0;
410
410
  }
411
- .awsui_content_1d237_i7765_396 a:not(#\9) {
411
+ .awsui_content_1d237_mauz4_396 a:not(#\9) {
412
412
  text-underline-offset: 0.25em;
413
- text-decoration-thickness: 1px;
413
+ text-decoration-thickness: var(--font-decoration-thickness-link-uesuo7, 1px);
414
+ text-decoration-style: var(--font-decoration-style-link-pk2xmp, solid);
414
415
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
415
416
  font-weight: inherit;
416
417
  letter-spacing: normal;
417
418
  text-decoration-line: underline;
418
- text-decoration-color: currentColor;
419
+ text-decoration-color: var(--color-text-link-decoration-default-0x8fhu, currentColor);
419
420
  transition-property: color, -webkit-text-decoration;
420
421
  transition-property: color, text-decoration;
421
422
  transition-property: color, text-decoration, -webkit-text-decoration;
422
423
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
423
424
  }
424
425
  @media (prefers-reduced-motion: reduce) {
425
- .awsui_content_1d237_i7765_396 a:not(#\9) {
426
+ .awsui_content_1d237_mauz4_396 a:not(#\9) {
426
427
  animation: none;
427
428
  transition: none;
428
429
  }
429
430
  }
430
- .awsui-motion-disabled .awsui_content_1d237_i7765_396 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_i7765_396 a:not(#\9) {
431
+ .awsui-motion-disabled .awsui_content_1d237_mauz4_396 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_mauz4_396 a:not(#\9) {
431
432
  animation: none;
432
433
  transition: none;
433
434
  }
434
- .awsui_content_1d237_i7765_396 a:not(#\9):hover {
435
+ .awsui_content_1d237_mauz4_396 a:not(#\9):hover {
435
436
  cursor: pointer;
436
437
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
437
438
  }
438
- .awsui_content_1d237_i7765_396 a:not(#\9):focus {
439
+ .awsui_content_1d237_mauz4_396 a:not(#\9):focus {
439
440
  outline: none;
440
441
  }
441
- .awsui_content_1d237_i7765_396 a:not(#\9):active {
442
+ .awsui_content_1d237_mauz4_396 a:not(#\9):active {
442
443
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
443
444
  }
444
- .awsui_content_1d237_i7765_396 a:not(#\9):active, .awsui_content_1d237_i7765_396 a:not(#\9):focus, .awsui_content_1d237_i7765_396 a:not(#\9):hover {
445
+ .awsui_content_1d237_mauz4_396 a:not(#\9):active, .awsui_content_1d237_mauz4_396 a:not(#\9):focus, .awsui_content_1d237_mauz4_396 a:not(#\9):hover {
445
446
  text-decoration-line: underline;
446
- text-decoration-color: currentColor;
447
+ text-decoration-color: var(--color-text-link-decoration-hover-kui2t9, currentColor);
447
448
  }
448
449
 
449
- .awsui_footer_1d237_i7765_447:not(#\9) {
450
+ .awsui_footer_1d237_mauz4_448:not(#\9) {
450
451
  color: var(--color-text-body-secondary-yna5sb, #424650);
451
452
  padding-block: 0;
452
453
  padding-inline-start: var(--space-panel-side-left-u1m3s9, 28px);
@@ -454,13 +455,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
454
455
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
455
456
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
456
457
  }
457
- .awsui_footer_1d237_i7765_447 ul:not(#\9) {
458
+ .awsui_footer_1d237_mauz4_448 ul:not(#\9) {
458
459
  list-style: none;
459
460
  padding-inline-start: 0;
460
461
  }
461
- .awsui_footer_1d237_i7765_447 a:not(#\9) {
462
+ .awsui_footer_1d237_mauz4_448 a:not(#\9) {
462
463
  text-underline-offset: 0.25em;
463
- text-decoration-thickness: 1px;
464
+ text-decoration-thickness: var(--font-decoration-thickness-link-uesuo7, 1px);
465
+ text-decoration-style: var(--font-decoration-style-link-pk2xmp, solid);
464
466
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-secondary-default-4p0gj8, #006ce0));
465
467
  font-weight: inherit;
466
468
  letter-spacing: normal;
@@ -472,37 +474,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
472
474
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
473
475
  }
474
476
  @media (prefers-reduced-motion: reduce) {
475
- .awsui_footer_1d237_i7765_447 a:not(#\9) {
477
+ .awsui_footer_1d237_mauz4_448 a:not(#\9) {
476
478
  animation: none;
477
479
  transition: none;
478
480
  }
479
481
  }
480
- .awsui-motion-disabled .awsui_footer_1d237_i7765_447 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_i7765_447 a:not(#\9) {
482
+ .awsui-motion-disabled .awsui_footer_1d237_mauz4_448 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_mauz4_448 a:not(#\9) {
481
483
  animation: none;
482
484
  transition: none;
483
485
  }
484
- .awsui_footer_1d237_i7765_447 a:not(#\9):hover {
486
+ .awsui_footer_1d237_mauz4_448 a:not(#\9):hover {
485
487
  cursor: pointer;
486
488
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
487
489
  }
488
- .awsui_footer_1d237_i7765_447 a:not(#\9):focus {
490
+ .awsui_footer_1d237_mauz4_448 a:not(#\9):focus {
489
491
  outline: none;
490
492
  }
491
- .awsui_footer_1d237_i7765_447 a:not(#\9):active {
493
+ .awsui_footer_1d237_mauz4_448 a:not(#\9):active {
492
494
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
493
495
  }
494
- .awsui_footer_1d237_i7765_447 a:not(#\9):active, .awsui_footer_1d237_i7765_447 a:not(#\9):focus, .awsui_footer_1d237_i7765_447 a:not(#\9):hover {
496
+ .awsui_footer_1d237_mauz4_448 a:not(#\9):active, .awsui_footer_1d237_mauz4_448 a:not(#\9):focus, .awsui_footer_1d237_mauz4_448 a:not(#\9):hover {
495
497
  text-decoration-line: underline;
496
498
  text-decoration-color: currentColor;
497
499
  }
498
500
 
499
- .awsui_content_1d237_i7765_396:not(#\9),
500
- .awsui_footer_1d237_i7765_447:not(#\9) {
501
+ .awsui_content_1d237_mauz4_396:not(#\9),
502
+ .awsui_footer_1d237_mauz4_448:not(#\9) {
501
503
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
502
504
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
503
505
  }
504
- .awsui_content_1d237_i7765_396 a:not(#\9):focus,
505
- .awsui_footer_1d237_i7765_447 a:not(#\9):focus {
506
+ .awsui_content_1d237_mauz4_396 a:not(#\9):focus,
507
+ .awsui_footer_1d237_mauz4_448 a:not(#\9):focus {
506
508
  outline: thin dotted;
507
509
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
508
510
  outline-offset: 2px;
@@ -2,11 +2,11 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "help-panel": "awsui_help-panel_1d237_i7765_181",
6
- "loading": "awsui_loading_1d237_i7765_354",
7
- "header": "awsui_header_1d237_i7765_359",
8
- "with-toolbar": "awsui_with-toolbar_1d237_i7765_377",
9
- "content": "awsui_content_1d237_i7765_396",
10
- "footer": "awsui_footer_1d237_i7765_447"
5
+ "help-panel": "awsui_help-panel_1d237_mauz4_181",
6
+ "loading": "awsui_loading_1d237_mauz4_354",
7
+ "header": "awsui_header_1d237_mauz4_359",
8
+ "with-toolbar": "awsui_with-toolbar_1d237_mauz4_377",
9
+ "content": "awsui_content_1d237_mauz4_396",
10
+ "footer": "awsui_footer_1d237_mauz4_448"
11
11
  };
12
12