@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
@@ -2,62 +2,62 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_xjuzf_ydxwu_153",
6
- "arrow-outer": "awsui_arrow-outer_xjuzf_ydxwu_157",
7
- "arrow-inner": "awsui_arrow-inner_xjuzf_ydxwu_157",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_ydxwu_199",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_ydxwu_199",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_ydxwu_202",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_ydxwu_202",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_ydxwu_205",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_ydxwu_205",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_ydxwu_205",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_ydxwu_205",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_ydxwu_208",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_ydxwu_208",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_ydxwu_208",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_ydxwu_208",
20
- "arrow-variant-info": "awsui_arrow-variant-info_xjuzf_ydxwu_212",
21
- "body": "awsui_body_xjuzf_ydxwu_227",
22
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_ydxwu_263",
23
- "body-variant-chart": "awsui_body-variant-chart_xjuzf_ydxwu_266",
24
- "has-dismiss": "awsui_has-dismiss_xjuzf_ydxwu_271",
25
- "dismiss": "awsui_dismiss_xjuzf_ydxwu_276",
26
- "dismiss-control": "awsui_dismiss-control_xjuzf_ydxwu_284",
27
- "header-row": "awsui_header-row_xjuzf_ydxwu_288",
28
- "header": "awsui_header_xjuzf_ydxwu_288",
29
- "content": "awsui_content_xjuzf_ydxwu_313",
30
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_ydxwu_322",
31
- "container": "awsui_container_xjuzf_ydxwu_334",
32
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_ydxwu_345",
33
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_ydxwu_345",
34
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_ydxwu_345",
35
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_ydxwu_350",
36
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_ydxwu_350",
37
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_ydxwu_350",
38
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_ydxwu_355",
39
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_ydxwu_355",
40
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_ydxwu_360",
41
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_ydxwu_360",
42
- "container-body": "awsui_container-body_xjuzf_ydxwu_366",
43
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_ydxwu_406",
44
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_ydxwu_411",
45
- "fixed-width": "awsui_fixed-width_xjuzf_ydxwu_414",
46
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_ydxwu_418",
47
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_ydxwu_425",
48
- "container-arrow": "awsui_container-arrow_xjuzf_ydxwu_345",
49
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_ydxwu_475",
50
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_ydxwu_1",
51
- "refresh": "awsui_refresh_xjuzf_ydxwu_533",
52
- "root": "awsui_root_xjuzf_ydxwu_555",
53
- "no-wrap": "awsui_no-wrap_xjuzf_ydxwu_587",
54
- "root-filtering-token": "awsui_root-filtering-token_xjuzf_ydxwu_591",
55
- "trigger": "awsui_trigger_xjuzf_ydxwu_595",
56
- "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_ydxwu_602",
57
- "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_ydxwu_610",
58
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_ydxwu_610",
59
- "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_ydxwu_678",
60
- "popover-inline-content": "awsui_popover-inline-content_xjuzf_ydxwu_682",
61
- "hover-area": "awsui_hover-area_xjuzf_ydxwu_686"
5
+ "arrow": "awsui_arrow_xjuzf_1fb7q_153",
6
+ "arrow-outer": "awsui_arrow-outer_xjuzf_1fb7q_157",
7
+ "arrow-inner": "awsui_arrow-inner_xjuzf_1fb7q_157",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1fb7q_199",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1fb7q_199",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1fb7q_202",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1fb7q_202",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1fb7q_205",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1fb7q_205",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1fb7q_205",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1fb7q_205",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1fb7q_208",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1fb7q_208",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1fb7q_208",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1fb7q_208",
20
+ "arrow-variant-info": "awsui_arrow-variant-info_xjuzf_1fb7q_212",
21
+ "body": "awsui_body_xjuzf_1fb7q_227",
22
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1fb7q_263",
23
+ "body-variant-chart": "awsui_body-variant-chart_xjuzf_1fb7q_266",
24
+ "has-dismiss": "awsui_has-dismiss_xjuzf_1fb7q_271",
25
+ "dismiss": "awsui_dismiss_xjuzf_1fb7q_276",
26
+ "dismiss-control": "awsui_dismiss-control_xjuzf_1fb7q_284",
27
+ "header-row": "awsui_header-row_xjuzf_1fb7q_288",
28
+ "header": "awsui_header_xjuzf_1fb7q_288",
29
+ "content": "awsui_content_xjuzf_1fb7q_313",
30
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1fb7q_322",
31
+ "container": "awsui_container_xjuzf_1fb7q_334",
32
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1fb7q_345",
33
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1fb7q_345",
34
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1fb7q_345",
35
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1fb7q_350",
36
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1fb7q_350",
37
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1fb7q_350",
38
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1fb7q_355",
39
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1fb7q_355",
40
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1fb7q_360",
41
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1fb7q_360",
42
+ "container-body": "awsui_container-body_xjuzf_1fb7q_366",
43
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1fb7q_406",
44
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_1fb7q_411",
45
+ "fixed-width": "awsui_fixed-width_xjuzf_1fb7q_414",
46
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1fb7q_418",
47
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_1fb7q_425",
48
+ "container-arrow": "awsui_container-arrow_xjuzf_1fb7q_345",
49
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1fb7q_475",
50
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1fb7q_1",
51
+ "refresh": "awsui_refresh_xjuzf_1fb7q_533",
52
+ "root": "awsui_root_xjuzf_1fb7q_555",
53
+ "no-wrap": "awsui_no-wrap_xjuzf_1fb7q_587",
54
+ "root-filtering-token": "awsui_root-filtering-token_xjuzf_1fb7q_591",
55
+ "trigger": "awsui_trigger_xjuzf_1fb7q_595",
56
+ "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_1fb7q_602",
57
+ "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_1fb7q_610",
58
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_1fb7q_610",
59
+ "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_1fb7q_678",
60
+ "popover-inline-content": "awsui_popover-inline-content_xjuzf_1fb7q_682",
61
+ "hover-area": "awsui_hover-area_xjuzf_1fb7q_686"
62
62
  };
63
63
 
@@ -1,24 +1,24 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "progress": "awsui_progress_11huc_n4v1m_189",
5
- "result-state": "awsui_result-state_11huc_n4v1m_203",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_n4v1m_1",
7
- "root": "awsui_root_11huc_n4v1m_225",
8
- "with-result-button": "awsui_with-result-button_11huc_n4v1m_257",
9
- "result-text": "awsui_result-text_11huc_n4v1m_261",
10
- "result-container-error": "awsui_result-container-error_11huc_n4v1m_265",
11
- "result-container-success": "awsui_result-container-success_11huc_n4v1m_265",
12
- "result-button": "awsui_result-button_11huc_n4v1m_269",
13
- "word-wrap": "awsui_word-wrap_11huc_n4v1m_275",
14
- "label-flash": "awsui_label-flash_11huc_n4v1m_280",
15
- "label-key-value": "awsui_label-key-value_11huc_n4v1m_284",
16
- "flash": "awsui_flash_11huc_n4v1m_292",
17
- "progress-container": "awsui_progress-container_11huc_n4v1m_296",
18
- "percentage-container": "awsui_percentage-container_11huc_n4v1m_303",
19
- "percentage": "awsui_percentage_11huc_n4v1m_303",
20
- "complete": "awsui_complete_11huc_n4v1m_349",
21
- "progress-in-flash": "awsui_progress-in-flash_11huc_n4v1m_362",
22
- "additional-info": "awsui_additional-info_11huc_n4v1m_375"
4
+ "progress": "awsui_progress_11huc_134zk_189",
5
+ "result-state": "awsui_result-state_11huc_134zk_203",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_134zk_1",
7
+ "root": "awsui_root_11huc_134zk_225",
8
+ "with-result-button": "awsui_with-result-button_11huc_134zk_257",
9
+ "result-text": "awsui_result-text_11huc_134zk_261",
10
+ "result-container-error": "awsui_result-container-error_11huc_134zk_265",
11
+ "result-container-success": "awsui_result-container-success_11huc_134zk_265",
12
+ "result-button": "awsui_result-button_11huc_134zk_269",
13
+ "word-wrap": "awsui_word-wrap_11huc_134zk_275",
14
+ "label-flash": "awsui_label-flash_11huc_134zk_280",
15
+ "label-key-value": "awsui_label-key-value_11huc_134zk_284",
16
+ "flash": "awsui_flash_11huc_134zk_292",
17
+ "progress-container": "awsui_progress-container_11huc_134zk_296",
18
+ "percentage-container": "awsui_percentage-container_11huc_134zk_303",
19
+ "percentage": "awsui_percentage_11huc_134zk_303",
20
+ "complete": "awsui_complete_11huc_134zk_349",
21
+ "progress-in-flash": "awsui_progress-in-flash_11huc_134zk_362",
22
+ "additional-info": "awsui_additional-info_11huc_134zk_375"
23
23
  };
24
24
 
@@ -186,27 +186,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
187
187
  SPDX-License-Identifier: Apache-2.0
188
188
  */
189
- .awsui_progress_11huc_n4v1m_189:not(#\9)::-webkit-progress-value {
189
+ .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
190
190
  -webkit-transition: width var(--motion-duration-moderate-c9utmg, 135ms) linear;
191
191
  transition: width var(--motion-duration-moderate-c9utmg, 135ms) linear;
192
192
  }
193
193
  @media (prefers-reduced-motion: reduce) {
194
- .awsui_progress_11huc_n4v1m_189:not(#\9)::-webkit-progress-value {
194
+ .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
195
195
  animation: none;
196
196
  -webkit-transition: none;
197
197
  transition: none;
198
198
  }
199
199
  }
200
- .awsui-motion-disabled .awsui_progress_11huc_n4v1m_189:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_n4v1m_189:not(#\9)::-webkit-progress-value {
200
+ .awsui-motion-disabled .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
201
201
  animation: none;
202
202
  -webkit-transition: none;
203
203
  transition: none;
204
204
  }
205
205
 
206
- .awsui_result-state_11huc_n4v1m_203:not(#\9) {
207
- animation: awsui_awsui-motion-fade-in_11huc_n4v1m_1 var(--motion-duration-transition-show-paced-t8d1os, 180ms) var(--motion-easing-transition-show-paced-x2k7uh, ease-out);
206
+ .awsui_result-state_11huc_134zk_203:not(#\9) {
207
+ animation: awsui_awsui-motion-fade-in_11huc_134zk_1 var(--motion-duration-transition-show-paced-t8d1os, 180ms) var(--motion-easing-transition-show-paced-x2k7uh, ease-out);
208
208
  }
209
- @keyframes awsui_awsui-motion-fade-in_11huc_n4v1m_1 {
209
+ @keyframes awsui_awsui-motion-fade-in_11huc_134zk_1 {
210
210
  from {
211
211
  opacity: 0.2;
212
212
  }
@@ -215,17 +215,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
215
215
  }
216
216
  }
217
217
  @media (prefers-reduced-motion: reduce) {
218
- .awsui_result-state_11huc_n4v1m_203:not(#\9) {
218
+ .awsui_result-state_11huc_134zk_203:not(#\9) {
219
219
  animation: none;
220
220
  transition: none;
221
221
  }
222
222
  }
223
- .awsui-motion-disabled .awsui_result-state_11huc_n4v1m_203:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_n4v1m_203:not(#\9) {
223
+ .awsui-motion-disabled .awsui_result-state_11huc_134zk_203:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_134zk_203:not(#\9) {
224
224
  animation: none;
225
225
  transition: none;
226
226
  }
227
227
 
228
- .awsui_root_11huc_n4v1m_225:not(#\9) {
228
+ .awsui_root_11huc_134zk_225:not(#\9) {
229
229
  border-collapse: separate;
230
230
  border-spacing: 0;
231
231
  box-sizing: border-box;
@@ -257,53 +257,53 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
257
257
  -moz-osx-font-smoothing: auto;
258
258
  }
259
259
 
260
- .awsui_with-result-button_11huc_n4v1m_257:not(#\9) {
260
+ .awsui_with-result-button_11huc_134zk_257:not(#\9) {
261
261
  padding-inline-end: var(--space-m-dsumyt, 16px);
262
262
  }
263
263
 
264
- .awsui_result-text_11huc_n4v1m_261:not(#\9) {
264
+ .awsui_result-text_11huc_134zk_261:not(#\9) {
265
265
  /* used in test-utils */
266
266
  }
267
267
 
268
- .awsui_result-container-error_11huc_n4v1m_265:not(#\9), .awsui_result-container-success_11huc_n4v1m_265:not(#\9) {
268
+ .awsui_result-container-error_11huc_134zk_265:not(#\9), .awsui_result-container-success_11huc_134zk_265:not(#\9) {
269
269
  /* used in test-utils */
270
270
  }
271
271
 
272
- .awsui_result-button_11huc_n4v1m_269:not(#\9) {
272
+ .awsui_result-button_11huc_134zk_269:not(#\9) {
273
273
  display: inline-block;
274
274
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
275
275
  margin-inline: 0;
276
276
  }
277
277
 
278
- .awsui_word-wrap_11huc_n4v1m_275:not(#\9) {
278
+ .awsui_word-wrap_11huc_134zk_275:not(#\9) {
279
279
  min-inline-size: 0;
280
280
  word-break: break-word;
281
281
  }
282
282
 
283
- .awsui_label-flash_11huc_n4v1m_280:not(#\9) {
283
+ .awsui_label-flash_11huc_134zk_280:not(#\9) {
284
284
  color: inherit;
285
285
  font-weight: 700;
286
286
  }
287
- .awsui_label-key-value_11huc_n4v1m_284:not(#\9) {
287
+ .awsui_label-key-value_11huc_134zk_284:not(#\9) {
288
288
  font-size: var(--font-size-body-m-a7nh2n, 14px);
289
289
  line-height: var(--line-height-body-m-2mh3ke, 20px);
290
290
  font-weight: var(--font-display-label-weight-zavpeo, 700);
291
- color: var(--color-text-label-8248dg, #0f141a);
291
+ color: var(--color-text-label-28gfmc, #0f141a);
292
292
  margin-block-end: var(--space-scaled-xxxs-oo06c7, 2px);
293
293
  }
294
294
 
295
- .awsui_flash_11huc_n4v1m_292:not(#\9) {
295
+ .awsui_flash_11huc_134zk_292:not(#\9) {
296
296
  color: inherit;
297
297
  }
298
298
 
299
- .awsui_progress-container_11huc_n4v1m_296:not(#\9) {
299
+ .awsui_progress-container_11huc_134zk_296:not(#\9) {
300
300
  display: flex;
301
301
  align-items: center;
302
302
  max-inline-size: 800px;
303
303
  block-size: var(--line-height-body-m-2mh3ke, 20px);
304
304
  }
305
305
 
306
- .awsui_percentage-container_11huc_n4v1m_303:not(#\9) {
306
+ .awsui_percentage-container_11huc_134zk_303:not(#\9) {
307
307
  inline-size: 33px;
308
308
  flex-shrink: 0;
309
309
  white-space: nowrap;
@@ -313,11 +313,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
313
313
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
314
314
  }
315
315
 
316
- .awsui_percentage_11huc_n4v1m_303:not(#\9) {
316
+ .awsui_percentage_11huc_134zk_303:not(#\9) {
317
317
  /* used in test-utils */
318
318
  }
319
319
 
320
- .awsui_progress_11huc_n4v1m_189:not(#\9) {
320
+ .awsui_progress_11huc_134zk_189:not(#\9) {
321
321
  inline-size: 100%;
322
322
  margin-inline-end: var(--space-s-tvghoh, 12px);
323
323
  min-inline-size: 0;
@@ -331,7 +331,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
331
331
  border-end-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
332
332
  background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-default-z3ipl1, #ebebf0));
333
333
  }
334
- .awsui_progress_11huc_n4v1m_189:not(#\9)::-webkit-progress-bar {
334
+ .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-bar {
335
335
  block-size: var(--awsui-progress-bar-height-d43v8n, 4px);
336
336
  border-block: 0;
337
337
  border-inline: none;
@@ -342,39 +342,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
342
342
  border-end-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
343
343
  background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-default-z3ipl1, #ebebf0));
344
344
  }
345
- .awsui_progress_11huc_n4v1m_189:not(#\9)::-webkit-progress-value {
345
+ .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
346
346
  border-start-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
347
347
  border-start-end-radius: 0;
348
348
  border-end-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
349
349
  border-end-end-radius: 0;
350
350
  background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-default-il6sg6, #006ce0));
351
351
  }
352
- .awsui_progress_11huc_n4v1m_189.awsui_complete_11huc_n4v1m_349:not(#\9)::-webkit-progress-value {
352
+ .awsui_progress_11huc_134zk_189.awsui_complete_11huc_134zk_349:not(#\9)::-webkit-progress-value {
353
353
  border-start-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
354
354
  border-start-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
355
355
  border-end-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
356
356
  border-end-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
357
357
  }
358
- .awsui_progress_11huc_n4v1m_189:not(#\9)::-moz-progress-bar {
358
+ .awsui_progress_11huc_134zk_189:not(#\9)::-moz-progress-bar {
359
359
  border-start-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
360
360
  border-start-end-radius: 0;
361
361
  border-end-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
362
362
  border-end-end-radius: 0;
363
363
  background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-default-il6sg6, #006ce0));
364
364
  }
365
- .awsui_progress_11huc_n4v1m_189.awsui_progress-in-flash_11huc_n4v1m_362:not(#\9) {
365
+ .awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9) {
366
366
  background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-in-flash-wssh6k, rgba(255, 255, 255, 0.25)));
367
367
  }
368
- .awsui_progress_11huc_n4v1m_189.awsui_progress-in-flash_11huc_n4v1m_362:not(#\9)::-moz-progress-bar {
368
+ .awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9)::-moz-progress-bar {
369
369
  background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-in-flash-98s7uz, #ffffff));
370
370
  }
371
- .awsui_progress_11huc_n4v1m_189.awsui_progress-in-flash_11huc_n4v1m_362:not(#\9)::-webkit-progress-bar {
371
+ .awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9)::-webkit-progress-bar {
372
372
  background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-in-flash-wssh6k, rgba(255, 255, 255, 0.25)));
373
373
  }
374
- .awsui_progress_11huc_n4v1m_189.awsui_progress-in-flash_11huc_n4v1m_362:not(#\9)::-webkit-progress-value {
374
+ .awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9)::-webkit-progress-value {
375
375
  background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-in-flash-98s7uz, #ffffff));
376
376
  }
377
377
 
378
- .awsui_additional-info_11huc_n4v1m_375:not(#\9) {
378
+ .awsui_additional-info_11huc_134zk_375:not(#\9) {
379
379
  /* used in test-utils */
380
380
  }
@@ -2,24 +2,24 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "progress": "awsui_progress_11huc_n4v1m_189",
6
- "result-state": "awsui_result-state_11huc_n4v1m_203",
7
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_n4v1m_1",
8
- "root": "awsui_root_11huc_n4v1m_225",
9
- "with-result-button": "awsui_with-result-button_11huc_n4v1m_257",
10
- "result-text": "awsui_result-text_11huc_n4v1m_261",
11
- "result-container-error": "awsui_result-container-error_11huc_n4v1m_265",
12
- "result-container-success": "awsui_result-container-success_11huc_n4v1m_265",
13
- "result-button": "awsui_result-button_11huc_n4v1m_269",
14
- "word-wrap": "awsui_word-wrap_11huc_n4v1m_275",
15
- "label-flash": "awsui_label-flash_11huc_n4v1m_280",
16
- "label-key-value": "awsui_label-key-value_11huc_n4v1m_284",
17
- "flash": "awsui_flash_11huc_n4v1m_292",
18
- "progress-container": "awsui_progress-container_11huc_n4v1m_296",
19
- "percentage-container": "awsui_percentage-container_11huc_n4v1m_303",
20
- "percentage": "awsui_percentage_11huc_n4v1m_303",
21
- "complete": "awsui_complete_11huc_n4v1m_349",
22
- "progress-in-flash": "awsui_progress-in-flash_11huc_n4v1m_362",
23
- "additional-info": "awsui_additional-info_11huc_n4v1m_375"
5
+ "progress": "awsui_progress_11huc_134zk_189",
6
+ "result-state": "awsui_result-state_11huc_134zk_203",
7
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_134zk_1",
8
+ "root": "awsui_root_11huc_134zk_225",
9
+ "with-result-button": "awsui_with-result-button_11huc_134zk_257",
10
+ "result-text": "awsui_result-text_11huc_134zk_261",
11
+ "result-container-error": "awsui_result-container-error_11huc_134zk_265",
12
+ "result-container-success": "awsui_result-container-success_11huc_134zk_265",
13
+ "result-button": "awsui_result-button_11huc_134zk_269",
14
+ "word-wrap": "awsui_word-wrap_11huc_134zk_275",
15
+ "label-flash": "awsui_label-flash_11huc_134zk_280",
16
+ "label-key-value": "awsui_label-key-value_11huc_134zk_284",
17
+ "flash": "awsui_flash_11huc_134zk_292",
18
+ "progress-container": "awsui_progress-container_11huc_134zk_296",
19
+ "percentage-container": "awsui_percentage-container_11huc_134zk_303",
20
+ "percentage": "awsui_percentage_11huc_134zk_303",
21
+ "complete": "awsui_complete_11huc_134zk_349",
22
+ "progress-in-flash": "awsui_progress-in-flash_11huc_134zk_362",
23
+ "additional-info": "awsui_additional-info_11huc_134zk_375"
24
24
  };
25
25
 
@@ -1,35 +1,35 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_l0dv0_1u5ju_145",
5
- "header": "awsui_header_l0dv0_1u5ju_179",
6
- "header-link": "awsui_header-link_l0dv0_1u5ju_193",
7
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_1u5ju_204",
8
- "header-link-text": "awsui_header-link-text_l0dv0_1u5ju_204",
9
- "header-logo": "awsui_header-logo_l0dv0_1u5ju_209",
10
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_1u5ju_215",
11
- "items-control": "awsui_items-control_l0dv0_1u5ju_220",
12
- "list-container": "awsui_list-container_l0dv0_1u5ju_224",
13
- "with-toolbar": "awsui_with-toolbar_l0dv0_1u5ju_232",
14
- "divider-header": "awsui_divider-header_l0dv0_1u5ju_232",
15
- "list": "awsui_list_l0dv0_1u5ju_224",
16
- "list-variant-root": "awsui_list-variant-root_l0dv0_1u5ju_245",
17
- "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_1u5ju_252",
18
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_1u5ju_256",
19
- "list-item": "awsui_list-item_l0dv0_1u5ju_260",
20
- "section": "awsui_section_l0dv0_1u5ju_271",
21
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_1u5ju_272",
22
- "section--no-ident": "awsui_section--no-ident_l0dv0_1u5ju_275",
23
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_1u5ju_276",
24
- "refresh": "awsui_refresh_l0dv0_1u5ju_284",
25
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_1u5ju_295",
26
- "section-group": "awsui_section-group_l0dv0_1u5ju_302",
27
- "section-group-title": "awsui_section-group-title_l0dv0_1u5ju_313",
28
- "link": "awsui_link_l0dv0_1u5ju_317",
29
- "link-active": "awsui_link-active_l0dv0_1u5ju_326",
30
- "info": "awsui_info_l0dv0_1u5ju_363",
31
- "external-icon": "awsui_external-icon_l0dv0_1u5ju_367",
32
- "divider": "awsui_divider_l0dv0_1u5ju_232",
33
- "divider-default": "awsui_divider-default_l0dv0_1u5ju_376"
4
+ "root": "awsui_root_l0dv0_yc2la_145",
5
+ "header": "awsui_header_l0dv0_yc2la_179",
6
+ "header-link": "awsui_header-link_l0dv0_yc2la_193",
7
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_yc2la_204",
8
+ "header-link-text": "awsui_header-link-text_l0dv0_yc2la_204",
9
+ "header-logo": "awsui_header-logo_l0dv0_yc2la_209",
10
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_yc2la_215",
11
+ "items-control": "awsui_items-control_l0dv0_yc2la_220",
12
+ "list-container": "awsui_list-container_l0dv0_yc2la_224",
13
+ "with-toolbar": "awsui_with-toolbar_l0dv0_yc2la_232",
14
+ "divider-header": "awsui_divider-header_l0dv0_yc2la_232",
15
+ "list": "awsui_list_l0dv0_yc2la_224",
16
+ "list-variant-root": "awsui_list-variant-root_l0dv0_yc2la_245",
17
+ "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_yc2la_252",
18
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_yc2la_256",
19
+ "list-item": "awsui_list-item_l0dv0_yc2la_260",
20
+ "section": "awsui_section_l0dv0_yc2la_271",
21
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_yc2la_272",
22
+ "section--no-ident": "awsui_section--no-ident_l0dv0_yc2la_275",
23
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_yc2la_276",
24
+ "refresh": "awsui_refresh_l0dv0_yc2la_284",
25
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_yc2la_295",
26
+ "section-group": "awsui_section-group_l0dv0_yc2la_302",
27
+ "section-group-title": "awsui_section-group-title_l0dv0_yc2la_313",
28
+ "link": "awsui_link_l0dv0_yc2la_317",
29
+ "link-active": "awsui_link-active_l0dv0_yc2la_326",
30
+ "info": "awsui_info_l0dv0_yc2la_363",
31
+ "external-icon": "awsui_external-icon_l0dv0_yc2la_367",
32
+ "divider": "awsui_divider_l0dv0_yc2la_232",
33
+ "divider-default": "awsui_divider-default_l0dv0_yc2la_376"
34
34
  };
35
35