@cloudscape-design/components-themeable 3.0.1301 → 3.0.1302

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 (117) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/breadcrumb-group/item/styles.scss +1 -1
  3. package/lib/internal/scss/breadcrumb-group/styles.scss +1 -1
  4. package/lib/internal/scss/copy-to-clipboard/styles.scss +18 -0
  5. package/lib/internal/scss/drawer/styles.scss +13 -2
  6. package/lib/internal/scss/form-field/styles.scss +1 -1
  7. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  8. package/lib/internal/scss/internal/styles/links.scss +1 -0
  9. package/lib/internal/scss/internal/styles/typography/mixins.scss +8 -3
  10. package/lib/internal/scss/key-value-pairs/styles.scss +5 -1
  11. package/lib/internal/scss/link/constants.scss +11 -11
  12. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  13. package/lib/internal/template/attribute-editor/styles.scoped.css +29 -28
  14. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  15. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  16. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +30 -29
  17. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  18. package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
  19. package/lib/internal/template/breadcrumb-group/styles.scoped.css +25 -25
  20. package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
  21. package/lib/internal/template/button-dropdown/category-elements/category-element.js +1 -1
  22. package/lib/internal/template/button-dropdown/category-elements/category-element.js.map +1 -1
  23. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +1 -1
  24. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  25. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +1 -1
  26. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  27. package/lib/internal/template/button-dropdown/item-element/index.js +1 -1
  28. package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
  29. package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
  30. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -37
  31. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  32. package/lib/internal/template/copy-to-clipboard/index.d.ts +1 -1
  33. package/lib/internal/template/copy-to-clipboard/index.d.ts.map +1 -1
  34. package/lib/internal/template/copy-to-clipboard/index.js +2 -2
  35. package/lib/internal/template/copy-to-clipboard/index.js.map +1 -1
  36. package/lib/internal/template/copy-to-clipboard/interfaces.d.ts +5 -0
  37. package/lib/internal/template/copy-to-clipboard/interfaces.d.ts.map +1 -1
  38. package/lib/internal/template/copy-to-clipboard/interfaces.js.map +1 -1
  39. package/lib/internal/template/copy-to-clipboard/internal.d.ts +1 -1
  40. package/lib/internal/template/copy-to-clipboard/internal.d.ts.map +1 -1
  41. package/lib/internal/template/copy-to-clipboard/internal.js +3 -3
  42. package/lib/internal/template/copy-to-clipboard/internal.js.map +1 -1
  43. package/lib/internal/template/copy-to-clipboard/styles.css.js +5 -3
  44. package/lib/internal/template/copy-to-clipboard/styles.scoped.css +18 -3
  45. package/lib/internal/template/copy-to-clipboard/styles.selectors.js +5 -3
  46. package/lib/internal/template/drawer/implementation.d.ts +3 -3
  47. package/lib/internal/template/drawer/implementation.d.ts.map +1 -1
  48. package/lib/internal/template/drawer/implementation.js +3 -2
  49. package/lib/internal/template/drawer/implementation.js.map +1 -1
  50. package/lib/internal/template/drawer/index.d.ts +2 -1
  51. package/lib/internal/template/drawer/index.d.ts.map +1 -1
  52. package/lib/internal/template/drawer/index.js +21 -9
  53. package/lib/internal/template/drawer/index.js.map +1 -1
  54. package/lib/internal/template/drawer/interfaces.d.ts +45 -18
  55. package/lib/internal/template/drawer/interfaces.d.ts.map +1 -1
  56. package/lib/internal/template/drawer/interfaces.js.map +1 -1
  57. package/lib/internal/template/drawer/styles.css.js +29 -25
  58. package/lib/internal/template/drawer/styles.scoped.css +43 -34
  59. package/lib/internal/template/drawer/styles.selectors.js +29 -25
  60. package/lib/internal/template/drawer/utils.d.ts +2 -2
  61. package/lib/internal/template/drawer/utils.d.ts.map +1 -1
  62. package/lib/internal/template/drawer/utils.js +6 -5
  63. package/lib/internal/template/drawer/utils.js.map +1 -1
  64. package/lib/internal/template/form-field/styles.css.js +24 -24
  65. package/lib/internal/template/form-field/styles.scoped.css +41 -41
  66. package/lib/internal/template/form-field/styles.selectors.js +24 -24
  67. package/lib/internal/template/help-panel/styles.css.js +6 -6
  68. package/lib/internal/template/help-panel/styles.scoped.css +73 -71
  69. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  70. package/lib/internal/template/internal/base-component/styles.scoped.css +36 -20
  71. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  72. package/lib/internal/template/internal/components/token-list/styles.scoped.css +24 -23
  73. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  74. package/lib/internal/template/internal/environment.js +2 -2
  75. package/lib/internal/template/internal/environment.json +2 -2
  76. package/lib/internal/template/internal/generated/styles/tokens.d.ts +24 -12
  77. package/lib/internal/template/internal/generated/styles/tokens.js +24 -12
  78. package/lib/internal/template/internal/generated/theming/index.cjs +164 -58
  79. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +225 -99
  80. package/lib/internal/template/internal/generated/theming/index.d.ts +225 -99
  81. package/lib/internal/template/internal/generated/theming/index.js +164 -58
  82. package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
  83. package/lib/internal/template/key-value-pairs/styles.scoped.css +12 -12
  84. package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
  85. package/lib/internal/template/link/internal.js +1 -1
  86. package/lib/internal/template/link/internal.js.map +1 -1
  87. package/lib/internal/template/link/styles.css.js +21 -21
  88. package/lib/internal/template/link/styles.scoped.css +94 -84
  89. package/lib/internal/template/link/styles.selectors.js +21 -21
  90. package/lib/internal/template/pagination/index.d.ts.map +1 -1
  91. package/lib/internal/template/pagination/index.js +4 -1
  92. package/lib/internal/template/pagination/index.js.map +1 -1
  93. package/lib/internal/template/status-indicator/internal.js +1 -1
  94. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  95. package/lib/internal/template/table/body-cell/td-element.js +1 -1
  96. package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
  97. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  98. package/lib/internal/template/tag-editor/styles.scoped.css +12 -11
  99. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  100. package/lib/internal/template/test-utils/dom/drawer/index.d.ts +2 -0
  101. package/lib/internal/template/test-utils/dom/drawer/index.js +6 -0
  102. package/lib/internal/template/test-utils/dom/drawer/index.js.map +1 -1
  103. package/lib/internal/template/test-utils/selectors/drawer/index.d.ts +2 -0
  104. package/lib/internal/template/test-utils/selectors/drawer/index.js +6 -0
  105. package/lib/internal/template/test-utils/selectors/drawer/index.js.map +1 -1
  106. package/lib/internal/template/text-content/styles.css.js +1 -1
  107. package/lib/internal/template/text-content/styles.scoped.css +68 -66
  108. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  109. package/lib/internal/template/tooltip/index.d.ts +0 -3
  110. package/lib/internal/template/tooltip/index.d.ts.map +1 -1
  111. package/lib/internal/template/tooltip/index.js +0 -3
  112. package/lib/internal/template/tooltip/index.js.map +1 -1
  113. package/package.json +1 -1
  114. package/lib/internal/template/drawer/next.d.ts +0 -6
  115. package/lib/internal/template/drawer/next.d.ts.map +0 -1
  116. package/lib/internal/template/drawer/next.js +0 -38
  117. package/lib/internal/template/drawer/next.js.map +0 -1
@@ -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_1t85d_153",
6
- "warning-icon-shake-wrapper": "awsui_warning-icon-shake-wrapper_14mhv_1t85d_154",
7
- "awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_1t85d_1",
8
- "error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_1t85d_184",
9
- "warning-icon-scale-wrapper": "awsui_warning-icon-scale-wrapper_14mhv_1t85d_185",
10
- "awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_1t85d_1",
11
- "warning": "awsui_warning_14mhv_1t85d_154",
12
- "error": "awsui_error_14mhv_1t85d_153",
13
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_1t85d_1",
14
- "root": "awsui_root_14mhv_1t85d_236",
15
- "label": "awsui_label_14mhv_1t85d_269",
16
- "info": "awsui_info_14mhv_1t85d_285",
17
- "description": "awsui_description_14mhv_1t85d_291",
18
- "constraint": "awsui_constraint_14mhv_1t85d_292",
19
- "hints": "awsui_hints_14mhv_1t85d_299",
20
- "constraint-has-validation-text": "awsui_constraint-has-validation-text_14mhv_1t85d_300",
21
- "secondary-control": "awsui_secondary-control_14mhv_1t85d_304",
22
- "controls": "awsui_controls_14mhv_1t85d_308",
23
- "label-hidden": "awsui_label-hidden_14mhv_1t85d_308",
24
- "label-wrapper": "awsui_label-wrapper_14mhv_1t85d_311",
25
- "control": "awsui_control_14mhv_1t85d_308",
26
- "error__message": "awsui_error__message_14mhv_1t85d_338",
27
- "warning__message": "awsui_warning__message_14mhv_1t85d_339",
28
- "visually-hidden": "awsui_visually-hidden_14mhv_1t85d_343"
5
+ "error-icon-shake-wrapper": "awsui_error-icon-shake-wrapper_14mhv_n5pjf_153",
6
+ "warning-icon-shake-wrapper": "awsui_warning-icon-shake-wrapper_14mhv_n5pjf_154",
7
+ "awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_n5pjf_1",
8
+ "error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_n5pjf_184",
9
+ "warning-icon-scale-wrapper": "awsui_warning-icon-scale-wrapper_14mhv_n5pjf_185",
10
+ "awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_n5pjf_1",
11
+ "warning": "awsui_warning_14mhv_n5pjf_154",
12
+ "error": "awsui_error_14mhv_n5pjf_153",
13
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_n5pjf_1",
14
+ "root": "awsui_root_14mhv_n5pjf_236",
15
+ "label": "awsui_label_14mhv_n5pjf_269",
16
+ "info": "awsui_info_14mhv_n5pjf_285",
17
+ "description": "awsui_description_14mhv_n5pjf_291",
18
+ "constraint": "awsui_constraint_14mhv_n5pjf_292",
19
+ "hints": "awsui_hints_14mhv_n5pjf_299",
20
+ "constraint-has-validation-text": "awsui_constraint-has-validation-text_14mhv_n5pjf_300",
21
+ "secondary-control": "awsui_secondary-control_14mhv_n5pjf_304",
22
+ "controls": "awsui_controls_14mhv_n5pjf_308",
23
+ "label-hidden": "awsui_label-hidden_14mhv_n5pjf_308",
24
+ "label-wrapper": "awsui_label-wrapper_14mhv_n5pjf_311",
25
+ "control": "awsui_control_14mhv_n5pjf_308",
26
+ "error__message": "awsui_error__message_14mhv_n5pjf_338",
27
+ "warning__message": "awsui_warning__message_14mhv_n5pjf_339",
28
+ "visually-hidden": "awsui_visually-hidden_14mhv_n5pjf_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_y0c1p_181",
5
- "loading": "awsui_loading_1d237_y0c1p_354",
6
- "header": "awsui_header_1d237_y0c1p_359",
7
- "with-toolbar": "awsui_with-toolbar_1d237_y0c1p_377",
8
- "content": "awsui_content_1d237_y0c1p_396",
9
- "footer": "awsui_footer_1d237_y0c1p_447"
4
+ "help-panel": "awsui_help-panel_1d237_usjt5_181",
5
+ "loading": "awsui_loading_1d237_usjt5_354",
6
+ "header": "awsui_header_1d237_usjt5_359",
7
+ "with-toolbar": "awsui_with-toolbar_1d237_usjt5_377",
8
+ "content": "awsui_content_1d237_usjt5_396",
9
+ "footer": "awsui_footer_1d237_usjt5_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_y0c1p_181:not(#\9) {
181
+ .awsui_help-panel_1d237_usjt5_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_y0c1p_181 hr:not(#\9) {
217
+ .awsui_help-panel_1d237_usjt5_181 hr:not(#\9) {
218
218
  border-block: none;
219
219
  border-inline: none;
220
220
  border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
221
221
  margin-block: var(--space-scaled-xl-nxtcbc, 24px);
222
222
  margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-6msb21, 12px));
223
223
  }
224
- .awsui_help-panel_1d237_y0c1p_181 ol:not(#\9),
225
- .awsui_help-panel_1d237_y0c1p_181 ul:not(#\9) {
224
+ .awsui_help-panel_1d237_usjt5_181 ol:not(#\9),
225
+ .awsui_help-panel_1d237_usjt5_181 ul:not(#\9) {
226
226
  padding-inline-start: var(--space-l-3cws6j, 20px);
227
227
  list-style-position: outside;
228
228
  margin-block: var(--space-s-4a5hs8, 12px);
229
229
  margin-inline: 0;
230
230
  }
231
- .awsui_help-panel_1d237_y0c1p_181 li:not(#\9) {
231
+ .awsui_help-panel_1d237_usjt5_181 li:not(#\9) {
232
232
  margin-block: var(--space-scaled-xxs-jatbiv, 4px);
233
233
  margin-inline: 0;
234
234
  }
235
- .awsui_help-panel_1d237_y0c1p_181 a:not(#\9),
236
- .awsui_help-panel_1d237_y0c1p_181 h2:not(#\9),
237
- .awsui_help-panel_1d237_y0c1p_181 h3:not(#\9),
238
- .awsui_help-panel_1d237_y0c1p_181 h4:not(#\9),
239
- .awsui_help-panel_1d237_y0c1p_181 h5:not(#\9),
240
- .awsui_help-panel_1d237_y0c1p_181 pre:not(#\9),
241
- .awsui_help-panel_1d237_y0c1p_181 code:not(#\9) {
235
+ .awsui_help-panel_1d237_usjt5_181 a:not(#\9),
236
+ .awsui_help-panel_1d237_usjt5_181 h2:not(#\9),
237
+ .awsui_help-panel_1d237_usjt5_181 h3:not(#\9),
238
+ .awsui_help-panel_1d237_usjt5_181 h4:not(#\9),
239
+ .awsui_help-panel_1d237_usjt5_181 h5:not(#\9),
240
+ .awsui_help-panel_1d237_usjt5_181 pre:not(#\9),
241
+ .awsui_help-panel_1d237_usjt5_181 code:not(#\9) {
242
242
  margin-block: var(--space-xs-kw7k3v, 8px);
243
243
  margin-inline: 0;
244
244
  padding-block: 0;
245
245
  }
246
- .awsui_help-panel_1d237_y0c1p_181 code:not(#\9) {
246
+ .awsui_help-panel_1d237_usjt5_181 code:not(#\9) {
247
247
  font-size: var(--font-size-body-s-psgqn2, 12px);
248
248
  line-height: var(--line-height-body-s-otgtsr, 16px);
249
249
  letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
@@ -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_y0c1p_181 pre:not(#\9) {
257
+ .awsui_help-panel_1d237_usjt5_181 pre:not(#\9) {
258
258
  font-size: var(--font-size-body-s-psgqn2, 12px);
259
259
  line-height: var(--line-height-body-s-otgtsr, 16px);
260
260
  letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
@@ -267,41 +267,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
267
267
  padding-block: var(--space-xxs-jnczic, 4px);
268
268
  padding-inline: var(--space-xxs-jnczic, 4px);
269
269
  }
270
- .awsui_help-panel_1d237_y0c1p_181 dl:not(#\9) {
270
+ .awsui_help-panel_1d237_usjt5_181 dl:not(#\9) {
271
271
  margin-block: var(--space-s-4a5hs8, 12px);
272
272
  margin-inline: 0;
273
273
  /* stylelint-disable-next-line selector-max-universal */
274
274
  }
275
- .awsui_help-panel_1d237_y0c1p_181 dl *:not(#\9) {
275
+ .awsui_help-panel_1d237_usjt5_181 dl *:not(#\9) {
276
276
  margin-block: 0;
277
277
  }
278
- .awsui_help-panel_1d237_y0c1p_181 dt:not(#\9) {
278
+ .awsui_help-panel_1d237_usjt5_181 dt:not(#\9) {
279
279
  margin-block-start: var(--space-xs-kw7k3v, 8px);
280
280
  font-weight: var(--font-weight-bold-p16d06, 700);
281
281
  }
282
- .awsui_help-panel_1d237_y0c1p_181 dd:not(#\9) {
282
+ .awsui_help-panel_1d237_usjt5_181 dd:not(#\9) {
283
283
  margin-block-start: 0;
284
284
  margin-block-end: var(--space-xs-kw7k3v, 8px);
285
285
  margin-inline: 0;
286
286
  }
287
- .awsui_help-panel_1d237_y0c1p_181 h2:not(#\9),
288
- .awsui_help-panel_1d237_y0c1p_181 h3:not(#\9),
289
- .awsui_help-panel_1d237_y0c1p_181 h4:not(#\9),
290
- .awsui_help-panel_1d237_y0c1p_181 h5:not(#\9),
291
- .awsui_help-panel_1d237_y0c1p_181 h6:not(#\9) {
287
+ .awsui_help-panel_1d237_usjt5_181 h2:not(#\9),
288
+ .awsui_help-panel_1d237_usjt5_181 h3:not(#\9),
289
+ .awsui_help-panel_1d237_usjt5_181 h4:not(#\9),
290
+ .awsui_help-panel_1d237_usjt5_181 h5:not(#\9),
291
+ .awsui_help-panel_1d237_usjt5_181 h6:not(#\9) {
292
292
  margin-block-start: var(--space-xl-4dmkh1, 24px);
293
293
  color: var(--color-text-heading-default-wlau07, #16191f);
294
294
  }
295
- .awsui_help-panel_1d237_y0c1p_181 > :not(#\9):last-child {
295
+ .awsui_help-panel_1d237_usjt5_181 > :not(#\9):last-child {
296
296
  margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
297
297
  }
298
- .awsui_help-panel_1d237_y0c1p_181 p:not(#\9) {
298
+ .awsui_help-panel_1d237_usjt5_181 p:not(#\9) {
299
299
  color: inherit;
300
300
  text-decoration: none;
301
301
  margin-block: var(--space-s-4a5hs8, 12px);
302
302
  margin-inline: 0;
303
303
  }
304
- .awsui_help-panel_1d237_y0c1p_181 h1:not(#\9) {
304
+ .awsui_help-panel_1d237_usjt5_181 h1:not(#\9) {
305
305
  font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
306
306
  font-size: var(--font-size-heading-xl-w5di2k, 28px);
307
307
  line-height: var(--line-height-heading-xl-vs1f23, 36px);
@@ -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-px4az4, auto);
311
311
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
312
312
  }
313
- .awsui_help-panel_1d237_y0c1p_181 h2:not(#\9) {
313
+ .awsui_help-panel_1d237_usjt5_181 h2:not(#\9) {
314
314
  font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
315
315
  font-size: var(--font-size-heading-l-qgg2za, 18px);
316
316
  line-height: var(--line-height-heading-l-vhgtnq, 22px);
@@ -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-px4az4, auto);
320
320
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
321
321
  }
322
- .awsui_help-panel_1d237_y0c1p_181 h3:not(#\9) {
322
+ .awsui_help-panel_1d237_usjt5_181 h3:not(#\9) {
323
323
  font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
324
324
  font-size: var(--font-size-heading-m-56jjln, 18px);
325
325
  line-height: var(--line-height-heading-m-irezqt, 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-px4az4, auto);
329
329
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
330
330
  }
331
- .awsui_help-panel_1d237_y0c1p_181 h4:not(#\9) {
331
+ .awsui_help-panel_1d237_usjt5_181 h4:not(#\9) {
332
332
  font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
333
333
  font-size: var(--font-size-heading-s-yde02v, 16px);
334
334
  line-height: var(--line-height-heading-s-j2axh8, 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-px4az4, auto);
338
338
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
339
339
  }
340
- .awsui_help-panel_1d237_y0c1p_181 h5:not(#\9) {
340
+ .awsui_help-panel_1d237_usjt5_181 h5:not(#\9) {
341
341
  font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
342
342
  font-size: var(--font-size-heading-xs-c20ika, 16px);
343
343
  line-height: var(--line-height-heading-xs-fuzanp, 20px);
@@ -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-px4az4, auto);
347
347
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
348
348
  }
349
- .awsui_help-panel_1d237_y0c1p_181 b:not(#\9),
350
- .awsui_help-panel_1d237_y0c1p_181 strong:not(#\9) {
349
+ .awsui_help-panel_1d237_usjt5_181 b:not(#\9),
350
+ .awsui_help-panel_1d237_usjt5_181 strong:not(#\9) {
351
351
  font-weight: var(--font-weight-bold-p16d06, 700);
352
352
  }
353
353
 
354
- .awsui_loading_1d237_y0c1p_354:not(#\9) {
354
+ .awsui_loading_1d237_usjt5_354:not(#\9) {
355
355
  padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
356
356
  padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
357
357
  }
358
358
 
359
- .awsui_header_1d237_y0c1p_359:not(#\9) {
359
+ .awsui_header_1d237_usjt5_359:not(#\9) {
360
360
  font-size: var(--font-panel-header-size-i1j838, 18px);
361
361
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
362
362
  line-height: var(--font-panel-header-line-height-z3wpa5, 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_y0c1p_377 > .awsui_header_1d237_y0c1p_359:not(#\9) {
377
+ .awsui_with-toolbar_1d237_usjt5_377 > .awsui_header_1d237_usjt5_359:not(#\9) {
378
378
  border-color: transparent;
379
379
  margin-block-end: 0px;
380
380
  }
381
- .awsui_header_1d237_y0c1p_359 h2:not(#\9),
382
- .awsui_header_1d237_y0c1p_359 h3:not(#\9),
383
- .awsui_header_1d237_y0c1p_359 h4:not(#\9),
384
- .awsui_header_1d237_y0c1p_359 h5:not(#\9),
385
- .awsui_header_1d237_y0c1p_359 h6:not(#\9) {
381
+ .awsui_header_1d237_usjt5_359 h2:not(#\9),
382
+ .awsui_header_1d237_usjt5_359 h3:not(#\9),
383
+ .awsui_header_1d237_usjt5_359 h4:not(#\9),
384
+ .awsui_header_1d237_usjt5_359 h5:not(#\9),
385
+ .awsui_header_1d237_usjt5_359 h6:not(#\9) {
386
386
  font-size: var(--font-panel-header-size-i1j838, 18px);
387
387
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
388
388
  line-height: var(--font-panel-header-line-height-z3wpa5, 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_y0c1p_396:not(#\9) {
396
+ .awsui_content_1d237_usjt5_396:not(#\9) {
397
397
  color: var(--color-text-body-secondary-gaft81, #545b64);
398
398
  padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
399
399
  padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
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_y0c1p_396 h2:not(#\9):first-child,
404
- .awsui_content_1d237_y0c1p_396 h3:not(#\9):first-child,
405
- .awsui_content_1d237_y0c1p_396 h4:not(#\9):first-child,
406
- .awsui_content_1d237_y0c1p_396 h5:not(#\9):first-child,
407
- .awsui_content_1d237_y0c1p_396 h6:not(#\9):first-child,
408
- .awsui_content_1d237_y0c1p_396 p:not(#\9):first-child {
403
+ .awsui_content_1d237_usjt5_396 h2:not(#\9):first-child,
404
+ .awsui_content_1d237_usjt5_396 h3:not(#\9):first-child,
405
+ .awsui_content_1d237_usjt5_396 h4:not(#\9):first-child,
406
+ .awsui_content_1d237_usjt5_396 h5:not(#\9):first-child,
407
+ .awsui_content_1d237_usjt5_396 h6:not(#\9):first-child,
408
+ .awsui_content_1d237_usjt5_396 p:not(#\9):first-child {
409
409
  margin-block-start: 0;
410
410
  }
411
- .awsui_content_1d237_y0c1p_396 a:not(#\9) {
411
+ .awsui_content_1d237_usjt5_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-4tl2vi, 1px);
414
+ text-decoration-style: var(--font-decoration-style-link-7y21z4, solid);
414
415
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-z7zuy8, #0073bb));
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-15ta09, 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-h3wrr6, 0ms);
423
424
  }
424
425
  @media (prefers-reduced-motion: reduce) {
425
- .awsui_content_1d237_y0c1p_396 a:not(#\9) {
426
+ .awsui_content_1d237_usjt5_396 a:not(#\9) {
426
427
  animation: none;
427
428
  transition: none;
428
429
  }
429
430
  }
430
- .awsui-motion-disabled .awsui_content_1d237_y0c1p_396 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_y0c1p_396 a:not(#\9) {
431
+ .awsui-motion-disabled .awsui_content_1d237_usjt5_396 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_usjt5_396 a:not(#\9) {
431
432
  animation: none;
432
433
  transition: none;
433
434
  }
434
- .awsui_content_1d237_y0c1p_396 a:not(#\9):hover {
435
+ .awsui_content_1d237_usjt5_396 a:not(#\9):hover {
435
436
  cursor: pointer;
436
437
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-pqxtsy, #0a4a74));
437
438
  }
438
- .awsui_content_1d237_y0c1p_396 a:not(#\9):focus {
439
+ .awsui_content_1d237_usjt5_396 a:not(#\9):focus {
439
440
  outline: none;
440
441
  }
441
- .awsui_content_1d237_y0c1p_396 a:not(#\9):active {
442
+ .awsui_content_1d237_usjt5_396 a:not(#\9):active {
442
443
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-pqxtsy, #0a4a74));
443
444
  }
444
- .awsui_content_1d237_y0c1p_396 a:not(#\9):active, .awsui_content_1d237_y0c1p_396 a:not(#\9):focus, .awsui_content_1d237_y0c1p_396 a:not(#\9):hover {
445
+ .awsui_content_1d237_usjt5_396 a:not(#\9):active, .awsui_content_1d237_usjt5_396 a:not(#\9):focus, .awsui_content_1d237_usjt5_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-jnu2g9, currentColor);
447
448
  }
448
449
 
449
- .awsui_footer_1d237_y0c1p_447:not(#\9) {
450
+ .awsui_footer_1d237_usjt5_448:not(#\9) {
450
451
  color: var(--color-text-body-secondary-gaft81, #545b64);
451
452
  padding-block: 0;
452
453
  padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
@@ -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_y0c1p_447 ul:not(#\9) {
458
+ .awsui_footer_1d237_usjt5_448 ul:not(#\9) {
458
459
  list-style: none;
459
460
  padding-inline-start: 0;
460
461
  }
461
- .awsui_footer_1d237_y0c1p_447 a:not(#\9) {
462
+ .awsui_footer_1d237_usjt5_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-4tl2vi, 1px);
465
+ text-decoration-style: var(--font-decoration-style-link-7y21z4, solid);
464
466
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-secondary-default-6w6hsr, #0073bb));
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-h3wrr6, 0ms);
473
475
  }
474
476
  @media (prefers-reduced-motion: reduce) {
475
- .awsui_footer_1d237_y0c1p_447 a:not(#\9) {
477
+ .awsui_footer_1d237_usjt5_448 a:not(#\9) {
476
478
  animation: none;
477
479
  transition: none;
478
480
  }
479
481
  }
480
- .awsui-motion-disabled .awsui_footer_1d237_y0c1p_447 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_y0c1p_447 a:not(#\9) {
482
+ .awsui-motion-disabled .awsui_footer_1d237_usjt5_448 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_usjt5_448 a:not(#\9) {
481
483
  animation: none;
482
484
  transition: none;
483
485
  }
484
- .awsui_footer_1d237_y0c1p_447 a:not(#\9):hover {
486
+ .awsui_footer_1d237_usjt5_448 a:not(#\9):hover {
485
487
  cursor: pointer;
486
488
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-secondary-hover-c3snug, #0a4a74));
487
489
  }
488
- .awsui_footer_1d237_y0c1p_447 a:not(#\9):focus {
490
+ .awsui_footer_1d237_usjt5_448 a:not(#\9):focus {
489
491
  outline: none;
490
492
  }
491
- .awsui_footer_1d237_y0c1p_447 a:not(#\9):active {
493
+ .awsui_footer_1d237_usjt5_448 a:not(#\9):active {
492
494
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-secondary-hover-c3snug, #0a4a74));
493
495
  }
494
- .awsui_footer_1d237_y0c1p_447 a:not(#\9):active, .awsui_footer_1d237_y0c1p_447 a:not(#\9):focus, .awsui_footer_1d237_y0c1p_447 a:not(#\9):hover {
496
+ .awsui_footer_1d237_usjt5_448 a:not(#\9):active, .awsui_footer_1d237_usjt5_448 a:not(#\9):focus, .awsui_footer_1d237_usjt5_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_y0c1p_396:not(#\9),
500
- .awsui_footer_1d237_y0c1p_447:not(#\9) {
501
+ .awsui_content_1d237_usjt5_396:not(#\9),
502
+ .awsui_footer_1d237_usjt5_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_y0c1p_396 a:not(#\9):focus,
505
- .awsui_footer_1d237_y0c1p_447 a:not(#\9):focus {
506
+ .awsui_content_1d237_usjt5_396 a:not(#\9):focus,
507
+ .awsui_footer_1d237_usjt5_448 a:not(#\9):focus {
506
508
  outline: thin dotted;
507
509
  outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
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_y0c1p_181",
6
- "loading": "awsui_loading_1d237_y0c1p_354",
7
- "header": "awsui_header_1d237_y0c1p_359",
8
- "with-toolbar": "awsui_with-toolbar_1d237_y0c1p_377",
9
- "content": "awsui_content_1d237_y0c1p_396",
10
- "footer": "awsui_footer_1d237_y0c1p_447"
5
+ "help-panel": "awsui_help-panel_1d237_usjt5_181",
6
+ "loading": "awsui_loading_1d237_usjt5_354",
7
+ "header": "awsui_header_1d237_usjt5_359",
8
+ "with-toolbar": "awsui_with-toolbar_1d237_usjt5_377",
9
+ "content": "awsui_content_1d237_usjt5_396",
10
+ "footer": "awsui_footer_1d237_usjt5_448"
11
11
  };
12
12
 
@@ -499,6 +499,8 @@
499
499
  --color-text-layout-toggle-selected-ofhd1q:var(--color-white-jf0w15);
500
500
  --color-text-link-default-z7zuy8:var(--color-primary-600-be1v6a);
501
501
  --color-text-link-hover-pqxtsy:var(--color-primary-700-xkgxe3);
502
+ --color-text-link-decoration-default-15ta09:currentColor;
503
+ --color-text-link-decoration-hover-jnu2g9:currentColor;
502
504
  --color-text-link-secondary-default-6w6hsr:var(--color-text-link-default-z7zuy8);
503
505
  --color-text-link-secondary-hover-c3snug:var(--color-text-link-hover-pqxtsy);
504
506
  --color-text-link-info-default-09kbgu:var(--color-text-link-default-z7zuy8);
@@ -552,6 +554,9 @@
552
554
  --color-background-skeleton-wave-huwveo:var(--color-neutral-150-8fqber);
553
555
  --font-button-letter-spacing-9h7rbb:0.25px;
554
556
  --font-chart-detail-size-drm2a6:var(--font-size-body-m-vv54cm);
557
+ --font-decoration-style-link-7y21z4:solid;
558
+ --font-decoration-thickness-link-4tl2vi:1px;
559
+ --font-decoration-thickness-link-display-l-9lyghn:2px;
555
560
  --font-display-label-weight-ise9n2:400;
556
561
  --font-expandable-heading-size-vrupwx:var(--font-size-body-m-vv54cm);
557
562
  --font-family-base-8x5ngf:"Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
@@ -567,46 +572,53 @@
567
572
  --font-size-body-m-vv54cm:14px;
568
573
  --font-size-body-s-psgqn2:12px;
569
574
  --font-size-display-l-h1h1h9:44px;
570
- --font-size-heading-xl-w5di2k:28px;
575
+ --font-size-form-label-i0az1y:var(--font-size-body-m-vv54cm);
571
576
  --font-size-heading-l-qgg2za:18px;
572
577
  --font-size-heading-m-56jjln:18px;
573
578
  --font-size-heading-s-yde02v:16px;
579
+ --font-size-heading-xl-w5di2k:28px;
574
580
  --font-size-heading-xs-c20ika:16px;
581
+ --font-size-key-value-pairs-label-5oj851:var(--font-size-body-m-vv54cm);
582
+ --font-size-tabs-3ipsq1:var(--font-size-body-m-vv54cm);
575
583
  --font-smoothing-moz-osx-ev3sgf:auto;
576
584
  --font-smoothing-webkit-px4az4:auto;
577
- --font-size-tabs-3ipsq1:var(--font-size-body-m-vv54cm);
578
- --font-weight-tabs-w2el4h:700;
579
- --font-weight-tabs-disabled-5li4ra:400;
580
- --line-height-tabs-gje4ax:var(--line-height-body-m-bedeoh);
581
585
  --font-wayfinding-link-active-weight-lhxtkr:700;
582
- --font-weight-button-hh0ago:700;
583
586
  --font-weight-alert-header-b68cy5:700;
587
+ --font-weight-bold-p16d06:700;
588
+ --font-weight-breadcrumb-current-p7evnu:var(--font-weight-bold-p16d06);
589
+ --font-weight-button-hh0ago:700;
590
+ --font-weight-display-l-pgslj8:700;
584
591
  --font-weight-flashbar-header-wfdark:700;
585
- --font-weight-heading-xl-i8le5u:400;
592
+ --font-weight-form-label-k6dkge:var(--font-display-label-weight-ise9n2);
586
593
  --font-weight-heading-l-zqsb7y:var(--font-weight-heavy-pxt4u0);
587
594
  --font-weight-heading-m-1efgny:400;
588
595
  --font-weight-heading-s-qxvrar:var(--font-weight-heavy-pxt4u0);
596
+ --font-weight-heading-xl-i8le5u:400;
589
597
  --font-weight-heading-xs-79d2p7:400;
590
- --font-weight-display-l-pgslj8:700;
591
598
  --font-weight-heavy-pxt4u0:700;
592
- --font-weight-normal-7w835s:400;
593
- --font-weight-bold-p16d06:700;
599
+ --font-weight-key-value-pairs-label-n8tgha:var(--font-display-label-weight-ise9n2);
594
600
  --font-weight-lighter-2bj4od:300;
601
+ --font-weight-normal-7w835s:400;
602
+ --font-weight-tabs-w2el4h:700;
603
+ --font-weight-tabs-disabled-5li4ra:400;
595
604
  --letter-spacing-body-s-egrcsd:normal;
596
605
  --letter-spacing-display-l-dniym1:normal;
597
- --letter-spacing-heading-xl-33zwds:normal;
598
606
  --letter-spacing-heading-l-spdx5v:normal;
599
607
  --letter-spacing-heading-m-93y02s:normal;
600
608
  --letter-spacing-heading-s-696sxe:normal;
609
+ --letter-spacing-heading-xl-33zwds:normal;
601
610
  --letter-spacing-heading-xs-tefhgo:normal;
602
611
  --line-height-body-m-bedeoh:22px;
603
612
  --line-height-body-s-otgtsr:16px;
604
613
  --line-height-display-l-3zghmm:56px;
605
- --line-height-heading-xl-vs1f23:36px;
614
+ --line-height-form-label-kzgcrc:var(--line-height-body-m-bedeoh);
606
615
  --line-height-heading-l-vhgtnq:22px;
607
616
  --line-height-heading-m-irezqt:22px;
608
617
  --line-height-heading-s-j2axh8:20px;
618
+ --line-height-heading-xl-vs1f23:36px;
609
619
  --line-height-heading-xs-fuzanp:20px;
620
+ --line-height-key-value-pairs-label-c69v6r:var(--line-height-body-m-bedeoh);
621
+ --line-height-tabs-gje4ax:var(--line-height-body-m-bedeoh);
610
622
  --border-active-width-vglvq7:2px;
611
623
  --border-code-editor-status-divider-width-r988cc:0px;
612
624
  --border-container-sticky-width-q7q2bv:1px;
@@ -1813,30 +1825,30 @@
1813
1825
  --font-panel-header-line-height-z3wpa5:var(--line-height-heading-m-irezqt);
1814
1826
  --font-panel-header-size-i1j838:var(--font-size-heading-m-56jjln);
1815
1827
  --font-size-display-l-h1h1h9:42px;
1816
- --font-size-heading-xl-w5di2k:24px;
1817
1828
  --font-size-heading-l-qgg2za:20px;
1829
+ --font-size-heading-xl-w5di2k:24px;
1818
1830
  --font-size-heading-xs-c20ika:14px;
1831
+ --font-size-tabs-3ipsq1:var(--font-size-heading-s-yde02v);
1819
1832
  --font-smoothing-moz-osx-ev3sgf:grayscale;
1820
1833
  --font-smoothing-webkit-px4az4:antialiased;
1821
- --font-size-tabs-3ipsq1:var(--font-size-heading-s-yde02v);
1822
- --font-weight-tabs-disabled-5li4ra:var(--font-wayfinding-link-active-weight-lhxtkr);
1823
- --line-height-tabs-gje4ax:var(--line-height-heading-s-j2axh8);
1824
- --font-weight-heading-xl-i8le5u:700;
1825
1834
  --font-weight-heading-l-zqsb7y:700;
1826
1835
  --font-weight-heading-m-1efgny:700;
1827
1836
  --font-weight-heading-s-qxvrar:700;
1837
+ --font-weight-heading-xl-i8le5u:700;
1828
1838
  --font-weight-heading-xs-79d2p7:700;
1839
+ --font-weight-tabs-disabled-5li4ra:var(--font-wayfinding-link-active-weight-lhxtkr);
1829
1840
  --letter-spacing-body-s-egrcsd:0.005em;
1830
1841
  --letter-spacing-display-l-dniym1:-0.03em;
1831
- --letter-spacing-heading-xl-33zwds:-0.02em;
1832
1842
  --letter-spacing-heading-l-spdx5v:-0.015em;
1833
1843
  --letter-spacing-heading-m-93y02s:-0.010em;
1834
1844
  --letter-spacing-heading-s-696sxe:-0.005em;
1845
+ --letter-spacing-heading-xl-33zwds:-0.02em;
1835
1846
  --line-height-body-m-bedeoh:20px;
1836
1847
  --line-height-display-l-3zghmm:48px;
1837
- --line-height-heading-xl-vs1f23:30px;
1838
1848
  --line-height-heading-l-vhgtnq:24px;
1849
+ --line-height-heading-xl-vs1f23:30px;
1839
1850
  --line-height-heading-xs-fuzanp:18px;
1851
+ --line-height-tabs-gje4ax:var(--line-height-heading-s-j2axh8);
1840
1852
  --border-active-width-vglvq7:4px;
1841
1853
  --border-code-editor-status-divider-width-r988cc:var(--border-divider-section-width-sznrdy);
1842
1854
  --border-container-sticky-width-q7q2bv:0px;
@@ -2139,6 +2151,10 @@
2139
2151
  --color-background-skeleton-ggsbkh:var(--color-neutral-250-hdfqdx);
2140
2152
  --font-family-display-kvzztp:var(--font-family-base-8x5ngf);
2141
2153
  --font-family-heading-gnchto:var(--font-family-base-8x5ngf);
2154
+ --font-weight-form-label-k6dkge:var(--font-display-label-weight-ise9n2);
2155
+ --font-weight-key-value-pairs-label-n8tgha:var(--font-display-label-weight-ise9n2);
2156
+ --line-height-form-label-kzgcrc:var(--line-height-body-m-bedeoh);
2157
+ --line-height-key-value-pairs-label-c69v6r:var(--line-height-body-m-bedeoh);
2142
2158
  --border-radius-card-default-45b7vy:var(--border-radius-container-l30zxy);
2143
2159
  --border-radius-card-embedded-gvuteo:var(--border-radius-chat-bubble-yzqw4v);
2144
2160
  --border-radius-item-card-default-puscs7:var(--border-radius-card-default-45b7vy);
@@ -3677,5 +3693,5 @@
3677
3693
  }
3678
3694
  }
3679
3695
  :root {
3680
- --awsui-version-info-be984ac7: true;
3696
+ --awsui-version-info-742c992a: true;
3681
3697
  }
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_1k2pu_193",
5
- "horizontal": "awsui_horizontal_gfwv3_1k2pu_196",
6
- "vertical": "awsui_vertical_gfwv3_1k2pu_202",
7
- "list": "awsui_list_gfwv3_1k2pu_207",
8
- "grid": "awsui_grid_gfwv3_1k2pu_226",
9
- "list-item": "awsui_list-item_gfwv3_1k2pu_238",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1k2pu_245",
11
- "toggle": "awsui_toggle_gfwv3_1k2pu_245",
12
- "description": "awsui_description_gfwv3_1k2pu_337",
13
- "separator": "awsui_separator_gfwv3_1k2pu_341"
4
+ "root": "awsui_root_gfwv3_1ww1g_193",
5
+ "horizontal": "awsui_horizontal_gfwv3_1ww1g_196",
6
+ "vertical": "awsui_vertical_gfwv3_1ww1g_202",
7
+ "list": "awsui_list_gfwv3_1ww1g_207",
8
+ "grid": "awsui_grid_gfwv3_1ww1g_226",
9
+ "list-item": "awsui_list-item_gfwv3_1ww1g_238",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1ww1g_245",
11
+ "toggle": "awsui_toggle_gfwv3_1ww1g_245",
12
+ "description": "awsui_description_gfwv3_1ww1g_338",
13
+ "separator": "awsui_separator_gfwv3_1ww1g_342"
14
14
  };
15
15