@cloudscape-design/components 3.0.1251 → 3.0.1253

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 (253) hide show
  1. package/alert/styles.css.js +27 -27
  2. package/alert/styles.scoped.css +50 -50
  3. package/alert/styles.selectors.js +27 -27
  4. package/annotation-context/annotation/styles.css.js +13 -13
  5. package/annotation-context/annotation/styles.scoped.css +21 -21
  6. package/annotation-context/annotation/styles.selectors.js +13 -13
  7. package/app-layout/notifications/styles.css.js +3 -3
  8. package/app-layout/notifications/styles.scoped.css +7 -7
  9. package/app-layout/notifications/styles.selectors.js +3 -3
  10. package/app-layout/visual-refresh/styles.css.js +86 -86
  11. package/app-layout/visual-refresh/styles.scoped.css +258 -258
  12. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  13. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  14. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
  15. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  16. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  17. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  18. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  19. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  20. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  21. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  22. package/attribute-editor/styles.css.js +15 -15
  23. package/attribute-editor/styles.scoped.css +28 -28
  24. package/attribute-editor/styles.selectors.js +15 -15
  25. package/autosuggest/interfaces.d.ts +1 -1
  26. package/autosuggest/interfaces.d.ts.map +1 -1
  27. package/autosuggest/interfaces.js.map +1 -1
  28. package/autosuggest/internal.js.map +1 -1
  29. package/autosuggest/load-more-controller.d.ts +1 -1
  30. package/autosuggest/load-more-controller.d.ts.map +1 -1
  31. package/autosuggest/load-more-controller.js.map +1 -1
  32. package/breadcrumb-group/item/styles.css.js +7 -7
  33. package/breadcrumb-group/item/styles.scoped.css +28 -28
  34. package/breadcrumb-group/item/styles.selectors.js +7 -7
  35. package/button/styles.css.js +22 -22
  36. package/button/styles.scoped.css +256 -256
  37. package/button/styles.selectors.js +22 -22
  38. package/button-dropdown/category-elements/expandable-category-element.js +1 -1
  39. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  40. package/button-dropdown/interfaces.d.ts +1 -1
  41. package/button-dropdown/interfaces.d.ts.map +1 -1
  42. package/button-dropdown/interfaces.js.map +1 -1
  43. package/button-dropdown/internal.js +1 -1
  44. package/button-dropdown/internal.js.map +1 -1
  45. package/button-dropdown/item-element/index.js +1 -1
  46. package/button-dropdown/item-element/index.js.map +1 -1
  47. package/button-dropdown/item-element/styles.css.js +21 -21
  48. package/button-dropdown/item-element/styles.scoped.css +37 -37
  49. package/button-dropdown/item-element/styles.selectors.js +21 -21
  50. package/checkbox/styles.css.js +3 -3
  51. package/checkbox/styles.scoped.css +11 -11
  52. package/checkbox/styles.selectors.js +3 -3
  53. package/content-layout/styles.css.js +14 -14
  54. package/content-layout/styles.scoped.css +27 -27
  55. package/content-layout/styles.selectors.js +14 -14
  56. package/date-picker/index.js +1 -1
  57. package/date-picker/index.js.map +1 -1
  58. package/date-picker/interfaces.d.ts +1 -1
  59. package/date-picker/interfaces.d.ts.map +1 -1
  60. package/date-picker/interfaces.js.map +1 -1
  61. package/date-range-picker/index.js +1 -1
  62. package/date-range-picker/index.js.map +1 -1
  63. package/date-range-picker/interfaces.d.ts +1 -1
  64. package/date-range-picker/interfaces.d.ts.map +1 -1
  65. package/date-range-picker/interfaces.js.map +1 -1
  66. package/dropdown/context.d.ts.map +1 -0
  67. package/dropdown/context.js.map +1 -0
  68. package/{internal/components/dropdown → dropdown}/dropdown-fit-handler.d.ts +1 -1
  69. package/dropdown/dropdown-fit-handler.d.ts.map +1 -0
  70. package/{internal/components/dropdown → dropdown}/dropdown-fit-handler.js +1 -1
  71. package/dropdown/dropdown-fit-handler.js.map +1 -0
  72. package/dropdown/dropdown-position.d.ts.map +1 -0
  73. package/dropdown/dropdown-position.js.map +1 -0
  74. package/dropdown/index.d.ts +9 -0
  75. package/dropdown/index.d.ts.map +1 -0
  76. package/dropdown/index.js +16 -0
  77. package/dropdown/index.js.map +1 -0
  78. package/{internal/components/dropdown → dropdown}/interfaces.d.ts +54 -82
  79. package/dropdown/interfaces.d.ts.map +1 -0
  80. package/dropdown/interfaces.js.map +1 -0
  81. package/dropdown/internal.d.ts +59 -0
  82. package/dropdown/internal.d.ts.map +1 -0
  83. package/{internal/components/dropdown/index.js → dropdown/internal.js} +29 -21
  84. package/dropdown/internal.js.map +1 -0
  85. package/dropdown/style.d.ts +8 -0
  86. package/dropdown/style.d.ts.map +1 -0
  87. package/dropdown/style.js +16 -0
  88. package/dropdown/style.js.map +1 -0
  89. package/dropdown/styles.css.js +25 -0
  90. package/dropdown/styles.scoped.css +380 -0
  91. package/dropdown/styles.selectors.js +26 -0
  92. package/dropdown/test-classes/styles.css.js +8 -0
  93. package/dropdown/test-classes/styles.scoped.css +15 -0
  94. package/dropdown/test-classes/styles.selectors.js +9 -0
  95. package/file-token-group/styles.css.js +23 -23
  96. package/file-token-group/styles.scoped.css +36 -36
  97. package/file-token-group/styles.selectors.js +23 -23
  98. package/flashbar/styles.css.js +50 -50
  99. package/flashbar/styles.scoped.css +187 -187
  100. package/flashbar/styles.selectors.js +50 -50
  101. package/help-panel/styles.css.js +6 -6
  102. package/help-panel/styles.scoped.css +73 -73
  103. package/help-panel/styles.selectors.js +6 -6
  104. package/index.d.ts +1 -0
  105. package/index.d.ts.map +1 -1
  106. package/index.js +1 -0
  107. package/index.js.map +1 -1
  108. package/input/styles.css.js +13 -13
  109. package/input/styles.scoped.css +74 -74
  110. package/input/styles.selectors.js +13 -13
  111. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  112. package/internal/analytics/components/analytics-funnel.js +5 -2
  113. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  114. package/internal/base-component/styles.scoped.css +1 -1
  115. package/internal/components/autosuggest-input/index.d.ts +1 -1
  116. package/internal/components/autosuggest-input/index.d.ts.map +1 -1
  117. package/internal/components/autosuggest-input/index.js +2 -2
  118. package/internal/components/autosuggest-input/index.js.map +1 -1
  119. package/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  120. package/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  121. package/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  122. package/internal/components/dropdown/styles.css.js +2 -20
  123. package/internal/components/dropdown/styles.scoped.css +4 -373
  124. package/internal/components/dropdown/styles.selectors.js +2 -20
  125. package/internal/components/radio-button/styles.css.js +7 -7
  126. package/internal/components/radio-button/styles.scoped.css +18 -18
  127. package/internal/components/radio-button/styles.selectors.js +7 -7
  128. package/internal/components/token-list/styles.css.js +10 -10
  129. package/internal/components/token-list/styles.scoped.css +25 -25
  130. package/internal/components/token-list/styles.selectors.js +10 -10
  131. package/internal/environment.js +2 -2
  132. package/internal/environment.json +2 -2
  133. package/internal/generated/custom-css-properties/index.d.ts +3 -0
  134. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  135. package/internal/generated/custom-css-properties/index.js +154 -151
  136. package/internal/generated/custom-css-properties/index.js.map +1 -1
  137. package/internal/manifest.json +1 -1
  138. package/internal/utils/browser-scrollbar-size.js +1 -1
  139. package/internal/utils/browser-scrollbar-size.js.map +1 -1
  140. package/internal/utils/get-dropdown-min-width.d.ts +1 -1
  141. package/internal/utils/get-dropdown-min-width.d.ts.map +1 -1
  142. package/internal/utils/get-dropdown-min-width.js.map +1 -1
  143. package/link/styles.css.js +20 -20
  144. package/link/styles.scoped.css +103 -103
  145. package/link/styles.selectors.js +20 -20
  146. package/modal/styles.css.js +31 -31
  147. package/modal/styles.scoped.css +48 -48
  148. package/modal/styles.selectors.js +31 -31
  149. package/multiselect/embedded.d.ts +1 -1
  150. package/multiselect/internal.d.ts +1 -1
  151. package/multiselect/internal.js +1 -1
  152. package/multiselect/internal.js.map +1 -1
  153. package/multiselect/use-multiselect.d.ts +1 -1
  154. package/package.json +2 -1
  155. package/progress-bar/styles.css.js +18 -18
  156. package/progress-bar/styles.scoped.css +48 -48
  157. package/progress-bar/styles.selectors.js +18 -18
  158. package/prompt-input/styles.css.js +17 -17
  159. package/prompt-input/styles.scoped.css +79 -79
  160. package/prompt-input/styles.selectors.js +17 -17
  161. package/property-filter/interfaces.d.ts +1 -1
  162. package/property-filter/interfaces.d.ts.map +1 -1
  163. package/property-filter/interfaces.js.map +1 -1
  164. package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
  165. package/property-filter/property-filter-autosuggest.js.map +1 -1
  166. package/property-filter/use-load-items.d.ts +1 -1
  167. package/segmented-control/styles.css.js +16 -16
  168. package/segmented-control/styles.scoped.css +46 -46
  169. package/segmented-control/styles.selectors.js +16 -16
  170. package/select/interfaces.d.ts +1 -1
  171. package/select/interfaces.d.ts.map +1 -1
  172. package/select/interfaces.js.map +1 -1
  173. package/select/internal.js +1 -1
  174. package/select/internal.js.map +1 -1
  175. package/select/utils/use-select.d.ts +2 -2
  176. package/select/utils/use-select.d.ts.map +1 -1
  177. package/select/utils/use-select.js.map +1 -1
  178. package/slider/styles.css.js +26 -26
  179. package/slider/styles.scoped.css +165 -165
  180. package/slider/styles.selectors.js +26 -26
  181. package/spinner/styles.css.js +13 -13
  182. package/spinner/styles.scoped.css +39 -39
  183. package/spinner/styles.selectors.js +13 -13
  184. package/tabs/styles.css.js +30 -30
  185. package/tabs/styles.scoped.css +76 -76
  186. package/tabs/styles.selectors.js +30 -30
  187. package/tag-editor/styles.css.js +3 -3
  188. package/tag-editor/styles.scoped.css +13 -13
  189. package/tag-editor/styles.selectors.js +3 -3
  190. package/test-utils/dom/autosuggest/index.js +18 -17
  191. package/test-utils/dom/autosuggest/index.js.map +1 -1
  192. package/test-utils/dom/button-dropdown/index.js +3 -2
  193. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  194. package/test-utils/dom/dropdown/index.d.ts +41 -0
  195. package/test-utils/dom/dropdown/index.js +65 -0
  196. package/test-utils/dom/dropdown/index.js.map +1 -0
  197. package/test-utils/dom/index.d.ts +28 -0
  198. package/test-utils/dom/index.js +21 -2
  199. package/test-utils/dom/index.js.map +1 -1
  200. package/test-utils/dom/internal/autosuggest-input.js +7 -6
  201. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  202. package/test-utils/dom/internal/dropdown-host.d.ts +3 -3
  203. package/test-utils/dom/internal/dropdown-host.js +24 -23
  204. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  205. package/test-utils/dom/internal/dropdown.d.ts +1 -0
  206. package/test-utils/dom/internal/dropdown.js +7 -2
  207. package/test-utils/dom/internal/dropdown.js.map +1 -1
  208. package/test-utils/selectors/autosuggest/index.js +18 -17
  209. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  210. package/test-utils/selectors/button-dropdown/index.js +3 -2
  211. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  212. package/test-utils/selectors/dropdown/index.d.ts +41 -0
  213. package/test-utils/selectors/dropdown/index.js +65 -0
  214. package/test-utils/selectors/dropdown/index.js.map +1 -0
  215. package/test-utils/selectors/index.d.ts +18 -0
  216. package/test-utils/selectors/index.js +16 -2
  217. package/test-utils/selectors/index.js.map +1 -1
  218. package/test-utils/selectors/internal/autosuggest-input.js +7 -6
  219. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  220. package/test-utils/selectors/internal/dropdown-host.d.ts +3 -3
  221. package/test-utils/selectors/internal/dropdown-host.js +23 -22
  222. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  223. package/test-utils/selectors/internal/dropdown.d.ts +1 -0
  224. package/test-utils/selectors/internal/dropdown.js +7 -2
  225. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  226. package/text-content/styles.css.js +1 -1
  227. package/text-content/styles.scoped.css +66 -66
  228. package/text-content/styles.selectors.js +1 -1
  229. package/textarea/styles.css.js +5 -5
  230. package/textarea/styles.scoped.css +45 -45
  231. package/textarea/styles.selectors.js +5 -5
  232. package/toggle/styles.css.js +10 -10
  233. package/toggle/styles.scoped.css +23 -23
  234. package/toggle/styles.selectors.js +10 -10
  235. package/token/styles.css.js +14 -14
  236. package/token/styles.scoped.css +48 -48
  237. package/token/styles.selectors.js +14 -14
  238. package/internal/components/dropdown/context.d.ts.map +0 -1
  239. package/internal/components/dropdown/context.js.map +0 -1
  240. package/internal/components/dropdown/dropdown-fit-handler.d.ts.map +0 -1
  241. package/internal/components/dropdown/dropdown-fit-handler.js.map +0 -1
  242. package/internal/components/dropdown/dropdown-position.d.ts.map +0 -1
  243. package/internal/components/dropdown/dropdown-position.js.map +0 -1
  244. package/internal/components/dropdown/index.d.ts +0 -36
  245. package/internal/components/dropdown/index.d.ts.map +0 -1
  246. package/internal/components/dropdown/index.js.map +0 -1
  247. package/internal/components/dropdown/interfaces.d.ts.map +0 -1
  248. package/internal/components/dropdown/interfaces.js.map +0 -1
  249. /package/{internal/components/dropdown → dropdown}/context.d.ts +0 -0
  250. /package/{internal/components/dropdown → dropdown}/context.js +0 -0
  251. /package/{internal/components/dropdown → dropdown}/dropdown-position.d.ts +0 -0
  252. /package/{internal/components/dropdown → dropdown}/dropdown-position.js +0 -0
  253. /package/{internal/components/dropdown → dropdown}/interfaces.js +0 -0
@@ -2,379 +2,10 @@
2
2
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  SPDX-License-Identifier: Apache-2.0
4
4
  */
5
- /*
6
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
- SPDX-License-Identifier: Apache-2.0
8
- */
9
- /*
10
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
- SPDX-License-Identifier: Apache-2.0
12
- */
13
- /*
14
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
- SPDX-License-Identifier: Apache-2.0
16
- */
17
- /*
18
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
- SPDX-License-Identifier: Apache-2.0
20
- */
21
- /*
22
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
23
- SPDX-License-Identifier: Apache-2.0
24
- */
25
- /*
26
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
27
- SPDX-License-Identifier: Apache-2.0
28
- */
29
- /*
30
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
31
- SPDX-License-Identifier: Apache-2.0
32
- */
33
- /*
34
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
35
- SPDX-License-Identifier: Apache-2.0
36
- */
37
- /*
38
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
39
- SPDX-License-Identifier: Apache-2.0
40
- */
41
- /*
42
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
- SPDX-License-Identifier: Apache-2.0
44
- */
45
- /*
46
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
47
- SPDX-License-Identifier: Apache-2.0
48
- */
49
- /*
50
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
51
- SPDX-License-Identifier: Apache-2.0
52
- */
53
- /*
54
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
55
- SPDX-License-Identifier: Apache-2.0
56
- */
57
- /*
58
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
59
- SPDX-License-Identifier: Apache-2.0
60
- */
61
- /*
62
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
- SPDX-License-Identifier: Apache-2.0
64
- */
65
- /*
66
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
- SPDX-License-Identifier: Apache-2.0
68
- */
69
- /*
70
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
71
- SPDX-License-Identifier: Apache-2.0
72
- */
73
- /*
74
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
75
- SPDX-License-Identifier: Apache-2.0
76
- */
77
- /*
78
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
79
- SPDX-License-Identifier: Apache-2.0
80
- */
81
- /*
82
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
83
- SPDX-License-Identifier: Apache-2.0
84
- */
85
- /*
86
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
- SPDX-License-Identifier: Apache-2.0
88
- */
89
- /*
90
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
- SPDX-License-Identifier: Apache-2.0
92
- */
93
- /*
94
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
- SPDX-License-Identifier: Apache-2.0
96
- */
97
- /*
98
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
- SPDX-License-Identifier: Apache-2.0
100
- */
101
- /*
102
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
103
- SPDX-License-Identifier: Apache-2.0
104
- */
105
- /*
106
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
107
- SPDX-License-Identifier: Apache-2.0
108
- */
109
- /*
110
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111
- SPDX-License-Identifier: Apache-2.0
112
- */
113
- /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
114
- /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
115
- /*
116
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
117
- SPDX-License-Identifier: Apache-2.0
118
- */
119
- /*
120
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
121
- SPDX-License-Identifier: Apache-2.0
122
- */
123
- /*
124
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
125
- SPDX-License-Identifier: Apache-2.0
126
- */
127
- /*
128
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
129
- SPDX-License-Identifier: Apache-2.0
130
- */
131
- /*
132
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
133
- SPDX-License-Identifier: Apache-2.0
134
- */
135
- /*
136
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
137
- SPDX-License-Identifier: Apache-2.0
138
- */
139
- /*
140
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
141
- SPDX-License-Identifier: Apache-2.0
142
- */
143
- /* Style used for links in slots/components that are text heavy, to help links stand out among
144
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- /*
146
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
147
- SPDX-License-Identifier: Apache-2.0
148
- */
149
- /*
150
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
- SPDX-License-Identifier: Apache-2.0
152
- */
153
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
154
- animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1aupf_1 var(--motion-duration-show-quick-tyvnyw, 135ms) var(--motion-easing-show-quick-9hlj8q, ease-out);
155
- }
156
- @keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_1aupf_1 {
157
- from {
158
- opacity: 0.4;
159
- }
160
- to {
161
- opacity: 1;
162
- }
163
- }
164
- @media (prefers-reduced-motion: reduce) {
165
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
166
- animation: none;
167
- transition: none;
168
- }
169
- }
170
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
171
- animation: none;
172
- transition: none;
173
- }
174
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153.awsui_refresh_qwoo0_1aupf_174:not(#\9) {
175
- transform-origin: top;
176
- animation-name: awsui_awsui-motion-fade-in-0_qwoo0_1aupf_1;
177
- animation-duration: var(--motion-duration-show-quick-tyvnyw, 135ms);
178
- animation-timing-function: var(--motion-easing-show-quick-9hlj8q, ease-out);
179
- }
180
- @keyframes awsui_awsui-motion-fade-in-0_qwoo0_1aupf_1 {
181
- from {
182
- opacity: 0;
183
- }
184
- to {
185
- opacity: 1;
186
- }
187
- }
188
- @media (prefers-reduced-motion: reduce) {
189
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153.awsui_refresh_qwoo0_1aupf_174:not(#\9) {
190
- animation: none;
191
- transition: none;
192
- }
193
- }
194
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1aupf_153.awsui_refresh_qwoo0_1aupf_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1aupf_153.awsui_refresh_qwoo0_1aupf_174:not(#\9) {
195
- animation: none;
196
- transition: none;
197
- }
198
-
199
- .awsui_root_qwoo0_1aupf_199:not(#\9) {
200
- border-collapse: separate;
201
- border-spacing: 0;
202
- box-sizing: border-box;
203
- caption-side: top;
204
- cursor: auto;
205
- direction: inherit;
206
- empty-cells: show;
207
- font-family: serif;
208
- font-style: normal;
209
- font-variant: normal;
210
- font-stretch: normal;
211
- hyphens: none;
212
- letter-spacing: normal;
213
- list-style: disc outside none;
214
- tab-size: 8;
215
- text-align: start;
216
- text-indent: 0;
217
- text-shadow: none;
218
- text-transform: none;
219
- visibility: visible;
220
- white-space: normal;
221
- word-spacing: normal;
222
- font-size: var(--font-size-body-m-a7nh2n, 14px);
223
- line-height: var(--line-height-body-m-2mh3ke, 20px);
224
- color: var(--color-text-body-default-vvtq8u, #0f141a);
225
- font-weight: 400;
226
- font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
227
- -webkit-font-smoothing: auto;
228
- -moz-osx-font-smoothing: auto;
229
- position: relative;
230
- white-space: inherit;
231
- }
232
- .awsui_root_qwoo0_1aupf_199.awsui_interior_qwoo0_1aupf_232:not(#\9) {
233
- position: static;
234
- }
235
-
236
- .awsui_dropdown_qwoo0_1aupf_153:not(#\9) {
237
- position: absolute;
238
- display: none;
239
- z-index: 2000;
240
- transform-origin: top;
241
- }
242
- .awsui_dropdown_qwoo0_1aupf_153.awsui_use-portal_qwoo0_1aupf_242:not(#\9) {
243
- z-index: 7000;
244
- }
245
- .awsui_dropdown_qwoo0_1aupf_153:not(#\9):not(.awsui_interior_qwoo0_1aupf_232) {
246
- transform: translateY(0px);
247
- transition: transform var(--motion-duration-show-quick-tyvnyw, 135ms);
248
- }
249
- @media (prefers-reduced-motion: reduce) {
250
- .awsui_dropdown_qwoo0_1aupf_153:not(#\9):not(.awsui_interior_qwoo0_1aupf_232) {
251
- animation: none;
252
- transition: none;
253
- }
254
- }
255
- .awsui-motion-disabled .awsui_dropdown_qwoo0_1aupf_153:not(#\9):not(.awsui_interior_qwoo0_1aupf_232), .awsui-mode-entering .awsui_dropdown_qwoo0_1aupf_153:not(#\9):not(.awsui_interior_qwoo0_1aupf_232) {
256
- animation: none;
257
- transition: none;
258
- }
259
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
260
- border-collapse: separate;
261
- border-spacing: 0;
262
- box-sizing: border-box;
263
- caption-side: top;
264
- cursor: auto;
265
- direction: inherit;
266
- empty-cells: show;
267
- font-family: serif;
268
- font-style: normal;
269
- font-variant: normal;
270
- font-stretch: normal;
271
- hyphens: none;
272
- letter-spacing: normal;
273
- list-style: disc outside none;
274
- tab-size: 8;
275
- text-align: start;
276
- text-indent: 0;
277
- text-shadow: none;
278
- text-transform: none;
279
- visibility: visible;
280
- white-space: normal;
281
- word-spacing: normal;
282
- font-size: var(--font-size-body-m-a7nh2n, 14px);
283
- line-height: var(--line-height-body-m-2mh3ke, 20px);
284
- color: var(--color-text-body-default-vvtq8u, #0f141a);
285
- font-weight: 400;
286
- font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
287
- -webkit-font-smoothing: auto;
288
- -moz-osx-font-smoothing: auto;
289
- white-space: inherit;
290
- position: relative;
291
- background-color: var(--color-background-dropdown-item-default-qmc033, #ffffff);
292
- outline: none;
293
- box-shadow: var(--shadow-dropdown-isf0w4, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
294
- border-start-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
295
- border-start-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
296
- border-end-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
297
- border-end-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
298
- border-block: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-container-top-k3vmoz, transparent);
299
- box-sizing: border-box;
300
- }
301
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9)::after {
302
- content: "";
303
- position: absolute;
304
- z-index: 1;
305
- inset-block-start: -1px;
306
- inset-block-end: -1px;
307
- inset-inline-start: 0px;
308
- inset-inline-end: 0px;
309
- background-color: transparent;
310
- border-block: var(--border-width-popover-nflirh, 2px) solid var(--color-border-dropdown-container-cmthq7, #b4b4bb);
311
- border-inline: var(--border-width-popover-nflirh, 2px) solid var(--color-border-dropdown-container-cmthq7, #b4b4bb);
312
- border-start-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
313
- border-start-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
314
- border-end-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
315
- border-end-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
316
- pointer-events: none;
317
- }
318
- .awsui_dropdown-content-wrapper_qwoo0_1aupf_153.awsui_is-empty_qwoo0_1aupf_318:not(#\9)::after {
319
- display: none;
320
- }
321
- .awsui_dropdown_qwoo0_1aupf_153 > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
322
- border-block-start: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-container-top-k3vmoz, transparent);
323
- border-block-end: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
324
- }
325
- .awsui_dropdown-drop-up_qwoo0_1aupf_325 > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
326
- transform-origin: bottom;
327
- box-shadow: var(--shadow-dropup-2r02r5, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
328
- }
329
- .awsui_dropdown-drop-up_qwoo0_1aupf_325.awsui_with-limited-width_qwoo0_1aupf_329 > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
330
- border-block-start: none;
331
- }
332
- .awsui_dropdown-drop-left_qwoo0_1aupf_332:not(#\9) {
333
- inset-inline-end: 0;
334
- }
335
- .awsui_dropdown-drop-right_qwoo0_1aupf_335:not(#\9) {
336
- inset-inline-start: 0;
337
- }
338
- .awsui_dropdown_qwoo0_1aupf_153.awsui_occupy-entire-width_qwoo0_1aupf_338:not(#\9) {
339
- min-inline-size: 100%;
340
- }
341
- .awsui_dropdown_qwoo0_1aupf_153.awsui_use-flexible-width_qwoo0_1aupf_341:not(#\9) {
342
- inline-size: max-content;
343
- max-inline-size: var(--awsui-dropdown-default-max-width-hzjhvz, none);
344
- min-inline-size: var(--awsui-dropdown-default-min-width-hzjhvz, auto);
345
- }
346
- .awsui_dropdown_qwoo0_1aupf_153.awsui_interior_qwoo0_1aupf_232 > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
347
- margin-block-start: -1px;
348
- }
349
- .awsui_dropdown_qwoo0_1aupf_153.awsui_hide-block-border_qwoo0_1aupf_349 > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
350
- border-block-start: none;
351
- }
352
- .awsui_dropdown_qwoo0_1aupf_153.awsui_hide-block-border_qwoo0_1aupf_349:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_1aupf_325) > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153 {
353
- border-block-end: none;
354
- }
355
- .awsui_dropdown_qwoo0_1aupf_153.awsui_hide-block-border_qwoo0_1aupf_349.awsui_refresh_qwoo0_1aupf_174 > .awsui_dropdown-content-wrapper_qwoo0_1aupf_153:not(#\9) {
356
- border-block-end: none;
357
- }
358
- .awsui_dropdown_qwoo0_1aupf_153.awsui_open_qwoo0_1aupf_358:not(#\9) {
359
- display: block;
360
- }
361
- .awsui_dropdown_qwoo0_1aupf_153.awsui_open_qwoo0_1aupf_358:not(#\9):not(.awsui_interior_qwoo0_1aupf_232).awsui_refresh_qwoo0_1aupf_174[data-animating=true] {
362
- transform: translateY(4px);
363
- }
364
- .awsui_dropdown_qwoo0_1aupf_153.awsui_open_qwoo0_1aupf_358:not(#\9):not(.awsui_interior_qwoo0_1aupf_232).awsui_refresh_qwoo0_1aupf_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_1aupf_325 {
365
- transform: translateY(-4px);
366
- }
367
- .awsui_dropdown_qwoo0_1aupf_153.awsui_open_qwoo0_1aupf_358.awsui_nowrap_qwoo0_1aupf_367:not(#\9) {
368
- white-space: nowrap;
369
- overflow: scroll;
370
- }
371
-
372
- .awsui_dropdown-content_qwoo0_1aupf_153:not(#\9) {
373
- display: flex;
374
- flex-direction: column;
375
- inline-size: 100%;
5
+ .awsui_root_qwoo0_1mxhq_5:not(#\9) {
6
+ /* used for backwards-compatibility with older versions of test-utils */
376
7
  }
377
8
 
378
- .awsui_stretch-trigger-height_qwoo0_1aupf_378:not(#\9) {
379
- block-size: 100%;
9
+ .awsui_dropdown_qwoo0_1mxhq_9:not(#\9) {
10
+ /* used for backwards-compatibility with older versions of test-utils */
380
11
  }
@@ -2,25 +2,7 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1aupf_153",
6
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1aupf_1",
7
- "refresh": "awsui_refresh_qwoo0_1aupf_174",
8
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1aupf_1",
9
- "root": "awsui_root_qwoo0_1aupf_199",
10
- "interior": "awsui_interior_qwoo0_1aupf_232",
11
- "dropdown": "awsui_dropdown_qwoo0_1aupf_153",
12
- "use-portal": "awsui_use-portal_qwoo0_1aupf_242",
13
- "is-empty": "awsui_is-empty_qwoo0_1aupf_318",
14
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1aupf_325",
15
- "with-limited-width": "awsui_with-limited-width_qwoo0_1aupf_329",
16
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1aupf_332",
17
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1aupf_335",
18
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1aupf_338",
19
- "use-flexible-width": "awsui_use-flexible-width_qwoo0_1aupf_341",
20
- "hide-block-border": "awsui_hide-block-border_qwoo0_1aupf_349",
21
- "open": "awsui_open_qwoo0_1aupf_358",
22
- "nowrap": "awsui_nowrap_qwoo0_1aupf_367",
23
- "dropdown-content": "awsui_dropdown-content_qwoo0_1aupf_153",
24
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1aupf_378"
5
+ "root": "awsui_root_qwoo0_1mxhq_5",
6
+ "dropdown": "awsui_dropdown_qwoo0_1mxhq_9"
25
7
  };
26
8
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "radio-control": "awsui_radio-control_1v1hk_g0wr5_145",
5
- "outline": "awsui_outline_1v1hk_g0wr5_153",
6
- "styled-circle-border": "awsui_styled-circle-border_1v1hk_g0wr5_176",
7
- "styled-circle-disabled": "awsui_styled-circle-disabled_1v1hk_g0wr5_180",
8
- "styled-circle-readonly": "awsui_styled-circle-readonly_1v1hk_g0wr5_180",
9
- "styled-circle-fill": "awsui_styled-circle-fill_1v1hk_g0wr5_185",
10
- "styled-circle-checked": "awsui_styled-circle-checked_1v1hk_g0wr5_201"
4
+ "radio-control": "awsui_radio-control_1v1hk_1honz_145",
5
+ "outline": "awsui_outline_1v1hk_1honz_153",
6
+ "styled-circle-border": "awsui_styled-circle-border_1v1hk_1honz_176",
7
+ "styled-circle-disabled": "awsui_styled-circle-disabled_1v1hk_1honz_180",
8
+ "styled-circle-readonly": "awsui_styled-circle-readonly_1v1hk_1honz_180",
9
+ "styled-circle-fill": "awsui_styled-circle-fill_1v1hk_1honz_185",
10
+ "styled-circle-checked": "awsui_styled-circle-checked_1v1hk_1honz_201"
11
11
  };
12
12
 
@@ -142,7 +142,7 @@
142
142
  */
143
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
144
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- .awsui_radio-control_1v1hk_g0wr5_145:not(#\9) {
145
+ .awsui_radio-control_1v1hk_1honz_145:not(#\9) {
146
146
  margin-block-start: calc((var(--line-height-body-m-2mh3ke, 20px) - var(--size-control-adm93y, 16px)) / 2);
147
147
  min-block-size: var(--size-control-adm93y, 16px);
148
148
  min-inline-size: var(--size-control-adm93y, 16px);
@@ -150,15 +150,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  inline-size: var(--size-control-adm93y, 16px);
151
151
  }
152
152
 
153
- .awsui_outline_1v1hk_g0wr5_153:not(#\9) {
154
- --awsui-style-focus-ring-box-shadow-hzjhvz: 0 0 0 var(--awsui-style-focus-ring-border-width-hzjhvz, 2px) var(--awsui-style-focus-ring-border-color-hzjhvz, var(--color-border-item-focused-uk47pl, #006ce0));
153
+ .awsui_outline_1v1hk_1honz_153:not(#\9) {
154
+ --awsui-style-focus-ring-box-shadow-u09ddc: 0 0 0 var(--awsui-style-focus-ring-border-width-u09ddc, 2px) var(--awsui-style-focus-ring-border-color-u09ddc, var(--color-border-item-focused-uk47pl, #006ce0));
155
155
  position: relative;
156
156
  }
157
- .awsui_outline_1v1hk_g0wr5_153:not(#\9) {
157
+ .awsui_outline_1v1hk_1honz_153:not(#\9) {
158
158
  outline: 2px dotted transparent;
159
159
  outline-offset: calc(2px - 1px);
160
160
  }
161
- .awsui_outline_1v1hk_g0wr5_153:not(#\9)::before {
161
+ .awsui_outline_1v1hk_1honz_153:not(#\9)::before {
162
162
  content: " ";
163
163
  display: block;
164
164
  position: absolute;
@@ -166,46 +166,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
166
166
  inset-block-start: calc(-1 * 2px);
167
167
  inline-size: calc(100% + 2px + 2px);
168
168
  block-size: calc(100% + 2px + 2px);
169
- border-start-start-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
170
- border-start-end-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
171
- border-end-start-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
172
- border-end-end-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
173
- box-shadow: var(--awsui-style-focus-ring-box-shadow-hzjhvz);
169
+ border-start-start-radius: var(--awsui-style-focus-ring-border-radius-u09ddc, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
170
+ border-start-end-radius: var(--awsui-style-focus-ring-border-radius-u09ddc, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
171
+ border-end-start-radius: var(--awsui-style-focus-ring-border-radius-u09ddc, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
172
+ border-end-end-radius: var(--awsui-style-focus-ring-border-radius-u09ddc, var(--border-radius-control-circular-focus-ring-yjhscw, 4px));
173
+ box-shadow: var(--awsui-style-focus-ring-box-shadow-u09ddc);
174
174
  }
175
175
 
176
- .awsui_styled-circle-border_1v1hk_g0wr5_176:not(#\9) {
176
+ .awsui_styled-circle-border_1v1hk_1honz_176:not(#\9) {
177
177
  stroke: var(--color-border-control-default-sh3548, #8c8c94);
178
178
  fill: var(--color-background-control-default-4jb21l, #ffffff);
179
179
  }
180
- .awsui_styled-circle-border_1v1hk_g0wr5_176.awsui_styled-circle-disabled_1v1hk_g0wr5_180:not(#\9), .awsui_styled-circle-border_1v1hk_g0wr5_176.awsui_styled-circle-readonly_1v1hk_g0wr5_180:not(#\9) {
180
+ .awsui_styled-circle-border_1v1hk_1honz_176.awsui_styled-circle-disabled_1v1hk_1honz_180:not(#\9), .awsui_styled-circle-border_1v1hk_1honz_176.awsui_styled-circle-readonly_1v1hk_1honz_180:not(#\9) {
181
181
  fill: var(--color-background-control-disabled-1f3718, #dedee3);
182
182
  stroke: var(--color-background-control-disabled-1f3718, #dedee3);
183
183
  }
184
184
 
185
- .awsui_styled-circle-fill_1v1hk_g0wr5_185:not(#\9) {
185
+ .awsui_styled-circle-fill_1v1hk_1honz_185:not(#\9) {
186
186
  stroke: var(--color-background-control-checked-ka7kc2, #006ce0);
187
187
  fill: var(--color-foreground-control-default-eto4wy, #ffffff);
188
188
  opacity: 0;
189
189
  transition: opacity var(--motion-duration-transition-quick-mcm2y0, 90ms) var(--motion-easing-transition-quick-qxak3i, linear);
190
190
  }
191
191
  @media (prefers-reduced-motion: reduce) {
192
- .awsui_styled-circle-fill_1v1hk_g0wr5_185:not(#\9) {
192
+ .awsui_styled-circle-fill_1v1hk_1honz_185:not(#\9) {
193
193
  animation: none;
194
194
  transition: none;
195
195
  }
196
196
  }
197
- .awsui-motion-disabled .awsui_styled-circle-fill_1v1hk_g0wr5_185:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1v1hk_g0wr5_185:not(#\9) {
197
+ .awsui-motion-disabled .awsui_styled-circle-fill_1v1hk_1honz_185:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1v1hk_1honz_185:not(#\9) {
198
198
  animation: none;
199
199
  transition: none;
200
200
  }
201
- .awsui_styled-circle-fill_1v1hk_g0wr5_185.awsui_styled-circle-checked_1v1hk_g0wr5_201:not(#\9) {
201
+ .awsui_styled-circle-fill_1v1hk_1honz_185.awsui_styled-circle-checked_1v1hk_1honz_201:not(#\9) {
202
202
  opacity: 1;
203
203
  }
204
- .awsui_styled-circle-fill_1v1hk_g0wr5_185.awsui_styled-circle-disabled_1v1hk_g0wr5_180:not(#\9) {
204
+ .awsui_styled-circle-fill_1v1hk_1honz_185.awsui_styled-circle-disabled_1v1hk_1honz_180:not(#\9) {
205
205
  fill: var(--color-foreground-control-disabled-txi6cf, #ffffff);
206
206
  stroke: var(--color-background-control-disabled-1f3718, #dedee3);
207
207
  }
208
- .awsui_styled-circle-fill_1v1hk_g0wr5_185.awsui_styled-circle-readonly_1v1hk_g0wr5_180:not(#\9) {
208
+ .awsui_styled-circle-fill_1v1hk_1honz_185.awsui_styled-circle-readonly_1v1hk_1honz_180:not(#\9) {
209
209
  fill: var(--color-foreground-control-read-only-7ydvuj, #656871);
210
210
  stroke: var(--color-background-control-disabled-1f3718, #dedee3);
211
211
  }
@@ -2,12 +2,12 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "radio-control": "awsui_radio-control_1v1hk_g0wr5_145",
6
- "outline": "awsui_outline_1v1hk_g0wr5_153",
7
- "styled-circle-border": "awsui_styled-circle-border_1v1hk_g0wr5_176",
8
- "styled-circle-disabled": "awsui_styled-circle-disabled_1v1hk_g0wr5_180",
9
- "styled-circle-readonly": "awsui_styled-circle-readonly_1v1hk_g0wr5_180",
10
- "styled-circle-fill": "awsui_styled-circle-fill_1v1hk_g0wr5_185",
11
- "styled-circle-checked": "awsui_styled-circle-checked_1v1hk_g0wr5_201"
5
+ "radio-control": "awsui_radio-control_1v1hk_1honz_145",
6
+ "outline": "awsui_outline_1v1hk_1honz_153",
7
+ "styled-circle-border": "awsui_styled-circle-border_1v1hk_1honz_176",
8
+ "styled-circle-disabled": "awsui_styled-circle-disabled_1v1hk_1honz_180",
9
+ "styled-circle-readonly": "awsui_styled-circle-readonly_1v1hk_1honz_180",
10
+ "styled-circle-fill": "awsui_styled-circle-fill_1v1hk_1honz_185",
11
+ "styled-circle-checked": "awsui_styled-circle-checked_1v1hk_1honz_201"
12
12
  };
13
13
 
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_q6pbg_193",
5
- "horizontal": "awsui_horizontal_gfwv3_q6pbg_196",
6
- "vertical": "awsui_vertical_gfwv3_q6pbg_202",
7
- "list": "awsui_list_gfwv3_q6pbg_207",
8
- "grid": "awsui_grid_gfwv3_q6pbg_226",
9
- "list-item": "awsui_list-item_gfwv3_q6pbg_238",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_q6pbg_245",
11
- "toggle": "awsui_toggle_gfwv3_q6pbg_245",
12
- "description": "awsui_description_gfwv3_q6pbg_337",
13
- "separator": "awsui_separator_gfwv3_q6pbg_341"
4
+ "root": "awsui_root_gfwv3_27cw4_193",
5
+ "horizontal": "awsui_horizontal_gfwv3_27cw4_196",
6
+ "vertical": "awsui_vertical_gfwv3_27cw4_202",
7
+ "list": "awsui_list_gfwv3_27cw4_207",
8
+ "grid": "awsui_grid_gfwv3_27cw4_226",
9
+ "list-item": "awsui_list-item_gfwv3_27cw4_238",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_27cw4_245",
11
+ "toggle": "awsui_toggle_gfwv3_27cw4_245",
12
+ "description": "awsui_description_gfwv3_27cw4_337",
13
+ "separator": "awsui_separator_gfwv3_27cw4_341"
14
14
  };
15
15