@cloudscape-design/components 3.0.1155 → 3.0.1156

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 (112) hide show
  1. package/anchor-navigation/styles.css.js +8 -8
  2. package/anchor-navigation/styles.scoped.css +21 -21
  3. package/anchor-navigation/styles.selectors.js +8 -8
  4. package/app-layout/visual-refresh/styles.css.js +86 -86
  5. package/app-layout/visual-refresh/styles.scoped.css +164 -163
  6. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  7. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
  9. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  10. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
  11. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
  12. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
  13. package/attribute-editor/styles.css.js +15 -15
  14. package/attribute-editor/styles.scoped.css +28 -28
  15. package/attribute-editor/styles.selectors.js +15 -15
  16. package/box/styles.css.js +192 -192
  17. package/box/styles.scoped.css +241 -241
  18. package/box/styles.selectors.js +192 -192
  19. package/breadcrumb-group/item/styles.css.js +7 -7
  20. package/breadcrumb-group/item/styles.scoped.css +28 -28
  21. package/breadcrumb-group/item/styles.selectors.js +7 -7
  22. package/button/styles.css.js +22 -22
  23. package/button/styles.scoped.css +78 -78
  24. package/button/styles.selectors.js +22 -22
  25. package/button-dropdown/item-element/styles.css.js +20 -20
  26. package/button-dropdown/item-element/styles.scoped.css +35 -35
  27. package/button-dropdown/item-element/styles.selectors.js +20 -20
  28. package/cards/styles.css.js +39 -39
  29. package/cards/styles.scoped.css +51 -51
  30. package/cards/styles.selectors.js +39 -39
  31. package/code-editor/styles.css.js +33 -33
  32. package/code-editor/styles.scoped.css +139 -139
  33. package/code-editor/styles.selectors.js +33 -33
  34. package/drawer/implementation.d.ts +1 -0
  35. package/drawer/implementation.d.ts.map +1 -1
  36. package/drawer/implementation.js +13 -4
  37. package/drawer/implementation.js.map +1 -1
  38. package/drawer/interfaces.d.ts +7 -0
  39. package/drawer/interfaces.d.ts.map +1 -1
  40. package/drawer/interfaces.js.map +1 -1
  41. package/drawer/styles.css.js +12 -8
  42. package/drawer/styles.scoped.css +35 -13
  43. package/drawer/styles.selectors.js +12 -8
  44. package/drawer/use-sticky-footer.d.ts +11 -0
  45. package/drawer/use-sticky-footer.d.ts.map +1 -0
  46. package/drawer/use-sticky-footer.js +35 -0
  47. package/drawer/use-sticky-footer.js.map +1 -0
  48. package/help-panel/styles.css.js +6 -6
  49. package/help-panel/styles.scoped.css +75 -75
  50. package/help-panel/styles.selectors.js +6 -6
  51. package/icon/styles.css.js +39 -39
  52. package/icon/styles.scoped.css +87 -87
  53. package/icon/styles.selectors.js +39 -39
  54. package/internal/base-component/styles.scoped.css +62 -50
  55. package/internal/components/button-trigger/styles.css.js +13 -13
  56. package/internal/components/button-trigger/styles.scoped.css +29 -29
  57. package/internal/components/button-trigger/styles.selectors.js +13 -13
  58. package/internal/components/cartesian-chart/styles.css.js +28 -28
  59. package/internal/components/cartesian-chart/styles.scoped.css +33 -33
  60. package/internal/components/cartesian-chart/styles.selectors.js +28 -28
  61. package/internal/components/token-list/styles.css.js +10 -10
  62. package/internal/components/token-list/styles.scoped.css +25 -25
  63. package/internal/components/token-list/styles.selectors.js +10 -10
  64. package/internal/environment.js +2 -2
  65. package/internal/environment.json +2 -2
  66. package/internal/generated/styles/tokens.js +8 -8
  67. package/internal/generated/theming/index.cjs +24 -24
  68. package/internal/generated/theming/index.js +24 -24
  69. package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
  70. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  71. package/internal/hooks/use-portal-mode-classes/index.js +2 -2
  72. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  73. package/internal/manifest.json +1 -1
  74. package/key-value-pairs/styles.css.js +8 -8
  75. package/key-value-pairs/styles.scoped.css +10 -10
  76. package/key-value-pairs/styles.selectors.js +8 -8
  77. package/link/styles.css.js +20 -20
  78. package/link/styles.scoped.css +91 -91
  79. package/link/styles.selectors.js +20 -20
  80. package/package.json +1 -1
  81. package/popover/internal.js +1 -1
  82. package/popover/internal.js.map +1 -1
  83. package/popover/styles.css.js +57 -57
  84. package/popover/styles.scoped.css +87 -87
  85. package/popover/styles.selectors.js +57 -57
  86. package/progress-bar/styles.css.js +19 -19
  87. package/progress-bar/styles.scoped.css +31 -31
  88. package/progress-bar/styles.selectors.js +19 -19
  89. package/side-navigation/styles.css.js +30 -30
  90. package/side-navigation/styles.scoped.css +47 -47
  91. package/side-navigation/styles.selectors.js +30 -30
  92. package/split-panel/icons/styles.css.js +22 -22
  93. package/split-panel/icons/styles.scoped.css +25 -25
  94. package/split-panel/icons/styles.selectors.js +22 -22
  95. package/tag-editor/styles.css.js +3 -3
  96. package/tag-editor/styles.scoped.css +13 -13
  97. package/tag-editor/styles.selectors.js +3 -3
  98. package/test-utils/dom/drawer/index.d.ts +1 -0
  99. package/test-utils/dom/drawer/index.js +3 -0
  100. package/test-utils/dom/drawer/index.js.map +1 -1
  101. package/test-utils/selectors/drawer/index.d.ts +1 -0
  102. package/test-utils/selectors/drawer/index.js +3 -0
  103. package/test-utils/selectors/drawer/index.js.map +1 -1
  104. package/text-content/styles.css.js +1 -1
  105. package/text-content/styles.scoped.css +66 -66
  106. package/text-content/styles.selectors.js +1 -1
  107. package/token/styles.css.js +14 -14
  108. package/token/styles.scoped.css +29 -29
  109. package/token/styles.selectors.js +14 -14
  110. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  111. package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
  112. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
@@ -190,10 +190,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
191
  SPDX-License-Identifier: Apache-2.0
192
192
  */
193
- .awsui_content-enter_ig8mp_1s82y_193:not(#\9) {
194
- animation: awsui_awsui-motion-fade-in_ig8mp_1s82y_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
193
+ .awsui_content-enter_ig8mp_15k2z_193:not(#\9) {
194
+ animation: awsui_awsui-motion-fade-in_ig8mp_15k2z_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
195
195
  }
196
- @keyframes awsui_awsui-motion-fade-in_ig8mp_1s82y_1 {
196
+ @keyframes awsui_awsui-motion-fade-in_ig8mp_15k2z_1 {
197
197
  from {
198
198
  opacity: 0.2;
199
199
  }
@@ -202,17 +202,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
202
202
  }
203
203
  }
204
204
  @media (prefers-reduced-motion: reduce) {
205
- .awsui_content-enter_ig8mp_1s82y_193:not(#\9) {
205
+ .awsui_content-enter_ig8mp_15k2z_193:not(#\9) {
206
206
  animation: none;
207
207
  transition: none;
208
208
  }
209
209
  }
210
- .awsui-motion-disabled .awsui_content-enter_ig8mp_1s82y_193:not(#\9), .awsui-mode-entering .awsui_content-enter_ig8mp_1s82y_193:not(#\9) {
210
+ .awsui-motion-disabled .awsui_content-enter_ig8mp_15k2z_193:not(#\9), .awsui-mode-entering .awsui_content-enter_ig8mp_15k2z_193:not(#\9) {
211
211
  animation: none;
212
212
  transition: none;
213
213
  }
214
214
 
215
- .awsui_tutorial-list_ig8mp_1s82y_215:not(#\9) {
215
+ .awsui_tutorial-list_ig8mp_15k2z_215:not(#\9) {
216
216
  border-collapse: separate;
217
217
  border-spacing: 0;
218
218
  box-sizing: border-box;
@@ -248,7 +248,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
248
248
  margin-inline: 0;
249
249
  }
250
250
 
251
- .awsui_tutorial-box_ig8mp_1s82y_251:not(#\9) {
251
+ .awsui_tutorial-box_ig8mp_15k2z_251:not(#\9) {
252
252
  border-collapse: separate;
253
253
  border-spacing: 0;
254
254
  box-sizing: border-box;
@@ -288,69 +288,69 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
288
288
  padding-block: var(--space-m-dsumyt, 16px);
289
289
  padding-inline: var(--space-m-dsumyt, 16px);
290
290
  }
291
- .awsui_tutorial-box_ig8mp_1s82y_251:not(#\9):not(:first-child) {
291
+ .awsui_tutorial-box_ig8mp_15k2z_251:not(#\9):not(:first-child) {
292
292
  margin-block-start: var(--space-l-2ud1p3, 20px);
293
293
  }
294
294
 
295
- .awsui_tutorial-box-title_ig8mp_1s82y_295:not(#\9) {
295
+ .awsui_tutorial-box-title_ig8mp_15k2z_295:not(#\9) {
296
296
  display: flex;
297
297
  align-items: flex-start;
298
298
  justify-content: space-between;
299
299
  }
300
300
 
301
- .awsui_tutorial-description-plaintext_ig8mp_1s82y_301:not(#\9) {
301
+ .awsui_tutorial-description-plaintext_ig8mp_15k2z_301:not(#\9) {
302
302
  white-space: pre-line;
303
303
  }
304
304
 
305
- .awsui_tutorial-description_ig8mp_1s82y_301:not(#\9) {
305
+ .awsui_tutorial-description_ig8mp_15k2z_301:not(#\9) {
306
306
  /* stylelint-disable-next-line @cloudscape-design/no-implicit-descendant, selector-max-type -- Customers can nest their list items inside Box components. */
307
307
  }
308
- .awsui_tutorial-description_ig8mp_1s82y_301 ul:not(#\9) {
308
+ .awsui_tutorial-description_ig8mp_15k2z_301 ul:not(#\9) {
309
309
  list-style-type: initial;
310
310
  }
311
311
 
312
- .awsui_expandable-section_ig8mp_1s82y_312:not(#\9) {
312
+ .awsui_expandable-section_ig8mp_15k2z_312:not(#\9) {
313
313
  display: none;
314
314
  margin-block-start: var(--space-m-dsumyt, 16px);
315
315
  }
316
- .awsui_expandable-section_ig8mp_1s82y_312.awsui_expanded_ig8mp_1s82y_316:not(#\9) {
316
+ .awsui_expandable-section_ig8mp_15k2z_312.awsui_expanded_ig8mp_15k2z_316:not(#\9) {
317
317
  display: block;
318
318
  }
319
319
 
320
- .awsui_button-wrapper_ig8mp_1s82y_320:not(#\9) {
320
+ .awsui_button-wrapper_ig8mp_15k2z_320:not(#\9) {
321
321
  margin-block: calc(-1 * var(--space-xxs-hwfkai, 4px) - var(--border-width-button-jm0qg7, 2px));
322
322
  margin-inline: calc(-1 * var(--space-xxs-hwfkai, 4px) - var(--border-width-button-jm0qg7, 2px));
323
323
  }
324
324
 
325
- .awsui_start_ig8mp_1s82y_325:not(#\9) {
325
+ .awsui_start_ig8mp_15k2z_325:not(#\9) {
326
326
  /* used in test-utils */
327
327
  }
328
328
 
329
- .awsui_expand-button_ig8mp_1s82y_329:not(#\9) {
329
+ .awsui_expand-button_ig8mp_15k2z_329:not(#\9) {
330
330
  /* used in test-utils */
331
331
  }
332
332
 
333
- .awsui_collapse-button_ig8mp_1s82y_333:not(#\9) {
333
+ .awsui_collapse-button_ig8mp_15k2z_333:not(#\9) {
334
334
  /* used in test-utils */
335
335
  }
336
336
 
337
- .awsui_learn-more-link_ig8mp_1s82y_337:not(#\9) {
337
+ .awsui_learn-more-link_ig8mp_15k2z_337:not(#\9) {
338
338
  /* used in test-utils */
339
339
  }
340
340
 
341
- .awsui_title_ig8mp_1s82y_341:not(#\9) {
341
+ .awsui_title_ig8mp_15k2z_341:not(#\9) {
342
342
  /* used in test-utils */
343
343
  }
344
344
 
345
- .awsui_prerequisites-alert_ig8mp_1s82y_345:not(#\9) {
345
+ .awsui_prerequisites-alert_ig8mp_15k2z_345:not(#\9) {
346
346
  /* used in test-utils */
347
347
  }
348
348
 
349
- .awsui_completed_ig8mp_1s82y_349:not(#\9) {
349
+ .awsui_completed_ig8mp_15k2z_349:not(#\9) {
350
350
  /* used in test-utils */
351
351
  }
352
352
 
353
- .awsui_download-link_ig8mp_1s82y_353:not(#\9) {
353
+ .awsui_download-link_ig8mp_15k2z_353:not(#\9) {
354
354
  border-collapse: separate;
355
355
  border-spacing: 0;
356
356
  box-sizing: border-box;
@@ -384,20 +384,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
384
384
  display: inline;
385
385
  white-space: inherit;
386
386
  letter-spacing: 0.005em;
387
- color: var(--color-text-body-secondary-bcbgoi, #424650);
387
+ color: var(--color-text-body-secondary-yna5sb, #424650);
388
388
  }
389
- .awsui_download-link_ig8mp_1s82y_353:not(#\9):hover {
389
+ .awsui_download-link_ig8mp_15k2z_353:not(#\9):hover {
390
390
  cursor: pointer;
391
391
  }
392
- .awsui_download-link_ig8mp_1s82y_353:not(#\9):focus {
392
+ .awsui_download-link_ig8mp_15k2z_353:not(#\9):focus {
393
393
  outline: none;
394
394
  }
395
- .awsui_download-link_ig8mp_1s82y_353:not(#\9):active, .awsui_download-link_ig8mp_1s82y_353:not(#\9):focus, .awsui_download-link_ig8mp_1s82y_353:not(#\9):hover {
395
+ .awsui_download-link_ig8mp_15k2z_353:not(#\9):active, .awsui_download-link_ig8mp_15k2z_353:not(#\9):focus, .awsui_download-link_ig8mp_15k2z_353:not(#\9):hover {
396
396
  text-decoration: underline;
397
397
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
398
398
  text-decoration-color: currentColor;
399
399
  }
400
- body[data-awsui-focus-visible=true] .awsui_download-link_ig8mp_1s82y_353:not(#\9):focus {
400
+ body[data-awsui-focus-visible=true] .awsui_download-link_ig8mp_15k2z_353:not(#\9):focus {
401
401
  outline: thin dotted;
402
402
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
403
403
  outline-offset: 2px;
@@ -2,23 +2,23 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_ig8mp_1s82y_193",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_ig8mp_1s82y_1",
7
- "tutorial-list": "awsui_tutorial-list_ig8mp_1s82y_215",
8
- "tutorial-box": "awsui_tutorial-box_ig8mp_1s82y_251",
9
- "tutorial-box-title": "awsui_tutorial-box-title_ig8mp_1s82y_295",
10
- "tutorial-description-plaintext": "awsui_tutorial-description-plaintext_ig8mp_1s82y_301",
11
- "tutorial-description": "awsui_tutorial-description_ig8mp_1s82y_301",
12
- "expandable-section": "awsui_expandable-section_ig8mp_1s82y_312",
13
- "expanded": "awsui_expanded_ig8mp_1s82y_316",
14
- "button-wrapper": "awsui_button-wrapper_ig8mp_1s82y_320",
15
- "start": "awsui_start_ig8mp_1s82y_325",
16
- "expand-button": "awsui_expand-button_ig8mp_1s82y_329",
17
- "collapse-button": "awsui_collapse-button_ig8mp_1s82y_333",
18
- "learn-more-link": "awsui_learn-more-link_ig8mp_1s82y_337",
19
- "title": "awsui_title_ig8mp_1s82y_341",
20
- "prerequisites-alert": "awsui_prerequisites-alert_ig8mp_1s82y_345",
21
- "completed": "awsui_completed_ig8mp_1s82y_349",
22
- "download-link": "awsui_download-link_ig8mp_1s82y_353"
5
+ "content-enter": "awsui_content-enter_ig8mp_15k2z_193",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_ig8mp_15k2z_1",
7
+ "tutorial-list": "awsui_tutorial-list_ig8mp_15k2z_215",
8
+ "tutorial-box": "awsui_tutorial-box_ig8mp_15k2z_251",
9
+ "tutorial-box-title": "awsui_tutorial-box-title_ig8mp_15k2z_295",
10
+ "tutorial-description-plaintext": "awsui_tutorial-description-plaintext_ig8mp_15k2z_301",
11
+ "tutorial-description": "awsui_tutorial-description_ig8mp_15k2z_301",
12
+ "expandable-section": "awsui_expandable-section_ig8mp_15k2z_312",
13
+ "expanded": "awsui_expanded_ig8mp_15k2z_316",
14
+ "button-wrapper": "awsui_button-wrapper_ig8mp_15k2z_320",
15
+ "start": "awsui_start_ig8mp_15k2z_325",
16
+ "expand-button": "awsui_expand-button_ig8mp_15k2z_329",
17
+ "collapse-button": "awsui_collapse-button_ig8mp_15k2z_333",
18
+ "learn-more-link": "awsui_learn-more-link_ig8mp_15k2z_337",
19
+ "title": "awsui_title_ig8mp_15k2z_341",
20
+ "prerequisites-alert": "awsui_prerequisites-alert_ig8mp_15k2z_345",
21
+ "completed": "awsui_completed_ig8mp_15k2z_349",
22
+ "download-link": "awsui_download-link_ig8mp_15k2z_353"
23
23
  };
24
24