@cloudscape-design/components 3.0.317 → 3.0.319

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/drawer/interfaces.d.ts +0 -7
  5. package/app-layout/drawer/interfaces.d.ts.map +1 -1
  6. package/app-layout/drawer/interfaces.js.map +1 -1
  7. package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
  8. package/app-layout/drawer/resizable-drawer.js +3 -3
  9. package/app-layout/drawer/resizable-drawer.js.map +1 -1
  10. package/app-layout/index.d.ts.map +1 -1
  11. package/app-layout/index.js +19 -2
  12. package/app-layout/index.js.map +1 -1
  13. package/app-layout/notifications/styles.css.js +3 -3
  14. package/app-layout/notifications/styles.scoped.css +7 -7
  15. package/app-layout/notifications/styles.selectors.js +3 -3
  16. package/app-layout/runtime-api.d.ts +8 -0
  17. package/app-layout/runtime-api.d.ts.map +1 -0
  18. package/app-layout/runtime-api.js +35 -0
  19. package/app-layout/runtime-api.js.map +1 -0
  20. package/app-layout/styles.css.js +17 -13
  21. package/app-layout/styles.scoped.css +44 -13
  22. package/app-layout/styles.selectors.js +17 -13
  23. package/app-layout/utils/interfaces.d.ts +10 -0
  24. package/app-layout/utils/interfaces.d.ts.map +1 -0
  25. package/app-layout/utils/interfaces.js +2 -0
  26. package/app-layout/utils/interfaces.js.map +1 -0
  27. package/app-layout/utils/use-drawer-focus-control.d.ts.map +1 -1
  28. package/app-layout/utils/use-drawer-focus-control.js +8 -3
  29. package/app-layout/utils/use-drawer-focus-control.js.map +1 -1
  30. package/app-layout/utils/use-keyboard-events.d.ts +4 -0
  31. package/app-layout/utils/use-keyboard-events.d.ts.map +1 -0
  32. package/{split-panel → app-layout}/utils/use-keyboard-events.js +10 -11
  33. package/app-layout/utils/use-keyboard-events.js.map +1 -0
  34. package/app-layout/utils/use-pointer-events.d.ts +3 -0
  35. package/app-layout/utils/use-pointer-events.d.ts.map +1 -0
  36. package/{split-panel → app-layout}/utils/use-pointer-events.js +15 -8
  37. package/app-layout/utils/use-pointer-events.js.map +1 -0
  38. package/app-layout/utils/use-resize.d.ts +16 -0
  39. package/app-layout/utils/use-resize.d.ts.map +1 -0
  40. package/app-layout/utils/use-resize.js +84 -0
  41. package/app-layout/utils/use-resize.js.map +1 -0
  42. package/app-layout/visual-refresh/context.d.ts +11 -6
  43. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  44. package/app-layout/visual-refresh/context.js +26 -7
  45. package/app-layout/visual-refresh/context.js.map +1 -1
  46. package/app-layout/visual-refresh/drawers.d.ts +1 -33
  47. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  48. package/app-layout/visual-refresh/drawers.js +14 -7
  49. package/app-layout/visual-refresh/drawers.js.map +1 -1
  50. package/app-layout/visual-refresh/styles.css.js +69 -68
  51. package/app-layout/visual-refresh/styles.scoped.css +294 -298
  52. package/app-layout/visual-refresh/styles.selectors.js +69 -68
  53. package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
  54. package/app-layout/visual-refresh/trigger-button.js +1 -2
  55. package/app-layout/visual-refresh/trigger-button.js.map +1 -1
  56. package/area-chart/{model/async-store.d.ts → async-store/index.d.ts} +1 -1
  57. package/area-chart/async-store/index.d.ts.map +1 -0
  58. package/area-chart/{model/async-store.js → async-store/index.js} +1 -1
  59. package/area-chart/async-store/index.js.map +1 -0
  60. package/area-chart/elements/area-chart-legend.d.ts.map +1 -1
  61. package/area-chart/elements/area-chart-legend.js +1 -1
  62. package/area-chart/elements/area-chart-legend.js.map +1 -1
  63. package/area-chart/elements/data-series.js +1 -1
  64. package/area-chart/elements/data-series.js.map +1 -1
  65. package/area-chart/elements/highlighted-point.js +1 -1
  66. package/area-chart/elements/highlighted-point.js.map +1 -1
  67. package/area-chart/elements/use-highlight-details.d.ts.map +1 -1
  68. package/area-chart/elements/use-highlight-details.js +3 -1
  69. package/area-chart/elements/use-highlight-details.js.map +1 -1
  70. package/area-chart/elements/vertical-marker.js +1 -1
  71. package/area-chart/elements/vertical-marker.js.map +1 -1
  72. package/area-chart/model/index.d.ts +1 -1
  73. package/area-chart/model/index.d.ts.map +1 -1
  74. package/area-chart/model/index.js.map +1 -1
  75. package/area-chart/model/interactions-store.d.ts +1 -1
  76. package/area-chart/model/interactions-store.d.ts.map +1 -1
  77. package/area-chart/model/interactions-store.js +1 -1
  78. package/area-chart/model/interactions-store.js.map +1 -1
  79. package/area-chart/model/use-chart-model.d.ts.map +1 -1
  80. package/area-chart/model/use-chart-model.js +1 -1
  81. package/area-chart/model/use-chart-model.js.map +1 -1
  82. package/attribute-editor/interfaces.d.ts +1 -1
  83. package/attribute-editor/interfaces.d.ts.map +1 -1
  84. package/attribute-editor/interfaces.js.map +1 -1
  85. package/content-layout/styles.css.js +7 -7
  86. package/content-layout/styles.scoped.css +13 -13
  87. package/content-layout/styles.selectors.js +7 -7
  88. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  89. package/expandable-section/expandable-section-header.js +10 -10
  90. package/expandable-section/expandable-section-header.js.map +1 -1
  91. package/expandable-section/interfaces.d.ts +1 -1
  92. package/expandable-section/interfaces.js.map +1 -1
  93. package/expandable-section/styles.css.js +31 -29
  94. package/expandable-section/styles.scoped.css +56 -51
  95. package/expandable-section/styles.selectors.js +31 -29
  96. package/expandable-section/utils.js +1 -1
  97. package/expandable-section/utils.js.map +1 -1
  98. package/flashbar/styles.css.js +45 -45
  99. package/flashbar/styles.scoped.css +169 -169
  100. package/flashbar/styles.selectors.js +45 -45
  101. package/internal/environment.js +1 -1
  102. package/internal/generated/custom-css-properties/index.js +39 -39
  103. package/internal/generated/custom-css-properties/index.js.map +1 -1
  104. package/internal/manifest.json +1 -1
  105. package/internal/plugins/api.d.ts +15 -0
  106. package/internal/plugins/api.d.ts.map +1 -0
  107. package/internal/plugins/api.js +50 -0
  108. package/internal/plugins/api.js.map +1 -0
  109. package/internal/plugins/drawers-controller.d.ts +22 -0
  110. package/internal/plugins/drawers-controller.d.ts.map +1 -0
  111. package/internal/plugins/drawers-controller.js +34 -0
  112. package/internal/plugins/drawers-controller.js.map +1 -0
  113. package/internal/plugins/index.d.ts +2 -0
  114. package/internal/plugins/index.d.ts.map +1 -0
  115. package/internal/plugins/index.js +4 -0
  116. package/internal/plugins/index.js.map +1 -0
  117. package/mixed-line-bar-chart/data-series.d.ts.map +1 -1
  118. package/mixed-line-bar-chart/data-series.js +8 -2
  119. package/mixed-line-bar-chart/data-series.js.map +1 -1
  120. package/package.json +1 -1
  121. package/split-panel/index.d.ts.map +1 -1
  122. package/split-panel/index.js +3 -3
  123. package/split-panel/index.js.map +1 -1
  124. package/split-panel/interfaces.d.ts +0 -7
  125. package/split-panel/interfaces.d.ts.map +1 -1
  126. package/split-panel/interfaces.js.map +1 -1
  127. package/split-panel/styles.css.js +56 -59
  128. package/split-panel/styles.scoped.css +77 -93
  129. package/split-panel/styles.selectors.js +56 -59
  130. package/table/body-cell/td-element.d.ts +2 -2
  131. package/table/body-cell/td-element.d.ts.map +1 -1
  132. package/table/body-cell/td-element.js +2 -2
  133. package/table/body-cell/td-element.js.map +1 -1
  134. package/table/column-widths-utils.d.ts +3 -0
  135. package/table/column-widths-utils.d.ts.map +1 -0
  136. package/table/column-widths-utils.js +16 -0
  137. package/table/column-widths-utils.js.map +1 -0
  138. package/table/header-cell/index.d.ts +3 -3
  139. package/table/header-cell/index.d.ts.map +1 -1
  140. package/table/header-cell/index.js +2 -2
  141. package/table/header-cell/index.js.map +1 -1
  142. package/table/internal.d.ts.map +1 -1
  143. package/table/internal.js +15 -10
  144. package/table/internal.js.map +1 -1
  145. package/table/resizer/index.d.ts.map +1 -1
  146. package/table/resizer/index.js +2 -2
  147. package/table/resizer/index.js.map +1 -1
  148. package/table/sticky-columns/index.d.ts +2 -0
  149. package/table/sticky-columns/index.d.ts.map +1 -0
  150. package/table/sticky-columns/index.js +4 -0
  151. package/table/sticky-columns/index.js.map +1 -0
  152. package/table/{use-sticky-columns.d.ts → sticky-columns/use-sticky-columns.d.ts} +7 -9
  153. package/table/sticky-columns/use-sticky-columns.d.ts.map +1 -0
  154. package/table/{use-sticky-columns.js → sticky-columns/use-sticky-columns.js} +3 -4
  155. package/table/sticky-columns/use-sticky-columns.js.map +1 -0
  156. package/table/sticky-scrollbar/index.d.ts +2 -0
  157. package/table/sticky-scrollbar/index.d.ts.map +1 -0
  158. package/table/sticky-scrollbar/index.js +4 -0
  159. package/table/sticky-scrollbar/index.js.map +1 -0
  160. package/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -0
  161. package/table/{sticky-scrollbar.js → sticky-scrollbar/sticky-scrollbar.js} +2 -2
  162. package/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -0
  163. package/table/sticky-scrollbar/styles.css.js +9 -0
  164. package/table/sticky-scrollbar/styles.scoped.css +22 -0
  165. package/table/sticky-scrollbar/styles.selectors.js +10 -0
  166. package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts.map +1 -0
  167. package/table/{use-sticky-scrollbar.js → sticky-scrollbar/use-sticky-scrollbar.js} +3 -3
  168. package/table/sticky-scrollbar/use-sticky-scrollbar.js.map +1 -0
  169. package/table/styles.css.js +32 -36
  170. package/table/styles.scoped.css +40 -59
  171. package/table/styles.selectors.js +32 -36
  172. package/table/thead.d.ts +2 -1
  173. package/table/thead.d.ts.map +1 -1
  174. package/table/thead.js +4 -4
  175. package/table/thead.js.map +1 -1
  176. package/table/use-column-widths.d.ts +10 -8
  177. package/table/use-column-widths.d.ts.map +1 -1
  178. package/table/use-column-widths.js +30 -47
  179. package/table/use-column-widths.js.map +1 -1
  180. package/table/utils.d.ts +1 -1
  181. package/table/utils.d.ts.map +1 -1
  182. package/table/utils.js.map +1 -1
  183. package/test-utils/dom/app-layout/index.d.ts +1 -1
  184. package/test-utils/tsconfig.tsbuildinfo +1 -1
  185. package/wizard/styles.css.js +31 -31
  186. package/wizard/styles.scoped.css +63 -63
  187. package/wizard/styles.selectors.js +31 -31
  188. package/area-chart/model/async-store.d.ts.map +0 -1
  189. package/area-chart/model/async-store.js.map +0 -1
  190. package/split-panel/utils/use-keyboard-events.d.ts +0 -4
  191. package/split-panel/utils/use-keyboard-events.d.ts.map +0 -1
  192. package/split-panel/utils/use-keyboard-events.js.map +0 -1
  193. package/split-panel/utils/use-pointer-events.d.ts +0 -3
  194. package/split-panel/utils/use-pointer-events.d.ts.map +0 -1
  195. package/split-panel/utils/use-pointer-events.js.map +0 -1
  196. package/table/sticky-scrollbar.d.ts.map +0 -1
  197. package/table/sticky-scrollbar.js.map +0 -1
  198. package/table/use-sticky-columns.d.ts.map +0 -1
  199. package/table/use-sticky-columns.js.map +0 -1
  200. package/table/use-sticky-scrollbar.d.ts.map +0 -1
  201. package/table/use-sticky-scrollbar.js.map +0 -1
  202. /package/table/{sticky-scrollbar.d.ts → sticky-scrollbar/sticky-scrollbar.d.ts} +0 -0
  203. /package/table/{use-sticky-scrollbar.d.ts → sticky-scrollbar/use-sticky-scrollbar.d.ts} +0 -0
@@ -1,36 +1,36 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1xupv_1gsij_94",
5
- "wizard": "awsui_wizard_1xupv_1gsij_107",
6
- "refresh": "awsui_refresh_1xupv_1gsij_107",
7
- "small-container": "awsui_small-container_1xupv_1gsij_114",
8
- "navigation": "awsui_navigation_1xupv_1gsij_123",
9
- "number": "awsui_number_1xupv_1gsij_185",
10
- "circle": "awsui_circle_1xupv_1gsij_201",
11
- "title": "awsui_title_1xupv_1gsij_209",
12
- "active": "awsui_active_1xupv_1gsij_238",
13
- "disabled": "awsui_disabled_1xupv_1gsij_249",
14
- "enabled": "awsui_enabled_1xupv_1gsij_259",
15
- "form": "awsui_form_1xupv_1gsij_301",
16
- "form-header": "awsui_form-header_1xupv_1gsij_307",
17
- "background": "awsui_background_1xupv_1gsij_318",
18
- "form-header-content": "awsui_form-header-content_1xupv_1gsij_330",
19
- "form-component": "awsui_form-component_1xupv_1gsij_334",
20
- "hidden": "awsui_hidden_1xupv_1gsij_348",
21
- "collapsed-steps": "awsui_collapsed-steps_1xupv_1gsij_352",
22
- "collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1gsij_357",
23
- "form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_1gsij_361",
24
- "form-header-component": "awsui_form-header-component_1xupv_1gsij_361",
25
- "navigation-link": "awsui_navigation-link_1xupv_1gsij_374",
26
- "navigation-link-item": "awsui_navigation-link-item_1xupv_1gsij_375",
27
- "navigation-link-label": "awsui_navigation-link-label_1xupv_1gsij_376",
28
- "navigation-link-active": "awsui_navigation-link-active_1xupv_1gsij_380",
29
- "navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1gsij_385",
30
- "cancel-button": "awsui_cancel-button_1xupv_1gsij_389",
31
- "previous-button": "awsui_previous-button_1xupv_1gsij_390",
32
- "primary-button": "awsui_primary-button_1xupv_1gsij_391",
33
- "skip-to-button": "awsui_skip-to-button_1xupv_1gsij_392",
34
- "action-buttons": "awsui_action-buttons_1xupv_1gsij_396"
4
+ "root": "awsui_root_1xupv_1dj8u_94",
5
+ "wizard": "awsui_wizard_1xupv_1dj8u_107",
6
+ "refresh": "awsui_refresh_1xupv_1dj8u_107",
7
+ "small-container": "awsui_small-container_1xupv_1dj8u_114",
8
+ "navigation": "awsui_navigation_1xupv_1dj8u_123",
9
+ "number": "awsui_number_1xupv_1dj8u_185",
10
+ "circle": "awsui_circle_1xupv_1dj8u_201",
11
+ "title": "awsui_title_1xupv_1dj8u_209",
12
+ "active": "awsui_active_1xupv_1dj8u_238",
13
+ "disabled": "awsui_disabled_1xupv_1dj8u_249",
14
+ "enabled": "awsui_enabled_1xupv_1dj8u_259",
15
+ "form": "awsui_form_1xupv_1dj8u_301",
16
+ "form-header": "awsui_form-header_1xupv_1dj8u_307",
17
+ "background": "awsui_background_1xupv_1dj8u_318",
18
+ "form-header-content": "awsui_form-header-content_1xupv_1dj8u_330",
19
+ "form-component": "awsui_form-component_1xupv_1dj8u_334",
20
+ "hidden": "awsui_hidden_1xupv_1dj8u_348",
21
+ "collapsed-steps": "awsui_collapsed-steps_1xupv_1dj8u_352",
22
+ "collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1dj8u_357",
23
+ "form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_1dj8u_361",
24
+ "form-header-component": "awsui_form-header-component_1xupv_1dj8u_361",
25
+ "navigation-link": "awsui_navigation-link_1xupv_1dj8u_374",
26
+ "navigation-link-item": "awsui_navigation-link-item_1xupv_1dj8u_375",
27
+ "navigation-link-label": "awsui_navigation-link-label_1xupv_1dj8u_376",
28
+ "navigation-link-active": "awsui_navigation-link-active_1xupv_1dj8u_380",
29
+ "navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1dj8u_385",
30
+ "cancel-button": "awsui_cancel-button_1xupv_1dj8u_389",
31
+ "previous-button": "awsui_previous-button_1xupv_1dj8u_390",
32
+ "primary-button": "awsui_primary-button_1xupv_1dj8u_391",
33
+ "skip-to-button": "awsui_skip-to-button_1xupv_1dj8u_392",
34
+ "action-buttons": "awsui_action-buttons_1xupv_1dj8u_396"
35
35
  };
36
36
 
@@ -91,7 +91,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
93
  /* stylelint-disable selector-max-universal, selector-max-type */
94
- .awsui_root_1xupv_1gsij_94:not(#\9) {
94
+ .awsui_root_1xupv_1dj8u_94:not(#\9) {
95
95
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
96
96
  border-collapse: separate;
97
97
  border-spacing: 0;
@@ -130,28 +130,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
130
130
  -moz-osx-font-smoothing: auto;
131
131
  }
132
132
 
133
- .awsui_wizard_1xupv_1gsij_107.awsui_refresh_1xupv_1gsij_107:not(#\9) {
133
+ .awsui_wizard_1xupv_1dj8u_107.awsui_refresh_1xupv_1dj8u_107:not(#\9) {
134
134
  column-gap: var(--space-xl-gsucfg, 24px);
135
135
  display: grid;
136
136
  grid-template-columns: auto minmax(0, 1fr);
137
137
  grid-template-rows: auto 1fr;
138
138
  row-gap: var(--space-scaled-xl-jawob6, 24px);
139
139
  }
140
- .awsui_wizard_1xupv_1gsij_107.awsui_refresh_1xupv_1gsij_107.awsui_small-container_1xupv_1gsij_114:not(#\9) {
140
+ .awsui_wizard_1xupv_1dj8u_107.awsui_refresh_1xupv_1dj8u_107.awsui_small-container_1xupv_1dj8u_114:not(#\9) {
141
141
  grid-template-columns: minmax(0, 1fr) 0;
142
142
  row-gap: var(--space-scaled-l-2rs0gk, 20px);
143
143
  }
144
144
 
145
- .awsui_wizard_1xupv_1gsij_107:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) {
145
+ .awsui_wizard_1xupv_1dj8u_107:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) {
146
146
  display: flex;
147
147
  }
148
148
 
149
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107:not(#\9) {
149
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107:not(#\9) {
150
150
  grid-column: 1;
151
151
  grid-row: 1/span 2;
152
- padding-top: var(--awsui-container-first-gap-8nglyc, 0px);
152
+ padding-top: var(--awsui-container-first-gap-zw2xxa, 0px);
153
153
  }
154
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul:not(#\9) {
154
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul:not(#\9) {
155
155
  background: var(--color-background-container-content-og3y0v, #ffffff);
156
156
  position: relative;
157
157
  border-radius: var(--border-radius-container-pmtq2d, 16px);
@@ -161,7 +161,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
161
161
  width: 280px;
162
162
  box-sizing: border-box;
163
163
  }
164
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul:not(#\9)::before {
164
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul:not(#\9)::before {
165
165
  content: "";
166
166
  position: absolute;
167
167
  left: 0px;
@@ -176,7 +176,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
176
176
  border-radius: var(--border-radius-container-pmtq2d, 16px);
177
177
  z-index: 1;
178
178
  }
179
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul:not(#\9)::after {
179
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul:not(#\9)::after {
180
180
  content: "";
181
181
  position: absolute;
182
182
  left: 0px;
@@ -191,30 +191,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
191
191
  mix-blend-mode: multiply;
192
192
  }
193
193
  @media screen and (-ms-high-contrast: active) {
194
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul:not(#\9) {
194
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul:not(#\9) {
195
195
  border: var(--border-field-width-riro62, 2px) solid var(--color-border-container-top-camjrq, transparent);
196
196
  }
197
197
  }
198
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li:not(#\9) {
198
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li:not(#\9) {
199
199
  display: grid;
200
200
  column-gap: var(--space-s-hdd878, 12px);
201
201
  grid-template-columns: var(--space-l-f4l5gr, 20px) 1fr;
202
202
  grid-template-rows: repeat(2, auto);
203
203
  }
204
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li > hr:not(#\9) {
204
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li > hr:not(#\9) {
205
205
  background-color: var(--color-border-divider-default-9o8zql, #e9ebed);
206
206
  border: 0;
207
207
  grid-column: 1;
208
208
  height: 100%;
209
209
  width: var(--space-xxxs-j6dpcy, 2px);
210
210
  }
211
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li > .awsui_number_1xupv_1gsij_185:not(#\9) {
211
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li > .awsui_number_1xupv_1dj8u_185:not(#\9) {
212
212
  color: var(--color-text-small-l0u24v, #5f6b7a);
213
213
  font-size: var(--font-body-s-size-6jmxer, 12px);
214
214
  grid-column: 2;
215
215
  grid-row: 1;
216
216
  }
217
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li > a:not(#\9) {
217
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li > a:not(#\9) {
218
218
  align-items: start;
219
219
  column-gap: var(--space-s-hdd878, 12px);
220
220
  cursor: pointer;
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
224
224
  grid-row: 2;
225
225
  grid-template-columns: var(--space-l-f4l5gr, 20px) 1fr;
226
226
  }
227
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li > a > .awsui_circle_1xupv_1gsij_201:not(#\9) {
227
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li > a > .awsui_circle_1xupv_1dj8u_201:not(#\9) {
228
228
  border-radius: 100%;
229
229
  grid-column: 1;
230
230
  height: 10px;
@@ -232,13 +232,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
232
232
  margin-top: 6px;
233
233
  width: 10px;
234
234
  }
235
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li > a > .awsui_title_1xupv_1gsij_209:not(#\9) {
235
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li > a > .awsui_title_1xupv_1dj8u_209:not(#\9) {
236
236
  min-width: 0;
237
237
  -ms-word-break: break-all;
238
238
  word-break: break-word;
239
239
  grid-column: 2;
240
240
  }
241
- body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li > a:not(#\9):focus {
241
+ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li > a:not(#\9):focus {
242
242
  outline: thin dotted;
243
243
  outline: var(--border-link-focus-ring-outline-pwlekd, 0);
244
244
  outline-offset: 2px;
@@ -246,58 +246,58 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1gsij_123.awsui_refr
246
246
  border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
247
247
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-z7lixz, 2px) var(--color-border-item-focused-4t19h5, #0972d3);
248
248
  }
249
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li:not(#\9):first-child > hr {
249
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li:not(#\9):first-child > hr {
250
250
  grid-row: 2/span 2;
251
251
  }
252
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li:not(#\9):not(:first-child) > .awsui_number_1xupv_1gsij_185 {
252
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li:not(#\9):not(:first-child) > .awsui_number_1xupv_1dj8u_185 {
253
253
  margin-top: var(--space-scaled-xl-jawob6, 24px);
254
254
  }
255
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li:not(#\9):last-child > hr {
255
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li:not(#\9):last-child > hr {
256
256
  grid-row: 1;
257
257
  }
258
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li:not(#\9):only-of-type > hr {
258
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li:not(#\9):only-of-type > hr {
259
259
  display: none;
260
260
  }
261
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li:not(#\9):not(:first-child):not(:last-child) > hr {
261
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li:not(#\9):not(:first-child):not(:last-child) > hr {
262
262
  grid-row: 1/span 3;
263
263
  }
264
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_active_1xupv_1gsij_238 > a:not(#\9) {
264
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_active_1xupv_1dj8u_238 > a:not(#\9) {
265
265
  cursor: text;
266
266
  }
267
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_active_1xupv_1gsij_238 > a > .awsui_circle_1xupv_1gsij_201:not(#\9) {
267
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_active_1xupv_1dj8u_238 > a > .awsui_circle_1xupv_1dj8u_201:not(#\9) {
268
268
  background-color: var(--color-background-control-checked-k2dd8u, #0972d3);
269
269
  box-shadow: 0 0 0 3px var(--color-background-container-content-og3y0v, #ffffff), 0 0 0 5px var(--color-background-control-checked-k2dd8u, #0972d3), 0 0 0 7px var(--color-background-container-content-og3y0v, #ffffff);
270
270
  }
271
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_active_1xupv_1gsij_238 > a > .awsui_title_1xupv_1gsij_209:not(#\9) {
271
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_active_1xupv_1dj8u_238 > a > .awsui_title_1xupv_1dj8u_209:not(#\9) {
272
272
  color: var(--color-background-control-checked-k2dd8u, #0972d3);
273
273
  font-weight: 700;
274
274
  }
275
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_disabled_1xupv_1gsij_249 > a:not(#\9) {
275
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_disabled_1xupv_1dj8u_249 > a:not(#\9) {
276
276
  cursor: text;
277
277
  }
278
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_disabled_1xupv_1gsij_249 > a > .awsui_circle_1xupv_1gsij_201:not(#\9) {
278
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_disabled_1xupv_1dj8u_249 > a > .awsui_circle_1xupv_1dj8u_201:not(#\9) {
279
279
  background-color: var(--color-background-container-content-og3y0v, #ffffff);
280
280
  box-shadow: 0 0 0 2px var(--color-text-interactive-disabled-nss20z, #9ba7b6), 0 0 0 4px var(--color-background-container-content-og3y0v, #ffffff);
281
281
  }
282
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_disabled_1xupv_1gsij_249 > a > .awsui_title_1xupv_1gsij_209:not(#\9) {
282
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_disabled_1xupv_1dj8u_249 > a > .awsui_title_1xupv_1dj8u_209:not(#\9) {
283
283
  color: var(--color-text-status-inactive-5laoxv, #5f6b7a);
284
284
  }
285
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_enabled_1xupv_1gsij_259 > a > .awsui_circle_1xupv_1gsij_201:not(#\9) {
285
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_enabled_1xupv_1dj8u_259 > a > .awsui_circle_1xupv_1dj8u_201:not(#\9) {
286
286
  background-color: var(--color-text-interactive-default-2sml2m, #414d5c);
287
287
  box-shadow: 0 0 0 2px var(--color-text-interactive-default-2sml2m, #414d5c), 0 0 0 4px var(--color-background-container-content-og3y0v, #ffffff);
288
288
  }
289
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_enabled_1xupv_1gsij_259 > a > .awsui_title_1xupv_1gsij_209:not(#\9) {
289
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_enabled_1xupv_1dj8u_259 > a > .awsui_title_1xupv_1dj8u_209:not(#\9) {
290
290
  color: var(--color-text-interactive-default-2sml2m, #414d5c);
291
291
  }
292
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_enabled_1xupv_1gsij_259 > a:not(#\9):hover > .awsui_circle_1xupv_1gsij_201 {
292
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_enabled_1xupv_1dj8u_259 > a:not(#\9):hover > .awsui_circle_1xupv_1dj8u_201 {
293
293
  background-color: var(--color-background-control-checked-k2dd8u, #0972d3);
294
294
  box-shadow: 0 0 0 2px var(--color-background-control-checked-k2dd8u, #0972d3), 0 0 0 4px var(--color-background-container-content-og3y0v, #ffffff);
295
295
  }
296
- .awsui_navigation_1xupv_1gsij_123.awsui_refresh_1xupv_1gsij_107 > ul > li.awsui_enabled_1xupv_1gsij_259 > a:not(#\9):hover > .awsui_title_1xupv_1gsij_209 {
296
+ .awsui_navigation_1xupv_1dj8u_123.awsui_refresh_1xupv_1dj8u_107 > ul > li.awsui_enabled_1xupv_1dj8u_259 > a:not(#\9):hover > .awsui_title_1xupv_1dj8u_209 {
297
297
  color: var(--color-background-control-checked-k2dd8u, #0972d3);
298
298
  }
299
299
 
300
- .awsui_navigation_1xupv_1gsij_123:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) {
300
+ .awsui_navigation_1xupv_1dj8u_123:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) {
301
301
  color: var(--color-text-disabled-t7vw2a, #9ba7b6);
302
302
  display: inline-block;
303
303
  margin-right: calc(2 * var(--space-xxxl-65sweb, 40px));
@@ -305,89 +305,89 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1gsij_123.awsui_refr
305
305
  padding-top: var(--space-xxs-ja5cp8, 4px);
306
306
  width: 200px;
307
307
  }
308
- .awsui_navigation_1xupv_1gsij_123:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) > ul {
308
+ .awsui_navigation_1xupv_1dj8u_123:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) > ul {
309
309
  list-style: none;
310
310
  padding: 0;
311
311
  margin: 0;
312
312
  }
313
- .awsui_navigation_1xupv_1gsij_123:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) > ul > li {
313
+ .awsui_navigation_1xupv_1dj8u_123:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) > ul > li {
314
314
  min-width: 0;
315
315
  -ms-word-break: break-all;
316
316
  word-break: break-word;
317
317
  padding-bottom: var(--space-scaled-m-gxhdpl, 16px);
318
318
  padding-top: 0;
319
319
  }
320
- .awsui_navigation_1xupv_1gsij_123:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) > ul > li:not(:first-child) {
320
+ .awsui_navigation_1xupv_1dj8u_123:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) > ul > li:not(:first-child) {
321
321
  margin-top: var(--space-scaled-m-gxhdpl, 16px);
322
322
  }
323
- .awsui_navigation_1xupv_1gsij_123:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) > ul > li:not(:last-child) {
323
+ .awsui_navigation_1xupv_1dj8u_123:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) > ul > li:not(:last-child) {
324
324
  border-bottom: var(--border-divider-list-width-um3zli, 1px) solid var(--color-border-layout-wyrb3c, #d1d5db);
325
325
  }
326
326
 
327
- .awsui_form_1xupv_1gsij_301:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) {
327
+ .awsui_form_1xupv_1dj8u_301:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) {
328
328
  min-width: 0;
329
329
  -ms-word-break: break-all;
330
330
  word-break: break-word;
331
331
  width: 100%;
332
332
  }
333
- .awsui_form_1xupv_1gsij_301:not(#\9):not(.awsui_refresh_1xupv_1gsij_107) > .awsui_form-header_1xupv_1gsij_307 {
333
+ .awsui_form_1xupv_1dj8u_301:not(#\9):not(.awsui_refresh_1xupv_1dj8u_107) > .awsui_form-header_1xupv_1dj8u_307 {
334
334
  position: relative;
335
335
  margin-bottom: var(--space-scaled-m-gxhdpl, 16px);
336
336
  }
337
337
 
338
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107:not(#\9) {
338
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107:not(#\9) {
339
339
  min-width: 0;
340
340
  -ms-word-break: break-all;
341
341
  word-break: break-word;
342
342
  display: contents;
343
343
  }
344
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107 > .awsui_background_1xupv_1gsij_318:not(#\9) {
344
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107 > .awsui_background_1xupv_1dj8u_318:not(#\9) {
345
345
  background-color: var(--color-background-layout-main-m49752, #ffffff);
346
346
  grid-column: 1/span 2;
347
347
  grid-row: 1;
348
348
  color: var(--color-text-body-default-mmvcvg, #000716);
349
349
  }
350
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107 > .awsui_form-header_1xupv_1gsij_307:not(#\9) {
350
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107 > .awsui_form-header_1xupv_1dj8u_307:not(#\9) {
351
351
  background-color: var(--color-background-layout-main-m49752, #ffffff);
352
352
  grid-column: 2;
353
353
  grid-row: 1;
354
354
  color: var(--color-text-body-default-mmvcvg, #000716);
355
355
  }
356
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107 > .awsui_form-header_1xupv_1gsij_307 > .awsui_form-header-content_1xupv_1gsij_330:not(#\9) {
356
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107 > .awsui_form-header_1xupv_1dj8u_307 > .awsui_form-header-content_1xupv_1dj8u_330:not(#\9) {
357
357
  padding-top: var(--space-scaled-m-gxhdpl, 16px);
358
358
  padding-bottom: var(--space-scaled-m-gxhdpl, 16px);
359
359
  }
360
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107 > .awsui_form-component_1xupv_1gsij_334:not(#\9) {
360
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107 > .awsui_form-component_1xupv_1dj8u_334:not(#\9) {
361
361
  grid-column: 2;
362
362
  grid-row: 2;
363
363
  }
364
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107.awsui_small-container_1xupv_1gsij_114 > .awsui_form-header_1xupv_1gsij_307:not(#\9) {
364
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107.awsui_small-container_1xupv_1dj8u_114 > .awsui_form-header_1xupv_1dj8u_307:not(#\9) {
365
365
  grid-column: 1/span 2;
366
366
  }
367
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107.awsui_small-container_1xupv_1gsij_114 > .awsui_form-header_1xupv_1gsij_307 > .awsui_form-header-content_1xupv_1gsij_330:not(#\9) {
367
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107.awsui_small-container_1xupv_1dj8u_114 > .awsui_form-header_1xupv_1dj8u_307 > .awsui_form-header-content_1xupv_1dj8u_330:not(#\9) {
368
368
  padding-top: 0;
369
369
  }
370
- .awsui_form_1xupv_1gsij_301.awsui_refresh_1xupv_1gsij_107.awsui_small-container_1xupv_1gsij_114 > .awsui_form-component_1xupv_1gsij_334:not(#\9) {
370
+ .awsui_form_1xupv_1dj8u_301.awsui_refresh_1xupv_1dj8u_107.awsui_small-container_1xupv_1dj8u_114 > .awsui_form-component_1xupv_1dj8u_334:not(#\9) {
371
371
  grid-column: 1/span 2;
372
372
  }
373
373
 
374
- .awsui_navigation_1xupv_1gsij_123.awsui_hidden_1xupv_1gsij_348:not(#\9) {
374
+ .awsui_navigation_1xupv_1dj8u_123.awsui_hidden_1xupv_1dj8u_348:not(#\9) {
375
375
  display: none;
376
376
  }
377
377
 
378
- .awsui_collapsed-steps_1xupv_1gsij_352:not(#\9) {
378
+ .awsui_collapsed-steps_1xupv_1dj8u_352:not(#\9) {
379
379
  color: var(--color-text-heading-secondary-x2nd6m, #414d5c);
380
380
  font-weight: 700;
381
381
  padding-top: var(--space-scaled-xxs-t2t62i, 4px);
382
382
  }
383
- .awsui_collapsed-steps-hidden_1xupv_1gsij_357:not(#\9) {
383
+ .awsui_collapsed-steps-hidden_1xupv_1dj8u_357:not(#\9) {
384
384
  display: none;
385
385
  }
386
386
 
387
- .awsui_form-header-component-wrapper_1xupv_1gsij_361:not(#\9) {
387
+ .awsui_form-header-component-wrapper_1xupv_1dj8u_361:not(#\9) {
388
388
  outline: none;
389
389
  }
390
- body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1gsij_361:not(#\9):focus {
390
+ body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1dj8u_361:not(#\9):focus {
391
391
  outline: thin dotted;
392
392
  outline: var(--border-link-focus-ring-outline-pwlekd, 0);
393
393
  outline-offset: 2px;
@@ -396,30 +396,30 @@ body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1
396
396
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-z7lixz, 2px) var(--color-border-item-focused-4t19h5, #0972d3);
397
397
  }
398
398
 
399
- .awsui_form-header-component_1xupv_1gsij_361:not(#\9),
400
- .awsui_navigation-link_1xupv_1gsij_374:not(#\9),
401
- .awsui_navigation-link-item_1xupv_1gsij_375:not(#\9),
402
- .awsui_navigation-link-label_1xupv_1gsij_376:not(#\9) {
399
+ .awsui_form-header-component_1xupv_1dj8u_361:not(#\9),
400
+ .awsui_navigation-link_1xupv_1dj8u_374:not(#\9),
401
+ .awsui_navigation-link-item_1xupv_1dj8u_375:not(#\9),
402
+ .awsui_navigation-link-label_1xupv_1dj8u_376:not(#\9) {
403
403
  /* used in test-utils */
404
404
  }
405
405
 
406
- .awsui_navigation-link-active_1xupv_1gsij_380:not(#\9) {
406
+ .awsui_navigation-link-active_1xupv_1dj8u_380:not(#\9) {
407
407
  font-weight: 700;
408
408
  color: var(--color-text-body-default-mmvcvg, #000716);
409
409
  }
410
410
 
411
- .awsui_navigation-link-disabled_1xupv_1gsij_385:not(#\9) {
411
+ .awsui_navigation-link-disabled_1xupv_1dj8u_385:not(#\9) {
412
412
  color: var(--color-text-status-inactive-5laoxv, #5f6b7a);
413
413
  }
414
414
 
415
- .awsui_cancel-button_1xupv_1gsij_389:not(#\9),
416
- .awsui_previous-button_1xupv_1gsij_390:not(#\9),
417
- .awsui_primary-button_1xupv_1gsij_391:not(#\9),
418
- .awsui_skip-to-button_1xupv_1gsij_392:not(#\9) {
415
+ .awsui_cancel-button_1xupv_1dj8u_389:not(#\9),
416
+ .awsui_previous-button_1xupv_1dj8u_390:not(#\9),
417
+ .awsui_primary-button_1xupv_1dj8u_391:not(#\9),
418
+ .awsui_skip-to-button_1xupv_1dj8u_392:not(#\9) {
419
419
  /* used in test-utils */
420
420
  }
421
421
 
422
- .awsui_action-buttons_1xupv_1gsij_396:not(#\9) {
422
+ .awsui_action-buttons_1xupv_1dj8u_396:not(#\9) {
423
423
  display: flex;
424
424
  justify-content: flex-end;
425
425
  }
@@ -2,36 +2,36 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_1xupv_1gsij_94",
6
- "wizard": "awsui_wizard_1xupv_1gsij_107",
7
- "refresh": "awsui_refresh_1xupv_1gsij_107",
8
- "small-container": "awsui_small-container_1xupv_1gsij_114",
9
- "navigation": "awsui_navigation_1xupv_1gsij_123",
10
- "number": "awsui_number_1xupv_1gsij_185",
11
- "circle": "awsui_circle_1xupv_1gsij_201",
12
- "title": "awsui_title_1xupv_1gsij_209",
13
- "active": "awsui_active_1xupv_1gsij_238",
14
- "disabled": "awsui_disabled_1xupv_1gsij_249",
15
- "enabled": "awsui_enabled_1xupv_1gsij_259",
16
- "form": "awsui_form_1xupv_1gsij_301",
17
- "form-header": "awsui_form-header_1xupv_1gsij_307",
18
- "background": "awsui_background_1xupv_1gsij_318",
19
- "form-header-content": "awsui_form-header-content_1xupv_1gsij_330",
20
- "form-component": "awsui_form-component_1xupv_1gsij_334",
21
- "hidden": "awsui_hidden_1xupv_1gsij_348",
22
- "collapsed-steps": "awsui_collapsed-steps_1xupv_1gsij_352",
23
- "collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1gsij_357",
24
- "form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_1gsij_361",
25
- "form-header-component": "awsui_form-header-component_1xupv_1gsij_361",
26
- "navigation-link": "awsui_navigation-link_1xupv_1gsij_374",
27
- "navigation-link-item": "awsui_navigation-link-item_1xupv_1gsij_375",
28
- "navigation-link-label": "awsui_navigation-link-label_1xupv_1gsij_376",
29
- "navigation-link-active": "awsui_navigation-link-active_1xupv_1gsij_380",
30
- "navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1gsij_385",
31
- "cancel-button": "awsui_cancel-button_1xupv_1gsij_389",
32
- "previous-button": "awsui_previous-button_1xupv_1gsij_390",
33
- "primary-button": "awsui_primary-button_1xupv_1gsij_391",
34
- "skip-to-button": "awsui_skip-to-button_1xupv_1gsij_392",
35
- "action-buttons": "awsui_action-buttons_1xupv_1gsij_396"
5
+ "root": "awsui_root_1xupv_1dj8u_94",
6
+ "wizard": "awsui_wizard_1xupv_1dj8u_107",
7
+ "refresh": "awsui_refresh_1xupv_1dj8u_107",
8
+ "small-container": "awsui_small-container_1xupv_1dj8u_114",
9
+ "navigation": "awsui_navigation_1xupv_1dj8u_123",
10
+ "number": "awsui_number_1xupv_1dj8u_185",
11
+ "circle": "awsui_circle_1xupv_1dj8u_201",
12
+ "title": "awsui_title_1xupv_1dj8u_209",
13
+ "active": "awsui_active_1xupv_1dj8u_238",
14
+ "disabled": "awsui_disabled_1xupv_1dj8u_249",
15
+ "enabled": "awsui_enabled_1xupv_1dj8u_259",
16
+ "form": "awsui_form_1xupv_1dj8u_301",
17
+ "form-header": "awsui_form-header_1xupv_1dj8u_307",
18
+ "background": "awsui_background_1xupv_1dj8u_318",
19
+ "form-header-content": "awsui_form-header-content_1xupv_1dj8u_330",
20
+ "form-component": "awsui_form-component_1xupv_1dj8u_334",
21
+ "hidden": "awsui_hidden_1xupv_1dj8u_348",
22
+ "collapsed-steps": "awsui_collapsed-steps_1xupv_1dj8u_352",
23
+ "collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1dj8u_357",
24
+ "form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_1dj8u_361",
25
+ "form-header-component": "awsui_form-header-component_1xupv_1dj8u_361",
26
+ "navigation-link": "awsui_navigation-link_1xupv_1dj8u_374",
27
+ "navigation-link-item": "awsui_navigation-link-item_1xupv_1dj8u_375",
28
+ "navigation-link-label": "awsui_navigation-link-label_1xupv_1dj8u_376",
29
+ "navigation-link-active": "awsui_navigation-link-active_1xupv_1dj8u_380",
30
+ "navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1dj8u_385",
31
+ "cancel-button": "awsui_cancel-button_1xupv_1dj8u_389",
32
+ "previous-button": "awsui_previous-button_1xupv_1dj8u_390",
33
+ "primary-button": "awsui_primary-button_1xupv_1dj8u_391",
34
+ "skip-to-button": "awsui_skip-to-button_1xupv_1dj8u_392",
35
+ "action-buttons": "awsui_action-buttons_1xupv_1dj8u_396"
36
36
  };
37
37
 
@@ -1 +0,0 @@
1
- {"version":3,"file":"async-store.d.ts","sourceRoot":"lib/default/","sources":["area-chart/model/async-store.ts"],"names":[],"mappings":"AAMA,KAAK,QAAQ,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AACtC,KAAK,QAAQ,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,KAAK,GAAG,CAAC;AAEnD,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACnC,GAAG,IAAI,CAAC,CAAC;IACT,SAAS,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI,CAAC;IAC1E,WAAW,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;CAC5C;AAED,MAAM,CAAC,OAAO,OAAO,UAAU,CAAC,CAAC,CAAE,YAAW,kBAAkB,CAAC,CAAC,CAAC;IACjE,MAAM,EAAE,CAAC,CAAC;IACV,UAAU,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,CAAM;gBAEzC,KAAK,EAAE,CAAC;IAIpB,GAAG,IAAI,CAAC;IAIR,GAAG,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,IAAI;IAe9B,SAAS,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI;IAMzE,WAAW,CAAC,QAAQ,EAAE,QAAQ,CAAC,GAAG,CAAC,GAAG,IAAI;CAU3C;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,CAYnH;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAc3F"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"async-store.js","sourceRoot":"lib/default/","sources":["area-chart/model/async-store.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAWhE,MAAM,CAAC,OAAO,OAAO,UAAU;IAI7B,YAAY,KAAQ;QAFpB,eAAU,GAAwC,EAAE,CAAC;QAGnD,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;IACtB,CAAC;IAED,GAAG;QACD,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,GAAG,CAAC,EAAmB;QACrB,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC;QAC9B,MAAM,QAAQ,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC;QAE/B,IAAI,CAAC,MAAM,GAAG,QAAQ,CAAC;QAEvB,uBAAuB,CAAC,GAAG,EAAE;YAC3B,KAAK,MAAM,CAAC,QAAQ,EAAE,QAAQ,CAAC,IAAI,IAAI,CAAC,UAAU,EAAE;gBAClD,IAAI,QAAQ,CAAC,SAAS,CAAC,KAAK,QAAQ,CAAC,QAAQ,CAAC,EAAE;oBAC9C,QAAQ,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;iBAC/B;aACF;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,SAAS,CAAI,QAAwB,EAAE,QAAqB;QAC1D,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;QAE3C,OAAO,GAAG,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,QAAuB;QACjC,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;YAC3D,MAAM,CAAC,EAAE,cAAc,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;YAElD,IAAI,cAAc,KAAK,QAAQ,EAAE;gBAC/B,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;gBACjC,MAAM;aACP;SACF;IACH,CAAC;CACF;AAED,MAAM,UAAU,WAAW,CAAO,KAA4B,EAAE,QAAwB,EAAE,MAAmB;IAC3G,eAAe,CACb,GAAG,EAAE;QACH,MAAM,WAAW,GAAG,KAAK,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,EAAE,CACpE,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,CAChD,CAAC;QACF,OAAO,WAAW,CAAC;IACrB,CAAC;IACD,qEAAqE;IACrE,uDAAuD;IACvD,CAAC,KAAK,CAAC,CACR,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,WAAW,CAAO,KAA4B,EAAE,QAAwB;IACtF,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAI,QAAQ,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IAE7D,WAAW,CAAC,KAAK,EAAE,QAAQ,EAAE,QAAQ,CAAC,EAAE;QACtC,QAAQ,CAAC,QAAQ,CAAC,CAAC;IACrB,CAAC,CAAC,CAAC;IAEH,6FAA6F;IAC7F,MAAM,SAAS,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC;IACrC,IAAI,SAAS,KAAK,IAAI,IAAI,SAAS,KAAK,KAAK,EAAE;QAC7C,OAAO,QAAQ,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC;KAC9B;IAED,OAAO,KAAK,CAAC;AACf,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { useLayoutEffect, useState } from 'react';\nimport { unstable_batchedUpdates } from 'react-dom';\nimport { usePrevious } from '../../internal/hooks/use-previous';\n\ntype Selector<S, R> = (state: S) => R;\ntype Listener<S> = (state: S, prevState: S) => any;\n\nexport interface ReadonlyAsyncStore<S> {\n get(): S;\n subscribe<R>(selector: Selector<S, R>, listener: Listener<S>): () => void;\n unsubscribe(listener: Listener<any>): void;\n}\n\nexport default class AsyncStore<S> implements ReadonlyAsyncStore<S> {\n _state: S;\n _listeners: [Selector<S, any>, Listener<any>][] = [];\n\n constructor(state: S) {\n this._state = state;\n }\n\n get(): S {\n return this._state;\n }\n\n set(cb: (state: S) => S): void {\n const prevState = this._state;\n const newState = cb(prevState);\n\n this._state = newState;\n\n unstable_batchedUpdates(() => {\n for (const [selector, listener] of this._listeners) {\n if (selector(prevState) !== selector(newState)) {\n listener(newState, prevState);\n }\n }\n });\n }\n\n subscribe<R>(selector: Selector<S, R>, listener: Listener<S>): () => void {\n this._listeners.push([selector, listener]);\n\n return () => this.unsubscribe(listener);\n }\n\n unsubscribe(listener: Listener<any>): void {\n for (let index = 0; index < this._listeners.length; index++) {\n const [, storedListener] = this._listeners[index];\n\n if (storedListener === listener) {\n this._listeners.splice(index, 1);\n break;\n }\n }\n }\n}\n\nexport function useReaction<S, R>(store: ReadonlyAsyncStore<S>, selector: Selector<S, R>, effect: Listener<R>): void {\n useLayoutEffect(\n () => {\n const unsubscribe = store.subscribe(selector, (newState, prevState) =>\n effect(selector(newState), selector(prevState))\n );\n return unsubscribe;\n },\n // ignoring selector and effect as they are expected to stay constant\n // eslint-disable-next-line react-hooks/exhaustive-deps\n [store]\n );\n}\n\nexport function useSelector<S, R>(store: ReadonlyAsyncStore<S>, selector: Selector<S, R>): R {\n const [state, setState] = useState<R>(selector(store.get()));\n\n useReaction(store, selector, newState => {\n setState(newState);\n });\n\n // When store changes we need the state to be updated synchronously to avoid inconsistencies.\n const prevStore = usePrevious(store);\n if (prevStore !== null && prevStore !== store) {\n return selector(store.get());\n }\n\n return state;\n}\n"]}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SizeControlProps } from '../interfaces';
3
- export declare const useKeyboardEvents: ({ position, setSidePanelWidth, setBottomPanelHeight, splitPanelRef, }: SizeControlProps) => (event: React.KeyboardEvent) => void;
4
- //# sourceMappingURL=use-keyboard-events.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-keyboard-events.d.ts","sourceRoot":"lib/default/","sources":["split-panel/utils/use-keyboard-events.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAqBjD,eAAO,MAAM,iBAAiB,0EAK3B,gBAAgB,aACF,mBAAmB,SAuDnC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-keyboard-events.js","sourceRoot":"lib/default/","sources":["split-panel/utils/use-keyboard-events.ts"],"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 from 'react';\nimport { KeyCode } from '../../internal/keycode';\nimport { SizeControlProps } from '../interfaces';\n\nconst KEYBOARD_SINGLE_STEP_SIZE = 10;\nconst KEYBOARD_MULTIPLE_STEPS_SIZE = 60;\n\nconst getCurrentSize = (splitPanelRef?: React.RefObject<HTMLDivElement>) => {\n if (!splitPanelRef || !splitPanelRef.current) {\n return {\n splitPanelHeight: 0,\n splitPanelWidth: 0,\n };\n }\n\n const safeParseFloat = (size = '') => parseFloat(size) || 0;\n\n return {\n splitPanelHeight: safeParseFloat(splitPanelRef.current.style.height),\n splitPanelWidth: safeParseFloat(splitPanelRef.current.style.width),\n };\n};\n\nexport const useKeyboardEvents = ({\n position,\n setSidePanelWidth,\n setBottomPanelHeight,\n splitPanelRef,\n}: SizeControlProps) => {\n return (event: React.KeyboardEvent) => {\n let setSizeFunction;\n let currentSize;\n let maxSize;\n\n const { splitPanelHeight, splitPanelWidth } = getCurrentSize(splitPanelRef);\n\n if (position === 'side') {\n setSizeFunction = setSidePanelWidth;\n currentSize = splitPanelWidth;\n // don't need the exact max size as it's constrained in the set size function\n maxSize = window.innerWidth;\n } else {\n setSizeFunction = setBottomPanelHeight;\n currentSize = splitPanelHeight;\n // don't need the exact max size as it's constrained in the set size function\n maxSize = window.innerHeight;\n }\n\n const primaryGrowKey = position === 'bottom' ? KeyCode.up : KeyCode.left;\n const primaryShrinkKey = position === 'bottom' ? KeyCode.down : KeyCode.right;\n const altGrowKey = position === 'bottom' ? KeyCode.right : KeyCode.down;\n const altShrinkKey = position === 'bottom' ? KeyCode.left : KeyCode.up;\n\n let isEventHandled = true;\n switch (event.keyCode) {\n case primaryGrowKey:\n case altGrowKey:\n setSizeFunction(currentSize + KEYBOARD_SINGLE_STEP_SIZE);\n break;\n case primaryShrinkKey:\n case altShrinkKey:\n setSizeFunction(currentSize - KEYBOARD_SINGLE_STEP_SIZE);\n break;\n case KeyCode.pageUp:\n setSizeFunction(currentSize + KEYBOARD_MULTIPLE_STEPS_SIZE);\n break;\n case KeyCode.pageDown:\n setSizeFunction(currentSize - KEYBOARD_MULTIPLE_STEPS_SIZE);\n break;\n case KeyCode.home:\n setSizeFunction(maxSize);\n break;\n case KeyCode.end:\n setSizeFunction(0);\n break;\n default:\n isEventHandled = false;\n }\n\n if (isEventHandled) {\n event.preventDefault();\n event.stopPropagation();\n }\n };\n};\n"]}
@@ -1,3 +0,0 @@
1
- import { SizeControlProps } from '../interfaces';
2
- export declare const usePointerEvents: ({ position, splitPanelRef, handleRef, setSidePanelWidth, setBottomPanelHeight, }: SizeControlProps) => () => void;
3
- //# sourceMappingURL=use-pointer-events.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-pointer-events.d.ts","sourceRoot":"lib/default/","sources":["split-panel/utils/use-pointer-events.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,eAAO,MAAM,gBAAgB,qFAM1B,gBAAgB,eA2ClB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-pointer-events.js","sourceRoot":"lib/default/","sources":["split-panel/utils/use-pointer-events.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAEpC,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAC/B,QAAQ,EACR,aAAa,EACb,SAAS,EACT,iBAAiB,EACjB,oBAAoB,GACH,EAAE,EAAE;IACrB,MAAM,qBAAqB,GAAG,WAAW,CACvC,CAAC,KAAmB,EAAE,EAAE;QACtB,IAAI,CAAC,aAAa,IAAI,CAAC,aAAa,CAAC,OAAO,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE;YAChF,OAAO;SACR;QAED,IAAI,QAAQ,KAAK,MAAM,EAAE;YACvB,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,CAAC;YAEnC,4EAA4E;YAC5E,MAAM,YAAY,GAAG,SAAS,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,KAAK,GAAG,CAAC,CAAC;YACzE,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,KAAK,GAAG,YAAY,GAAG,YAAY,CAAC;YAEhG,iBAAiB,CAAC,KAAK,CAAC,CAAC;SAC1B;aAAM;YACL,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,CAAC;YAEnC,4EAA4E;YAC5E,MAAM,YAAY,GAAG,SAAS,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;YAC1E,MAAM,MAAM,GAAG,aAAa,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,MAAM,GAAG,YAAY,GAAG,YAAY,CAAC;YAElG,oBAAoB,CAAC,MAAM,CAAC,CAAC;SAC9B;IACH,CAAC,EACD,CAAC,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,iBAAiB,EAAE,oBAAoB,CAAC,CAC9E,CAAC;IAEF,MAAM,mBAAmB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;QACxD,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,UAAU,QAAQ,EAAE,CAAC,CAAC,CAAC;QAC7D,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC;QAC/D,QAAQ,CAAC,mBAAmB,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IACrE,CAAC,EAAE,CAAC,qBAAqB,EAAE,QAAQ,CAAC,CAAC,CAAC;IAEtC,MAAM,mBAAmB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;QACrD,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,UAAU,QAAQ,EAAE,CAAC,CAAC,CAAC;QAC1D,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,mBAAmB,CAAC,CAAC;QAC5D,QAAQ,CAAC,gBAAgB,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC;IAClE,CAAC,EAAE,CAAC,qBAAqB,EAAE,mBAAmB,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE3D,OAAO,mBAAmB,CAAC;AAC7B,CAAC,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { useCallback } from 'react';\nimport { SizeControlProps } from '../interfaces';\nimport styles from '../styles.css.js';\n\nexport const usePointerEvents = ({\n position,\n splitPanelRef,\n handleRef,\n setSidePanelWidth,\n setBottomPanelHeight,\n}: SizeControlProps) => {\n const onDocumentPointerMove = useCallback(\n (event: PointerEvent) => {\n if (!splitPanelRef || !splitPanelRef.current || !handleRef || !handleRef.current) {\n return;\n }\n\n if (position === 'side') {\n const mouseClientX = event.clientX;\n\n // The handle offset aligns the cursor with the middle of the resize handle.\n const handleOffset = handleRef.current.getBoundingClientRect().width / 2;\n const width = splitPanelRef.current.getBoundingClientRect().right - mouseClientX + handleOffset;\n\n setSidePanelWidth(width);\n } else {\n const mouseClientY = event.clientY;\n\n // The handle offset aligns the cursor with the middle of the resize handle.\n const handleOffset = handleRef.current.getBoundingClientRect().height / 2;\n const height = splitPanelRef.current.getBoundingClientRect().bottom - mouseClientY + handleOffset;\n\n setBottomPanelHeight(height);\n }\n },\n [position, splitPanelRef, handleRef, setSidePanelWidth, setBottomPanelHeight]\n );\n\n const onDocumentPointerUp = useCallback(() => {\n document.body.classList.remove(styles['resize-active']);\n document.body.classList.remove(styles[`resize-${position}`]);\n document.removeEventListener('pointerup', onDocumentPointerUp);\n document.removeEventListener('pointermove', onDocumentPointerMove);\n }, [onDocumentPointerMove, position]);\n\n const onSliderPointerDown = useCallback(() => {\n document.body.classList.add(styles['resize-active']);\n document.body.classList.add(styles[`resize-${position}`]);\n document.addEventListener('pointerup', onDocumentPointerUp);\n document.addEventListener('pointermove', onDocumentPointerMove);\n }, [onDocumentPointerMove, onDocumentPointerUp, position]);\n\n return onSliderPointerDown;\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sticky-scrollbar.d.ts","sourceRoot":"lib/default/","sources":["table/sticky-scrollbar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAM1C,UAAU,oBAAoB;IAC5B,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;CACjD;;AAED,wBAA2C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sticky-scrollbar.js","sourceRoot":"lib/default/","sources":["table/sticky-scrollbar.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAQrC,eAAe,UAAU,CAAC,eAAe,CAAC,CAAC;AAE3C,SAAS,eAAe,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAwB,EAAE,GAA8B;IAC/G,MAAM,YAAY,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IACxD,MAAM,mBAAmB,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IAC/D,MAAM,SAAS,GAAG,YAAY,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC;IAElD;;;OAGG;IACH,MAAM,EAAE,kBAAkB,EAAE,GAAG,mBAAmB,EAAE,CAAC;IAErD,kBAAkB,CAAC,YAAY,EAAE,mBAAmB,EAAE,QAAQ,EAAE,UAAU,EAAE,kBAAkB,CAAC,CAAC;IAEhG,OAAO,CACL,6BAAK,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC,kBAAkB,CAAC,EAAE,QAAQ,EAAE,QAAQ;QAC5E,6BAAK,GAAG,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,CAAC,0BAA0B,CAAC,GAAI,CAC5E,CACP,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { forwardRef } from 'react';\nimport { useAppLayoutContext } from '../internal/context/app-layout-context';\nimport { useMergeRefs } from '../internal/hooks/use-merge-refs';\nimport { useStickyScrollbar } from './use-sticky-scrollbar';\nimport styles from './styles.css.js';\n\ninterface StickyScrollbarProps {\n wrapperRef: React.RefObject<HTMLDivElement>;\n tableRef: React.RefObject<HTMLTableElement>;\n onScroll?: React.UIEventHandler<HTMLDivElement>;\n}\n\nexport default forwardRef(StickyScrollbar);\n\nfunction StickyScrollbar({ wrapperRef, tableRef, onScroll }: StickyScrollbarProps, ref: React.Ref<HTMLDivElement>) {\n const scrollbarRef = React.useRef<HTMLDivElement>(null);\n const scrollbarContentRef = React.useRef<HTMLDivElement>(null);\n const mergedRef = useMergeRefs(ref, scrollbarRef);\n\n /**\n * Use the appropriate AppLayout context (Classic or Visual Refresh) to determine\n * the offsetBottom value to be used in the useStickyScrollbar hook.\n */\n const { stickyOffsetBottom } = useAppLayoutContext();\n\n useStickyScrollbar(scrollbarRef, scrollbarContentRef, tableRef, wrapperRef, stickyOffsetBottom);\n\n return (\n <div ref={mergedRef} className={styles['sticky-scrollbar']} onScroll={onScroll}>\n <div ref={scrollbarContentRef} className={styles['sticky-scrollbar-content']} />\n </div>\n );\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-sticky-columns.d.ts","sourceRoot":"lib/default/","sources":["table/use-sticky-columns.ts"],"names":[],"mappings":"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"}