@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
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_link_4c84z_tyyos_93:not(#\9) {
93
+ .awsui_link_4c84z_vt4lg_93:not(#\9) {
94
94
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
95
95
  border-collapse: separate;
96
96
  border-spacing: 0;
@@ -141,31 +141,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
141
141
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
142
142
  }
143
143
  @media (prefers-reduced-motion: reduce) {
144
- .awsui_link_4c84z_tyyos_93:not(#\9) {
144
+ .awsui_link_4c84z_vt4lg_93:not(#\9) {
145
145
  animation: none;
146
146
  transition: none;
147
147
  }
148
148
  }
149
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93:not(#\9) {
149
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93:not(#\9) {
150
150
  animation: none;
151
151
  transition: none;
152
152
  }
153
- .awsui_link_4c84z_tyyos_93:not(#\9):hover {
153
+ .awsui_link_4c84z_vt4lg_93:not(#\9):hover {
154
154
  cursor: pointer;
155
155
  color: var(--color-text-link-hover-kololx, #033160);
156
156
  }
157
- .awsui_link_4c84z_tyyos_93:not(#\9):focus {
157
+ .awsui_link_4c84z_vt4lg_93:not(#\9):focus {
158
158
  outline: none;
159
159
  }
160
- .awsui_link_4c84z_tyyos_93:not(#\9):active {
160
+ .awsui_link_4c84z_vt4lg_93:not(#\9):active {
161
161
  color: var(--color-text-link-hover-kololx, #033160);
162
162
  }
163
- .awsui_link_4c84z_tyyos_93:not(#\9):active, .awsui_link_4c84z_tyyos_93:not(#\9):focus, .awsui_link_4c84z_tyyos_93:not(#\9):hover {
163
+ .awsui_link_4c84z_vt4lg_93:not(#\9):active, .awsui_link_4c84z_vt4lg_93:not(#\9):focus, .awsui_link_4c84z_vt4lg_93:not(#\9):hover {
164
164
  text-decoration: underline;
165
165
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
166
166
  text-decoration-color: currentColor;
167
167
  }
168
- .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9) {
168
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9) {
169
169
  -webkit-font-smoothing: inherit;
170
170
  -moz-osx-font-smoothing: inherit;
171
171
  color: var(--color-text-link-default-5f186r, #0972d3);
@@ -180,31 +180,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
180
180
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
181
181
  }
182
182
  @media (prefers-reduced-motion: reduce) {
183
- .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9) {
183
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9) {
184
184
  animation: none;
185
185
  transition: none;
186
186
  }
187
187
  }
188
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9) {
188
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9) {
189
189
  animation: none;
190
190
  transition: none;
191
191
  }
192
- .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9):hover {
192
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9):hover {
193
193
  cursor: pointer;
194
194
  color: var(--color-text-link-hover-kololx, #033160);
195
195
  }
196
- .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9):focus {
196
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9):focus {
197
197
  outline: none;
198
198
  }
199
- .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9):active {
199
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9):active {
200
200
  color: var(--color-text-link-hover-kololx, #033160);
201
201
  }
202
- .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_variant-secondary_4c84z_tyyos_140:not(#\9):hover {
202
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_variant-secondary_4c84z_vt4lg_140:not(#\9):hover {
203
203
  text-decoration: underline;
204
204
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
205
205
  text-decoration-color: currentColor;
206
206
  }
207
- .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9) {
207
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9) {
208
208
  color: var(--color-text-link-default-5f186r, #0972d3);
209
209
  font-weight: var(--font-link-primary-weight-91pybi, "inherit");
210
210
  letter-spacing: var(--font-link-primary-letter-spacing-vmsgcx, "inherit");
@@ -218,31 +218,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
218
218
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
219
219
  }
220
220
  @media (prefers-reduced-motion: reduce) {
221
- .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9) {
221
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9) {
222
222
  animation: none;
223
223
  transition: none;
224
224
  }
225
225
  }
226
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9) {
226
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9) {
227
227
  animation: none;
228
228
  transition: none;
229
229
  }
230
- .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9):hover {
230
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9):hover {
231
231
  cursor: pointer;
232
232
  color: var(--color-text-link-hover-kololx, #033160);
233
233
  }
234
- .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9):focus {
234
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9):focus {
235
235
  outline: none;
236
236
  }
237
- .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9):active {
237
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9):active {
238
238
  color: var(--color-text-link-hover-kololx, #033160);
239
239
  }
240
- .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_variant-primary_4c84z_tyyos_177:not(#\9):hover {
240
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_variant-primary_4c84z_vt4lg_177:not(#\9):hover {
241
241
  text-decoration: underline;
242
242
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
243
243
  text-decoration-color: currentColor;
244
244
  }
245
- .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9) {
245
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9) {
246
246
  -webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
247
247
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
248
248
  color: var(--color-text-link-default-5f186r, #0972d3);
@@ -257,31 +257,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
257
257
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
258
258
  }
259
259
  @media (prefers-reduced-motion: reduce) {
260
- .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9) {
260
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9) {
261
261
  animation: none;
262
262
  transition: none;
263
263
  }
264
264
  }
265
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9) {
265
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9) {
266
266
  animation: none;
267
267
  transition: none;
268
268
  }
269
- .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9):hover {
269
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9):hover {
270
270
  cursor: pointer;
271
271
  color: var(--color-text-link-hover-kololx, #033160);
272
272
  }
273
- .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9):focus {
273
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9):focus {
274
274
  outline: none;
275
275
  }
276
- .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9):active {
276
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9):active {
277
277
  color: var(--color-text-link-hover-kololx, #033160);
278
278
  }
279
- .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_variant-info_4c84z_tyyos_212:not(#\9):hover {
279
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_variant-info_4c84z_vt4lg_212:not(#\9):hover {
280
280
  text-decoration: underline;
281
281
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
282
282
  text-decoration-color: var(--color-text-link-button-underline-hover-ei09le, transparent);
283
283
  }
284
- .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9) {
284
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9) {
285
285
  color: var(--color-text-link-default-5f186r, #0972d3);
286
286
  font-weight: var(--font-box-value-large-weight-dyt1pj, 800);
287
287
  text-decoration: none;
@@ -293,31 +293,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
293
293
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
294
294
  }
295
295
  @media (prefers-reduced-motion: reduce) {
296
- .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9) {
296
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9) {
297
297
  animation: none;
298
298
  transition: none;
299
299
  }
300
300
  }
301
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9) {
301
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9) {
302
302
  animation: none;
303
303
  transition: none;
304
304
  }
305
- .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9):hover {
305
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9):hover {
306
306
  cursor: pointer;
307
307
  color: var(--color-text-link-hover-kololx, #033160);
308
308
  }
309
- .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9):focus {
309
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9):focus {
310
310
  outline: none;
311
311
  }
312
- .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9):active {
312
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9):active {
313
313
  color: var(--color-text-link-hover-kololx, #033160);
314
314
  }
315
- .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_variant-value-large_4c84z_tyyos_249:not(#\9):hover {
315
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_variant-value-large_4c84z_vt4lg_249:not(#\9):hover {
316
316
  text-decoration: underline;
317
317
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
318
318
  text-decoration-color: currentColor;
319
319
  }
320
- .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9) {
320
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9) {
321
321
  color: var(--color-text-interactive-default-eg5fsa, #414d5c);
322
322
  font-weight: 700;
323
323
  letter-spacing: 0.005em;
@@ -330,31 +330,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
330
330
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
331
331
  }
332
332
  @media (prefers-reduced-motion: reduce) {
333
- .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9) {
333
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9) {
334
334
  animation: none;
335
335
  transition: none;
336
336
  }
337
337
  }
338
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9) {
338
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9) {
339
339
  animation: none;
340
340
  transition: none;
341
341
  }
342
- .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9):hover {
342
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9):hover {
343
343
  cursor: pointer;
344
344
  color: var(--color-text-interactive-hover-v3lasm, #000716);
345
345
  }
346
- .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9):focus {
346
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9):focus {
347
347
  outline: none;
348
348
  }
349
- .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9):active {
349
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9):active {
350
350
  color: var(--color-text-interactive-active-vol84d, #000716);
351
351
  }
352
- .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_variant-top-navigation_4c84z_tyyos_283:not(#\9):hover {
352
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_variant-top-navigation_4c84z_vt4lg_283:not(#\9):hover {
353
353
  text-decoration: underline;
354
354
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
355
355
  text-decoration-color: transparent;
356
356
  }
357
- .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9) {
357
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9) {
358
358
  color: var(--color-text-link-default-5f186r, #0972d3);
359
359
  font-weight: var(--font-link-button-weight-4f1hjr, 800);
360
360
  letter-spacing: var(--font-link-button-letter-spacing-58wset, 0.005em);
@@ -367,31 +367,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
367
367
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
368
368
  }
369
369
  @media (prefers-reduced-motion: reduce) {
370
- .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9) {
370
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9) {
371
371
  animation: none;
372
372
  transition: none;
373
373
  }
374
374
  }
375
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9) {
375
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9) {
376
376
  animation: none;
377
377
  transition: none;
378
378
  }
379
- .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9):hover {
379
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9):hover {
380
380
  cursor: pointer;
381
381
  color: var(--color-text-link-hover-kololx, #033160);
382
382
  }
383
- .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9):focus {
383
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9):focus {
384
384
  outline: none;
385
385
  }
386
- .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9):active {
386
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9):active {
387
387
  color: var(--color-text-link-hover-kololx, #033160);
388
388
  }
389
- .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_variant-recovery_4c84z_tyyos_318:not(#\9):hover {
389
+ .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_variant-recovery_4c84z_vt4lg_318:not(#\9):hover {
390
390
  text-decoration: underline;
391
391
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
392
392
  text-decoration-color: var(--color-text-link-button-underline-hover-ei09le, transparent);
393
393
  }
394
- .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9) {
394
+ .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9) {
395
395
  -webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
396
396
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
397
397
  color: var(--color-text-link-button-normal-default-2yrp9u, #0972d3);
@@ -406,42 +406,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
406
406
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
407
407
  }
408
408
  @media (prefers-reduced-motion: reduce) {
409
- .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9) {
409
+ .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9) {
410
410
  animation: none;
411
411
  transition: none;
412
412
  }
413
413
  }
414
- .awsui-motion-disabled .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9), .awsui-mode-entering .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9) {
414
+ .awsui-motion-disabled .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9), .awsui-mode-entering .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9) {
415
415
  animation: none;
416
416
  transition: none;
417
417
  }
418
- .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9):hover {
418
+ .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9):hover {
419
419
  cursor: pointer;
420
420
  color: var(--color-text-link-button-normal-hover-gz8y5b, #033160);
421
421
  }
422
- .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9):focus {
422
+ .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9):focus {
423
423
  outline: none;
424
424
  }
425
- .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9):active {
425
+ .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9):active {
426
426
  color: var(--color-text-link-button-normal-active-8lhs8f, #033160);
427
427
  }
428
- .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9):active, .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9):focus, .awsui_link_4c84z_tyyos_93.awsui_button_4c84z_tyyos_353:not(#\9):hover {
428
+ .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9):active, .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9):focus, .awsui_link_4c84z_vt4lg_93.awsui_button_4c84z_vt4lg_353:not(#\9):hover {
429
429
  text-decoration: underline;
430
430
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
431
431
  text-decoration-color: transparent;
432
432
  }
433
- .awsui_link_4c84z_tyyos_93.awsui_color-inverted_4c84z_tyyos_390:not(#\9) {
433
+ .awsui_link_4c84z_vt4lg_93.awsui_color-inverted_4c84z_vt4lg_390:not(#\9) {
434
434
  color: var(--color-text-notification-default-2kpcxy, #fbfbfb);
435
435
  }
436
- .awsui_link_4c84z_tyyos_93.awsui_color-inverted_4c84z_tyyos_390:not(#\9):not(.awsui_button_4c84z_tyyos_353) {
436
+ .awsui_link_4c84z_vt4lg_93.awsui_color-inverted_4c84z_vt4lg_390:not(#\9):not(.awsui_button_4c84z_vt4lg_353) {
437
437
  text-decoration: underline;
438
438
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
439
439
  text-decoration-color: currentColor;
440
440
  }
441
- .awsui_link_4c84z_tyyos_93.awsui_color-inverted_4c84z_tyyos_390:not(#\9):hover {
441
+ .awsui_link_4c84z_vt4lg_93.awsui_color-inverted_4c84z_vt4lg_390:not(#\9):hover {
442
442
  color: var(--color-text-link-inverted-hover-5tnsdi, #ffffff);
443
443
  }
444
- .awsui_link_4c84z_tyyos_93[data-awsui-focus-visible=true]:not(#\9):focus {
444
+ body[data-awsui-focus-visible=true] .awsui_link_4c84z_vt4lg_93:not(#\9):focus {
445
445
  outline: thin dotted;
446
446
  outline: var(--border-link-focus-ring-outline-k2wccv, 0);
447
447
  outline-offset: 2px;
@@ -449,54 +449,54 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
449
449
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
450
450
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
451
451
  }
452
- .awsui_link_4c84z_tyyos_93.awsui_font-size-body-s_4c84z_tyyos_409:not(#\9) {
452
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-body-s_4c84z_vt4lg_409:not(#\9) {
453
453
  font-size: var(--font-body-s-size-ukw2p9, 12px);
454
454
  line-height: var(--font-body-s-line-height-kdsbrl, 16px);
455
455
  letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
456
456
  }
457
- .awsui_link_4c84z_tyyos_93.awsui_font-size-body-m_4c84z_tyyos_414:not(#\9) {
457
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-body-m_4c84z_vt4lg_414:not(#\9) {
458
458
  font-size: var(--font-body-m-size-sregvd, 14px);
459
459
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
460
460
  }
461
- .awsui_link_4c84z_tyyos_93.awsui_font-size-heading-xs_4c84z_tyyos_418:not(#\9) {
461
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-heading-xs_4c84z_vt4lg_418:not(#\9) {
462
462
  font-size: var(--font-heading-xs-size-fryxro, 14px);
463
463
  line-height: var(--font-heading-xs-line-height-5x131j, 18px);
464
464
  }
465
- .awsui_link_4c84z_tyyos_93.awsui_font-size-heading-s_4c84z_tyyos_422:not(#\9) {
465
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-heading-s_4c84z_vt4lg_422:not(#\9) {
466
466
  font-size: var(--font-heading-s-size-9clg8y, 16px);
467
467
  line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
468
468
  letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
469
469
  }
470
- .awsui_link_4c84z_tyyos_93.awsui_font-size-heading-m_4c84z_tyyos_427:not(#\9) {
470
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-heading-m_4c84z_vt4lg_427:not(#\9) {
471
471
  font-size: var(--font-heading-m-size-6e3jmg, 20px);
472
472
  line-height: var(--font-heading-m-line-height-u3t54f, 24px);
473
473
  letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
474
474
  }
475
- .awsui_link_4c84z_tyyos_93.awsui_font-size-heading-l_4c84z_tyyos_432:not(#\9) {
475
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-heading-l_4c84z_vt4lg_432:not(#\9) {
476
476
  font-size: var(--font-heading-l-size-otmxys, 24px);
477
477
  line-height: var(--font-heading-l-line-height-gev4n1, 30px);
478
478
  letter-spacing: var(--font-heading-l-letter-spacing-f6wvtk, -0.015em);
479
479
  }
480
- .awsui_link_4c84z_tyyos_93.awsui_font-size-heading-xl_4c84z_tyyos_437:not(#\9) {
480
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-heading-xl_4c84z_vt4lg_437:not(#\9) {
481
481
  font-size: var(--font-heading-xl-size-d0vjbk, 32px);
482
482
  line-height: var(--font-heading-xl-line-height-doxfdj, 40px);
483
483
  letter-spacing: var(--font-heading-xl-letter-spacing-9tcsmy, -0.02em);
484
484
  }
485
- .awsui_link_4c84z_tyyos_93.awsui_font-size-display-l_4c84z_tyyos_442:not(#\9) {
485
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-display-l_4c84z_vt4lg_442:not(#\9) {
486
486
  font-size: var(--font-display-l-size-03lgcb, 48px);
487
487
  line-height: var(--font-display-l-line-height-71tnj3, 54px);
488
488
  letter-spacing: var(--font-display-l-letter-spacing-4ff418, -0.03em);
489
489
  }
490
- .awsui_link_4c84z_tyyos_93.awsui_font-size-inherit_4c84z_tyyos_447:not(#\9) {
490
+ .awsui_link_4c84z_vt4lg_93.awsui_font-size-inherit_4c84z_vt4lg_447:not(#\9) {
491
491
  font-size: inherit;
492
492
  line-height: inherit;
493
493
  letter-spacing: inherit;
494
494
  }
495
495
 
496
- .awsui_icon-wrapper_4c84z_tyyos_453:not(#\9) {
496
+ .awsui_icon-wrapper_4c84z_vt4lg_453:not(#\9) {
497
497
  white-space: nowrap;
498
498
  }
499
499
 
500
- .awsui_icon_4c84z_tyyos_453:not(#\9) {
500
+ .awsui_icon_4c84z_vt4lg_453:not(#\9) {
501
501
  display: inline-block;
502
502
  }
@@ -2,25 +2,25 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "link": "awsui_link_4c84z_tyyos_93",
6
- "variant-secondary": "awsui_variant-secondary_4c84z_tyyos_140",
7
- "variant-primary": "awsui_variant-primary_4c84z_tyyos_177",
8
- "variant-info": "awsui_variant-info_4c84z_tyyos_212",
9
- "variant-value-large": "awsui_variant-value-large_4c84z_tyyos_249",
10
- "variant-top-navigation": "awsui_variant-top-navigation_4c84z_tyyos_283",
11
- "variant-recovery": "awsui_variant-recovery_4c84z_tyyos_318",
12
- "button": "awsui_button_4c84z_tyyos_353",
13
- "color-inverted": "awsui_color-inverted_4c84z_tyyos_390",
14
- "font-size-body-s": "awsui_font-size-body-s_4c84z_tyyos_409",
15
- "font-size-body-m": "awsui_font-size-body-m_4c84z_tyyos_414",
16
- "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_tyyos_418",
17
- "font-size-heading-s": "awsui_font-size-heading-s_4c84z_tyyos_422",
18
- "font-size-heading-m": "awsui_font-size-heading-m_4c84z_tyyos_427",
19
- "font-size-heading-l": "awsui_font-size-heading-l_4c84z_tyyos_432",
20
- "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_tyyos_437",
21
- "font-size-display-l": "awsui_font-size-display-l_4c84z_tyyos_442",
22
- "font-size-inherit": "awsui_font-size-inherit_4c84z_tyyos_447",
23
- "icon-wrapper": "awsui_icon-wrapper_4c84z_tyyos_453",
24
- "icon": "awsui_icon_4c84z_tyyos_453"
5
+ "link": "awsui_link_4c84z_vt4lg_93",
6
+ "variant-secondary": "awsui_variant-secondary_4c84z_vt4lg_140",
7
+ "variant-primary": "awsui_variant-primary_4c84z_vt4lg_177",
8
+ "variant-info": "awsui_variant-info_4c84z_vt4lg_212",
9
+ "variant-value-large": "awsui_variant-value-large_4c84z_vt4lg_249",
10
+ "variant-top-navigation": "awsui_variant-top-navigation_4c84z_vt4lg_283",
11
+ "variant-recovery": "awsui_variant-recovery_4c84z_vt4lg_318",
12
+ "button": "awsui_button_4c84z_vt4lg_353",
13
+ "color-inverted": "awsui_color-inverted_4c84z_vt4lg_390",
14
+ "font-size-body-s": "awsui_font-size-body-s_4c84z_vt4lg_409",
15
+ "font-size-body-m": "awsui_font-size-body-m_4c84z_vt4lg_414",
16
+ "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_vt4lg_418",
17
+ "font-size-heading-s": "awsui_font-size-heading-s_4c84z_vt4lg_422",
18
+ "font-size-heading-m": "awsui_font-size-heading-m_4c84z_vt4lg_427",
19
+ "font-size-heading-l": "awsui_font-size-heading-l_4c84z_vt4lg_432",
20
+ "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_vt4lg_437",
21
+ "font-size-display-l": "awsui_font-size-display-l_4c84z_vt4lg_442",
22
+ "font-size-inherit": "awsui_font-size-inherit_4c84z_vt4lg_447",
23
+ "icon-wrapper": "awsui_icon-wrapper_4c84z_vt4lg_453",
24
+ "icon": "awsui_icon_4c84z_vt4lg_453"
25
25
  };
26
26
 
@@ -102,7 +102,7 @@ export default function InternalMixedLineBarChart(_a) {
102
102
  visibleData: visibleSeries || [],
103
103
  statusType,
104
104
  });
105
- const showFilters = statusType === 'finished' && (!isEmpty || isNoMatch);
105
+ const showFilters = statusType === 'finished' && (!isEmpty || isNoMatch) && (additionalFilters || !hideFilter);
106
106
  const showLegend = !hideLegend && !isEmpty && statusType === 'finished';
107
107
  const reserveLegendSpace = !showChart && !hideLegend;
108
108
  const reserveFilterSpace = !showChart && !isNoMatch && (!hideFilter || additionalFilters);
@@ -1 +1 @@
1
- {"version":3,"file":"internal.js","sourceRoot":"lib/default/","sources":["mixed-line-bar-chart/internal.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { useEffect, useMemo, useRef, useState } from 'react';\nimport clsx from 'clsx';\n\nimport { getBaseProps } from '../internal/base-component';\nimport { fireNonCancelableEvent } from '../internal/events';\nimport InternalBox from '../box/internal';\nimport ChartStatusContainer, { getChartStatus } from '../internal/components/chart-status-container';\nimport { useControllable } from '../internal/hooks/use-controllable';\nimport { usePrevious } from '../internal/hooks/use-previous';\nimport { warnOnce } from '../internal/logging';\n\nimport { ChartDataTypes, MixedLineBarChartProps } from './interfaces';\nimport InternalChartFilters from './chart-filters';\nimport InternalChartLegend from './chart-legend';\nimport ChartContainer from './chart-container';\nimport cartesianStyles from '../internal/components/cartesian-chart/styles.css.js';\nimport styles from './styles.css.js';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport { isDevelopment } from '../internal/is-development';\nimport createCategoryColorScale from '../internal/utils/create-category-color-scale';\nimport { ScaledPoint } from './make-scaled-series';\nimport { useMergeRefs } from '../internal/hooks/use-merge-refs';\nimport { nodeContains } from '../internal/utils/dom';\nimport { SomeRequired } from '../internal/types';\nimport { isXThreshold, isYThreshold } from './utils';\n\ntype InternalMixedLineBarChartProps<T extends ChartDataTypes> = SomeRequired<\n MixedLineBarChartProps<T>,\n | 'series'\n | 'height'\n | 'xScaleType'\n | 'yScaleType'\n | 'stackedBars'\n | 'horizontalBars'\n | 'statusType'\n | 'detailPopoverSize'\n | 'emphasizeBaselineAxis'\n> &\n InternalBaseComponentProps;\n\nexport default function InternalMixedLineBarChart<T extends number | string | Date>({\n height,\n xScaleType,\n yScaleType,\n xDomain,\n yDomain,\n highlightedSeries: controlledHighlightedSeries,\n visibleSeries: controlledVisibleSeries,\n series: externalSeries,\n onFilterChange,\n onHighlightChange: controlledOnHighlightChange,\n i18nStrings,\n ariaLabel,\n ariaLabelledby,\n ariaDescription,\n xTitle,\n yTitle,\n stackedBars,\n horizontalBars,\n hideFilter,\n additionalFilters,\n hideLegend,\n legendTitle,\n statusType,\n detailPopoverSize,\n emphasizeBaselineAxis,\n empty,\n noMatch,\n errorText,\n loadingText,\n recoveryText,\n onRecoveryClick,\n __internalRootRef = null,\n ...props\n}: InternalMixedLineBarChartProps<T>) {\n const baseProps = getBaseProps(props);\n const containerRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const gotBarSeries = externalSeries.some(s => s.type === 'bar');\n const gotLineSeries = externalSeries.some(s => s.type === 'line');\n\n if (xScaleType !== 'categorical' && gotBarSeries) {\n warnOnce(\n 'MixedLineBarChart',\n `Bar series cannot be used with a ${xScaleType} scale. Use a categorical x axis instead.`\n );\n }\n\n if (horizontalBars && gotLineSeries) {\n warnOnce(\n 'MixedLineBarChart',\n `Property horizontalBars can only be used with charts that contain only bar or threshold series.`\n );\n }\n\n for (const s of externalSeries) {\n if (s.type === 'threshold' && s.x !== undefined && s.y !== undefined) {\n warnOnce('MixedLineBarChart', `Series of type \"threshold\" must contain either x or y property.`);\n }\n if (s.type === 'threshold' && s.x === undefined && s.y === undefined) {\n warnOnce('MixedLineBarChart', `Series of type \"threshold\" must contain either x or y property.`);\n }\n }\n }, [xScaleType, horizontalBars, externalSeries]);\n\n const series = useMemo(() => {\n // Generate series colors if not explicitly provided.\n // The thresholds use a dedicated colour scale.\n const colors = createCategoryColorScale(\n externalSeries,\n it => isYThreshold(it) || isXThreshold(it),\n it => it.color || null\n );\n\n return externalSeries.map((s, i) => ({ index: i, color: colors[i], series: s }));\n }, [externalSeries]);\n\n const [highlightedPoint, setHighlightedPoint] = useState<ScaledPoint<T> | null>(null);\n const [highlightedGroupIndex, setHighlightedGroupIndex] = useState<number | null>(null);\n const [highlightedSeries = null, setHighlightedSeries] = useControllable(\n controlledHighlightedSeries,\n controlledOnHighlightChange,\n null,\n {\n componentName: 'MixedLineBarChart',\n controlledProp: 'highlightedSeries',\n changeHandler: 'onHighlightChange',\n }\n );\n const [legendSeries, setLegendSeries] = useState<MixedLineBarChartProps.ChartSeries<T> | null>(highlightedSeries);\n useEffect(() => {\n setLegendSeries(controlledHighlightedSeries || null);\n }, [controlledHighlightedSeries]);\n\n const [externalVisibleSeries, setExternalVisibleSeries] = useControllable(\n controlledVisibleSeries,\n onFilterChange,\n externalSeries,\n {\n componentName: 'MixedLineBarChart',\n controlledProp: 'visibleSeries',\n changeHandler: 'onFilterChange',\n }\n );\n\n if (isDevelopment) {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n const previousSeries = usePrevious(externalSeries);\n\n const hasPrevious = !!(previousSeries && previousSeries.length);\n const hasCurrent = !!externalSeries.length;\n\n if (hasPrevious && hasCurrent && externalSeries !== previousSeries && !controlledVisibleSeries && !hideFilter) {\n warnOnce(\n 'MixedLineBarChart',\n 'The `series` value passed into the component changed. ' +\n 'This may cause problems with filtering - we recommend that you make the `series` value constant, ' +\n 'or provide a `visibleSeries` value that derives from the current `series` value.'\n );\n }\n }\n\n const visibleSeries = useMemo(\n () => series.filter(s => externalVisibleSeries?.indexOf(s.series) !== -1),\n [series, externalVisibleSeries]\n );\n\n const filterChange = (selectedSeries: ReadonlyArray<MixedLineBarChartProps.ChartSeries<T>>) => {\n setExternalVisibleSeries(selectedSeries);\n fireNonCancelableEvent(onFilterChange, {\n visibleSeries: selectedSeries,\n });\n };\n\n const onHighlightChange = (series: MixedLineBarChartProps.ChartSeries<T> | null) => {\n setHighlightedSeries(series);\n fireNonCancelableEvent(controlledOnHighlightChange, {\n highlightedSeries: series,\n });\n setLegendSeries(series);\n };\n\n const onBlur = (event: React.FocusEvent) => {\n if (event.relatedTarget && !nodeContains(containerRef.current, event.relatedTarget)) {\n highlightedSeries && onHighlightChange(highlightedSeries);\n setHighlightedPoint(null);\n setHighlightedGroupIndex(null);\n setLegendSeries(null);\n }\n };\n\n const { isEmpty, isNoMatch, showChart } = getChartStatus({\n externalData: externalSeries,\n visibleData: visibleSeries || [],\n statusType,\n });\n const showFilters = statusType === 'finished' && (!isEmpty || isNoMatch);\n const showLegend = !hideLegend && !isEmpty && statusType === 'finished';\n const reserveLegendSpace = !showChart && !hideLegend;\n const reserveFilterSpace = !showChart && !isNoMatch && (!hideFilter || additionalFilters);\n const mergedRef = useMergeRefs(containerRef, __internalRootRef);\n\n return (\n <div {...baseProps} className={clsx(baseProps.className, styles.root)} ref={mergedRef} onBlur={onBlur}>\n {showFilters && (\n <InternalBox className={cartesianStyles['filter-container']} margin={{ bottom: 'l' }}>\n <InternalChartFilters\n series={series}\n visibleSeries={externalVisibleSeries || []}\n onChange={filterChange}\n i18nStrings={i18nStrings}\n hideFilter={hideFilter}\n additionalFilters={additionalFilters}\n />\n </InternalBox>\n )}\n\n <div\n className={clsx(styles.content, {\n [styles['content--reserve-filter']]: reserveFilterSpace,\n [styles['content--reserve-legend']]: reserveLegendSpace,\n })}\n style={{ minHeight: height }}\n >\n <ChartStatusContainer\n isEmpty={isEmpty}\n isNoMatch={isNoMatch}\n showChart={showChart}\n statusType={statusType}\n empty={empty}\n noMatch={noMatch}\n loadingText={loadingText}\n errorText={errorText}\n recoveryText={recoveryText}\n onRecoveryClick={onRecoveryClick}\n />\n {showChart && (\n <ChartContainer\n height={height}\n xScaleType={xScaleType}\n yScaleType={yScaleType}\n xDomain={xDomain}\n yDomain={yDomain}\n xTickFormatter={i18nStrings?.xTickFormatter}\n yTickFormatter={i18nStrings?.yTickFormatter}\n emphasizeBaselineAxis={emphasizeBaselineAxis}\n stackedBars={stackedBars}\n horizontalBars={horizontalBars}\n series={series}\n visibleSeries={visibleSeries}\n highlightedSeries={highlightedSeries}\n onHighlightChange={onHighlightChange}\n highlightedPoint={highlightedPoint}\n setHighlightedPoint={setHighlightedPoint}\n highlightedGroupIndex={highlightedGroupIndex}\n setHighlightedGroupIndex={setHighlightedGroupIndex}\n detailPopoverSize={detailPopoverSize}\n xTitle={xTitle}\n yTitle={yTitle}\n ariaLabel={ariaLabel}\n ariaLabelledby={ariaLabelledby}\n ariaDescription={ariaDescription}\n i18nStrings={i18nStrings}\n plotContainerRef={containerRef}\n />\n )}\n </div>\n\n {showLegend && (\n <InternalBox margin={{ top: 'm' }}>\n <InternalChartLegend\n series={series}\n visibleSeries={externalVisibleSeries || []}\n highlightedSeries={legendSeries}\n onHighlightChange={onHighlightChange}\n legendTitle={legendTitle}\n ariaLabel={i18nStrings?.legendAriaLabel}\n plotContainerRef={containerRef}\n />\n </InternalBox>\n )}\n </div>\n );\n}\n"]}
1
+ {"version":3,"file":"internal.js","sourceRoot":"lib/default/","sources":["mixed-line-bar-chart/internal.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { useEffect, useMemo, useRef, useState } from 'react';\nimport clsx from 'clsx';\n\nimport { getBaseProps } from '../internal/base-component';\nimport { fireNonCancelableEvent } from '../internal/events';\nimport InternalBox from '../box/internal';\nimport ChartStatusContainer, { getChartStatus } from '../internal/components/chart-status-container';\nimport { useControllable } from '../internal/hooks/use-controllable';\nimport { usePrevious } from '../internal/hooks/use-previous';\nimport { warnOnce } from '../internal/logging';\n\nimport { ChartDataTypes, MixedLineBarChartProps } from './interfaces';\nimport InternalChartFilters from './chart-filters';\nimport InternalChartLegend from './chart-legend';\nimport ChartContainer from './chart-container';\nimport cartesianStyles from '../internal/components/cartesian-chart/styles.css.js';\nimport styles from './styles.css.js';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport { isDevelopment } from '../internal/is-development';\nimport createCategoryColorScale from '../internal/utils/create-category-color-scale';\nimport { ScaledPoint } from './make-scaled-series';\nimport { useMergeRefs } from '../internal/hooks/use-merge-refs';\nimport { nodeContains } from '../internal/utils/dom';\nimport { SomeRequired } from '../internal/types';\nimport { isXThreshold, isYThreshold } from './utils';\n\ntype InternalMixedLineBarChartProps<T extends ChartDataTypes> = SomeRequired<\n MixedLineBarChartProps<T>,\n | 'series'\n | 'height'\n | 'xScaleType'\n | 'yScaleType'\n | 'stackedBars'\n | 'horizontalBars'\n | 'statusType'\n | 'detailPopoverSize'\n | 'emphasizeBaselineAxis'\n> &\n InternalBaseComponentProps;\n\nexport default function InternalMixedLineBarChart<T extends number | string | Date>({\n height,\n xScaleType,\n yScaleType,\n xDomain,\n yDomain,\n highlightedSeries: controlledHighlightedSeries,\n visibleSeries: controlledVisibleSeries,\n series: externalSeries,\n onFilterChange,\n onHighlightChange: controlledOnHighlightChange,\n i18nStrings,\n ariaLabel,\n ariaLabelledby,\n ariaDescription,\n xTitle,\n yTitle,\n stackedBars,\n horizontalBars,\n hideFilter,\n additionalFilters,\n hideLegend,\n legendTitle,\n statusType,\n detailPopoverSize,\n emphasizeBaselineAxis,\n empty,\n noMatch,\n errorText,\n loadingText,\n recoveryText,\n onRecoveryClick,\n __internalRootRef = null,\n ...props\n}: InternalMixedLineBarChartProps<T>) {\n const baseProps = getBaseProps(props);\n const containerRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const gotBarSeries = externalSeries.some(s => s.type === 'bar');\n const gotLineSeries = externalSeries.some(s => s.type === 'line');\n\n if (xScaleType !== 'categorical' && gotBarSeries) {\n warnOnce(\n 'MixedLineBarChart',\n `Bar series cannot be used with a ${xScaleType} scale. Use a categorical x axis instead.`\n );\n }\n\n if (horizontalBars && gotLineSeries) {\n warnOnce(\n 'MixedLineBarChart',\n `Property horizontalBars can only be used with charts that contain only bar or threshold series.`\n );\n }\n\n for (const s of externalSeries) {\n if (s.type === 'threshold' && s.x !== undefined && s.y !== undefined) {\n warnOnce('MixedLineBarChart', `Series of type \"threshold\" must contain either x or y property.`);\n }\n if (s.type === 'threshold' && s.x === undefined && s.y === undefined) {\n warnOnce('MixedLineBarChart', `Series of type \"threshold\" must contain either x or y property.`);\n }\n }\n }, [xScaleType, horizontalBars, externalSeries]);\n\n const series = useMemo(() => {\n // Generate series colors if not explicitly provided.\n // The thresholds use a dedicated colour scale.\n const colors = createCategoryColorScale(\n externalSeries,\n it => isYThreshold(it) || isXThreshold(it),\n it => it.color || null\n );\n\n return externalSeries.map((s, i) => ({ index: i, color: colors[i], series: s }));\n }, [externalSeries]);\n\n const [highlightedPoint, setHighlightedPoint] = useState<ScaledPoint<T> | null>(null);\n const [highlightedGroupIndex, setHighlightedGroupIndex] = useState<number | null>(null);\n const [highlightedSeries = null, setHighlightedSeries] = useControllable(\n controlledHighlightedSeries,\n controlledOnHighlightChange,\n null,\n {\n componentName: 'MixedLineBarChart',\n controlledProp: 'highlightedSeries',\n changeHandler: 'onHighlightChange',\n }\n );\n const [legendSeries, setLegendSeries] = useState<MixedLineBarChartProps.ChartSeries<T> | null>(highlightedSeries);\n useEffect(() => {\n setLegendSeries(controlledHighlightedSeries || null);\n }, [controlledHighlightedSeries]);\n\n const [externalVisibleSeries, setExternalVisibleSeries] = useControllable(\n controlledVisibleSeries,\n onFilterChange,\n externalSeries,\n {\n componentName: 'MixedLineBarChart',\n controlledProp: 'visibleSeries',\n changeHandler: 'onFilterChange',\n }\n );\n\n if (isDevelopment) {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n const previousSeries = usePrevious(externalSeries);\n\n const hasPrevious = !!(previousSeries && previousSeries.length);\n const hasCurrent = !!externalSeries.length;\n\n if (hasPrevious && hasCurrent && externalSeries !== previousSeries && !controlledVisibleSeries && !hideFilter) {\n warnOnce(\n 'MixedLineBarChart',\n 'The `series` value passed into the component changed. ' +\n 'This may cause problems with filtering - we recommend that you make the `series` value constant, ' +\n 'or provide a `visibleSeries` value that derives from the current `series` value.'\n );\n }\n }\n\n const visibleSeries = useMemo(\n () => series.filter(s => externalVisibleSeries?.indexOf(s.series) !== -1),\n [series, externalVisibleSeries]\n );\n\n const filterChange = (selectedSeries: ReadonlyArray<MixedLineBarChartProps.ChartSeries<T>>) => {\n setExternalVisibleSeries(selectedSeries);\n fireNonCancelableEvent(onFilterChange, {\n visibleSeries: selectedSeries,\n });\n };\n\n const onHighlightChange = (series: MixedLineBarChartProps.ChartSeries<T> | null) => {\n setHighlightedSeries(series);\n fireNonCancelableEvent(controlledOnHighlightChange, {\n highlightedSeries: series,\n });\n setLegendSeries(series);\n };\n\n const onBlur = (event: React.FocusEvent) => {\n if (event.relatedTarget && !nodeContains(containerRef.current, event.relatedTarget)) {\n highlightedSeries && onHighlightChange(highlightedSeries);\n setHighlightedPoint(null);\n setHighlightedGroupIndex(null);\n setLegendSeries(null);\n }\n };\n\n const { isEmpty, isNoMatch, showChart } = getChartStatus({\n externalData: externalSeries,\n visibleData: visibleSeries || [],\n statusType,\n });\n const showFilters = statusType === 'finished' && (!isEmpty || isNoMatch) && (additionalFilters || !hideFilter);\n const showLegend = !hideLegend && !isEmpty && statusType === 'finished';\n const reserveLegendSpace = !showChart && !hideLegend;\n const reserveFilterSpace = !showChart && !isNoMatch && (!hideFilter || additionalFilters);\n const mergedRef = useMergeRefs(containerRef, __internalRootRef);\n\n return (\n <div {...baseProps} className={clsx(baseProps.className, styles.root)} ref={mergedRef} onBlur={onBlur}>\n {showFilters && (\n <InternalBox className={cartesianStyles['filter-container']} margin={{ bottom: 'l' }}>\n <InternalChartFilters\n series={series}\n visibleSeries={externalVisibleSeries || []}\n onChange={filterChange}\n i18nStrings={i18nStrings}\n hideFilter={hideFilter}\n additionalFilters={additionalFilters}\n />\n </InternalBox>\n )}\n\n <div\n className={clsx(styles.content, {\n [styles['content--reserve-filter']]: reserveFilterSpace,\n [styles['content--reserve-legend']]: reserveLegendSpace,\n })}\n style={{ minHeight: height }}\n >\n <ChartStatusContainer\n isEmpty={isEmpty}\n isNoMatch={isNoMatch}\n showChart={showChart}\n statusType={statusType}\n empty={empty}\n noMatch={noMatch}\n loadingText={loadingText}\n errorText={errorText}\n recoveryText={recoveryText}\n onRecoveryClick={onRecoveryClick}\n />\n {showChart && (\n <ChartContainer\n height={height}\n xScaleType={xScaleType}\n yScaleType={yScaleType}\n xDomain={xDomain}\n yDomain={yDomain}\n xTickFormatter={i18nStrings?.xTickFormatter}\n yTickFormatter={i18nStrings?.yTickFormatter}\n emphasizeBaselineAxis={emphasizeBaselineAxis}\n stackedBars={stackedBars}\n horizontalBars={horizontalBars}\n series={series}\n visibleSeries={visibleSeries}\n highlightedSeries={highlightedSeries}\n onHighlightChange={onHighlightChange}\n highlightedPoint={highlightedPoint}\n setHighlightedPoint={setHighlightedPoint}\n highlightedGroupIndex={highlightedGroupIndex}\n setHighlightedGroupIndex={setHighlightedGroupIndex}\n detailPopoverSize={detailPopoverSize}\n xTitle={xTitle}\n yTitle={yTitle}\n ariaLabel={ariaLabel}\n ariaLabelledby={ariaLabelledby}\n ariaDescription={ariaDescription}\n i18nStrings={i18nStrings}\n plotContainerRef={containerRef}\n />\n )}\n </div>\n\n {showLegend && (\n <InternalBox margin={{ top: 'm' }}>\n <InternalChartLegend\n series={series}\n visibleSeries={externalVisibleSeries || []}\n highlightedSeries={legendSeries}\n onHighlightChange={onHighlightChange}\n legendTitle={legendTitle}\n ariaLabel={i18nStrings?.legendAriaLabel}\n plotContainerRef={containerRef}\n />\n </InternalBox>\n )}\n </div>\n );\n}\n"]}
package/package.json CHANGED
@@ -108,7 +108,7 @@
108
108
  "./internal/base-component/index.js",
109
109
  "./internal/base-component/styles.css.js"
110
110
  ],
111
- "version": "3.0.245",
111
+ "version": "3.0.247",
112
112
  "repository": {
113
113
  "type": "git",
114
114
  "url": "https://github.com/cloudscape-design/components.git"
@@ -1 +1 @@
1
- {"version":3,"file":"internal.d.ts","sourceRoot":"lib/default/","sources":["pagination/internal.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAgE/C,KAAK,uBAAuB,GAAG,eAAe,GAAG,0BAA0B,CAAC;AAE5E,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,eAAe,EACf,mBAAmB,EACnB,iBAAwB,EACxB,GAAG,IAAI,EACR,EAAE,uBAAuB,eA0FzB"}
1
+ {"version":3,"file":"internal.d.ts","sourceRoot":"lib/default/","sources":["pagination/internal.tsx"],"names":[],"mappings":";AASA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AA8D/C,KAAK,uBAAuB,GAAG,eAAe,GAAG,0BAA0B,CAAC;AAE5E,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,eAAe,EACf,mBAAmB,EACnB,iBAAwB,EACxB,GAAG,IAAI,EACR,EAAE,uBAAuB,eA0FzB"}
@@ -6,7 +6,6 @@ import React from 'react';
6
6
  import InternalIcon from '../icon/internal';
7
7
  import { fireNonCancelableEvent } from '../internal/events';
8
8
  import { getBaseProps } from '../internal/base-component';
9
- import useFocusVisible from '../internal/hooks/focus-visible';
10
9
  import styles from './styles.css.js';
11
10
  import { getPaginationState, range } from './utils';
12
11
  import { useInternalI18n } from '../internal/i18n/context';
@@ -17,13 +16,12 @@ const defaultAriaLabels = {
17
16
  pageLabel: pageNumber => `${pageNumber}`,
18
17
  };
19
18
  function PageButton({ className, ariaLabel, disabled, pageIndex, isCurrent = false, children, onClick, }) {
20
- const focusVisible = useFocusVisible();
21
19
  function handleClick(event) {
22
20
  event.preventDefault();
23
21
  onClick(pageIndex);
24
22
  }
25
23
  return (React.createElement("li", { className: styles['page-item'] },
26
- React.createElement("button", Object.assign({}, focusVisible, { className: clsx(className, styles.button, disabled && styles['button-disabled'], isCurrent && styles['button-current']), type: "button", "aria-label": ariaLabel, disabled: disabled, onClick: handleClick, "aria-current": isCurrent }), children)));
24
+ React.createElement("button", { className: clsx(className, styles.button, disabled && styles['button-disabled'], isCurrent && styles['button-current']), type: "button", "aria-label": ariaLabel, disabled: disabled, onClick: handleClick, "aria-current": isCurrent }, children)));
27
25
  }
28
26
  function PageNumber(_a) {
29
27
  var { pageIndex } = _a, rest = __rest(_a, ["pageIndex"]);