@cloudscape-design/components 3.0.1252 → 3.0.1254

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/base-component/styles.scoped.css +1 -1
  112. package/internal/components/autosuggest-input/index.d.ts +1 -1
  113. package/internal/components/autosuggest-input/index.d.ts.map +1 -1
  114. package/internal/components/autosuggest-input/index.js +2 -2
  115. package/internal/components/autosuggest-input/index.js.map +1 -1
  116. package/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  117. package/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  118. package/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  119. package/internal/components/dropdown/styles.css.js +2 -20
  120. package/internal/components/dropdown/styles.scoped.css +4 -373
  121. package/internal/components/dropdown/styles.selectors.js +2 -20
  122. package/internal/components/radio-button/styles.css.js +7 -7
  123. package/internal/components/radio-button/styles.scoped.css +18 -18
  124. package/internal/components/radio-button/styles.selectors.js +7 -7
  125. package/internal/components/token-list/styles.css.js +10 -10
  126. package/internal/components/token-list/styles.scoped.css +25 -25
  127. package/internal/components/token-list/styles.selectors.js +10 -10
  128. package/internal/environment.js +2 -2
  129. package/internal/environment.json +2 -2
  130. package/internal/generated/custom-css-properties/index.d.ts +3 -0
  131. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  132. package/internal/generated/custom-css-properties/index.js +154 -151
  133. package/internal/generated/custom-css-properties/index.js.map +1 -1
  134. package/internal/manifest.json +1 -1
  135. package/internal/utils/browser-scrollbar-size.js +1 -1
  136. package/internal/utils/browser-scrollbar-size.js.map +1 -1
  137. package/internal/utils/get-dropdown-min-width.d.ts +1 -1
  138. package/internal/utils/get-dropdown-min-width.d.ts.map +1 -1
  139. package/internal/utils/get-dropdown-min-width.js.map +1 -1
  140. package/link/styles.css.js +20 -20
  141. package/link/styles.scoped.css +103 -103
  142. package/link/styles.selectors.js +20 -20
  143. package/list/interfaces.d.ts +2 -2
  144. package/list/interfaces.d.ts.map +1 -1
  145. package/list/interfaces.js.map +1 -1
  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
@@ -0,0 +1,380 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
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_9duf6_d7jz1_153:not(#\9) {
154
+ animation: awsui_awsui-motion-fade-in-dropdown_9duf6_d7jz1_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_9duf6_d7jz1_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_9duf6_d7jz1_153:not(#\9) {
166
+ animation: none;
167
+ transition: none;
168
+ }
169
+ }
170
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_9duf6_d7jz1_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_9duf6_d7jz1_153:not(#\9) {
171
+ animation: none;
172
+ transition: none;
173
+ }
174
+ .awsui_dropdown-content-wrapper_9duf6_d7jz1_153.awsui_refresh_9duf6_d7jz1_174:not(#\9) {
175
+ transform-origin: top;
176
+ animation-name: awsui_awsui-motion-fade-in-0_9duf6_d7jz1_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_9duf6_d7jz1_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_9duf6_d7jz1_153.awsui_refresh_9duf6_d7jz1_174:not(#\9) {
190
+ animation: none;
191
+ transition: none;
192
+ }
193
+ }
194
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_9duf6_d7jz1_153.awsui_refresh_9duf6_d7jz1_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_9duf6_d7jz1_153.awsui_refresh_9duf6_d7jz1_174:not(#\9) {
195
+ animation: none;
196
+ transition: none;
197
+ }
198
+
199
+ .awsui_root_9duf6_d7jz1_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_9duf6_d7jz1_199.awsui_interior_9duf6_d7jz1_232:not(#\9) {
233
+ position: static;
234
+ }
235
+
236
+ .awsui_dropdown_9duf6_d7jz1_153:not(#\9) {
237
+ position: absolute;
238
+ display: none;
239
+ z-index: 2000;
240
+ transform-origin: top;
241
+ }
242
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_use-portal_9duf6_d7jz1_242:not(#\9) {
243
+ z-index: 7000;
244
+ }
245
+ .awsui_dropdown_9duf6_d7jz1_153:not(#\9):not(.awsui_interior_9duf6_d7jz1_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_9duf6_d7jz1_153:not(#\9):not(.awsui_interior_9duf6_d7jz1_232) {
251
+ animation: none;
252
+ transition: none;
253
+ }
254
+ }
255
+ .awsui-motion-disabled .awsui_dropdown_9duf6_d7jz1_153:not(#\9):not(.awsui_interior_9duf6_d7jz1_232), .awsui-mode-entering .awsui_dropdown_9duf6_d7jz1_153:not(#\9):not(.awsui_interior_9duf6_d7jz1_232) {
256
+ animation: none;
257
+ transition: none;
258
+ }
259
+ .awsui_dropdown-content-wrapper_9duf6_d7jz1_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(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
295
+ border-start-end-radius: var(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
296
+ border-end-start-radius: var(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
297
+ border-end-end-radius: var(--awsui-dropdown-content-border-radius-u09ddc, 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_9duf6_d7jz1_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(--awsui-dropdown-content-border-width-u09ddc, var(--border-width-popover-nflirh, 2px)) solid var(--awsui-dropdown-content-border-color-u09ddc, var(--color-border-dropdown-container-cmthq7, #b4b4bb));
311
+ border-inline: var(--awsui-dropdown-content-border-width-u09ddc, var(--border-width-popover-nflirh, 2px)) solid var(--awsui-dropdown-content-border-color-u09ddc, var(--color-border-dropdown-container-cmthq7, #b4b4bb));
312
+ border-start-start-radius: var(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
313
+ border-start-end-radius: var(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
314
+ border-end-start-radius: var(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
315
+ border-end-end-radius: var(--awsui-dropdown-content-border-radius-u09ddc, var(--border-radius-dropdown-fgc2a1, 8px));
316
+ pointer-events: none;
317
+ }
318
+ .awsui_dropdown-content-wrapper_9duf6_d7jz1_153.awsui_is-empty_9duf6_d7jz1_318:not(#\9)::after {
319
+ display: none;
320
+ }
321
+ .awsui_dropdown_9duf6_d7jz1_153 > .awsui_dropdown-content-wrapper_9duf6_d7jz1_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_9duf6_d7jz1_325 > .awsui_dropdown-content-wrapper_9duf6_d7jz1_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_9duf6_d7jz1_325.awsui_with-limited-width_9duf6_d7jz1_329 > .awsui_dropdown-content-wrapper_9duf6_d7jz1_153:not(#\9) {
330
+ border-block-start: none;
331
+ }
332
+ .awsui_dropdown-drop-left_9duf6_d7jz1_332:not(#\9) {
333
+ inset-inline-end: 0;
334
+ }
335
+ .awsui_dropdown-drop-right_9duf6_d7jz1_335:not(#\9) {
336
+ inset-inline-start: 0;
337
+ }
338
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_occupy-entire-width_9duf6_d7jz1_338:not(#\9) {
339
+ min-inline-size: 100%;
340
+ }
341
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_use-flexible-width_9duf6_d7jz1_341:not(#\9) {
342
+ inline-size: max-content;
343
+ max-inline-size: var(--awsui-dropdown-default-max-width-u09ddc, none);
344
+ min-inline-size: var(--awsui-dropdown-default-min-width-u09ddc, auto);
345
+ }
346
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_interior_9duf6_d7jz1_232 > .awsui_dropdown-content-wrapper_9duf6_d7jz1_153:not(#\9) {
347
+ margin-block-start: -1px;
348
+ }
349
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_hide-block-border_9duf6_d7jz1_349 > .awsui_dropdown-content-wrapper_9duf6_d7jz1_153:not(#\9) {
350
+ border-block-start: none;
351
+ }
352
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_hide-block-border_9duf6_d7jz1_349:not(#\9):not(.awsui_dropdown-drop-up_9duf6_d7jz1_325) > .awsui_dropdown-content-wrapper_9duf6_d7jz1_153 {
353
+ border-block-end: none;
354
+ }
355
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_hide-block-border_9duf6_d7jz1_349.awsui_refresh_9duf6_d7jz1_174 > .awsui_dropdown-content-wrapper_9duf6_d7jz1_153:not(#\9) {
356
+ border-block-end: none;
357
+ }
358
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_open_9duf6_d7jz1_358:not(#\9) {
359
+ display: block;
360
+ }
361
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_open_9duf6_d7jz1_358:not(#\9):not(.awsui_interior_9duf6_d7jz1_232).awsui_refresh_9duf6_d7jz1_174[data-animating=true] {
362
+ transform: translateY(4px);
363
+ }
364
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_open_9duf6_d7jz1_358:not(#\9):not(.awsui_interior_9duf6_d7jz1_232).awsui_refresh_9duf6_d7jz1_174[data-animating=true].awsui_dropdown-drop-up_9duf6_d7jz1_325 {
365
+ transform: translateY(-4px);
366
+ }
367
+ .awsui_dropdown_9duf6_d7jz1_153.awsui_open_9duf6_d7jz1_358.awsui_nowrap_9duf6_d7jz1_367:not(#\9) {
368
+ white-space: nowrap;
369
+ overflow: scroll;
370
+ }
371
+
372
+ .awsui_dropdown-content_9duf6_d7jz1_153:not(#\9) {
373
+ display: flex;
374
+ flex-direction: column;
375
+ inline-size: 100%;
376
+ }
377
+
378
+ .awsui_stretch-trigger-height_9duf6_d7jz1_378:not(#\9) {
379
+ block-size: 100%;
380
+ }
@@ -0,0 +1,26 @@
1
+
2
+ // es-module interop with Babel and Typescript
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ module.exports.default = {
5
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_9duf6_d7jz1_153",
6
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_9duf6_d7jz1_1",
7
+ "refresh": "awsui_refresh_9duf6_d7jz1_174",
8
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_9duf6_d7jz1_1",
9
+ "root": "awsui_root_9duf6_d7jz1_199",
10
+ "interior": "awsui_interior_9duf6_d7jz1_232",
11
+ "dropdown": "awsui_dropdown_9duf6_d7jz1_153",
12
+ "use-portal": "awsui_use-portal_9duf6_d7jz1_242",
13
+ "is-empty": "awsui_is-empty_9duf6_d7jz1_318",
14
+ "dropdown-drop-up": "awsui_dropdown-drop-up_9duf6_d7jz1_325",
15
+ "with-limited-width": "awsui_with-limited-width_9duf6_d7jz1_329",
16
+ "dropdown-drop-left": "awsui_dropdown-drop-left_9duf6_d7jz1_332",
17
+ "dropdown-drop-right": "awsui_dropdown-drop-right_9duf6_d7jz1_335",
18
+ "occupy-entire-width": "awsui_occupy-entire-width_9duf6_d7jz1_338",
19
+ "use-flexible-width": "awsui_use-flexible-width_9duf6_d7jz1_341",
20
+ "hide-block-border": "awsui_hide-block-border_9duf6_d7jz1_349",
21
+ "open": "awsui_open_9duf6_d7jz1_358",
22
+ "nowrap": "awsui_nowrap_9duf6_d7jz1_367",
23
+ "dropdown-content": "awsui_dropdown-content_9duf6_d7jz1_153",
24
+ "stretch-trigger-height": "awsui_stretch-trigger-height_9duf6_d7jz1_378"
25
+ };
26
+
@@ -0,0 +1,8 @@
1
+
2
+ import './styles.scoped.css';
3
+ export default {
4
+ "trigger": "awsui_trigger_1hezk_1wraf_5",
5
+ "header": "awsui_header_1hezk_1wraf_9",
6
+ "footer": "awsui_footer_1hezk_1wraf_13"
7
+ };
8
+
@@ -0,0 +1,15 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ .awsui_trigger_1hezk_1wraf_5:not(#\9) {
6
+ /* used in test-utils */
7
+ }
8
+
9
+ .awsui_header_1hezk_1wraf_9:not(#\9) {
10
+ /* used in test-utils */
11
+ }
12
+
13
+ .awsui_footer_1hezk_1wraf_13:not(#\9) {
14
+ /* used in test-utils */
15
+ }
@@ -0,0 +1,9 @@
1
+
2
+ // es-module interop with Babel and Typescript
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ module.exports.default = {
5
+ "trigger": "awsui_trigger_1hezk_1wraf_5",
6
+ "header": "awsui_header_1hezk_1wraf_9",
7
+ "footer": "awsui_footer_1hezk_1wraf_13"
8
+ };
9
+
@@ -1,28 +1,28 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_39ths_1mabv_209",
5
- "file-loading-overlay": "awsui_file-loading-overlay_39ths_1mabv_241",
6
- "file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_1mabv_246",
7
- "file-name-container": "awsui_file-name-container_39ths_1mabv_250",
8
- "file-option-name": "awsui_file-option-name_39ths_1mabv_280",
9
- "file-option-size": "awsui_file-option-size_39ths_1mabv_281",
10
- "file-option-last-modified": "awsui_file-option-last-modified_39ths_1mabv_282",
11
- "file-option": "awsui_file-option_39ths_1mabv_280",
12
- "file-option-thumbnail": "awsui_file-option-thumbnail_39ths_1mabv_295",
13
- "file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_1mabv_299",
14
- "file-option-metadata": "awsui_file-option-metadata_39ths_1mabv_312",
15
- "with-image": "awsui_with-image_39ths_1mabv_315",
16
- "single-row-loading": "awsui_single-row-loading_39ths_1mabv_318",
17
- "token": "awsui_token_39ths_1mabv_322",
18
- "token-grid": "awsui_token-grid_39ths_1mabv_329",
19
- "token-contains-image": "awsui_token-contains-image_39ths_1mabv_338",
20
- "token-box": "awsui_token-box_39ths_1mabv_342",
21
- "horizontal": "awsui_horizontal_39ths_1mabv_361",
22
- "error": "awsui_error_39ths_1mabv_369",
23
- "dismiss-button": "awsui_dismiss-button_39ths_1mabv_373",
24
- "warning": "awsui_warning_39ths_1mabv_379",
25
- "read-only": "awsui_read-only_39ths_1mabv_389",
26
- "loading": "awsui_loading_39ths_1mabv_402"
4
+ "root": "awsui_root_39ths_1quwm_209",
5
+ "file-loading-overlay": "awsui_file-loading-overlay_39ths_1quwm_241",
6
+ "file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_1quwm_246",
7
+ "file-name-container": "awsui_file-name-container_39ths_1quwm_250",
8
+ "file-option-name": "awsui_file-option-name_39ths_1quwm_280",
9
+ "file-option-size": "awsui_file-option-size_39ths_1quwm_281",
10
+ "file-option-last-modified": "awsui_file-option-last-modified_39ths_1quwm_282",
11
+ "file-option": "awsui_file-option_39ths_1quwm_280",
12
+ "file-option-thumbnail": "awsui_file-option-thumbnail_39ths_1quwm_295",
13
+ "file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_1quwm_299",
14
+ "file-option-metadata": "awsui_file-option-metadata_39ths_1quwm_312",
15
+ "with-image": "awsui_with-image_39ths_1quwm_315",
16
+ "single-row-loading": "awsui_single-row-loading_39ths_1quwm_318",
17
+ "token": "awsui_token_39ths_1quwm_322",
18
+ "token-grid": "awsui_token-grid_39ths_1quwm_329",
19
+ "token-contains-image": "awsui_token-contains-image_39ths_1quwm_338",
20
+ "token-box": "awsui_token-box_39ths_1quwm_342",
21
+ "horizontal": "awsui_horizontal_39ths_1quwm_361",
22
+ "error": "awsui_error_39ths_1quwm_369",
23
+ "dismiss-button": "awsui_dismiss-button_39ths_1quwm_373",
24
+ "warning": "awsui_warning_39ths_1quwm_379",
25
+ "read-only": "awsui_read-only_39ths_1quwm_389",
26
+ "loading": "awsui_loading_39ths_1quwm_402"
27
27
  };
28
28