@cloudscape-design/components 3.0.317 → 3.0.319

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 (203) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/drawer/interfaces.d.ts +0 -7
  5. package/app-layout/drawer/interfaces.d.ts.map +1 -1
  6. package/app-layout/drawer/interfaces.js.map +1 -1
  7. package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
  8. package/app-layout/drawer/resizable-drawer.js +3 -3
  9. package/app-layout/drawer/resizable-drawer.js.map +1 -1
  10. package/app-layout/index.d.ts.map +1 -1
  11. package/app-layout/index.js +19 -2
  12. package/app-layout/index.js.map +1 -1
  13. package/app-layout/notifications/styles.css.js +3 -3
  14. package/app-layout/notifications/styles.scoped.css +7 -7
  15. package/app-layout/notifications/styles.selectors.js +3 -3
  16. package/app-layout/runtime-api.d.ts +8 -0
  17. package/app-layout/runtime-api.d.ts.map +1 -0
  18. package/app-layout/runtime-api.js +35 -0
  19. package/app-layout/runtime-api.js.map +1 -0
  20. package/app-layout/styles.css.js +17 -13
  21. package/app-layout/styles.scoped.css +44 -13
  22. package/app-layout/styles.selectors.js +17 -13
  23. package/app-layout/utils/interfaces.d.ts +10 -0
  24. package/app-layout/utils/interfaces.d.ts.map +1 -0
  25. package/app-layout/utils/interfaces.js +2 -0
  26. package/app-layout/utils/interfaces.js.map +1 -0
  27. package/app-layout/utils/use-drawer-focus-control.d.ts.map +1 -1
  28. package/app-layout/utils/use-drawer-focus-control.js +8 -3
  29. package/app-layout/utils/use-drawer-focus-control.js.map +1 -1
  30. package/app-layout/utils/use-keyboard-events.d.ts +4 -0
  31. package/app-layout/utils/use-keyboard-events.d.ts.map +1 -0
  32. package/{split-panel → app-layout}/utils/use-keyboard-events.js +10 -11
  33. package/app-layout/utils/use-keyboard-events.js.map +1 -0
  34. package/app-layout/utils/use-pointer-events.d.ts +3 -0
  35. package/app-layout/utils/use-pointer-events.d.ts.map +1 -0
  36. package/{split-panel → app-layout}/utils/use-pointer-events.js +15 -8
  37. package/app-layout/utils/use-pointer-events.js.map +1 -0
  38. package/app-layout/utils/use-resize.d.ts +16 -0
  39. package/app-layout/utils/use-resize.d.ts.map +1 -0
  40. package/app-layout/utils/use-resize.js +84 -0
  41. package/app-layout/utils/use-resize.js.map +1 -0
  42. package/app-layout/visual-refresh/context.d.ts +11 -6
  43. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  44. package/app-layout/visual-refresh/context.js +26 -7
  45. package/app-layout/visual-refresh/context.js.map +1 -1
  46. package/app-layout/visual-refresh/drawers.d.ts +1 -33
  47. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  48. package/app-layout/visual-refresh/drawers.js +14 -7
  49. package/app-layout/visual-refresh/drawers.js.map +1 -1
  50. package/app-layout/visual-refresh/styles.css.js +69 -68
  51. package/app-layout/visual-refresh/styles.scoped.css +294 -298
  52. package/app-layout/visual-refresh/styles.selectors.js +69 -68
  53. package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
  54. package/app-layout/visual-refresh/trigger-button.js +1 -2
  55. package/app-layout/visual-refresh/trigger-button.js.map +1 -1
  56. package/area-chart/{model/async-store.d.ts → async-store/index.d.ts} +1 -1
  57. package/area-chart/async-store/index.d.ts.map +1 -0
  58. package/area-chart/{model/async-store.js → async-store/index.js} +1 -1
  59. package/area-chart/async-store/index.js.map +1 -0
  60. package/area-chart/elements/area-chart-legend.d.ts.map +1 -1
  61. package/area-chart/elements/area-chart-legend.js +1 -1
  62. package/area-chart/elements/area-chart-legend.js.map +1 -1
  63. package/area-chart/elements/data-series.js +1 -1
  64. package/area-chart/elements/data-series.js.map +1 -1
  65. package/area-chart/elements/highlighted-point.js +1 -1
  66. package/area-chart/elements/highlighted-point.js.map +1 -1
  67. package/area-chart/elements/use-highlight-details.d.ts.map +1 -1
  68. package/area-chart/elements/use-highlight-details.js +3 -1
  69. package/area-chart/elements/use-highlight-details.js.map +1 -1
  70. package/area-chart/elements/vertical-marker.js +1 -1
  71. package/area-chart/elements/vertical-marker.js.map +1 -1
  72. package/area-chart/model/index.d.ts +1 -1
  73. package/area-chart/model/index.d.ts.map +1 -1
  74. package/area-chart/model/index.js.map +1 -1
  75. package/area-chart/model/interactions-store.d.ts +1 -1
  76. package/area-chart/model/interactions-store.d.ts.map +1 -1
  77. package/area-chart/model/interactions-store.js +1 -1
  78. package/area-chart/model/interactions-store.js.map +1 -1
  79. package/area-chart/model/use-chart-model.d.ts.map +1 -1
  80. package/area-chart/model/use-chart-model.js +1 -1
  81. package/area-chart/model/use-chart-model.js.map +1 -1
  82. package/attribute-editor/interfaces.d.ts +1 -1
  83. package/attribute-editor/interfaces.d.ts.map +1 -1
  84. package/attribute-editor/interfaces.js.map +1 -1
  85. package/content-layout/styles.css.js +7 -7
  86. package/content-layout/styles.scoped.css +13 -13
  87. package/content-layout/styles.selectors.js +7 -7
  88. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  89. package/expandable-section/expandable-section-header.js +10 -10
  90. package/expandable-section/expandable-section-header.js.map +1 -1
  91. package/expandable-section/interfaces.d.ts +1 -1
  92. package/expandable-section/interfaces.js.map +1 -1
  93. package/expandable-section/styles.css.js +31 -29
  94. package/expandable-section/styles.scoped.css +56 -51
  95. package/expandable-section/styles.selectors.js +31 -29
  96. package/expandable-section/utils.js +1 -1
  97. package/expandable-section/utils.js.map +1 -1
  98. package/flashbar/styles.css.js +45 -45
  99. package/flashbar/styles.scoped.css +169 -169
  100. package/flashbar/styles.selectors.js +45 -45
  101. package/internal/environment.js +1 -1
  102. package/internal/generated/custom-css-properties/index.js +39 -39
  103. package/internal/generated/custom-css-properties/index.js.map +1 -1
  104. package/internal/manifest.json +1 -1
  105. package/internal/plugins/api.d.ts +15 -0
  106. package/internal/plugins/api.d.ts.map +1 -0
  107. package/internal/plugins/api.js +50 -0
  108. package/internal/plugins/api.js.map +1 -0
  109. package/internal/plugins/drawers-controller.d.ts +22 -0
  110. package/internal/plugins/drawers-controller.d.ts.map +1 -0
  111. package/internal/plugins/drawers-controller.js +34 -0
  112. package/internal/plugins/drawers-controller.js.map +1 -0
  113. package/internal/plugins/index.d.ts +2 -0
  114. package/internal/plugins/index.d.ts.map +1 -0
  115. package/internal/plugins/index.js +4 -0
  116. package/internal/plugins/index.js.map +1 -0
  117. package/mixed-line-bar-chart/data-series.d.ts.map +1 -1
  118. package/mixed-line-bar-chart/data-series.js +8 -2
  119. package/mixed-line-bar-chart/data-series.js.map +1 -1
  120. package/package.json +1 -1
  121. package/split-panel/index.d.ts.map +1 -1
  122. package/split-panel/index.js +3 -3
  123. package/split-panel/index.js.map +1 -1
  124. package/split-panel/interfaces.d.ts +0 -7
  125. package/split-panel/interfaces.d.ts.map +1 -1
  126. package/split-panel/interfaces.js.map +1 -1
  127. package/split-panel/styles.css.js +56 -59
  128. package/split-panel/styles.scoped.css +77 -93
  129. package/split-panel/styles.selectors.js +56 -59
  130. package/table/body-cell/td-element.d.ts +2 -2
  131. package/table/body-cell/td-element.d.ts.map +1 -1
  132. package/table/body-cell/td-element.js +2 -2
  133. package/table/body-cell/td-element.js.map +1 -1
  134. package/table/column-widths-utils.d.ts +3 -0
  135. package/table/column-widths-utils.d.ts.map +1 -0
  136. package/table/column-widths-utils.js +16 -0
  137. package/table/column-widths-utils.js.map +1 -0
  138. package/table/header-cell/index.d.ts +3 -3
  139. package/table/header-cell/index.d.ts.map +1 -1
  140. package/table/header-cell/index.js +2 -2
  141. package/table/header-cell/index.js.map +1 -1
  142. package/table/internal.d.ts.map +1 -1
  143. package/table/internal.js +15 -10
  144. package/table/internal.js.map +1 -1
  145. package/table/resizer/index.d.ts.map +1 -1
  146. package/table/resizer/index.js +2 -2
  147. package/table/resizer/index.js.map +1 -1
  148. package/table/sticky-columns/index.d.ts +2 -0
  149. package/table/sticky-columns/index.d.ts.map +1 -0
  150. package/table/sticky-columns/index.js +4 -0
  151. package/table/sticky-columns/index.js.map +1 -0
  152. package/table/{use-sticky-columns.d.ts → sticky-columns/use-sticky-columns.d.ts} +7 -9
  153. package/table/sticky-columns/use-sticky-columns.d.ts.map +1 -0
  154. package/table/{use-sticky-columns.js → sticky-columns/use-sticky-columns.js} +3 -4
  155. package/table/sticky-columns/use-sticky-columns.js.map +1 -0
  156. package/table/sticky-scrollbar/index.d.ts +2 -0
  157. package/table/sticky-scrollbar/index.d.ts.map +1 -0
  158. package/table/sticky-scrollbar/index.js +4 -0
  159. package/table/sticky-scrollbar/index.js.map +1 -0
  160. package/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -0
  161. package/table/{sticky-scrollbar.js → sticky-scrollbar/sticky-scrollbar.js} +2 -2
  162. package/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -0
  163. package/table/sticky-scrollbar/styles.css.js +9 -0
  164. package/table/sticky-scrollbar/styles.scoped.css +22 -0
  165. package/table/sticky-scrollbar/styles.selectors.js +10 -0
  166. package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts.map +1 -0
  167. package/table/{use-sticky-scrollbar.js → sticky-scrollbar/use-sticky-scrollbar.js} +3 -3
  168. package/table/sticky-scrollbar/use-sticky-scrollbar.js.map +1 -0
  169. package/table/styles.css.js +32 -36
  170. package/table/styles.scoped.css +40 -59
  171. package/table/styles.selectors.js +32 -36
  172. package/table/thead.d.ts +2 -1
  173. package/table/thead.d.ts.map +1 -1
  174. package/table/thead.js +4 -4
  175. package/table/thead.js.map +1 -1
  176. package/table/use-column-widths.d.ts +10 -8
  177. package/table/use-column-widths.d.ts.map +1 -1
  178. package/table/use-column-widths.js +30 -47
  179. package/table/use-column-widths.js.map +1 -1
  180. package/table/utils.d.ts +1 -1
  181. package/table/utils.d.ts.map +1 -1
  182. package/table/utils.js.map +1 -1
  183. package/test-utils/dom/app-layout/index.d.ts +1 -1
  184. package/test-utils/tsconfig.tsbuildinfo +1 -1
  185. package/wizard/styles.css.js +31 -31
  186. package/wizard/styles.scoped.css +63 -63
  187. package/wizard/styles.selectors.js +31 -31
  188. package/area-chart/model/async-store.d.ts.map +0 -1
  189. package/area-chart/model/async-store.js.map +0 -1
  190. package/split-panel/utils/use-keyboard-events.d.ts +0 -4
  191. package/split-panel/utils/use-keyboard-events.d.ts.map +0 -1
  192. package/split-panel/utils/use-keyboard-events.js.map +0 -1
  193. package/split-panel/utils/use-pointer-events.d.ts +0 -3
  194. package/split-panel/utils/use-pointer-events.d.ts.map +0 -1
  195. package/split-panel/utils/use-pointer-events.js.map +0 -1
  196. package/table/sticky-scrollbar.d.ts.map +0 -1
  197. package/table/sticky-scrollbar.js.map +0 -1
  198. package/table/use-sticky-columns.d.ts.map +0 -1
  199. package/table/use-sticky-columns.js.map +0 -1
  200. package/table/use-sticky-scrollbar.d.ts.map +0 -1
  201. package/table/use-sticky-scrollbar.js.map +0 -1
  202. /package/table/{sticky-scrollbar.d.ts → sticky-scrollbar/sticky-scrollbar.d.ts} +0 -0
  203. /package/table/{use-sticky-scrollbar.d.ts → sticky-scrollbar/use-sticky-scrollbar.d.ts} +0 -0
@@ -94,10 +94,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_content-enter_gwq0h_1g5j6_97:not(#\9) {
98
- animation: awsui_awsui-motion-fade-in_gwq0h_1g5j6_1 var(--motion-duration-show-paced-uryptc, 180ms) var(--motion-easing-show-paced-tbgeqx, ease-out);
97
+ .awsui_content-enter_gwq0h_1xfxl_97:not(#\9) {
98
+ animation: awsui_awsui-motion-fade-in_gwq0h_1xfxl_1 var(--motion-duration-show-paced-uryptc, 180ms) var(--motion-easing-show-paced-tbgeqx, ease-out);
99
99
  }
100
- @keyframes awsui_awsui-motion-fade-in_gwq0h_1g5j6_1 {
100
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_1xfxl_1 {
101
101
  from {
102
102
  opacity: 0.2;
103
103
  }
@@ -106,40 +106,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
106
106
  }
107
107
  }
108
108
  @media (prefers-reduced-motion: reduce) {
109
- .awsui_content-enter_gwq0h_1g5j6_97:not(#\9) {
109
+ .awsui_content-enter_gwq0h_1xfxl_97:not(#\9) {
110
110
  animation: none;
111
111
  transition: none;
112
112
  }
113
113
  }
114
- .awsui-motion-disabled .awsui_content-enter_gwq0h_1g5j6_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1g5j6_97:not(#\9) {
114
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_1xfxl_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1xfxl_97:not(#\9) {
115
115
  animation: none;
116
116
  transition: none;
117
117
  }
118
118
 
119
- .awsui_trigger-expanded_gwq0h_1g5j6_119:not(#\9) {
119
+ .awsui_trigger-expanded_gwq0h_1xfxl_119:not(#\9) {
120
120
  transition: border-bottom-color var(--motion-duration-show-paced-uryptc, 180ms) var(--motion-easing-show-paced-tbgeqx, ease-out);
121
121
  }
122
122
  @media (prefers-reduced-motion: reduce) {
123
- .awsui_trigger-expanded_gwq0h_1g5j6_119:not(#\9) {
123
+ .awsui_trigger-expanded_gwq0h_1xfxl_119:not(#\9) {
124
124
  animation: none;
125
125
  transition: none;
126
126
  }
127
127
  }
128
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1g5j6_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1g5j6_119:not(#\9) {
128
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1xfxl_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1xfxl_119:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
 
133
- .awsui_icon_gwq0h_1g5j6_133:not(#\9) {
133
+ .awsui_icon_gwq0h_1xfxl_133:not(#\9) {
134
134
  transition: transform var(--motion-duration-rotate-90-jfxxiy, 135ms) var(--motion-easing-rotate-90-ax5lt7, cubic-bezier(0.165, 0.84, 0.44, 1));
135
135
  }
136
136
  @media (prefers-reduced-motion: reduce) {
137
- .awsui_icon_gwq0h_1g5j6_133:not(#\9) {
137
+ .awsui_icon_gwq0h_1xfxl_133:not(#\9) {
138
138
  animation: none;
139
139
  transition: none;
140
140
  }
141
141
  }
142
- .awsui-motion-disabled .awsui_icon_gwq0h_1g5j6_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1g5j6_133:not(#\9) {
142
+ .awsui-motion-disabled .awsui_icon_gwq0h_1xfxl_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1xfxl_133:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
@@ -148,7 +148,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
148
148
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
149
149
  SPDX-License-Identifier: Apache-2.0
150
150
  */
151
- .awsui_root_gwq0h_1g5j6_151:not(#\9) {
151
+ .awsui_root_gwq0h_1xfxl_151:not(#\9) {
152
152
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
153
153
  border-collapse: separate;
154
154
  border-spacing: 0;
@@ -191,91 +191,91 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
191
191
  display: block;
192
192
  }
193
193
 
194
- .awsui_expand-button_gwq0h_1g5j6_168:not(#\9) {
194
+ .awsui_expand-button_gwq0h_1xfxl_168:not(#\9) {
195
195
  /* used in test-utils */
196
196
  }
197
197
 
198
- .awsui_icon_gwq0h_1g5j6_133:not(#\9) {
198
+ .awsui_icon_gwq0h_1xfxl_133:not(#\9) {
199
199
  transform: rotate(-90deg);
200
200
  }
201
- .awsui_icon_gwq0h_1g5j6_133.awsui_expanded_gwq0h_1g5j6_175:not(#\9) {
201
+ .awsui_icon_gwq0h_1xfxl_133.awsui_expanded_gwq0h_1xfxl_175:not(#\9) {
202
202
  transform: rotate(0deg);
203
203
  }
204
204
 
205
- .awsui_icon-container_gwq0h_1g5j6_179:not(#\9) {
205
+ .awsui_icon-container_gwq0h_1xfxl_179:not(#\9) {
206
206
  position: relative;
207
207
  margin-left: calc((var(--font-body-m-line-height-rfgrp9, 22px) - var(--size-icon-normal-jq6jat, 16px)) / -2);
208
208
  margin-right: calc(var(--space-xxs-ja5cp8, 4px) + var(--border-divider-list-width-um3zli, 1px));
209
209
  }
210
- .awsui_icon-container-container_gwq0h_1g5j6_184:not(#\9) {
210
+ .awsui_icon-container-container_gwq0h_1xfxl_184:not(#\9) {
211
211
  margin-right: var(--space-xs-edba2s, 8px);
212
212
  }
213
213
 
214
- .awsui_wrapper_gwq0h_1g5j6_188:not(#\9) {
214
+ .awsui_wrapper_gwq0h_1xfxl_188:not(#\9) {
215
215
  box-sizing: border-box;
216
216
  border: none;
217
217
  width: 100%;
218
218
  line-height: var(--font-body-m-line-height-rfgrp9, 22px);
219
219
  text-align: left;
220
220
  }
221
- .awsui_wrapper-default_gwq0h_1g5j6_195:not(#\9) {
221
+ .awsui_wrapper-default_gwq0h_1xfxl_195:not(#\9) {
222
222
  padding: var(--space-scaled-xxs-t2t62i, 4px) var(--space-xxs-ja5cp8, 4px);
223
223
  }
224
- .awsui_wrapper-footer_gwq0h_1g5j6_198:not(#\9) {
224
+ .awsui_wrapper-footer_gwq0h_1xfxl_198:not(#\9) {
225
225
  padding: var(--space-scaled-xxs-t2t62i, 4px) 0;
226
226
  }
227
- .awsui_wrapper-default_gwq0h_1g5j6_195:not(#\9), .awsui_wrapper-footer_gwq0h_1g5j6_198:not(#\9) {
227
+ .awsui_wrapper-default_gwq0h_1xfxl_195:not(#\9), .awsui_wrapper-footer_gwq0h_1xfxl_198:not(#\9) {
228
228
  border: var(--border-divider-section-width-orq175, 2px) solid transparent;
229
229
  }
230
- .awsui_wrapper-navigation_gwq0h_1g5j6_204:not(#\9) {
230
+ .awsui_wrapper-navigation_gwq0h_1xfxl_204:not(#\9) {
231
231
  border-left: var(--border-divider-section-width-orq175, 2px) solid transparent;
232
232
  }
233
- .awsui_wrapper-navigation_gwq0h_1g5j6_204:not(#\9), .awsui_wrapper-container_gwq0h_1g5j6_207:not(#\9) {
233
+ .awsui_wrapper-navigation_gwq0h_1xfxl_204:not(#\9), .awsui_wrapper-container_gwq0h_1xfxl_207:not(#\9) {
234
234
  display: flex;
235
235
  font-weight: var(--font-heading-s-weight-5y5giq, 800);
236
236
  }
237
- .awsui_wrapper-default_gwq0h_1g5j6_195:not(#\9), .awsui_wrapper-navigation_gwq0h_1g5j6_204:not(#\9), .awsui_wrapper-footer_gwq0h_1g5j6_198:not(#\9) {
237
+ .awsui_wrapper-default_gwq0h_1xfxl_195:not(#\9), .awsui_wrapper-navigation_gwq0h_1xfxl_204:not(#\9), .awsui_wrapper-footer_gwq0h_1xfxl_198:not(#\9) {
238
238
  color: var(--color-text-expandable-section-default-fvf8va, #000716);
239
239
  -webkit-font-smoothing: var(--font-smoothing-webkit-fyh4as, antialiased);
240
240
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-pa2uqe, grayscale);
241
241
  font-size: var(--font-expandable-heading-size-mkp9vq, 16px);
242
242
  letter-spacing: var(--font-heading-s-letter-spacing-j4vcrt, -0.005em);
243
243
  }
244
- .awsui_wrapper-container_gwq0h_1g5j6_207:not(#\9) {
244
+ .awsui_wrapper-container_gwq0h_1xfxl_207:not(#\9) {
245
245
  padding: var(--space-container-header-vertical-di96ce, 12px) var(--space-container-horizontal-jxdgil, 20px);
246
246
  }
247
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1g5j6_207:not(#\9):focus {
247
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1xfxl_207:not(#\9):focus {
248
248
  padding: calc(var(--space-scaled-s-913kwi, 12px) - var(--border-divider-section-width-orq175, 2px)) calc(var(--space-l-f4l5gr, 20px) - var(--border-divider-section-width-orq175, 2px));
249
249
  }
250
- .awsui_wrapper-default_gwq0h_1g5j6_195.awsui_wrapper-expanded_gwq0h_1g5j6_224:not(#\9) {
250
+ .awsui_wrapper-default_gwq0h_1xfxl_195.awsui_wrapper-expanded_gwq0h_1xfxl_224:not(#\9) {
251
251
  border-bottom-color: var(--color-border-divider-default-9o8zql, #e9ebed);
252
252
  }
253
253
 
254
- .awsui_header_gwq0h_1g5j6_228:not(#\9) {
254
+ .awsui_header_gwq0h_1xfxl_228:not(#\9) {
255
255
  /* used in test-utils */
256
256
  }
257
- .awsui_header-wrapper_gwq0h_1g5j6_231:not(#\9), .awsui_header-deprecated_gwq0h_1g5j6_231:not(#\9) {
257
+ .awsui_header-wrapper_gwq0h_1xfxl_231:not(#\9), .awsui_header-deprecated_gwq0h_1xfxl_231:not(#\9) {
258
258
  display: flex;
259
259
  font-weight: var(--font-heading-s-weight-5y5giq, 800);
260
260
  }
261
- .awsui_header-wrapper_gwq0h_1g5j6_231:not(#\9) {
261
+ .awsui_header-wrapper_gwq0h_1xfxl_231:not(#\9) {
262
262
  font-size: inherit;
263
263
  letter-spacing: inherit;
264
264
  margin: 0;
265
265
  padding: 0;
266
266
  }
267
- .awsui_header-button_gwq0h_1g5j6_241:not(#\9) {
267
+ .awsui_header-button_gwq0h_1xfxl_241:not(#\9) {
268
268
  box-sizing: border-box;
269
269
  display: flex;
270
270
  }
271
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1g5j6_241:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1g5j6_245:not(#\9):focus {
271
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1xfxl_241:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1xfxl_245:not(#\9):focus {
272
272
  position: relative;
273
273
  }
274
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1g5j6_241:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1g5j6_245:not(#\9):focus {
274
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1xfxl_241:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1xfxl_245:not(#\9):focus {
275
275
  outline: 2px dotted transparent;
276
276
  outline-offset: calc(0px - 1px);
277
277
  }
278
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1g5j6_241:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1g5j6_245:not(#\9):focus::before {
278
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1xfxl_241:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1xfxl_245:not(#\9):focus::before {
279
279
  content: " ";
280
280
  display: block;
281
281
  position: absolute;
@@ -286,13 +286,13 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1g5j6_241:not(#\9
286
286
  border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
287
287
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
288
288
  }
289
- .awsui_header-container_gwq0h_1g5j6_245:not(#\9) {
289
+ .awsui_header-container_gwq0h_1xfxl_245:not(#\9) {
290
290
  width: 100%;
291
291
  }
292
- .awsui_header-container_gwq0h_1g5j6_245 > .awsui_icon-container_gwq0h_1g5j6_179:not(#\9) {
292
+ .awsui_header-container_gwq0h_1xfxl_245 > .awsui_icon-container_gwq0h_1xfxl_179:not(#\9) {
293
293
  margin-top: var(--space-expandable-section-icon-offset-top-qfofw6, 4px);
294
294
  }
295
- .awsui_header-navigation_gwq0h_1g5j6_269 > .awsui_icon-container_gwq0h_1g5j6_179:not(#\9) {
295
+ .awsui_header-navigation_gwq0h_1xfxl_269 > .awsui_icon-container_gwq0h_1xfxl_179:not(#\9) {
296
296
  display: inline-flex;
297
297
  cursor: pointer;
298
298
  color: var(--color-text-expandable-section-navigation-icon-default-lzmj1u, #414d5c);
@@ -303,17 +303,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1g5j6_241:not(#\9
303
303
  text-decoration: none;
304
304
  flex-direction: column;
305
305
  }
306
- .awsui_header-navigation_gwq0h_1g5j6_269 > .awsui_icon-container_gwq0h_1g5j6_179:not(#\9):hover {
306
+ .awsui_header-navigation_gwq0h_1xfxl_269 > .awsui_icon-container_gwq0h_1xfxl_179:not(#\9):hover {
307
307
  color: var(--color-text-expandable-section-hover-o9ggrx, #0972d3);
308
308
  }
309
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1g5j6_269 > .awsui_icon-container_gwq0h_1g5j6_179:not(#\9):focus {
309
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1xfxl_269 > .awsui_icon-container_gwq0h_1xfxl_179:not(#\9):focus {
310
310
  position: relative;
311
311
  }
312
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1g5j6_269 > .awsui_icon-container_gwq0h_1g5j6_179:not(#\9):focus {
312
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1xfxl_269 > .awsui_icon-container_gwq0h_1xfxl_179:not(#\9):focus {
313
313
  outline: 2px dotted transparent;
314
314
  outline-offset: calc(2px - 1px);
315
315
  }
316
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1g5j6_269 > .awsui_icon-container_gwq0h_1g5j6_179:not(#\9):focus::before {
316
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1xfxl_269 > .awsui_icon-container_gwq0h_1xfxl_179:not(#\9):focus::before {
317
317
  content: " ";
318
318
  display: block;
319
319
  position: absolute;
@@ -325,37 +325,42 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1g5j6_269 > .
325
325
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
326
326
  }
327
327
 
328
- .awsui_content_gwq0h_1g5j6_97:not(#\9) {
328
+ .awsui_content_gwq0h_1xfxl_97:not(#\9) {
329
329
  display: none;
330
330
  }
331
- .awsui_content-default_gwq0h_1g5j6_305:not(#\9) {
331
+ .awsui_content-default_gwq0h_1xfxl_305:not(#\9) {
332
332
  padding: var(--space-scaled-xs-wbfgrv, 8px) 0;
333
333
  }
334
- .awsui_content-footer_gwq0h_1g5j6_308:not(#\9) {
334
+ .awsui_content-footer_gwq0h_1xfxl_308:not(#\9) {
335
335
  padding: var(--space-xs-edba2s, 8px) 0;
336
336
  }
337
- .awsui_content-expanded_gwq0h_1g5j6_311:not(#\9) {
337
+ .awsui_content-expanded_gwq0h_1xfxl_311:not(#\9) {
338
338
  display: block;
339
339
  }
340
340
 
341
- .awsui_focusable_gwq0h_1g5j6_315:not(#\9):focus {
341
+ .awsui_focusable_gwq0h_1xfxl_315:not(#\9):focus {
342
342
  outline: none;
343
343
  text-decoration: none;
344
344
  }
345
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1g5j6_315:not(#\9):focus {
345
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1xfxl_315:not(#\9):focus {
346
346
  outline: 2px dotted transparent;
347
347
  border: var(--border-field-width-riro62, 2px) solid var(--color-border-item-focused-4t19h5, #0972d3);
348
348
  border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
349
349
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-cwek11, 0px) var(--color-border-item-focused-4t19h5, #0972d3);
350
350
  }
351
351
 
352
- .awsui_click-target_gwq0h_1g5j6_326:not(#\9) {
352
+ .awsui_click-target_gwq0h_1xfxl_326:not(#\9) {
353
353
  cursor: pointer;
354
354
  }
355
- .awsui_click-target_gwq0h_1g5j6_326:not(#\9):not(.awsui_wrapper-container_gwq0h_1g5j6_207):not(.awsui_header-container-button_gwq0h_1g5j6_245):hover {
355
+ .awsui_click-target_gwq0h_1xfxl_326:not(#\9):not(.awsui_wrapper-container_gwq0h_1xfxl_207):not(.awsui_header-container-button_gwq0h_1xfxl_245):hover {
356
356
  color: var(--color-text-expandable-section-hover-o9ggrx, #0972d3);
357
357
  }
358
358
 
359
- .awsui_description-default_gwq0h_1g5j6_333:not(#\9) {
360
- padding-left: calc(var(--size-icon-normal-jq6jat, 16px) + var(--space-xxs-ja5cp8, 4px) + var(--border-divider-list-width-um3zli, 1px) + (var(--font-body-m-line-height-rfgrp9, 22px) - var(--size-icon-normal-jq6jat, 16px)) / -2);
359
+ .awsui_description-default_gwq0h_1xfxl_333:not(#\9),
360
+ .awsui_description-footer_gwq0h_1xfxl_334:not(#\9) {
361
+ padding-left: calc(var(--size-icon-normal-jq6jat, 16px) + (var(--font-body-m-line-height-rfgrp9, 22px) - var(--size-icon-normal-jq6jat, 16px)) / -2 + var(--space-xxs-ja5cp8, 4px) + var(--border-divider-list-width-um3zli, 1px));
362
+ }
363
+
364
+ .awsui_description-container_gwq0h_1xfxl_338:not(#\9) {
365
+ padding-left: calc(var(--size-icon-medium-x0iee8, 20px) + (var(--font-body-m-line-height-rfgrp9, 22px) - var(--size-icon-normal-jq6jat, 16px)) / -2 + var(--space-xs-edba2s, 8px));
361
366
  }
@@ -2,34 +2,36 @@
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_gwq0h_1g5j6_97",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1g5j6_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_1g5j6_119",
8
- "icon": "awsui_icon_gwq0h_1g5j6_133",
9
- "root": "awsui_root_gwq0h_1g5j6_151",
10
- "expand-button": "awsui_expand-button_gwq0h_1g5j6_168",
11
- "expanded": "awsui_expanded_gwq0h_1g5j6_175",
12
- "icon-container": "awsui_icon-container_gwq0h_1g5j6_179",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_1g5j6_184",
14
- "wrapper": "awsui_wrapper_gwq0h_1g5j6_188",
15
- "wrapper-default": "awsui_wrapper-default_gwq0h_1g5j6_195",
16
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_1g5j6_198",
17
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1g5j6_204",
18
- "wrapper-container": "awsui_wrapper-container_gwq0h_1g5j6_207",
19
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1g5j6_224",
20
- "header": "awsui_header_gwq0h_1g5j6_228",
21
- "header-wrapper": "awsui_header-wrapper_gwq0h_1g5j6_231",
22
- "header-deprecated": "awsui_header-deprecated_gwq0h_1g5j6_231",
23
- "header-button": "awsui_header-button_gwq0h_1g5j6_241",
24
- "header-container-button": "awsui_header-container-button_gwq0h_1g5j6_245",
25
- "header-container": "awsui_header-container_gwq0h_1g5j6_245",
26
- "header-navigation": "awsui_header-navigation_gwq0h_1g5j6_269",
27
- "content": "awsui_content_gwq0h_1g5j6_97",
28
- "content-default": "awsui_content-default_gwq0h_1g5j6_305",
29
- "content-footer": "awsui_content-footer_gwq0h_1g5j6_308",
30
- "content-expanded": "awsui_content-expanded_gwq0h_1g5j6_311",
31
- "focusable": "awsui_focusable_gwq0h_1g5j6_315",
32
- "click-target": "awsui_click-target_gwq0h_1g5j6_326",
33
- "description-default": "awsui_description-default_gwq0h_1g5j6_333"
5
+ "content-enter": "awsui_content-enter_gwq0h_1xfxl_97",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1xfxl_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_1xfxl_119",
8
+ "icon": "awsui_icon_gwq0h_1xfxl_133",
9
+ "root": "awsui_root_gwq0h_1xfxl_151",
10
+ "expand-button": "awsui_expand-button_gwq0h_1xfxl_168",
11
+ "expanded": "awsui_expanded_gwq0h_1xfxl_175",
12
+ "icon-container": "awsui_icon-container_gwq0h_1xfxl_179",
13
+ "icon-container-container": "awsui_icon-container-container_gwq0h_1xfxl_184",
14
+ "wrapper": "awsui_wrapper_gwq0h_1xfxl_188",
15
+ "wrapper-default": "awsui_wrapper-default_gwq0h_1xfxl_195",
16
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_1xfxl_198",
17
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1xfxl_204",
18
+ "wrapper-container": "awsui_wrapper-container_gwq0h_1xfxl_207",
19
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1xfxl_224",
20
+ "header": "awsui_header_gwq0h_1xfxl_228",
21
+ "header-wrapper": "awsui_header-wrapper_gwq0h_1xfxl_231",
22
+ "header-deprecated": "awsui_header-deprecated_gwq0h_1xfxl_231",
23
+ "header-button": "awsui_header-button_gwq0h_1xfxl_241",
24
+ "header-container-button": "awsui_header-container-button_gwq0h_1xfxl_245",
25
+ "header-container": "awsui_header-container_gwq0h_1xfxl_245",
26
+ "header-navigation": "awsui_header-navigation_gwq0h_1xfxl_269",
27
+ "content": "awsui_content_gwq0h_1xfxl_97",
28
+ "content-default": "awsui_content-default_gwq0h_1xfxl_305",
29
+ "content-footer": "awsui_content-footer_gwq0h_1xfxl_308",
30
+ "content-expanded": "awsui_content-expanded_gwq0h_1xfxl_311",
31
+ "focusable": "awsui_focusable_gwq0h_1xfxl_315",
32
+ "click-target": "awsui_click-target_gwq0h_1xfxl_326",
33
+ "description-default": "awsui_description-default_gwq0h_1xfxl_333",
34
+ "description-footer": "awsui_description-footer_gwq0h_1xfxl_334",
35
+ "description-container": "awsui_description-container_gwq0h_1xfxl_338"
34
36
  };
35
37
 
@@ -1,4 +1,4 @@
1
1
  export function variantSupportsDescription(variant) {
2
- return variant === 'container' || variant === 'default';
2
+ return variant === 'container' || variant === 'default' || variant === 'footer';
3
3
  }
4
4
  //# sourceMappingURL=utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"lib/default/","sources":["expandable-section/utils.ts"],"names":[],"mappings":"AAIA,MAAM,UAAU,0BAA0B,CAAC,OAAuC;IAChF,OAAO,OAAO,KAAK,WAAW,IAAI,OAAO,KAAK,SAAS,CAAC;AAC1D,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { ExpandableSectionProps } from './interfaces';\n\nexport function variantSupportsDescription(variant: ExpandableSectionProps.Variant) {\n return variant === 'container' || variant === 'default';\n}\n"]}
1
+ {"version":3,"file":"utils.js","sourceRoot":"lib/default/","sources":["expandable-section/utils.ts"],"names":[],"mappings":"AAIA,MAAM,UAAU,0BAA0B,CAAC,OAAuC;IAChF,OAAO,OAAO,KAAK,WAAW,IAAI,OAAO,KAAK,SAAS,IAAI,OAAO,KAAK,QAAQ,CAAC;AAClF,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { ExpandableSectionProps } from './interfaces';\n\nexport function variantSupportsDescription(variant: ExpandableSectionProps.Variant) {\n return variant === 'container' || variant === 'default' || variant === 'footer';\n}\n"]}
@@ -1,50 +1,50 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "flash-with-motion": "awsui_flash-with-motion_1q84n_3wtis_93",
5
- "enter": "awsui_enter_1q84n_3wtis_93",
6
- "flash-body": "awsui_flash-body_1q84n_3wtis_107",
7
- "flash-message": "awsui_flash-message_1q84n_3wtis_107",
8
- "flash-header": "awsui_flash-header_1q84n_3wtis_107",
9
- "flash-content": "awsui_flash-content_1q84n_3wtis_108",
10
- "action-button-wrapper": "awsui_action-button-wrapper_1q84n_3wtis_109",
11
- "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_3wtis_110",
12
- "flash-icon": "awsui_flash-icon_1q84n_3wtis_133",
13
- "entering": "awsui_entering_1q84n_3wtis_146",
14
- "entered": "awsui_entered_1q84n_3wtis_167",
15
- "exiting": "awsui_exiting_1q84n_3wtis_272",
16
- "stack": "awsui_stack_1q84n_3wtis_294",
17
- "animation-running": "awsui_animation-running_1q84n_3wtis_294",
18
- "item": "awsui_item_1q84n_3wtis_294",
19
- "flash-list-item": "awsui_flash-list-item_1q84n_3wtis_295",
20
- "notification-bar": "awsui_notification-bar_1q84n_3wtis_296",
21
- "collapsed": "awsui_collapsed_1q84n_3wtis_316",
22
- "animation-ready": "awsui_animation-ready_1q84n_3wtis_316",
23
- "expanded-only": "awsui_expanded-only_1q84n_3wtis_316",
24
- "expanded": "awsui_expanded_1q84n_3wtis_316",
25
- "flash": "awsui_flash_1q84n_3wtis_93",
26
- "collapsible": "awsui_collapsible_1q84n_3wtis_380",
27
- "short-list": "awsui_short-list_1q84n_3wtis_386",
28
- "visual-refresh": "awsui_visual-refresh_1q84n_3wtis_386",
29
- "status": "awsui_status_1q84n_3wtis_603",
30
- "header": "awsui_header_1q84n_3wtis_603",
31
- "item-count": "awsui_item-count_1q84n_3wtis_604",
32
- "button": "awsui_button_1q84n_3wtis_605",
33
- "type-count": "awsui_type-count_1q84n_3wtis_640",
34
- "count-number": "awsui_count-number_1q84n_3wtis_640",
35
- "icon": "awsui_icon_1q84n_3wtis_674",
36
- "floating": "awsui_floating_1q84n_3wtis_712",
37
- "flashbar": "awsui_flashbar_1q84n_3wtis_720",
38
- "flash-refresh": "awsui_flash-refresh_1q84n_3wtis_766",
39
- "flash-list": "awsui_flash-list_1q84n_3wtis_295",
40
- "flash-focus-container": "awsui_flash-focus-container_1q84n_3wtis_785",
41
- "flash-text": "awsui_flash-text_1q84n_3wtis_812",
42
- "dismiss-button": "awsui_dismiss-button_1q84n_3wtis_110",
43
- "breakpoint-default": "awsui_breakpoint-default_1q84n_3wtis_853",
44
- "action-button": "awsui_action-button_1q84n_3wtis_109",
45
- "flash-type-success": "awsui_flash-type-success_1q84n_3wtis_866",
46
- "flash-type-error": "awsui_flash-type-error_1q84n_3wtis_870",
47
- "flash-type-warning": "awsui_flash-type-warning_1q84n_3wtis_874",
48
- "flash-type-info": "awsui_flash-type-info_1q84n_3wtis_878"
4
+ "flash-with-motion": "awsui_flash-with-motion_1q84n_cyh2o_93",
5
+ "enter": "awsui_enter_1q84n_cyh2o_93",
6
+ "flash-body": "awsui_flash-body_1q84n_cyh2o_107",
7
+ "flash-message": "awsui_flash-message_1q84n_cyh2o_107",
8
+ "flash-header": "awsui_flash-header_1q84n_cyh2o_107",
9
+ "flash-content": "awsui_flash-content_1q84n_cyh2o_108",
10
+ "action-button-wrapper": "awsui_action-button-wrapper_1q84n_cyh2o_109",
11
+ "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_cyh2o_110",
12
+ "flash-icon": "awsui_flash-icon_1q84n_cyh2o_133",
13
+ "entering": "awsui_entering_1q84n_cyh2o_146",
14
+ "entered": "awsui_entered_1q84n_cyh2o_167",
15
+ "exiting": "awsui_exiting_1q84n_cyh2o_272",
16
+ "stack": "awsui_stack_1q84n_cyh2o_294",
17
+ "animation-running": "awsui_animation-running_1q84n_cyh2o_294",
18
+ "item": "awsui_item_1q84n_cyh2o_294",
19
+ "flash-list-item": "awsui_flash-list-item_1q84n_cyh2o_295",
20
+ "notification-bar": "awsui_notification-bar_1q84n_cyh2o_296",
21
+ "collapsed": "awsui_collapsed_1q84n_cyh2o_316",
22
+ "animation-ready": "awsui_animation-ready_1q84n_cyh2o_316",
23
+ "expanded-only": "awsui_expanded-only_1q84n_cyh2o_316",
24
+ "expanded": "awsui_expanded_1q84n_cyh2o_316",
25
+ "flash": "awsui_flash_1q84n_cyh2o_93",
26
+ "collapsible": "awsui_collapsible_1q84n_cyh2o_380",
27
+ "short-list": "awsui_short-list_1q84n_cyh2o_386",
28
+ "visual-refresh": "awsui_visual-refresh_1q84n_cyh2o_386",
29
+ "status": "awsui_status_1q84n_cyh2o_603",
30
+ "header": "awsui_header_1q84n_cyh2o_603",
31
+ "item-count": "awsui_item-count_1q84n_cyh2o_604",
32
+ "button": "awsui_button_1q84n_cyh2o_605",
33
+ "type-count": "awsui_type-count_1q84n_cyh2o_640",
34
+ "count-number": "awsui_count-number_1q84n_cyh2o_640",
35
+ "icon": "awsui_icon_1q84n_cyh2o_674",
36
+ "floating": "awsui_floating_1q84n_cyh2o_712",
37
+ "flashbar": "awsui_flashbar_1q84n_cyh2o_720",
38
+ "flash-refresh": "awsui_flash-refresh_1q84n_cyh2o_766",
39
+ "flash-list": "awsui_flash-list_1q84n_cyh2o_295",
40
+ "flash-focus-container": "awsui_flash-focus-container_1q84n_cyh2o_785",
41
+ "flash-text": "awsui_flash-text_1q84n_cyh2o_812",
42
+ "dismiss-button": "awsui_dismiss-button_1q84n_cyh2o_110",
43
+ "breakpoint-default": "awsui_breakpoint-default_1q84n_cyh2o_853",
44
+ "action-button": "awsui_action-button_1q84n_cyh2o_109",
45
+ "flash-type-success": "awsui_flash-type-success_1q84n_cyh2o_866",
46
+ "flash-type-error": "awsui_flash-type-error_1q84n_cyh2o_870",
47
+ "flash-type-warning": "awsui_flash-type-warning_1q84n_cyh2o_874",
48
+ "flash-type-info": "awsui_flash-type-info_1q84n_cyh2o_878"
49
49
  };
50
50