@cloudscape-design/components 3.0.245 → 3.0.247

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 (341) hide show
  1. package/annotation-context/annotation/annotation-trigger.d.ts.map +1 -1
  2. package/annotation-context/annotation/annotation-trigger.js +1 -3
  3. package/annotation-context/annotation/annotation-trigger.js.map +1 -1
  4. package/annotation-context/annotation/styles.css.js +24 -24
  5. package/annotation-context/annotation/styles.scoped.css +30 -30
  6. package/annotation-context/annotation/styles.selectors.js +24 -24
  7. package/app-layout/drawer/index.d.ts +3 -21
  8. package/app-layout/drawer/index.d.ts.map +1 -1
  9. package/app-layout/drawer/index.js +25 -5
  10. package/app-layout/drawer/index.js.map +1 -1
  11. package/app-layout/drawer/interfaces.d.ts +84 -0
  12. package/app-layout/drawer/interfaces.d.ts.map +1 -0
  13. package/app-layout/drawer/interfaces.js +2 -0
  14. package/app-layout/drawer/interfaces.js.map +1 -0
  15. package/app-layout/drawer/resizable-drawer.d.ts +4 -0
  16. package/app-layout/drawer/resizable-drawer.d.ts.map +1 -0
  17. package/app-layout/drawer/resizable-drawer.js +51 -0
  18. package/app-layout/drawer/resizable-drawer.js.map +1 -0
  19. package/app-layout/drawer/styles.css.js +10 -5
  20. package/app-layout/drawer/styles.scoped.css +46 -10
  21. package/app-layout/drawer/styles.selectors.js +10 -5
  22. package/app-layout/index.d.ts.map +1 -1
  23. package/app-layout/index.js +142 -17
  24. package/app-layout/index.js.map +1 -1
  25. package/app-layout/mobile-toolbar/index.d.ts +10 -1
  26. package/app-layout/mobile-toolbar/index.d.ts.map +1 -1
  27. package/app-layout/mobile-toolbar/index.js +3 -2
  28. package/app-layout/mobile-toolbar/index.js.map +1 -1
  29. package/app-layout/mobile-toolbar/styles.css.js +5 -4
  30. package/app-layout/mobile-toolbar/styles.scoped.css +11 -7
  31. package/app-layout/mobile-toolbar/styles.selectors.js +5 -4
  32. package/app-layout/notifications/styles.css.js +3 -3
  33. package/app-layout/notifications/styles.scoped.css +7 -7
  34. package/app-layout/notifications/styles.selectors.js +3 -3
  35. package/app-layout/test-classes/styles.css.js +18 -13
  36. package/app-layout/test-classes/styles.scoped.css +33 -13
  37. package/app-layout/test-classes/styles.selectors.js +18 -13
  38. package/app-layout/toggles/index.d.ts.map +1 -1
  39. package/app-layout/toggles/index.js +2 -2
  40. package/app-layout/toggles/index.js.map +1 -1
  41. package/app-layout/toggles/interfaces.d.ts +3 -1
  42. package/app-layout/toggles/interfaces.d.ts.map +1 -1
  43. package/app-layout/toggles/interfaces.js.map +1 -1
  44. package/app-layout/utils/use-drawer-focus-control.d.ts +21 -0
  45. package/app-layout/utils/use-drawer-focus-control.d.ts.map +1 -0
  46. package/app-layout/utils/use-drawer-focus-control.js +65 -0
  47. package/app-layout/utils/use-drawer-focus-control.js.map +1 -0
  48. package/app-layout/visual-refresh/app-bar.d.ts.map +1 -1
  49. package/app-layout/visual-refresh/app-bar.js +8 -6
  50. package/app-layout/visual-refresh/app-bar.js.map +1 -1
  51. package/app-layout/visual-refresh/context.d.ts +13 -5
  52. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  53. package/app-layout/visual-refresh/context.js +104 -49
  54. package/app-layout/visual-refresh/context.js.map +1 -1
  55. package/app-layout/visual-refresh/drawers.d.ts +47 -0
  56. package/app-layout/visual-refresh/drawers.d.ts.map +1 -0
  57. package/app-layout/visual-refresh/drawers.js +127 -0
  58. package/app-layout/visual-refresh/drawers.js.map +1 -0
  59. package/app-layout/visual-refresh/header.js +2 -2
  60. package/app-layout/visual-refresh/header.js.map +1 -1
  61. package/app-layout/visual-refresh/index.d.ts.map +1 -1
  62. package/app-layout/visual-refresh/index.js +3 -1
  63. package/app-layout/visual-refresh/index.js.map +1 -1
  64. package/app-layout/visual-refresh/layout.d.ts.map +1 -1
  65. package/app-layout/visual-refresh/layout.js +5 -42
  66. package/app-layout/visual-refresh/layout.js.map +1 -1
  67. package/app-layout/visual-refresh/main.d.ts.map +1 -1
  68. package/app-layout/visual-refresh/main.js +2 -3
  69. package/app-layout/visual-refresh/main.js.map +1 -1
  70. package/app-layout/visual-refresh/navigation.js +2 -2
  71. package/app-layout/visual-refresh/navigation.js.map +1 -1
  72. package/app-layout/visual-refresh/notifications.d.ts.map +1 -1
  73. package/app-layout/visual-refresh/notifications.js +2 -2
  74. package/app-layout/visual-refresh/notifications.js.map +1 -1
  75. package/app-layout/visual-refresh/split-panel.js +2 -2
  76. package/app-layout/visual-refresh/split-panel.js.map +1 -1
  77. package/app-layout/visual-refresh/styles.css.js +71 -61
  78. package/app-layout/visual-refresh/styles.scoped.css +437 -229
  79. package/app-layout/visual-refresh/styles.selectors.js +71 -61
  80. package/app-layout/visual-refresh/tools.d.ts.map +1 -1
  81. package/app-layout/visual-refresh/tools.js +7 -3
  82. package/app-layout/visual-refresh/tools.js.map +1 -1
  83. package/app-layout/visual-refresh/trigger-button.d.ts +4 -3
  84. package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
  85. package/app-layout/visual-refresh/trigger-button.js +5 -6
  86. package/app-layout/visual-refresh/trigger-button.js.map +1 -1
  87. package/area-chart/internal.js +1 -1
  88. package/area-chart/internal.js.map +1 -1
  89. package/breadcrumb-group/item/item.d.ts.map +1 -1
  90. package/breadcrumb-group/item/item.js +2 -5
  91. package/breadcrumb-group/item/item.js.map +1 -1
  92. package/breadcrumb-group/item/styles.css.js +9 -9
  93. package/breadcrumb-group/item/styles.scoped.css +17 -17
  94. package/breadcrumb-group/item/styles.selectors.js +9 -9
  95. package/button/internal.d.ts.map +1 -1
  96. package/button/internal.js +2 -3
  97. package/button/internal.js.map +1 -1
  98. package/button/styles.css.js +19 -18
  99. package/button/styles.scoped.css +136 -136
  100. package/button/styles.selectors.js +19 -18
  101. package/calendar/grid/index.d.ts.map +1 -1
  102. package/calendar/grid/index.js +2 -4
  103. package/calendar/grid/index.js.map +1 -1
  104. package/calendar/styles.css.js +18 -18
  105. package/calendar/styles.scoped.css +38 -38
  106. package/calendar/styles.selectors.js +18 -18
  107. package/code-editor/styles.css.js +32 -32
  108. package/code-editor/styles.scoped.css +109 -109
  109. package/code-editor/styles.selectors.js +32 -32
  110. package/code-editor/tab-button.d.ts.map +1 -1
  111. package/code-editor/tab-button.js +2 -4
  112. package/code-editor/tab-button.js.map +1 -1
  113. package/date-picker/index.d.ts.map +1 -1
  114. package/date-picker/index.js +1 -3
  115. package/date-picker/index.js.map +1 -1
  116. package/date-picker/styles.css.js +7 -7
  117. package/date-picker/styles.scoped.css +9 -9
  118. package/date-picker/styles.selectors.js +7 -7
  119. package/date-range-picker/calendar/grids/grid.d.ts.map +1 -1
  120. package/date-range-picker/calendar/grids/grid.js +1 -3
  121. package/date-range-picker/calendar/grids/grid.js.map +1 -1
  122. package/date-range-picker/calendar/grids/index.d.ts.map +1 -1
  123. package/date-range-picker/calendar/grids/index.js +1 -3
  124. package/date-range-picker/calendar/grids/index.js.map +1 -1
  125. package/date-range-picker/calendar/grids/styles.css.js +25 -25
  126. package/date-range-picker/calendar/grids/styles.scoped.css +42 -42
  127. package/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  128. package/date-range-picker/dropdown.d.ts.map +1 -1
  129. package/date-range-picker/dropdown.js +1 -3
  130. package/date-range-picker/dropdown.js.map +1 -1
  131. package/date-range-picker/styles.css.js +38 -38
  132. package/date-range-picker/styles.scoped.css +45 -45
  133. package/date-range-picker/styles.selectors.js +38 -38
  134. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  135. package/expandable-section/expandable-section-header.js +3 -7
  136. package/expandable-section/expandable-section-header.js.map +1 -1
  137. package/expandable-section/styles.css.js +23 -23
  138. package/expandable-section/styles.scoped.css +44 -44
  139. package/expandable-section/styles.selectors.js +23 -23
  140. package/flashbar/collapsible-flashbar.d.ts.map +1 -1
  141. package/flashbar/collapsible-flashbar.js +1 -3
  142. package/flashbar/collapsible-flashbar.js.map +1 -1
  143. package/flashbar/flash.d.ts.map +1 -1
  144. package/flashbar/flash.js +1 -3
  145. package/flashbar/flash.js.map +1 -1
  146. package/flashbar/styles.css.js +45 -45
  147. package/flashbar/styles.scoped.css +169 -169
  148. package/flashbar/styles.selectors.js +45 -45
  149. package/internal/base-component/styles.scoped.css +24 -0
  150. package/internal/components/abstract-switch/index.d.ts.map +1 -1
  151. package/internal/components/abstract-switch/index.js +8 -4
  152. package/internal/components/abstract-switch/index.js.map +1 -1
  153. package/internal/components/abstract-switch/styles.css.js +13 -13
  154. package/internal/components/abstract-switch/styles.scoped.css +19 -19
  155. package/internal/components/abstract-switch/styles.selectors.js +13 -13
  156. package/internal/components/button-trigger/index.d.ts.map +1 -1
  157. package/internal/components/button-trigger/index.js +1 -3
  158. package/internal/components/button-trigger/index.js.map +1 -1
  159. package/internal/components/button-trigger/styles.css.js +9 -9
  160. package/internal/components/button-trigger/styles.scoped.css +23 -23
  161. package/internal/components/button-trigger/styles.selectors.js +9 -9
  162. package/internal/components/chart-legend/index.d.ts.map +1 -1
  163. package/internal/components/chart-legend/index.js +2 -4
  164. package/internal/components/chart-legend/index.js.map +1 -1
  165. package/internal/components/chart-legend/styles.css.js +6 -6
  166. package/internal/components/chart-legend/styles.scoped.css +15 -15
  167. package/internal/components/chart-legend/styles.selectors.js +6 -6
  168. package/internal/components/chart-plot/focus-outline.d.ts.map +1 -1
  169. package/internal/components/chart-plot/focus-outline.js +25 -3
  170. package/internal/components/chart-plot/focus-outline.js.map +1 -1
  171. package/internal/components/filtering-token/index.d.ts +2 -1
  172. package/internal/components/filtering-token/index.d.ts.map +1 -1
  173. package/internal/components/filtering-token/index.js +3 -5
  174. package/internal/components/filtering-token/index.js.map +1 -1
  175. package/internal/components/filtering-token/styles.css.js +7 -7
  176. package/internal/components/filtering-token/styles.scoped.css +13 -13
  177. package/internal/components/filtering-token/styles.selectors.js +7 -7
  178. package/internal/components/menu-dropdown/index.d.ts.map +1 -1
  179. package/internal/components/menu-dropdown/index.js +2 -4
  180. package/internal/components/menu-dropdown/index.js.map +1 -1
  181. package/internal/components/menu-dropdown/styles.css.js +7 -7
  182. package/internal/components/menu-dropdown/styles.scoped.css +13 -13
  183. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  184. package/internal/components/token-list/index.d.ts +1 -1
  185. package/internal/components/token-list/index.d.ts.map +1 -1
  186. package/internal/components/token-list/index.js +3 -3
  187. package/internal/components/token-list/index.js.map +1 -1
  188. package/internal/components/token-list/interfaces.d.ts +0 -1
  189. package/internal/components/token-list/interfaces.d.ts.map +1 -1
  190. package/internal/components/token-list/interfaces.js.map +1 -1
  191. package/internal/components/token-list/styles.css.js +9 -9
  192. package/internal/components/token-list/styles.scoped.css +20 -20
  193. package/internal/components/token-list/styles.selectors.js +9 -9
  194. package/internal/components/token-list/token-focus-controller.js +1 -1
  195. package/internal/components/token-list/token-focus-controller.js.map +1 -1
  196. package/internal/components/token-list/token-limit-toggle.d.ts.map +1 -1
  197. package/internal/components/token-list/token-limit-toggle.js +1 -3
  198. package/internal/components/token-list/token-limit-toggle.js.map +1 -1
  199. package/internal/environment.js +1 -1
  200. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  201. package/internal/generated/custom-css-properties/index.js +31 -30
  202. package/internal/generated/custom-css-properties/index.js.map +1 -1
  203. package/internal/generated/styles/tokens.d.ts +2 -0
  204. package/internal/generated/styles/tokens.js +2 -0
  205. package/internal/generated/theming/index.cjs +140 -0
  206. package/internal/generated/theming/index.js +140 -0
  207. package/internal/hooks/focus-visible/index.d.ts +2 -5
  208. package/internal/hooks/focus-visible/index.d.ts.map +1 -1
  209. package/internal/hooks/focus-visible/index.js +42 -22
  210. package/internal/hooks/focus-visible/index.js.map +1 -1
  211. package/internal/hooks/use-base-component/index.d.ts.map +1 -1
  212. package/internal/hooks/use-base-component/index.js +2 -0
  213. package/internal/hooks/use-base-component/index.js.map +1 -1
  214. package/internal/manifest.json +1 -1
  215. package/link/internal.d.ts.map +1 -1
  216. package/link/internal.js +1 -3
  217. package/link/internal.js.map +1 -1
  218. package/link/styles.css.js +20 -20
  219. package/link/styles.scoped.css +71 -71
  220. package/link/styles.selectors.js +20 -20
  221. package/mixed-line-bar-chart/internal.js +1 -1
  222. package/mixed-line-bar-chart/internal.js.map +1 -1
  223. package/package.json +1 -1
  224. package/pagination/internal.d.ts.map +1 -1
  225. package/pagination/internal.js +1 -3
  226. package/pagination/internal.js.map +1 -1
  227. package/pagination/styles.css.js +9 -9
  228. package/pagination/styles.scoped.css +23 -23
  229. package/pagination/styles.selectors.js +9 -9
  230. package/pie-chart/index.js +1 -1
  231. package/pie-chart/index.js.map +1 -1
  232. package/popover/internal.d.ts.map +1 -1
  233. package/popover/internal.js +1 -3
  234. package/popover/internal.js.map +1 -1
  235. package/popover/styles.css.js +50 -50
  236. package/popover/styles.scoped.css +63 -63
  237. package/popover/styles.selectors.js +50 -50
  238. package/property-filter/index.d.ts.map +1 -1
  239. package/property-filter/index.js +2 -2
  240. package/property-filter/index.js.map +1 -1
  241. package/property-filter/token.d.ts.map +1 -1
  242. package/property-filter/token.js +1 -1
  243. package/property-filter/token.js.map +1 -1
  244. package/segmented-control/segment.d.ts.map +1 -1
  245. package/segmented-control/segment.js +1 -3
  246. package/segmented-control/segment.js.map +1 -1
  247. package/segmented-control/styles.css.js +14 -14
  248. package/segmented-control/styles.scoped.css +33 -33
  249. package/segmented-control/styles.selectors.js +14 -14
  250. package/side-navigation/internal.d.ts.map +1 -1
  251. package/side-navigation/internal.js +2 -5
  252. package/side-navigation/internal.js.map +1 -1
  253. package/side-navigation/styles.css.js +27 -27
  254. package/side-navigation/styles.scoped.css +37 -37
  255. package/side-navigation/styles.selectors.js +27 -27
  256. package/space-between/internal.js +1 -1
  257. package/space-between/internal.js.map +1 -1
  258. package/space-between/styles.css.js +20 -28
  259. package/space-between/styles.scoped.css +37 -101
  260. package/space-between/styles.selectors.js +20 -28
  261. package/split-panel/index.d.ts.map +1 -1
  262. package/split-panel/index.js +1 -3
  263. package/split-panel/index.js.map +1 -1
  264. package/split-panel/styles.css.js +59 -59
  265. package/split-panel/styles.scoped.css +81 -81
  266. package/split-panel/styles.selectors.js +59 -59
  267. package/table/body-cell/index.d.ts.map +1 -1
  268. package/table/body-cell/index.js +3 -3
  269. package/table/body-cell/index.js.map +1 -1
  270. package/table/body-cell/styles.css.js +18 -18
  271. package/table/body-cell/styles.scoped.css +57 -55
  272. package/table/body-cell/styles.selectors.js +18 -18
  273. package/table/header-cell/index.d.ts.map +1 -1
  274. package/table/header-cell/index.js +11 -9
  275. package/table/header-cell/index.js.map +1 -1
  276. package/table/header-cell/styles.css.js +19 -19
  277. package/table/header-cell/styles.scoped.css +32 -32
  278. package/table/header-cell/styles.selectors.js +19 -19
  279. package/table/internal.d.ts.map +1 -1
  280. package/table/internal.js +1 -3
  281. package/table/internal.js.map +1 -1
  282. package/table/resizer/styles.css.js +6 -6
  283. package/table/resizer/styles.scoped.css +11 -11
  284. package/table/resizer/styles.selectors.js +6 -6
  285. package/table/styles.css.js +33 -33
  286. package/table/styles.scoped.css +41 -41
  287. package/table/styles.selectors.js +33 -33
  288. package/tabs/index.d.ts.map +1 -1
  289. package/tabs/index.js +8 -3
  290. package/tabs/index.js.map +1 -1
  291. package/tabs/styles.css.js +21 -21
  292. package/tabs/styles.scoped.css +38 -38
  293. package/tabs/styles.selectors.js +21 -21
  294. package/tabs/tab-header-bar.d.ts.map +1 -1
  295. package/tabs/tab-header-bar.js +9 -3
  296. package/tabs/tab-header-bar.js.map +1 -1
  297. package/tag-editor/internal.d.ts.map +1 -1
  298. package/tag-editor/internal.js +2 -4
  299. package/tag-editor/internal.js.map +1 -1
  300. package/tag-editor/styles.css.js +3 -3
  301. package/tag-editor/styles.scoped.css +10 -10
  302. package/tag-editor/styles.selectors.js +3 -3
  303. package/token-group/dismiss-button.d.ts.map +1 -1
  304. package/token-group/dismiss-button.js +1 -3
  305. package/token-group/dismiss-button.js.map +1 -1
  306. package/token-group/internal.js +2 -2
  307. package/token-group/internal.js.map +1 -1
  308. package/token-group/styles.css.js +5 -5
  309. package/token-group/styles.scoped.css +12 -12
  310. package/token-group/styles.selectors.js +5 -5
  311. package/token-group/token.d.ts +3 -5
  312. package/token-group/token.d.ts.map +1 -1
  313. package/token-group/token.js +2 -2
  314. package/token-group/token.js.map +1 -1
  315. package/top-navigation/1.0-beta/internal.d.ts.map +1 -1
  316. package/top-navigation/1.0-beta/internal.js +1 -3
  317. package/top-navigation/1.0-beta/internal.js.map +1 -1
  318. package/top-navigation/1.0-beta/styles.css.js +25 -25
  319. package/top-navigation/1.0-beta/styles.scoped.css +42 -42
  320. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  321. package/top-navigation/internal.d.ts.map +1 -1
  322. package/top-navigation/internal.js +1 -3
  323. package/top-navigation/internal.js.map +1 -1
  324. package/top-navigation/parts/overflow-menu/menu-item.d.ts.map +1 -1
  325. package/top-navigation/parts/overflow-menu/menu-item.js +3 -7
  326. package/top-navigation/parts/overflow-menu/menu-item.js.map +1 -1
  327. package/top-navigation/styles.css.js +47 -47
  328. package/top-navigation/styles.scoped.css +66 -66
  329. package/top-navigation/styles.selectors.js +47 -47
  330. package/tutorial-panel/components/tutorial-list/index.d.ts.map +1 -1
  331. package/tutorial-panel/components/tutorial-list/index.js +1 -3
  332. package/tutorial-panel/components/tutorial-list/index.js.map +1 -1
  333. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  334. package/tutorial-panel/components/tutorial-list/styles.scoped.css +27 -27
  335. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  336. package/wizard/styles.css.js +32 -32
  337. package/wizard/styles.scoped.css +63 -63
  338. package/wizard/styles.selectors.js +32 -32
  339. package/wizard/wizard-form.d.ts.map +1 -1
  340. package/wizard/wizard-form.js +1 -3
  341. package/wizard/wizard-form.js.map +1 -1
@@ -182,11 +182,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
182
182
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
183
183
  SPDX-License-Identifier: Apache-2.0
184
184
  */
185
- .awsui_arrow_xjuzf_106nh_185:not(#\9) {
185
+ .awsui_arrow_xjuzf_17eka_185:not(#\9) {
186
186
  width: 20px;
187
187
  height: 10px;
188
188
  }
189
- .awsui_arrow-outer_xjuzf_106nh_189:not(#\9), .awsui_arrow-inner_xjuzf_106nh_189:not(#\9) {
189
+ .awsui_arrow-outer_xjuzf_17eka_189:not(#\9), .awsui_arrow-inner_xjuzf_17eka_189:not(#\9) {
190
190
  position: absolute;
191
191
  overflow: hidden;
192
192
  width: 20px;
@@ -194,7 +194,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
194
194
  top: 0;
195
195
  left: 0;
196
196
  }
197
- .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_106nh_189:not(#\9)::after {
197
+ .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_17eka_189:not(#\9)::after {
198
198
  content: "";
199
199
  box-sizing: border-box;
200
200
  display: inline-block;
@@ -207,26 +207,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
207
207
  transform: rotate(45deg);
208
208
  transform-origin: 0 100%;
209
209
  }
210
- .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after {
210
+ .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after {
211
211
  background-color: var(--color-border-popover-5pygk7, #9ba7b6);
212
212
  }
213
- .awsui_arrow-inner_xjuzf_106nh_189:not(#\9) {
213
+ .awsui_arrow-inner_xjuzf_17eka_189:not(#\9) {
214
214
  top: 2px;
215
215
  }
216
- .awsui_arrow-inner_xjuzf_106nh_189:not(#\9)::after {
216
+ .awsui_arrow-inner_xjuzf_17eka_189:not(#\9)::after {
217
217
  border-radius: 1px 0 0 0;
218
218
  background-color: var(--color-background-popover-mn5o9k, #ffffff);
219
219
  }
220
- .awsui_arrow-position-right-top_xjuzf_106nh_220 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_106nh_220 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after {
220
+ .awsui_arrow-position-right-top_xjuzf_17eka_220 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_17eka_220 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after {
221
221
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
222
222
  }
223
- .awsui_arrow-position-left-top_xjuzf_106nh_223 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_106nh_223 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after {
223
+ .awsui_arrow-position-left-top_xjuzf_17eka_223 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_17eka_223 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after {
224
224
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
225
225
  }
226
- .awsui_arrow-position-top-center_xjuzf_106nh_226 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_106nh_226 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_106nh_226 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_106nh_226 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after {
226
+ .awsui_arrow-position-top-center_xjuzf_17eka_226 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_17eka_226 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_17eka_226 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_17eka_226 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after {
227
227
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
228
228
  }
229
- .awsui_arrow-position-bottom-center_xjuzf_106nh_229 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_106nh_229 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_106nh_229 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_106nh_229 > .awsui_arrow-outer_xjuzf_106nh_189:not(#\9)::after {
229
+ .awsui_arrow-position-bottom-center_xjuzf_17eka_229 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_17eka_229 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_17eka_229 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_17eka_229 > .awsui_arrow-outer_xjuzf_17eka_189:not(#\9)::after {
230
230
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
231
231
  }
232
232
 
@@ -322,7 +322,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
322
322
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
323
323
  SPDX-License-Identifier: Apache-2.0
324
324
  */
325
- .awsui_body_xjuzf_106nh_325:not(#\9) {
325
+ .awsui_body_xjuzf_17eka_325:not(#\9) {
326
326
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
327
327
  border-collapse: separate;
328
328
  border-spacing: 0;
@@ -364,31 +364,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
364
364
  overflow: hidden;
365
365
  padding: var(--space-s-hv8c1d, 12px) var(--space-m-17eucw, 16px);
366
366
  }
367
- .awsui_body-overflow-visible_xjuzf_106nh_341:not(#\9) {
367
+ .awsui_body-overflow-visible_xjuzf_17eka_341:not(#\9) {
368
368
  overflow: visible;
369
369
  }
370
370
 
371
- .awsui_has-dismiss_xjuzf_106nh_345:not(#\9) {
371
+ .awsui_has-dismiss_xjuzf_17eka_345:not(#\9) {
372
372
  display: flex;
373
373
  align-items: baseline;
374
374
  }
375
375
 
376
- .awsui_dismiss_xjuzf_106nh_350:not(#\9) {
376
+ .awsui_dismiss_xjuzf_17eka_350:not(#\9) {
377
377
  margin: calc(-1 * (var(--space-scaled-xxs-95dhkm, 4px) + var(--border-field-width-idlekx, 2px))) calc(-1 * (var(--space-xxs-ynfts5, 4px) + var(--border-field-width-idlekx, 2px)));
378
378
  margin-left: 0;
379
379
  flex: 0 0 auto;
380
380
  order: 1;
381
381
  }
382
382
 
383
- .awsui_dismiss-control_xjuzf_106nh_357:not(#\9) {
383
+ .awsui_dismiss-control_xjuzf_17eka_357:not(#\9) {
384
384
  /* used in test-utils */
385
385
  }
386
386
 
387
- .awsui_header-row_xjuzf_106nh_361:not(#\9) {
387
+ .awsui_header-row_xjuzf_17eka_361:not(#\9) {
388
388
  margin-bottom: var(--space-xs-rsr2qu, 8px);
389
389
  }
390
390
 
391
- .awsui_header_xjuzf_106nh_361:not(#\9) {
391
+ .awsui_header_xjuzf_17eka_361:not(#\9) {
392
392
  word-wrap: break-word;
393
393
  max-width: 100%;
394
394
  overflow: hidden;
@@ -401,7 +401,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
401
401
  /* stylelint-disable selector-max-type */
402
402
  /* stylelint-enable selector-max-type */
403
403
  }
404
- .awsui_header_xjuzf_106nh_361 > h2:not(#\9) {
404
+ .awsui_header_xjuzf_17eka_361 > h2:not(#\9) {
405
405
  font-size: var(--font-heading-xs-size-fryxro, 14px);
406
406
  line-height: var(--font-heading-xs-line-height-5x131j, 18px);
407
407
  font-weight: var(--font-heading-xs-weight-wwznty, 800);
@@ -410,7 +410,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
410
410
  display: inline;
411
411
  }
412
412
 
413
- .awsui_content_xjuzf_106nh_387:not(#\9) {
413
+ .awsui_content_xjuzf_17eka_387:not(#\9) {
414
414
  word-wrap: break-word;
415
415
  max-width: 100%;
416
416
  overflow: hidden;
@@ -418,7 +418,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
418
418
  flex: 1 1 auto;
419
419
  min-width: 0;
420
420
  }
421
- .awsui_content-overflow-visible_xjuzf_106nh_395:not(#\9) {
421
+ .awsui_content-overflow-visible_xjuzf_17eka_395:not(#\9) {
422
422
  overflow: visible;
423
423
  }
424
424
 
@@ -514,7 +514,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
514
514
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
515
515
  SPDX-License-Identifier: Apache-2.0
516
516
  */
517
- .awsui_container_xjuzf_106nh_491:not(#\9) {
517
+ .awsui_container_xjuzf_17eka_491:not(#\9) {
518
518
  display: inline-block;
519
519
  position: fixed;
520
520
  top: -9999px;
@@ -522,7 +522,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
522
522
  z-index: 2000;
523
523
  }
524
524
 
525
- .awsui_container-body_xjuzf_106nh_499:not(#\9) {
525
+ .awsui_container-body_xjuzf_17eka_499:not(#\9) {
526
526
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
527
527
  border-collapse: separate;
528
528
  border-spacing: 0;
@@ -565,90 +565,90 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
565
565
  border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
566
566
  }
567
567
 
568
- .awsui_container-body-variant-annotation_xjuzf_106nh_516:not(#\9) {
568
+ .awsui_container-body-variant-annotation_xjuzf_17eka_516:not(#\9) {
569
569
  background-color: var(--color-background-status-info-usb30e, #f2f8fd);
570
570
  border-color: var(--color-border-status-info-546i7i, #0972d3);
571
571
  }
572
572
 
573
- .awsui_container-body-size-small_xjuzf_106nh_521:not(#\9) {
573
+ .awsui_container-body-size-small_xjuzf_17eka_521:not(#\9) {
574
574
  max-width: 210px;
575
575
  }
576
- .awsui_container-body-size-small_xjuzf_106nh_521.awsui_fixed-width_xjuzf_106nh_524:not(#\9) {
576
+ .awsui_container-body-size-small_xjuzf_17eka_521.awsui_fixed-width_xjuzf_17eka_524:not(#\9) {
577
577
  width: 210px;
578
578
  }
579
579
 
580
- .awsui_container-body-size-medium_xjuzf_106nh_528:not(#\9) {
580
+ .awsui_container-body-size-medium_xjuzf_17eka_528:not(#\9) {
581
581
  max-width: 310px;
582
582
  }
583
- .awsui_container-body-size-medium_xjuzf_106nh_528.awsui_fixed-width_xjuzf_106nh_524:not(#\9) {
583
+ .awsui_container-body-size-medium_xjuzf_17eka_528.awsui_fixed-width_xjuzf_17eka_524:not(#\9) {
584
584
  width: 310px;
585
585
  }
586
586
 
587
- .awsui_container-body-size-large_xjuzf_106nh_535:not(#\9) {
587
+ .awsui_container-body-size-large_xjuzf_17eka_535:not(#\9) {
588
588
  max-width: 480px;
589
589
  }
590
590
  @media (max-width: 480px) {
591
- .awsui_container-body-size-large_xjuzf_106nh_535:not(#\9) {
591
+ .awsui_container-body-size-large_xjuzf_17eka_535:not(#\9) {
592
592
  max-width: 310px;
593
593
  }
594
594
  }
595
- .awsui_container-body-size-large_xjuzf_106nh_535.awsui_fixed-width_xjuzf_106nh_524:not(#\9) {
595
+ .awsui_container-body-size-large_xjuzf_17eka_535.awsui_fixed-width_xjuzf_17eka_524:not(#\9) {
596
596
  width: 480px;
597
597
  }
598
598
 
599
- .awsui_container-arrow_xjuzf_106nh_547:not(#\9) {
599
+ .awsui_container-arrow_xjuzf_17eka_547:not(#\9) {
600
600
  position: absolute;
601
601
  display: inline-block;
602
602
  }
603
- .awsui_container-arrow-position-right-top_xjuzf_106nh_551:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_106nh_551:not(#\9) {
603
+ .awsui_container-arrow-position-right-top_xjuzf_17eka_551:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_17eka_551:not(#\9) {
604
604
  transform: rotate(-90deg);
605
605
  transform-origin: 0 100%;
606
606
  }
607
- .awsui_container-arrow-position-right-top_xjuzf_106nh_551:not(#\9) {
607
+ .awsui_container-arrow-position-right-top_xjuzf_17eka_551:not(#\9) {
608
608
  top: calc(12px + 10px);
609
609
  left: 0;
610
610
  }
611
- .awsui_container-arrow-position-right-bottom_xjuzf_106nh_551:not(#\9) {
611
+ .awsui_container-arrow-position-right-bottom_xjuzf_17eka_551:not(#\9) {
612
612
  bottom: 12px;
613
613
  left: 0;
614
614
  }
615
- .awsui_container-arrow-position-left-top_xjuzf_106nh_563:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_106nh_563:not(#\9) {
615
+ .awsui_container-arrow-position-left-top_xjuzf_17eka_563:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_17eka_563:not(#\9) {
616
616
  transform: rotate(90deg);
617
617
  transform-origin: 100% 100%;
618
618
  }
619
- .awsui_container-arrow-position-left-top_xjuzf_106nh_563:not(#\9) {
619
+ .awsui_container-arrow-position-left-top_xjuzf_17eka_563:not(#\9) {
620
620
  top: calc(12px + 10px);
621
621
  right: 0;
622
622
  }
623
- .awsui_container-arrow-position-left-bottom_xjuzf_106nh_563:not(#\9) {
623
+ .awsui_container-arrow-position-left-bottom_xjuzf_17eka_563:not(#\9) {
624
624
  bottom: 12px;
625
625
  right: 0;
626
626
  }
627
- .awsui_container-arrow-position-top-center_xjuzf_106nh_575:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_106nh_575:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_106nh_575:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_106nh_575:not(#\9) {
627
+ .awsui_container-arrow-position-top-center_xjuzf_17eka_575:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_17eka_575:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_17eka_575:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_17eka_575:not(#\9) {
628
628
  transform: rotate(180deg);
629
629
  transform-origin: 50% 50%;
630
630
  }
631
- .awsui_container-arrow-position-top-center_xjuzf_106nh_575:not(#\9) {
631
+ .awsui_container-arrow-position-top-center_xjuzf_17eka_575:not(#\9) {
632
632
  bottom: -10px;
633
633
  left: calc(50% - 10px);
634
634
  }
635
- .awsui_container-arrow-position-top-right_xjuzf_106nh_575:not(#\9) {
635
+ .awsui_container-arrow-position-top-right_xjuzf_17eka_575:not(#\9) {
636
636
  bottom: -10px;
637
637
  left: 12px;
638
638
  }
639
- .awsui_container-arrow-position-top-left_xjuzf_106nh_575:not(#\9) {
639
+ .awsui_container-arrow-position-top-left_xjuzf_17eka_575:not(#\9) {
640
640
  bottom: -10px;
641
641
  left: calc(100% - 20px - 12px);
642
642
  }
643
- .awsui_container-arrow-position-bottom-center_xjuzf_106nh_591:not(#\9) {
643
+ .awsui_container-arrow-position-bottom-center_xjuzf_17eka_591:not(#\9) {
644
644
  top: -10px;
645
645
  left: calc(50% - 10px);
646
646
  }
647
- .awsui_container-arrow-position-bottom-right_xjuzf_106nh_595:not(#\9) {
647
+ .awsui_container-arrow-position-bottom-right_xjuzf_17eka_595:not(#\9) {
648
648
  top: -10px;
649
649
  left: 12px;
650
650
  }
651
- .awsui_container-arrow-position-bottom-left_xjuzf_106nh_599:not(#\9) {
651
+ .awsui_container-arrow-position-bottom-left_xjuzf_17eka_599:not(#\9) {
652
652
  top: -10px;
653
653
  left: calc(100% - 20px - 12px);
654
654
  }
@@ -745,10 +745,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
745
745
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
746
746
  SPDX-License-Identifier: Apache-2.0
747
747
  */
748
- .awsui_container_xjuzf_106nh_491:not(#\9) {
749
- animation: awsui_awsui-motion-fade-in_xjuzf_106nh_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
748
+ .awsui_container_xjuzf_17eka_491:not(#\9) {
749
+ animation: awsui_awsui-motion-fade-in_xjuzf_17eka_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
750
750
  }
751
- @keyframes awsui_awsui-motion-fade-in_xjuzf_106nh_1 {
751
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_17eka_1 {
752
752
  from {
753
753
  opacity: 0.2;
754
754
  }
@@ -757,19 +757,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
757
757
  }
758
758
  }
759
759
  @media (prefers-reduced-motion: reduce) {
760
- .awsui_container_xjuzf_106nh_491:not(#\9) {
760
+ .awsui_container_xjuzf_17eka_491:not(#\9) {
761
761
  animation: none;
762
762
  transition: none;
763
763
  }
764
764
  }
765
- .awsui-motion-disabled .awsui_container_xjuzf_106nh_491:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_106nh_491:not(#\9) {
765
+ .awsui-motion-disabled .awsui_container_xjuzf_17eka_491:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_17eka_491:not(#\9) {
766
766
  animation: none;
767
767
  transition: none;
768
768
  }
769
- .awsui_container_xjuzf_106nh_491.awsui_refresh_xjuzf_106nh_717:not(#\9) {
770
- animation: awsui_awsui-motion-fade-in_xjuzf_106nh_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
769
+ .awsui_container_xjuzf_17eka_491.awsui_refresh_xjuzf_17eka_717:not(#\9) {
770
+ animation: awsui_awsui-motion-fade-in_xjuzf_17eka_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
771
771
  }
772
- @keyframes awsui_awsui-motion-fade-in_xjuzf_106nh_1 {
772
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_17eka_1 {
773
773
  from {
774
774
  opacity: 0.2;
775
775
  }
@@ -778,17 +778,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
778
778
  }
779
779
  }
780
780
  @media (prefers-reduced-motion: reduce) {
781
- .awsui_container_xjuzf_106nh_491.awsui_refresh_xjuzf_106nh_717:not(#\9) {
781
+ .awsui_container_xjuzf_17eka_491.awsui_refresh_xjuzf_17eka_717:not(#\9) {
782
782
  animation: none;
783
783
  transition: none;
784
784
  }
785
785
  }
786
- .awsui-motion-disabled .awsui_container_xjuzf_106nh_491.awsui_refresh_xjuzf_106nh_717:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_106nh_491.awsui_refresh_xjuzf_106nh_717:not(#\9) {
786
+ .awsui-motion-disabled .awsui_container_xjuzf_17eka_491.awsui_refresh_xjuzf_17eka_717:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_17eka_491.awsui_refresh_xjuzf_17eka_717:not(#\9) {
787
787
  animation: none;
788
788
  transition: none;
789
789
  }
790
790
 
791
- .awsui_root_xjuzf_106nh_739:not(#\9) {
791
+ .awsui_root_xjuzf_17eka_739:not(#\9) {
792
792
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
793
793
  border-collapse: separate;
794
794
  border-spacing: 0;
@@ -829,14 +829,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
829
829
  display: inline;
830
830
  }
831
831
 
832
- .awsui_trigger_xjuzf_106nh_754:not(#\9) {
832
+ .awsui_trigger_xjuzf_17eka_754:not(#\9) {
833
833
  display: inline-block;
834
834
  max-width: 100%;
835
835
  color: inherit;
836
836
  text-align: inherit;
837
837
  }
838
838
 
839
- .awsui_trigger-type-text_xjuzf_106nh_761:not(#\9) {
839
+ .awsui_trigger-type-text_xjuzf_17eka_761:not(#\9) {
840
840
  border: 0;
841
841
  margin: 0;
842
842
  padding: 0;
@@ -844,17 +844,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
844
844
  cursor: pointer;
845
845
  border-bottom: var(--border-divider-list-width-hacikr, 1px) dashed currentColor;
846
846
  }
847
- .awsui_trigger-type-text_xjuzf_106nh_761:not(#\9):focus {
847
+ .awsui_trigger-type-text_xjuzf_17eka_761:not(#\9):focus {
848
848
  outline: none;
849
849
  }
850
- .awsui_trigger-type-text_xjuzf_106nh_761[data-awsui-focus-visible=true]:not(#\9):focus {
850
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_17eka_761:not(#\9):focus {
851
851
  position: relative;
852
852
  }
853
- .awsui_trigger-type-text_xjuzf_106nh_761[data-awsui-focus-visible=true]:not(#\9):focus {
853
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_17eka_761:not(#\9):focus {
854
854
  outline: 2px dotted transparent;
855
855
  outline-offset: calc(1px - 1px);
856
856
  }
857
- .awsui_trigger-type-text_xjuzf_106nh_761[data-awsui-focus-visible=true]:not(#\9):focus::before {
857
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_17eka_761:not(#\9):focus::before {
858
858
  content: " ";
859
859
  display: block;
860
860
  position: absolute;
@@ -865,10 +865,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
865
865
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
866
866
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
867
867
  }
868
- .awsui_trigger-type-text_xjuzf_106nh_761 > .awsui_trigger-inner-text_xjuzf_106nh_790:not(#\9) {
868
+ .awsui_trigger-type-text_xjuzf_17eka_761 > .awsui_trigger-inner-text_xjuzf_17eka_790:not(#\9) {
869
869
  position: relative;
870
870
  }
871
871
 
872
- .awsui_popover-content_xjuzf_106nh_794:not(#\9) {
872
+ .awsui_popover-content_xjuzf_17eka_794:not(#\9) {
873
873
  display: inline;
874
874
  }
@@ -2,55 +2,55 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_xjuzf_106nh_185",
6
- "arrow-outer": "awsui_arrow-outer_xjuzf_106nh_189",
7
- "arrow-inner": "awsui_arrow-inner_xjuzf_106nh_189",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_106nh_220",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_106nh_220",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_106nh_223",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_106nh_223",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_106nh_226",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_106nh_226",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_106nh_226",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_106nh_226",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_106nh_229",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_106nh_229",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_106nh_229",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_106nh_229",
20
- "body": "awsui_body_xjuzf_106nh_325",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_106nh_341",
22
- "has-dismiss": "awsui_has-dismiss_xjuzf_106nh_345",
23
- "dismiss": "awsui_dismiss_xjuzf_106nh_350",
24
- "dismiss-control": "awsui_dismiss-control_xjuzf_106nh_357",
25
- "header-row": "awsui_header-row_xjuzf_106nh_361",
26
- "header": "awsui_header_xjuzf_106nh_361",
27
- "content": "awsui_content_xjuzf_106nh_387",
28
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_106nh_395",
29
- "container": "awsui_container_xjuzf_106nh_491",
30
- "container-body": "awsui_container-body_xjuzf_106nh_499",
31
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_106nh_516",
32
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_106nh_521",
33
- "fixed-width": "awsui_fixed-width_xjuzf_106nh_524",
34
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_106nh_528",
35
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_106nh_535",
36
- "container-arrow": "awsui_container-arrow_xjuzf_106nh_547",
37
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_106nh_551",
38
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_106nh_551",
39
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_106nh_563",
40
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_106nh_563",
41
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_106nh_575",
42
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_106nh_575",
43
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_106nh_575",
44
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_106nh_575",
45
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_106nh_591",
46
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_106nh_595",
47
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_106nh_599",
48
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_106nh_1",
49
- "refresh": "awsui_refresh_xjuzf_106nh_717",
50
- "root": "awsui_root_xjuzf_106nh_739",
51
- "trigger": "awsui_trigger_xjuzf_106nh_754",
52
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_106nh_761",
53
- "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_106nh_790",
54
- "popover-content": "awsui_popover-content_xjuzf_106nh_794"
5
+ "arrow": "awsui_arrow_xjuzf_17eka_185",
6
+ "arrow-outer": "awsui_arrow-outer_xjuzf_17eka_189",
7
+ "arrow-inner": "awsui_arrow-inner_xjuzf_17eka_189",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_17eka_220",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_17eka_220",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_17eka_223",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_17eka_223",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_17eka_226",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_17eka_226",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_17eka_226",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_17eka_226",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_17eka_229",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_17eka_229",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_17eka_229",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_17eka_229",
20
+ "body": "awsui_body_xjuzf_17eka_325",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_17eka_341",
22
+ "has-dismiss": "awsui_has-dismiss_xjuzf_17eka_345",
23
+ "dismiss": "awsui_dismiss_xjuzf_17eka_350",
24
+ "dismiss-control": "awsui_dismiss-control_xjuzf_17eka_357",
25
+ "header-row": "awsui_header-row_xjuzf_17eka_361",
26
+ "header": "awsui_header_xjuzf_17eka_361",
27
+ "content": "awsui_content_xjuzf_17eka_387",
28
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_17eka_395",
29
+ "container": "awsui_container_xjuzf_17eka_491",
30
+ "container-body": "awsui_container-body_xjuzf_17eka_499",
31
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_17eka_516",
32
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_17eka_521",
33
+ "fixed-width": "awsui_fixed-width_xjuzf_17eka_524",
34
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_17eka_528",
35
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_17eka_535",
36
+ "container-arrow": "awsui_container-arrow_xjuzf_17eka_547",
37
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_17eka_551",
38
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_17eka_551",
39
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_17eka_563",
40
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_17eka_563",
41
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_17eka_575",
42
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_17eka_575",
43
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_17eka_575",
44
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_17eka_575",
45
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_17eka_591",
46
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_17eka_595",
47
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_17eka_599",
48
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_17eka_1",
49
+ "refresh": "awsui_refresh_xjuzf_17eka_717",
50
+ "root": "awsui_root_xjuzf_17eka_739",
51
+ "trigger": "awsui_trigger_xjuzf_17eka_754",
52
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_17eka_761",
53
+ "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_17eka_790",
54
+ "popover-content": "awsui_popover-content_xjuzf_17eka_794"
55
55
  };
56
56
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"lib/default/","sources":["property-filter/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAgD,MAAM,OAAO,CAAC;AAWrE,OAAO,EAAE,mBAAmB,EAAiE,MAAM,cAAc,CAAC;AAqBlH,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAa/B,QAAA,MAAM,cAAc,qGA4TnB,CAAC;AAGF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"lib/default/","sources":["property-filter/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAgD,MAAM,OAAO,CAAC;AAWrE,OAAO,EAAE,mBAAmB,EAAiE,MAAM,cAAc,CAAC;AAoBlH,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAa/B,QAAA,MAAM,cAAc,qGA2TnB,CAAC;AAGF,eAAe,cAAc,CAAC"}
@@ -11,7 +11,7 @@ import { KeyCode } from '../internal/keycode';
11
11
  import { useUniqueId } from '../internal/hooks/use-unique-id/index';
12
12
  import { fireNonCancelableEvent } from '../internal/events';
13
13
  import { TokenButton } from './token';
14
- import { getQueryActions, parseText, getAutosuggestOptions, getAllowedOperators, getExtendedOperator, getFormattedToken, } from './controller';
14
+ import { getQueryActions, parseText, getAutosuggestOptions, getAllowedOperators, getExtendedOperator, } from './controller';
15
15
  import { useLoadItems } from './use-load-items';
16
16
  import styles from './styles.css.js';
17
17
  import useBaseComponent from '../internal/hooks/use-base-component';
@@ -171,7 +171,7 @@ const PropertyFilter = React.forwardRef((_a, ref) => {
171
171
  React.createElement(TokenList, { alignment: "inline", limit: tokenLimit, items: tokens, renderItem: (token, tokenIndex) => (React.createElement(TokenButton, { token: token, first: tokenIndex === 0, operation: operation, removeToken: () => {
172
172
  removeToken(tokenIndex);
173
173
  setRemovedTokenIndex(tokenIndex);
174
- }, setToken: (newToken) => setToken(tokenIndex, newToken), setOperation: setOperation, filteringOptions: filteringOptions, filteringProperties: filteringProperties, asyncProps: asyncProps, onLoadItems: onLoadItems, i18nStrings: i18nStrings, asyncProperties: asyncProperties, hideOperations: hideOperations, customGroupsText: customGroupsText, disableFreeTextFiltering: disableFreeTextFiltering, disabled: disabled, expandToViewport: expandToViewport })), itemAttributes: token => ({ 'aria-label': getFormattedToken(filteringProperties, token).label }), i18nStrings: {
174
+ }, setToken: (newToken) => setToken(tokenIndex, newToken), setOperation: setOperation, filteringOptions: filteringOptions, filteringProperties: filteringProperties, asyncProps: asyncProps, onLoadItems: onLoadItems, i18nStrings: i18nStrings, asyncProperties: asyncProperties, hideOperations: hideOperations, customGroupsText: customGroupsText, disableFreeTextFiltering: disableFreeTextFiltering, disabled: disabled, expandToViewport: expandToViewport })), i18nStrings: {
175
175
  limitShowFewer: i18nStrings.tokenLimitShowFewer,
176
176
  limitShowMore: i18nStrings.tokenLimitShowMore,
177
177
  }, after: React.createElement(InternalButton, { onClick: removeAllTokens, className: styles['remove-all'], disabled: disabled }, i18nStrings.clearFiltersText), removedItemIndex: removedTokenIndex }))))));