@cloudscape-design/components 3.0.0

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 (2972) hide show
  1. package/LICENSE +201 -0
  2. package/NOTICE +2 -0
  3. package/README.md +21 -0
  4. package/THIRD-PARTY-LICENSES +24 -0
  5. package/alert/index.d.ts +4 -0
  6. package/alert/index.d.ts.map +1 -0
  7. package/alert/index.js +14 -0
  8. package/alert/index.js.map +1 -0
  9. package/alert/interfaces.d.ts +54 -0
  10. package/alert/interfaces.d.ts.map +1 -0
  11. package/alert/interfaces.js +2 -0
  12. package/alert/interfaces.js.map +1 -0
  13. package/alert/internal.d.ts +7 -0
  14. package/alert/internal.d.ts.map +1 -0
  15. package/alert/internal.js +45 -0
  16. package/alert/internal.js.map +1 -0
  17. package/alert/styles.css.js +24 -0
  18. package/alert/styles.scoped.css +340 -0
  19. package/alert/styles.selectors.js +25 -0
  20. package/annotation-context/annotation/annotation-icon.d.ts +5 -0
  21. package/annotation-context/annotation/annotation-icon.d.ts.map +1 -0
  22. package/annotation-context/annotation/annotation-icon.js +22 -0
  23. package/annotation-context/annotation/annotation-icon.js.map +1 -0
  24. package/annotation-context/annotation/annotation-popover.d.ts +23 -0
  25. package/annotation-context/annotation/annotation-popover.d.ts.map +1 -0
  26. package/annotation-context/annotation/annotation-popover.js +45 -0
  27. package/annotation-context/annotation/annotation-popover.js.map +1 -0
  28. package/annotation-context/annotation/annotation-trigger.d.ts +10 -0
  29. package/annotation-context/annotation/annotation-trigger.d.ts.map +1 -0
  30. package/annotation-context/annotation/annotation-trigger.js +18 -0
  31. package/annotation-context/annotation/annotation-trigger.js.map +1 -0
  32. package/annotation-context/annotation/closed-annotation.d.ts +9 -0
  33. package/annotation-context/annotation/closed-annotation.d.ts.map +1 -0
  34. package/annotation-context/annotation/closed-annotation.js +18 -0
  35. package/annotation-context/annotation/closed-annotation.js.map +1 -0
  36. package/annotation-context/annotation/open-annotation.d.ts +22 -0
  37. package/annotation-context/annotation/open-annotation.d.ts.map +1 -0
  38. package/annotation-context/annotation/open-annotation.js +13 -0
  39. package/annotation-context/annotation/open-annotation.js.map +1 -0
  40. package/annotation-context/annotation/styles.css.js +29 -0
  41. package/annotation-context/annotation/styles.scoped.css +267 -0
  42. package/annotation-context/annotation/styles.selectors.js +30 -0
  43. package/annotation-context/context.d.ts +14 -0
  44. package/annotation-context/context.d.ts.map +1 -0
  45. package/annotation-context/context.js +14 -0
  46. package/annotation-context/context.js.map +1 -0
  47. package/annotation-context/index.d.ts +15 -0
  48. package/annotation-context/index.d.ts.map +1 -0
  49. package/annotation-context/index.js +208 -0
  50. package/annotation-context/index.js.map +1 -0
  51. package/annotation-context/interfaces.d.ts +66 -0
  52. package/annotation-context/interfaces.d.ts.map +1 -0
  53. package/annotation-context/interfaces.js +2 -0
  54. package/annotation-context/interfaces.js.map +1 -0
  55. package/app-layout/content-wrapper/index.d.ts +13 -0
  56. package/app-layout/content-wrapper/index.d.ts.map +1 -0
  57. package/app-layout/content-wrapper/index.js +14 -0
  58. package/app-layout/content-wrapper/index.js.map +1 -0
  59. package/app-layout/content-wrapper/styles.css.js +7 -0
  60. package/app-layout/content-wrapper/styles.scoped.css +104 -0
  61. package/app-layout/content-wrapper/styles.selectors.js +8 -0
  62. package/app-layout/dark-header/index.d.ts +11 -0
  63. package/app-layout/dark-header/index.d.ts.map +1 -0
  64. package/app-layout/dark-header/index.js +10 -0
  65. package/app-layout/dark-header/index.js.map +1 -0
  66. package/app-layout/dark-header/styles.css.js +6 -0
  67. package/app-layout/dark-header/styles.scoped.css +13 -0
  68. package/app-layout/dark-header/styles.selectors.js +7 -0
  69. package/app-layout/defaults.d.ts +10 -0
  70. package/app-layout/defaults.d.ts.map +1 -0
  71. package/app-layout/defaults.js +41 -0
  72. package/app-layout/defaults.js.map +1 -0
  73. package/app-layout/drawer.d.ts +29 -0
  74. package/app-layout/drawer.d.ts.map +1 -0
  75. package/app-layout/drawer.js +64 -0
  76. package/app-layout/drawer.js.map +1 -0
  77. package/app-layout/index.d.ts +6 -0
  78. package/app-layout/index.d.ts.map +1 -0
  79. package/app-layout/index.js +309 -0
  80. package/app-layout/index.js.map +1 -0
  81. package/app-layout/interfaces.d.ts +197 -0
  82. package/app-layout/interfaces.d.ts.map +1 -0
  83. package/app-layout/interfaces.js +2 -0
  84. package/app-layout/interfaces.js.map +1 -0
  85. package/app-layout/mobile-toolbar/index.d.ts +21 -0
  86. package/app-layout/mobile-toolbar/index.d.ts.map +1 -0
  87. package/app-layout/mobile-toolbar/index.js +34 -0
  88. package/app-layout/mobile-toolbar/index.js.map +1 -0
  89. package/app-layout/mobile-toolbar/styles.css.js +9 -0
  90. package/app-layout/mobile-toolbar/styles.scoped.css +146 -0
  91. package/app-layout/mobile-toolbar/styles.selectors.js +10 -0
  92. package/app-layout/navigation-panel.d.ts +23 -0
  93. package/app-layout/navigation-panel.d.ts.map +1 -0
  94. package/app-layout/navigation-panel.js +21 -0
  95. package/app-layout/navigation-panel.js.map +1 -0
  96. package/app-layout/notifications/index.d.ts +18 -0
  97. package/app-layout/notifications/index.d.ts.map +1 -0
  98. package/app-layout/notifications/index.js +24 -0
  99. package/app-layout/notifications/index.js.map +1 -0
  100. package/app-layout/notifications/styles.css.js +6 -0
  101. package/app-layout/notifications/styles.scoped.css +12 -0
  102. package/app-layout/notifications/styles.selectors.js +7 -0
  103. package/app-layout/split-panel-wrapper.d.ts +10 -0
  104. package/app-layout/split-panel-wrapper.d.ts.map +1 -0
  105. package/app-layout/split-panel-wrapper.js +13 -0
  106. package/app-layout/split-panel-wrapper.js.map +1 -0
  107. package/app-layout/styles.css.js +42 -0
  108. package/app-layout/styles.scoped.css +331 -0
  109. package/app-layout/styles.selectors.js +43 -0
  110. package/app-layout/test-classes/styles.css.js +17 -0
  111. package/app-layout/test-classes/styles.scoped.css +51 -0
  112. package/app-layout/test-classes/styles.selectors.js +18 -0
  113. package/app-layout/toggle-buttons.d.ts +12 -0
  114. package/app-layout/toggle-buttons.d.ts.map +1 -0
  115. package/app-layout/toggle-buttons.js +13 -0
  116. package/app-layout/toggle-buttons.js.map +1 -0
  117. package/app-layout/toggles/circular-button.d.ts +8 -0
  118. package/app-layout/toggles/circular-button.d.ts.map +1 -0
  119. package/app-layout/toggles/circular-button.js +15 -0
  120. package/app-layout/toggles/circular-button.js.map +1 -0
  121. package/app-layout/toggles/index.d.ts +35 -0
  122. package/app-layout/toggles/index.d.ts.map +1 -0
  123. package/app-layout/toggles/index.js +41 -0
  124. package/app-layout/toggles/index.js.map +1 -0
  125. package/app-layout/toggles/interfaces.d.ts +10 -0
  126. package/app-layout/toggles/interfaces.d.ts.map +1 -0
  127. package/app-layout/toggles/interfaces.js +2 -0
  128. package/app-layout/toggles/interfaces.js.map +1 -0
  129. package/app-layout/toggles/styles.css.js +8 -0
  130. package/app-layout/toggles/styles.scoped.css +164 -0
  131. package/app-layout/toggles/styles.selectors.js +9 -0
  132. package/app-layout/tools-and-split-panel.d.ts +31 -0
  133. package/app-layout/tools-and-split-panel.d.ts.map +1 -0
  134. package/app-layout/tools-and-split-panel.js +25 -0
  135. package/app-layout/tools-and-split-panel.js.map +1 -0
  136. package/app-layout/utils/use-content-height.d.ts +11 -0
  137. package/app-layout/utils/use-content-height.d.ts.map +1 -0
  138. package/app-layout/utils/use-content-height.js +29 -0
  139. package/app-layout/utils/use-content-height.js.map +1 -0
  140. package/app-layout/utils/use-content-width.d.ts +5 -0
  141. package/app-layout/utils/use-content-width.d.ts.map +1 -0
  142. package/app-layout/utils/use-content-width.js +23 -0
  143. package/app-layout/utils/use-content-width.js.map +1 -0
  144. package/app-layout/utils/use-focus-control.d.ts +6 -0
  145. package/app-layout/utils/use-focus-control.d.ts.map +1 -0
  146. package/app-layout/utils/use-focus-control.js +18 -0
  147. package/app-layout/utils/use-focus-control.js.map +1 -0
  148. package/app-layout/utils/use-observed-element.d.ts +2 -0
  149. package/app-layout/utils/use-observed-element.d.ts.map +1 -0
  150. package/app-layout/utils/use-observed-element.js +22 -0
  151. package/app-layout/utils/use-observed-element.js.map +1 -0
  152. package/app-layout/utils/use-sticky-position.d.ts +2 -0
  153. package/app-layout/utils/use-sticky-position.d.ts.map +1 -0
  154. package/app-layout/utils/use-sticky-position.js +54 -0
  155. package/app-layout/utils/use-sticky-position.js.map +1 -0
  156. package/app-layout/utils/use-window-width.d.ts +2 -0
  157. package/app-layout/utils/use-window-width.d.ts.map +1 -0
  158. package/app-layout/utils/use-window-width.js +13 -0
  159. package/app-layout/utils/use-window-width.js.map +1 -0
  160. package/app-layout/visual-refresh/app-bar.d.ts +6 -0
  161. package/app-layout/visual-refresh/app-bar.d.ts.map +1 -0
  162. package/app-layout/visual-refresh/app-bar.js +38 -0
  163. package/app-layout/visual-refresh/app-bar.js.map +1 -0
  164. package/app-layout/visual-refresh/background.d.ts +6 -0
  165. package/app-layout/visual-refresh/background.d.ts.map +1 -0
  166. package/app-layout/visual-refresh/background.js +21 -0
  167. package/app-layout/visual-refresh/background.js.map +1 -0
  168. package/app-layout/visual-refresh/context.d.ts +78 -0
  169. package/app-layout/visual-refresh/context.d.ts.map +1 -0
  170. package/app-layout/visual-refresh/context.js +335 -0
  171. package/app-layout/visual-refresh/context.js.map +1 -0
  172. package/app-layout/visual-refresh/header.d.ts +6 -0
  173. package/app-layout/visual-refresh/header.d.ts.map +1 -0
  174. package/app-layout/visual-refresh/header.js +22 -0
  175. package/app-layout/visual-refresh/header.js.map +1 -0
  176. package/app-layout/visual-refresh/index.d.ts +13 -0
  177. package/app-layout/visual-refresh/index.d.ts.map +1 -0
  178. package/app-layout/visual-refresh/index.js +40 -0
  179. package/app-layout/visual-refresh/index.js.map +1 -0
  180. package/app-layout/visual-refresh/layout.d.ts +13 -0
  181. package/app-layout/visual-refresh/layout.d.ts.map +1 -0
  182. package/app-layout/visual-refresh/layout.js +130 -0
  183. package/app-layout/visual-refresh/layout.js.map +1 -0
  184. package/app-layout/visual-refresh/main.d.ts +2 -0
  185. package/app-layout/visual-refresh/main.d.ts.map +1 -0
  186. package/app-layout/visual-refresh/main.js +26 -0
  187. package/app-layout/visual-refresh/main.js.map +1 -0
  188. package/app-layout/visual-refresh/navigation.d.ts +9 -0
  189. package/app-layout/visual-refresh/navigation.d.ts.map +1 -0
  190. package/app-layout/visual-refresh/navigation.js +62 -0
  191. package/app-layout/visual-refresh/navigation.js.map +1 -0
  192. package/app-layout/visual-refresh/notifications.d.ts +6 -0
  193. package/app-layout/visual-refresh/notifications.d.ts.map +1 -0
  194. package/app-layout/visual-refresh/notifications.js +24 -0
  195. package/app-layout/visual-refresh/notifications.js.map +1 -0
  196. package/app-layout/visual-refresh/split-panel.d.ts +32 -0
  197. package/app-layout/visual-refresh/split-panel.d.ts.map +1 -0
  198. package/app-layout/visual-refresh/split-panel.js +120 -0
  199. package/app-layout/visual-refresh/split-panel.js.map +1 -0
  200. package/app-layout/visual-refresh/styles.css.js +64 -0
  201. package/app-layout/visual-refresh/styles.scoped.css +1179 -0
  202. package/app-layout/visual-refresh/styles.selectors.js +65 -0
  203. package/app-layout/visual-refresh/tools.d.ts +21 -0
  204. package/app-layout/visual-refresh/tools.d.ts.map +1 -0
  205. package/app-layout/visual-refresh/tools.js +127 -0
  206. package/app-layout/visual-refresh/tools.js.map +1 -0
  207. package/app-layout/visual-refresh/trigger-button.d.ts +13 -0
  208. package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -0
  209. package/app-layout/visual-refresh/trigger-button.js +19 -0
  210. package/app-layout/visual-refresh/trigger-button.js.map +1 -0
  211. package/area-chart/chart-container.d.ts +10 -0
  212. package/area-chart/chart-container.d.ts.map +1 -0
  213. package/area-chart/chart-container.js +56 -0
  214. package/area-chart/chart-container.js.map +1 -0
  215. package/area-chart/elements/area-chart-filter.d.ts +11 -0
  216. package/area-chart/elements/area-chart-filter.d.ts.map +1 -0
  217. package/area-chart/elements/area-chart-filter.js +18 -0
  218. package/area-chart/elements/area-chart-filter.js.map +1 -0
  219. package/area-chart/elements/area-chart-legend.d.ts +12 -0
  220. package/area-chart/elements/area-chart-legend.d.ts.map +1 -0
  221. package/area-chart/elements/area-chart-legend.js +18 -0
  222. package/area-chart/elements/area-chart-legend.js.map +1 -0
  223. package/area-chart/elements/area-series.d.ts +10 -0
  224. package/area-chart/elements/area-series.d.ts.map +1 -0
  225. package/area-chart/elements/area-series.js +21 -0
  226. package/area-chart/elements/area-series.js.map +1 -0
  227. package/area-chart/elements/chart-popover.d.ts +10 -0
  228. package/area-chart/elements/chart-popover.d.ts.map +1 -0
  229. package/area-chart/elements/chart-popover.js +25 -0
  230. package/area-chart/elements/chart-popover.js.map +1 -0
  231. package/area-chart/elements/data-series.d.ts +8 -0
  232. package/area-chart/elements/data-series.d.ts.map +1 -0
  233. package/area-chart/elements/data-series.js +39 -0
  234. package/area-chart/elements/data-series.js.map +1 -0
  235. package/area-chart/elements/highlighted-point.d.ts +8 -0
  236. package/area-chart/elements/highlighted-point.d.ts.map +1 -0
  237. package/area-chart/elements/highlighted-point.js +21 -0
  238. package/area-chart/elements/highlighted-point.js.map +1 -0
  239. package/area-chart/elements/threshold-series.d.ts +12 -0
  240. package/area-chart/elements/threshold-series.d.ts.map +1 -0
  241. package/area-chart/elements/threshold-series.js +13 -0
  242. package/area-chart/elements/threshold-series.js.map +1 -0
  243. package/area-chart/elements/use-highlight-details.d.ts +23 -0
  244. package/area-chart/elements/use-highlight-details.d.ts.map +1 -0
  245. package/area-chart/elements/use-highlight-details.js +50 -0
  246. package/area-chart/elements/use-highlight-details.js.map +1 -0
  247. package/area-chart/elements/vertical-marker.d.ts +8 -0
  248. package/area-chart/elements/vertical-marker.d.ts.map +1 -0
  249. package/area-chart/elements/vertical-marker.js +18 -0
  250. package/area-chart/elements/vertical-marker.js.map +1 -0
  251. package/area-chart/index.d.ts +5 -0
  252. package/area-chart/index.d.ts.map +1 -0
  253. package/area-chart/index.js +15 -0
  254. package/area-chart/index.js.map +1 -0
  255. package/area-chart/interfaces.d.ts +51 -0
  256. package/area-chart/interfaces.d.ts.map +1 -0
  257. package/area-chart/interfaces.js +2 -0
  258. package/area-chart/interfaces.js.map +1 -0
  259. package/area-chart/internal.d.ts +7 -0
  260. package/area-chart/internal.d.ts.map +1 -0
  261. package/area-chart/internal.js +82 -0
  262. package/area-chart/internal.js.map +1 -0
  263. package/area-chart/model/async-store.d.ts +20 -0
  264. package/area-chart/model/async-store.d.ts.map +1 -0
  265. package/area-chart/model/async-store.js +68 -0
  266. package/area-chart/model/async-store.js.map +1 -0
  267. package/area-chart/model/compute-chart-props.d.ts +25 -0
  268. package/area-chart/model/compute-chart-props.d.ts.map +1 -0
  269. package/area-chart/model/compute-chart-props.js +17 -0
  270. package/area-chart/model/compute-chart-props.js.map +1 -0
  271. package/area-chart/model/create-series-decorator.d.ts +4 -0
  272. package/area-chart/model/create-series-decorator.d.ts.map +1 -0
  273. package/area-chart/model/create-series-decorator.js +27 -0
  274. package/area-chart/model/create-series-decorator.js.map +1 -0
  275. package/area-chart/model/index.d.ts +79 -0
  276. package/area-chart/model/index.d.ts.map +1 -0
  277. package/area-chart/model/index.js +2 -0
  278. package/area-chart/model/index.js.map +1 -0
  279. package/area-chart/model/interactions-store.d.ts +20 -0
  280. package/area-chart/model/interactions-store.d.ts.map +1 -0
  281. package/area-chart/model/interactions-store.js +63 -0
  282. package/area-chart/model/interactions-store.js.map +1 -0
  283. package/area-chart/model/use-chart-model.d.ts +19 -0
  284. package/area-chart/model/use-chart-model.d.ts.map +1 -0
  285. package/area-chart/model/use-chart-model.js +216 -0
  286. package/area-chart/model/use-chart-model.js.map +1 -0
  287. package/area-chart/model/use-filter-props.d.ts +6 -0
  288. package/area-chart/model/use-filter-props.d.ts.map +1 -0
  289. package/area-chart/model/use-filter-props.js +26 -0
  290. package/area-chart/model/use-filter-props.js.map +1 -0
  291. package/area-chart/model/use-highlight-props.d.ts +6 -0
  292. package/area-chart/model/use-highlight-props.d.ts.map +1 -0
  293. package/area-chart/model/use-highlight-props.js +28 -0
  294. package/area-chart/model/use-highlight-props.js.map +1 -0
  295. package/area-chart/model/utils.d.ts +21 -0
  296. package/area-chart/model/utils.d.ts.map +1 -0
  297. package/area-chart/model/utils.js +264 -0
  298. package/area-chart/model/utils.js.map +1 -0
  299. package/area-chart/styles.css.js +18 -0
  300. package/area-chart/styles.scoped.css +223 -0
  301. package/area-chart/styles.selectors.js +19 -0
  302. package/attribute-editor/additional-info.d.ts +7 -0
  303. package/attribute-editor/additional-info.d.ts.map +1 -0
  304. package/attribute-editor/additional-info.js +9 -0
  305. package/attribute-editor/additional-info.js.map +1 -0
  306. package/attribute-editor/index.d.ts +5 -0
  307. package/attribute-editor/index.d.ts.map +1 -0
  308. package/attribute-editor/index.js +15 -0
  309. package/attribute-editor/index.js.map +1 -0
  310. package/attribute-editor/interfaces.d.ts +82 -0
  311. package/attribute-editor/interfaces.d.ts.map +1 -0
  312. package/attribute-editor/interfaces.js +2 -0
  313. package/attribute-editor/interfaces.js.map +1 -0
  314. package/attribute-editor/internal.d.ts +4 -0
  315. package/attribute-editor/internal.d.ts.map +1 -0
  316. package/attribute-editor/internal.js +35 -0
  317. package/attribute-editor/internal.js.map +1 -0
  318. package/attribute-editor/row.d.ts +17 -0
  319. package/attribute-editor/row.d.ts.map +1 -0
  320. package/attribute-editor/row.js +50 -0
  321. package/attribute-editor/row.js.map +1 -0
  322. package/attribute-editor/styles.css.js +17 -0
  323. package/attribute-editor/styles.scoped.css +263 -0
  324. package/attribute-editor/styles.selectors.js +18 -0
  325. package/autosuggest/autosuggest-option.d.ts +18 -0
  326. package/autosuggest/autosuggest-option.d.ts.map +1 -0
  327. package/autosuggest/autosuggest-option.js +35 -0
  328. package/autosuggest/autosuggest-option.js.map +1 -0
  329. package/autosuggest/controller.d.ts +9 -0
  330. package/autosuggest/controller.d.ts.map +1 -0
  331. package/autosuggest/controller.js +96 -0
  332. package/autosuggest/controller.js.map +1 -0
  333. package/autosuggest/hooks/a11y.d.ts +5 -0
  334. package/autosuggest/hooks/a11y.d.ts.map +1 -0
  335. package/autosuggest/hooks/a11y.js +24 -0
  336. package/autosuggest/hooks/a11y.js.map +1 -0
  337. package/autosuggest/index.d.ts +7 -0
  338. package/autosuggest/index.d.ts.map +1 -0
  339. package/autosuggest/index.js +17 -0
  340. package/autosuggest/index.js.map +1 -0
  341. package/autosuggest/interfaces.d.ts +115 -0
  342. package/autosuggest/interfaces.d.ts.map +1 -0
  343. package/autosuggest/interfaces.js +2 -0
  344. package/autosuggest/interfaces.js.map +1 -0
  345. package/autosuggest/internal.d.ts +16 -0
  346. package/autosuggest/internal.d.ts.map +1 -0
  347. package/autosuggest/internal.js +177 -0
  348. package/autosuggest/internal.js.map +1 -0
  349. package/autosuggest/plain-list.d.ts +28 -0
  350. package/autosuggest/plain-list.d.ts.map +1 -0
  351. package/autosuggest/plain-list.js +38 -0
  352. package/autosuggest/plain-list.js.map +1 -0
  353. package/autosuggest/styles.css.js +9 -0
  354. package/autosuggest/styles.scoped.css +22 -0
  355. package/autosuggest/styles.selectors.js +10 -0
  356. package/autosuggest/utils/utils.d.ts +3 -0
  357. package/autosuggest/utils/utils.d.ts.map +1 -0
  358. package/autosuggest/utils/utils.js +35 -0
  359. package/autosuggest/utils/utils.js.map +1 -0
  360. package/autosuggest/virtual-list.d.ts +8 -0
  361. package/autosuggest/virtual-list.d.ts.map +1 -0
  362. package/autosuggest/virtual-list.js +46 -0
  363. package/autosuggest/virtual-list.js.map +1 -0
  364. package/badge/index.d.ts +4 -0
  365. package/badge/index.d.ts.map +1 -0
  366. package/badge/index.js +18 -0
  367. package/badge/index.js.map +1 -0
  368. package/badge/interfaces.d.ts +13 -0
  369. package/badge/interfaces.d.ts.map +1 -0
  370. package/badge/interfaces.js +2 -0
  371. package/badge/interfaces.js.map +1 -0
  372. package/badge/styles.css.js +10 -0
  373. package/badge/styles.scoped.css +164 -0
  374. package/badge/styles.selectors.js +11 -0
  375. package/bar-chart/index.d.ts +5 -0
  376. package/bar-chart/index.d.ts.map +1 -0
  377. package/bar-chart/index.js +20 -0
  378. package/bar-chart/index.js.map +1 -0
  379. package/bar-chart/interfaces.d.ts +33 -0
  380. package/bar-chart/interfaces.d.ts.map +1 -0
  381. package/bar-chart/interfaces.js +2 -0
  382. package/bar-chart/interfaces.js.map +1 -0
  383. package/bar-chart/styles.css.js +6 -0
  384. package/bar-chart/styles.scoped.css +11 -0
  385. package/bar-chart/styles.selectors.js +7 -0
  386. package/box/index.d.ts +4 -0
  387. package/box/index.d.ts.map +1 -0
  388. package/box/index.js +14 -0
  389. package/box/index.js.map +1 -0
  390. package/box/interfaces.d.ts +130 -0
  391. package/box/interfaces.d.ts.map +1 -0
  392. package/box/interfaces.js +2 -0
  393. package/box/interfaces.js.map +1 -0
  394. package/box/internal.d.ts +6 -0
  395. package/box/internal.d.ts.map +1 -0
  396. package/box/internal.js +38 -0
  397. package/box/internal.js.map +1 -0
  398. package/box/styles.css.js +194 -0
  399. package/box/styles.scoped.css +1170 -0
  400. package/box/styles.selectors.js +195 -0
  401. package/breadcrumb-group/index.d.ts +4 -0
  402. package/breadcrumb-group/index.d.ts.map +1 -0
  403. package/breadcrumb-group/index.js +14 -0
  404. package/breadcrumb-group/index.js.map +1 -0
  405. package/breadcrumb-group/interfaces.d.ts +66 -0
  406. package/breadcrumb-group/interfaces.d.ts.map +1 -0
  407. package/breadcrumb-group/interfaces.js +2 -0
  408. package/breadcrumb-group/interfaces.js.map +1 -0
  409. package/breadcrumb-group/internal.d.ts +12 -0
  410. package/breadcrumb-group/internal.d.ts.map +1 -0
  411. package/breadcrumb-group/internal.js +66 -0
  412. package/breadcrumb-group/internal.js.map +1 -0
  413. package/breadcrumb-group/item/item.d.ts +3 -0
  414. package/breadcrumb-group/item/item.d.ts.map +1 -0
  415. package/breadcrumb-group/item/item.js +28 -0
  416. package/breadcrumb-group/item/item.js.map +1 -0
  417. package/breadcrumb-group/item/styles.css.js +12 -0
  418. package/breadcrumb-group/item/styles.scoped.css +177 -0
  419. package/breadcrumb-group/item/styles.selectors.js +13 -0
  420. package/breadcrumb-group/styles.css.js +11 -0
  421. package/breadcrumb-group/styles.scoped.css +214 -0
  422. package/breadcrumb-group/styles.selectors.js +12 -0
  423. package/button/icon-helper.d.ts +17 -0
  424. package/button/icon-helper.d.ts.map +1 -0
  425. package/button/icon-helper.js +35 -0
  426. package/button/icon-helper.js.map +1 -0
  427. package/button/index.d.ts +6 -0
  428. package/button/index.d.ts.map +1 -0
  429. package/button/index.js +17 -0
  430. package/button/index.js.map +1 -0
  431. package/button/interfaces.d.ts +124 -0
  432. package/button/interfaces.d.ts.map +1 -0
  433. package/button/interfaces.js +2 -0
  434. package/button/interfaces.js.map +1 -0
  435. package/button/internal.d.ts +11 -0
  436. package/button/internal.d.ts.map +1 -0
  437. package/button/internal.js +68 -0
  438. package/button/internal.js.map +1 -0
  439. package/button/styles.css.js +23 -0
  440. package/button/styles.scoped.css +1207 -0
  441. package/button/styles.selectors.js +24 -0
  442. package/button-dropdown/category-elements/category-element.d.ts +4 -0
  443. package/button-dropdown/category-elements/category-element.d.ts.map +1 -0
  444. package/button-dropdown/category-elements/category-element.js +15 -0
  445. package/button-dropdown/category-elements/category-element.js.map +1 -0
  446. package/button-dropdown/category-elements/expandable-category-element.d.ts +4 -0
  447. package/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -0
  448. package/button-dropdown/category-elements/expandable-category-element.js +72 -0
  449. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -0
  450. package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +4 -0
  451. package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -0
  452. package/button-dropdown/category-elements/mobile-expandable-category-element.js +71 -0
  453. package/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -0
  454. package/button-dropdown/category-elements/styles.css.js +17 -0
  455. package/button-dropdown/category-elements/styles.scoped.css +226 -0
  456. package/button-dropdown/category-elements/styles.selectors.js +18 -0
  457. package/button-dropdown/index.d.ts +6 -0
  458. package/button-dropdown/index.d.ts.map +1 -0
  459. package/button-dropdown/index.js +17 -0
  460. package/button-dropdown/index.js.map +1 -0
  461. package/button-dropdown/interfaces.d.ts +186 -0
  462. package/button-dropdown/interfaces.d.ts.map +1 -0
  463. package/button-dropdown/interfaces.js +2 -0
  464. package/button-dropdown/interfaces.js.map +1 -0
  465. package/button-dropdown/internal.d.ts +5 -0
  466. package/button-dropdown/internal.d.ts.map +1 -0
  467. package/button-dropdown/internal.js +89 -0
  468. package/button-dropdown/internal.js.map +1 -0
  469. package/button-dropdown/item-element/index.d.ts +4 -0
  470. package/button-dropdown/item-element/index.d.ts.map +1 -0
  471. package/button-dropdown/item-element/index.js +85 -0
  472. package/button-dropdown/item-element/index.js.map +1 -0
  473. package/button-dropdown/item-element/styles.css.js +18 -0
  474. package/button-dropdown/item-element/styles.scoped.css +191 -0
  475. package/button-dropdown/item-element/styles.selectors.js +19 -0
  476. package/button-dropdown/items-list.d.ts +3 -0
  477. package/button-dropdown/items-list.d.ts.map +1 -0
  478. package/button-dropdown/items-list.js +25 -0
  479. package/button-dropdown/items-list.js.map +1 -0
  480. package/button-dropdown/mobile-expandable-group/mobile-expandable-group.d.ts +18 -0
  481. package/button-dropdown/mobile-expandable-group/mobile-expandable-group.d.ts.map +1 -0
  482. package/button-dropdown/mobile-expandable-group/mobile-expandable-group.js +14 -0
  483. package/button-dropdown/mobile-expandable-group/mobile-expandable-group.js.map +1 -0
  484. package/button-dropdown/mobile-expandable-group/styles.css.js +10 -0
  485. package/button-dropdown/mobile-expandable-group/styles.scoped.css +159 -0
  486. package/button-dropdown/mobile-expandable-group/styles.selectors.js +11 -0
  487. package/button-dropdown/styles.css.js +13 -0
  488. package/button-dropdown/styles.scoped.css +163 -0
  489. package/button-dropdown/styles.selectors.js +14 -0
  490. package/button-dropdown/tooltip.d.ts +8 -0
  491. package/button-dropdown/tooltip.d.ts.map +1 -0
  492. package/button-dropdown/tooltip.js +56 -0
  493. package/button-dropdown/tooltip.js.map +1 -0
  494. package/button-dropdown/utils/create-items-tree.d.ts +11 -0
  495. package/button-dropdown/utils/create-items-tree.d.ts.map +1 -0
  496. package/button-dropdown/utils/create-items-tree.js +66 -0
  497. package/button-dropdown/utils/create-items-tree.js.map +1 -0
  498. package/button-dropdown/utils/menu-item.d.ts +11 -0
  499. package/button-dropdown/utils/menu-item.d.ts.map +1 -0
  500. package/button-dropdown/utils/menu-item.js +13 -0
  501. package/button-dropdown/utils/menu-item.js.map +1 -0
  502. package/button-dropdown/utils/move-highlight.d.ts +16 -0
  503. package/button-dropdown/utils/move-highlight.d.ts.map +1 -0
  504. package/button-dropdown/utils/move-highlight.js +45 -0
  505. package/button-dropdown/utils/move-highlight.js.map +1 -0
  506. package/button-dropdown/utils/use-button-dropdown.d.ts +20 -0
  507. package/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -0
  508. package/button-dropdown/utils/use-button-dropdown.js +135 -0
  509. package/button-dropdown/utils/use-button-dropdown.js.map +1 -0
  510. package/button-dropdown/utils/use-hidden-description.d.ts +7 -0
  511. package/button-dropdown/utils/use-hidden-description.d.ts.map +1 -0
  512. package/button-dropdown/utils/use-hidden-description.js +14 -0
  513. package/button-dropdown/utils/use-hidden-description.js.map +1 -0
  514. package/button-dropdown/utils/use-highlighted-menu.d.ts +15 -0
  515. package/button-dropdown/utils/use-highlighted-menu.d.ts.map +1 -0
  516. package/button-dropdown/utils/use-highlighted-menu.js +75 -0
  517. package/button-dropdown/utils/use-highlighted-menu.js.map +1 -0
  518. package/button-dropdown/utils/utils.d.ts +7 -0
  519. package/button-dropdown/utils/utils.d.ts.map +1 -0
  520. package/button-dropdown/utils/utils.js +27 -0
  521. package/button-dropdown/utils/utils.js.map +1 -0
  522. package/cards/cards-layout-helper.d.ts +3 -0
  523. package/cards/cards-layout-helper.d.ts.map +1 -0
  524. package/cards/cards-layout-helper.js +28 -0
  525. package/cards/cards-layout-helper.js.map +1 -0
  526. package/cards/index.d.ts +5 -0
  527. package/cards/index.d.ts.map +1 -0
  528. package/cards/index.js +101 -0
  529. package/cards/index.js.map +1 -0
  530. package/cards/interfaces.d.ts +206 -0
  531. package/cards/interfaces.d.ts.map +1 -0
  532. package/cards/interfaces.js +2 -0
  533. package/cards/interfaces.js.map +1 -0
  534. package/cards/styles.css.js +42 -0
  535. package/cards/styles.scoped.css +384 -0
  536. package/cards/styles.selectors.js +43 -0
  537. package/checkbox/base-checkbox.d.ts +49 -0
  538. package/checkbox/base-checkbox.d.ts.map +1 -0
  539. package/checkbox/base-checkbox.js +2 -0
  540. package/checkbox/base-checkbox.js.map +1 -0
  541. package/checkbox/index.d.ts +6 -0
  542. package/checkbox/index.d.ts.map +1 -0
  543. package/checkbox/index.js +15 -0
  544. package/checkbox/index.js.map +1 -0
  545. package/checkbox/interfaces.d.ts +33 -0
  546. package/checkbox/interfaces.d.ts.map +1 -0
  547. package/checkbox/interfaces.js +2 -0
  548. package/checkbox/interfaces.js.map +1 -0
  549. package/checkbox/internal.d.ts +10 -0
  550. package/checkbox/internal.d.ts.map +1 -0
  551. package/checkbox/internal.js +35 -0
  552. package/checkbox/internal.js.map +1 -0
  553. package/checkbox/styles.css.js +8 -0
  554. package/checkbox/styles.scoped.css +171 -0
  555. package/checkbox/styles.selectors.js +9 -0
  556. package/code-editor/ace-modes.d.ts +494 -0
  557. package/code-editor/ace-modes.d.ts.map +1 -0
  558. package/code-editor/ace-modes.js +169 -0
  559. package/code-editor/ace-modes.js.map +1 -0
  560. package/code-editor/ace-themes.d.ts +117 -0
  561. package/code-editor/ace-themes.d.ts.map +1 -0
  562. package/code-editor/ace-themes.js +45 -0
  563. package/code-editor/ace-themes.js.map +1 -0
  564. package/code-editor/error-screen.d.ts +10 -0
  565. package/code-editor/error-screen.d.ts.map +1 -0
  566. package/code-editor/error-screen.js +18 -0
  567. package/code-editor/error-screen.js.map +1 -0
  568. package/code-editor/index.d.ts +4 -0
  569. package/code-editor/index.d.ts.map +1 -0
  570. package/code-editor/index.js +221 -0
  571. package/code-editor/index.js.map +1 -0
  572. package/code-editor/interfaces.d.ts +122 -0
  573. package/code-editor/interfaces.d.ts.map +1 -0
  574. package/code-editor/interfaces.js +2 -0
  575. package/code-editor/interfaces.js.map +1 -0
  576. package/code-editor/listeners.d.ts +5 -0
  577. package/code-editor/listeners.d.ts.map +1 -0
  578. package/code-editor/listeners.js +24 -0
  579. package/code-editor/listeners.js.map +1 -0
  580. package/code-editor/loading-screen.d.ts +7 -0
  581. package/code-editor/loading-screen.d.ts.map +1 -0
  582. package/code-editor/loading-screen.js +10 -0
  583. package/code-editor/loading-screen.js.map +1 -0
  584. package/code-editor/pane.d.ts +15 -0
  585. package/code-editor/pane.d.ts.map +1 -0
  586. package/code-editor/pane.js +75 -0
  587. package/code-editor/pane.js.map +1 -0
  588. package/code-editor/preferences-modal.d.ts +20 -0
  589. package/code-editor/preferences-modal.d.ts.map +1 -0
  590. package/code-editor/preferences-modal.js +39 -0
  591. package/code-editor/preferences-modal.js.map +1 -0
  592. package/code-editor/resize-handler.d.ts +3 -0
  593. package/code-editor/resize-handler.d.ts.map +1 -0
  594. package/code-editor/resize-handler.js +7 -0
  595. package/code-editor/resize-handler.js.map +1 -0
  596. package/code-editor/setup-editor.d.ts +5 -0
  597. package/code-editor/setup-editor.d.ts.map +1 -0
  598. package/code-editor/setup-editor.js +111 -0
  599. package/code-editor/setup-editor.js.map +1 -0
  600. package/code-editor/status-bar.d.ts +24 -0
  601. package/code-editor/status-bar.d.ts.map +1 -0
  602. package/code-editor/status-bar.js +46 -0
  603. package/code-editor/status-bar.js.map +1 -0
  604. package/code-editor/styles.css.js +38 -0
  605. package/code-editor/styles.scoped.css +776 -0
  606. package/code-editor/styles.selectors.js +39 -0
  607. package/code-editor/tab-button.d.ts +20 -0
  608. package/code-editor/tab-button.d.ts.map +1 -0
  609. package/code-editor/tab-button.js +22 -0
  610. package/code-editor/tab-button.js.map +1 -0
  611. package/code-editor/util.d.ts +11 -0
  612. package/code-editor/util.d.ts.map +1 -0
  613. package/code-editor/util.js +21 -0
  614. package/code-editor/util.js.map +1 -0
  615. package/collection-preferences/index.d.ts +4 -0
  616. package/collection-preferences/index.d.ts.map +1 -0
  617. package/collection-preferences/index.js +68 -0
  618. package/collection-preferences/index.js.map +1 -0
  619. package/collection-preferences/interfaces.d.ts +147 -0
  620. package/collection-preferences/interfaces.d.ts.map +1 -0
  621. package/collection-preferences/interfaces.js +2 -0
  622. package/collection-preferences/interfaces.js.map +1 -0
  623. package/collection-preferences/styles.css.js +24 -0
  624. package/collection-preferences/styles.scoped.css +255 -0
  625. package/collection-preferences/styles.selectors.js +25 -0
  626. package/collection-preferences/utils.d.ts +26 -0
  627. package/collection-preferences/utils.d.ts.map +1 -0
  628. package/collection-preferences/utils.js +71 -0
  629. package/collection-preferences/utils.js.map +1 -0
  630. package/collection-preferences/visible-content.d.ts +8 -0
  631. package/collection-preferences/visible-content.d.ts.map +1 -0
  632. package/collection-preferences/visible-content.js +44 -0
  633. package/collection-preferences/visible-content.js.map +1 -0
  634. package/column-layout/index.d.ts +4 -0
  635. package/column-layout/index.d.ts.map +1 -0
  636. package/column-layout/index.js +18 -0
  637. package/column-layout/index.js.map +1 -0
  638. package/column-layout/interfaces.d.ts +35 -0
  639. package/column-layout/interfaces.d.ts.map +1 -0
  640. package/column-layout/interfaces.js +2 -0
  641. package/column-layout/interfaces.js.map +1 -0
  642. package/column-layout/internal.d.ts +10 -0
  643. package/column-layout/internal.d.ts.map +1 -0
  644. package/column-layout/internal.js +41 -0
  645. package/column-layout/internal.js.map +1 -0
  646. package/column-layout/styles.css.js +18 -0
  647. package/column-layout/styles.scoped.css +273 -0
  648. package/column-layout/styles.selectors.js +19 -0
  649. package/column-layout/util.d.ts +2 -0
  650. package/column-layout/util.d.ts.map +1 -0
  651. package/column-layout/util.js +10 -0
  652. package/column-layout/util.js.map +1 -0
  653. package/container/index.d.ts +4 -0
  654. package/container/index.d.ts.map +1 -0
  655. package/container/index.js +16 -0
  656. package/container/index.js.map +1 -0
  657. package/container/interfaces.d.ts +33 -0
  658. package/container/interfaces.d.ts.map +1 -0
  659. package/container/interfaces.js +2 -0
  660. package/container/interfaces.js.map +1 -0
  661. package/container/internal.d.ts +19 -0
  662. package/container/internal.d.ts.map +1 -0
  663. package/container/internal.js +52 -0
  664. package/container/internal.js.map +1 -0
  665. package/container/styles.css.js +19 -0
  666. package/container/styles.scoped.css +258 -0
  667. package/container/styles.selectors.js +20 -0
  668. package/container/use-sticky-header.d.ts +19 -0
  669. package/container/use-sticky-header.d.ts.map +1 -0
  670. package/container/use-sticky-header.js +88 -0
  671. package/container/use-sticky-header.js.map +1 -0
  672. package/contexts/form-field.d.ts +2 -0
  673. package/contexts/form-field.d.ts.map +1 -0
  674. package/contexts/form-field.js +4 -0
  675. package/contexts/form-field.js.map +1 -0
  676. package/date-picker/calendar/definitions.d.ts +9 -0
  677. package/date-picker/calendar/definitions.d.ts.map +1 -0
  678. package/date-picker/calendar/definitions.js +2 -0
  679. package/date-picker/calendar/definitions.js.map +1 -0
  680. package/date-picker/calendar/grid/day/index.d.ts +15 -0
  681. package/date-picker/calendar/grid/day/index.d.ts.map +1 -0
  682. package/date-picker/calendar/grid/day/index.js +46 -0
  683. package/date-picker/calendar/grid/day/index.js.map +1 -0
  684. package/date-picker/calendar/grid/index.d.ts +23 -0
  685. package/date-picker/calendar/grid/index.d.ts.map +1 -0
  686. package/date-picker/calendar/grid/index.js +63 -0
  687. package/date-picker/calendar/grid/index.js.map +1 -0
  688. package/date-picker/calendar/header/button/index.d.ts +9 -0
  689. package/date-picker/calendar/header/button/index.d.ts.map +1 -0
  690. package/date-picker/calendar/header/button/index.js +21 -0
  691. package/date-picker/calendar/header/button/index.js.map +1 -0
  692. package/date-picker/calendar/header/index.d.ts +12 -0
  693. package/date-picker/calendar/header/index.d.ts.map +1 -0
  694. package/date-picker/calendar/header/index.js +15 -0
  695. package/date-picker/calendar/header/index.js.map +1 -0
  696. package/date-picker/calendar/index.d.ts +30 -0
  697. package/date-picker/calendar/index.d.ts.map +1 -0
  698. package/date-picker/calendar/index.js +83 -0
  699. package/date-picker/calendar/index.js.map +1 -0
  700. package/date-picker/calendar/utils/date.d.ts +10 -0
  701. package/date-picker/calendar/utils/date.d.ts.map +1 -0
  702. package/date-picker/calendar/utils/date.js +50 -0
  703. package/date-picker/calendar/utils/date.js.map +1 -0
  704. package/date-picker/calendar/utils/intl.d.ts +7 -0
  705. package/date-picker/calendar/utils/intl.d.ts.map +1 -0
  706. package/date-picker/calendar/utils/intl.js +47 -0
  707. package/date-picker/calendar/utils/intl.js.map +1 -0
  708. package/date-picker/calendar/utils/locales.d.ts +3 -0
  709. package/date-picker/calendar/utils/locales.d.ts.map +1 -0
  710. package/date-picker/calendar/utils/locales.js +42 -0
  711. package/date-picker/calendar/utils/locales.js.map +1 -0
  712. package/date-picker/calendar/utils/move-focus-handler.d.ts +7 -0
  713. package/date-picker/calendar/utils/move-focus-handler.d.ts.map +1 -0
  714. package/date-picker/calendar/utils/move-focus-handler.js +22 -0
  715. package/date-picker/calendar/utils/move-focus-handler.js.map +1 -0
  716. package/date-picker/calendar/utils/rotate-day-indexes.d.ts +3 -0
  717. package/date-picker/calendar/utils/rotate-day-indexes.d.ts.map +1 -0
  718. package/date-picker/calendar/utils/rotate-day-indexes.js +9 -0
  719. package/date-picker/calendar/utils/rotate-day-indexes.js.map +1 -0
  720. package/date-picker/index.d.ts +6 -0
  721. package/date-picker/index.d.ts.map +1 -0
  722. package/date-picker/index.js +138 -0
  723. package/date-picker/index.js.map +1 -0
  724. package/date-picker/interfaces.d.ts +123 -0
  725. package/date-picker/interfaces.d.ts.map +1 -0
  726. package/date-picker/interfaces.js +2 -0
  727. package/date-picker/interfaces.js.map +1 -0
  728. package/date-picker/styles.css.js +29 -0
  729. package/date-picker/styles.scoped.css +398 -0
  730. package/date-picker/styles.selectors.js +30 -0
  731. package/date-range-picker/calendar/get-base-date.d.ts +3 -0
  732. package/date-range-picker/calendar/get-base-date.d.ts.map +1 -0
  733. package/date-range-picker/calendar/get-base-date.js +10 -0
  734. package/date-range-picker/calendar/get-base-date.js.map +1 -0
  735. package/date-range-picker/calendar/grids/day/index.d.ts +27 -0
  736. package/date-range-picker/calendar/grids/day/index.d.ts.map +1 -0
  737. package/date-range-picker/calendar/grids/day/index.js +95 -0
  738. package/date-range-picker/calendar/grids/day/index.js.map +1 -0
  739. package/date-range-picker/calendar/grids/day/styles.css.js +26 -0
  740. package/date-range-picker/calendar/grids/day/styles.scoped.css +302 -0
  741. package/date-range-picker/calendar/grids/day/styles.selectors.js +27 -0
  742. package/date-range-picker/calendar/grids/grid.d.ts +22 -0
  743. package/date-range-picker/calendar/grids/grid.d.ts.map +1 -0
  744. package/date-range-picker/calendar/grids/grid.js +45 -0
  745. package/date-range-picker/calendar/grids/grid.js.map +1 -0
  746. package/date-range-picker/calendar/grids/index.d.ts +22 -0
  747. package/date-range-picker/calendar/grids/index.d.ts.map +1 -0
  748. package/date-range-picker/calendar/grids/index.js +130 -0
  749. package/date-range-picker/calendar/grids/index.js.map +1 -0
  750. package/date-range-picker/calendar/header/button/index.d.ts +9 -0
  751. package/date-range-picker/calendar/header/button/index.d.ts.map +1 -0
  752. package/date-range-picker/calendar/header/button/index.js +18 -0
  753. package/date-range-picker/calendar/header/button/index.js.map +1 -0
  754. package/date-range-picker/calendar/header/index.d.ts +12 -0
  755. package/date-range-picker/calendar/header/index.d.ts.map +1 -0
  756. package/date-range-picker/calendar/header/index.js +18 -0
  757. package/date-range-picker/calendar/header/index.js.map +1 -0
  758. package/date-range-picker/calendar/index.d.ts +26 -0
  759. package/date-range-picker/calendar/index.d.ts.map +1 -0
  760. package/date-range-picker/calendar/index.js +224 -0
  761. package/date-range-picker/calendar/index.js.map +1 -0
  762. package/date-range-picker/dropdown.d.ts +13 -0
  763. package/date-range-picker/dropdown.d.ts.map +1 -0
  764. package/date-range-picker/dropdown.js +117 -0
  765. package/date-range-picker/dropdown.js.map +1 -0
  766. package/date-range-picker/index.d.ts +6 -0
  767. package/date-range-picker/index.d.ts.map +1 -0
  768. package/date-range-picker/index.js +155 -0
  769. package/date-range-picker/index.js.map +1 -0
  770. package/date-range-picker/interfaces.d.ts +292 -0
  771. package/date-range-picker/interfaces.d.ts.map +1 -0
  772. package/date-range-picker/interfaces.js +2 -0
  773. package/date-range-picker/interfaces.js.map +1 -0
  774. package/date-range-picker/mode-switcher.d.ts +9 -0
  775. package/date-range-picker/mode-switcher.d.ts.map +1 -0
  776. package/date-range-picker/mode-switcher.js +30 -0
  777. package/date-range-picker/mode-switcher.js.map +1 -0
  778. package/date-range-picker/relative-range/index.d.ts +13 -0
  779. package/date-range-picker/relative-range/index.d.ts.map +1 -0
  780. package/date-range-picker/relative-range/index.js +106 -0
  781. package/date-range-picker/relative-range/index.js.map +1 -0
  782. package/date-range-picker/relative-range/styles.css.js +14 -0
  783. package/date-range-picker/relative-range/styles.scoped.css +135 -0
  784. package/date-range-picker/relative-range/styles.selectors.js +15 -0
  785. package/date-range-picker/styles.css.js +47 -0
  786. package/date-range-picker/styles.scoped.css +395 -0
  787. package/date-range-picker/styles.selectors.js +48 -0
  788. package/date-range-picker/time-offset.d.ts +19 -0
  789. package/date-range-picker/time-offset.d.ts.map +1 -0
  790. package/date-range-picker/time-offset.js +101 -0
  791. package/date-range-picker/time-offset.js.map +1 -0
  792. package/expandable-section/expandable-section-container.d.ts +14 -0
  793. package/expandable-section/expandable-section-container.d.ts.map +1 -0
  794. package/expandable-section/expandable-section-container.js +15 -0
  795. package/expandable-section/expandable-section-container.js.map +1 -0
  796. package/expandable-section/expandable-section-header.d.ts +17 -0
  797. package/expandable-section/expandable-section-header.d.ts.map +1 -0
  798. package/expandable-section/expandable-section-header.js +25 -0
  799. package/expandable-section/expandable-section-header.js.map +1 -0
  800. package/expandable-section/index.d.ts +4 -0
  801. package/expandable-section/index.d.ts.map +1 -0
  802. package/expandable-section/index.js +14 -0
  803. package/expandable-section/index.js.map +1 -0
  804. package/expandable-section/interfaces.d.ts +50 -0
  805. package/expandable-section/interfaces.d.ts.map +1 -0
  806. package/expandable-section/interfaces.js +2 -0
  807. package/expandable-section/interfaces.js.map +1 -0
  808. package/expandable-section/internal.d.ts +6 -0
  809. package/expandable-section/internal.d.ts.map +1 -0
  810. package/expandable-section/internal.js +56 -0
  811. package/expandable-section/internal.js.map +1 -0
  812. package/expandable-section/styles.css.js +25 -0
  813. package/expandable-section/styles.scoped.css +344 -0
  814. package/expandable-section/styles.selectors.js +26 -0
  815. package/flashbar/constant.d.ts +10 -0
  816. package/flashbar/constant.d.ts.map +1 -0
  817. package/flashbar/constant.js +12 -0
  818. package/flashbar/constant.js.map +1 -0
  819. package/flashbar/flash.d.ts +9 -0
  820. package/flashbar/flash.d.ts.map +1 -0
  821. package/flashbar/flash.js +54 -0
  822. package/flashbar/flash.js.map +1 -0
  823. package/flashbar/index.d.ts +4 -0
  824. package/flashbar/index.d.ts.map +1 -0
  825. package/flashbar/index.js +53 -0
  826. package/flashbar/index.js.map +1 -0
  827. package/flashbar/interfaces.d.ts +47 -0
  828. package/flashbar/interfaces.d.ts.map +1 -0
  829. package/flashbar/interfaces.js +2 -0
  830. package/flashbar/interfaces.js.map +1 -0
  831. package/flashbar/styles.css.js +27 -0
  832. package/flashbar/styles.scoped.css +469 -0
  833. package/flashbar/styles.selectors.js +28 -0
  834. package/form/index.d.ts +4 -0
  835. package/form/index.d.ts.map +1 -0
  836. package/form/index.js +13 -0
  837. package/form/index.js.map +1 -0
  838. package/form/interfaces.d.ts +24 -0
  839. package/form/interfaces.d.ts.map +1 -0
  840. package/form/interfaces.js +2 -0
  841. package/form/interfaces.js.map +1 -0
  842. package/form/internal.d.ts +6 -0
  843. package/form/internal.d.ts.map +1 -0
  844. package/form/internal.js +24 -0
  845. package/form/internal.js.map +1 -0
  846. package/form/styles.css.js +13 -0
  847. package/form/styles.scoped.css +178 -0
  848. package/form/styles.selectors.js +14 -0
  849. package/form-field/index.d.ts +4 -0
  850. package/form-field/index.d.ts.map +1 -0
  851. package/form-field/index.js +14 -0
  852. package/form-field/index.js.map +1 -0
  853. package/form-field/interfaces.d.ts +64 -0
  854. package/form-field/interfaces.d.ts.map +1 -0
  855. package/form-field/interfaces.js +2 -0
  856. package/form-field/interfaces.js.map +1 -0
  857. package/form-field/internal.d.ts +10 -0
  858. package/form-field/internal.d.ts.map +1 -0
  859. package/form-field/internal.js +56 -0
  860. package/form-field/internal.js.map +1 -0
  861. package/form-field/styles.css.js +24 -0
  862. package/form-field/styles.scoped.css +295 -0
  863. package/form-field/styles.selectors.js +25 -0
  864. package/form-field/util.d.ts +14 -0
  865. package/form-field/util.d.ts.map +1 -0
  866. package/form-field/util.js +38 -0
  867. package/form-field/util.js.map +1 -0
  868. package/grid/index.d.ts +4 -0
  869. package/grid/index.d.ts.map +1 -0
  870. package/grid/index.js +18 -0
  871. package/grid/index.js.map +1 -0
  872. package/grid/interfaces.d.ts +58 -0
  873. package/grid/interfaces.d.ts.map +1 -0
  874. package/grid/interfaces.js +2 -0
  875. package/grid/interfaces.js.map +1 -0
  876. package/grid/internal.d.ts +15 -0
  877. package/grid/internal.d.ts.map +1 -0
  878. package/grid/internal.js +54 -0
  879. package/grid/internal.js.map +1 -0
  880. package/grid/styles.css.js +58 -0
  881. package/grid/styles.scoped.css +316 -0
  882. package/grid/styles.selectors.js +59 -0
  883. package/header/index.d.ts +4 -0
  884. package/header/index.d.ts.map +1 -0
  885. package/header/index.js +14 -0
  886. package/header/index.js.map +1 -0
  887. package/header/interfaces.d.ts +47 -0
  888. package/header/interfaces.d.ts.map +1 -0
  889. package/header/interfaces.js +2 -0
  890. package/header/interfaces.js.map +1 -0
  891. package/header/internal.d.ts +9 -0
  892. package/header/internal.d.ts.map +1 -0
  893. package/header/internal.js +33 -0
  894. package/header/internal.js.map +1 -0
  895. package/header/styles.css.js +45 -0
  896. package/header/styles.scoped.css +347 -0
  897. package/header/styles.selectors.js +46 -0
  898. package/help-panel/index.d.ts +4 -0
  899. package/help-panel/index.d.ts.map +1 -0
  900. package/help-panel/index.js +23 -0
  901. package/help-panel/index.js.map +1 -0
  902. package/help-panel/interfaces.d.ts +30 -0
  903. package/help-panel/interfaces.d.ts.map +1 -0
  904. package/help-panel/interfaces.js +2 -0
  905. package/help-panel/interfaces.js.map +1 -0
  906. package/help-panel/styles.css.js +9 -0
  907. package/help-panel/styles.scoped.css +407 -0
  908. package/help-panel/styles.selectors.js +10 -0
  909. package/hotspot/index.d.ts +4 -0
  910. package/hotspot/index.d.ts.map +1 -0
  911. package/hotspot/index.js +30 -0
  912. package/hotspot/index.js.map +1 -0
  913. package/hotspot/interfaces.d.ts +34 -0
  914. package/hotspot/interfaces.d.ts.map +1 -0
  915. package/hotspot/interfaces.js +2 -0
  916. package/hotspot/interfaces.js.map +1 -0
  917. package/hotspot/styles.css.js +12 -0
  918. package/hotspot/styles.scoped.css +125 -0
  919. package/hotspot/styles.selectors.js +13 -0
  920. package/icon/icons.d.ts +1 -0
  921. package/icon/icons.js +3 -0
  922. package/icon/index.d.ts +4 -0
  923. package/icon/index.d.ts.map +1 -0
  924. package/icon/index.js +14 -0
  925. package/icon/index.js.map +1 -0
  926. package/icon/interfaces.d.ts +62 -0
  927. package/icon/interfaces.d.ts.map +1 -0
  928. package/icon/interfaces.js +2 -0
  929. package/icon/interfaces.js.map +1 -0
  930. package/icon/internal.d.ts +9 -0
  931. package/icon/internal.d.ts.map +1 -0
  932. package/icon/internal.js +71 -0
  933. package/icon/internal.js.map +1 -0
  934. package/icon/styles.css.js +26 -0
  935. package/icon/styles.scoped.css +286 -0
  936. package/icon/styles.selectors.js +27 -0
  937. package/index.d.ts +64 -0
  938. package/index.d.ts.map +1 -0
  939. package/index.js +64 -0
  940. package/index.js.map +1 -0
  941. package/input/index.d.ts +6 -0
  942. package/input/index.d.ts.map +1 -0
  943. package/input/index.js +36 -0
  944. package/input/index.js.map +1 -0
  945. package/input/interfaces.d.ts +137 -0
  946. package/input/interfaces.d.ts.map +1 -0
  947. package/input/interfaces.js +2 -0
  948. package/input/interfaces.js.map +1 -0
  949. package/input/internal.d.ts +24 -0
  950. package/input/internal.d.ts.map +1 -0
  951. package/input/internal.js +62 -0
  952. package/input/internal.js.map +1 -0
  953. package/input/styles.css.js +18 -0
  954. package/input/styles.scoped.css +326 -0
  955. package/input/styles.selectors.js +19 -0
  956. package/input/utils.d.ts +8 -0
  957. package/input/utils.d.ts.map +1 -0
  958. package/input/utils.js +30 -0
  959. package/input/utils.js.map +1 -0
  960. package/interfaces.d.ts +2 -0
  961. package/interfaces.d.ts.map +1 -0
  962. package/interfaces.js +2 -0
  963. package/interfaces.js.map +1 -0
  964. package/internal/base-component/index.d.ts +15 -0
  965. package/internal/base-component/index.d.ts.map +1 -0
  966. package/internal/base-component/index.js +25 -0
  967. package/internal/base-component/index.js.map +1 -0
  968. package/internal/base-component/styles.css.js +4 -0
  969. package/internal/base-component/styles.scoped.css +1429 -0
  970. package/internal/base-component/styles.selectors.js +5 -0
  971. package/internal/breakpoints.d.ts +11 -0
  972. package/internal/breakpoints.d.ts.map +1 -0
  973. package/internal/breakpoints.js +41 -0
  974. package/internal/breakpoints.js.map +1 -0
  975. package/internal/components/abstract-switch/index.d.ts +18 -0
  976. package/internal/components/abstract-switch/index.d.ts.map +1 -0
  977. package/internal/components/abstract-switch/index.js +54 -0
  978. package/internal/components/abstract-switch/index.js.map +1 -0
  979. package/internal/components/abstract-switch/styles.css.js +16 -0
  980. package/internal/components/abstract-switch/styles.scoped.css +162 -0
  981. package/internal/components/abstract-switch/styles.selectors.js +17 -0
  982. package/internal/components/button-trigger/index.d.ts +32 -0
  983. package/internal/components/button-trigger/index.d.ts.map +1 -0
  984. package/internal/components/button-trigger/index.js +26 -0
  985. package/internal/components/button-trigger/index.js.map +1 -0
  986. package/internal/components/button-trigger/styles.css.js +14 -0
  987. package/internal/components/button-trigger/styles.scoped.css +289 -0
  988. package/internal/components/button-trigger/styles.selectors.js +15 -0
  989. package/internal/components/cartesian-chart/axis-label.d.ts +9 -0
  990. package/internal/components/cartesian-chart/axis-label.d.ts.map +1 -0
  991. package/internal/components/cartesian-chart/axis-label.js +16 -0
  992. package/internal/components/cartesian-chart/axis-label.js.map +1 -0
  993. package/internal/components/cartesian-chart/bottom-labels.d.ts +19 -0
  994. package/internal/components/cartesian-chart/bottom-labels.d.ts.map +1 -0
  995. package/internal/components/cartesian-chart/bottom-labels.js +56 -0
  996. package/internal/components/cartesian-chart/bottom-labels.js.map +1 -0
  997. package/internal/components/cartesian-chart/constants.d.ts +6 -0
  998. package/internal/components/cartesian-chart/constants.d.ts.map +1 -0
  999. package/internal/components/cartesian-chart/constants.js +8 -0
  1000. package/internal/components/cartesian-chart/constants.js.map +1 -0
  1001. package/internal/components/cartesian-chart/emphasized-baseline.d.ts +11 -0
  1002. package/internal/components/cartesian-chart/emphasized-baseline.d.ts.map +1 -0
  1003. package/internal/components/cartesian-chart/emphasized-baseline.js +22 -0
  1004. package/internal/components/cartesian-chart/emphasized-baseline.js.map +1 -0
  1005. package/internal/components/cartesian-chart/highlighted-point.d.ts +17 -0
  1006. package/internal/components/cartesian-chart/highlighted-point.d.ts.map +1 -0
  1007. package/internal/components/cartesian-chart/highlighted-point.js +14 -0
  1008. package/internal/components/cartesian-chart/highlighted-point.js.map +1 -0
  1009. package/internal/components/cartesian-chart/interfaces.d.ts +186 -0
  1010. package/internal/components/cartesian-chart/interfaces.d.ts.map +1 -0
  1011. package/internal/components/cartesian-chart/interfaces.js +2 -0
  1012. package/internal/components/cartesian-chart/interfaces.js.map +1 -0
  1013. package/internal/components/cartesian-chart/label-utils.d.ts +15 -0
  1014. package/internal/components/cartesian-chart/label-utils.d.ts.map +1 -0
  1015. package/internal/components/cartesian-chart/label-utils.js +59 -0
  1016. package/internal/components/cartesian-chart/label-utils.js.map +1 -0
  1017. package/internal/components/cartesian-chart/labels-measure.d.ts +12 -0
  1018. package/internal/components/cartesian-chart/labels-measure.d.ts.map +1 -0
  1019. package/internal/components/cartesian-chart/labels-measure.js +25 -0
  1020. package/internal/components/cartesian-chart/labels-measure.js.map +1 -0
  1021. package/internal/components/cartesian-chart/left-labels.d.ts +16 -0
  1022. package/internal/components/cartesian-chart/left-labels.d.ts.map +1 -0
  1023. package/internal/components/cartesian-chart/left-labels.js +43 -0
  1024. package/internal/components/cartesian-chart/left-labels.js.map +1 -0
  1025. package/internal/components/cartesian-chart/scales.d.ts +47 -0
  1026. package/internal/components/cartesian-chart/scales.d.ts.map +1 -0
  1027. package/internal/components/cartesian-chart/scales.js +99 -0
  1028. package/internal/components/cartesian-chart/scales.js.map +1 -0
  1029. package/internal/components/cartesian-chart/styles.css.js +26 -0
  1030. package/internal/components/cartesian-chart/styles.scoped.css +123 -0
  1031. package/internal/components/cartesian-chart/styles.selectors.js +27 -0
  1032. package/internal/components/cartesian-chart/ticks.d.ts +7 -0
  1033. package/internal/components/cartesian-chart/ticks.d.ts.map +1 -0
  1034. package/internal/components/cartesian-chart/ticks.js +68 -0
  1035. package/internal/components/cartesian-chart/ticks.js.map +1 -0
  1036. package/internal/components/cartesian-chart/vertical-grid-lines.d.ts +9 -0
  1037. package/internal/components/cartesian-chart/vertical-grid-lines.d.ts.map +1 -0
  1038. package/internal/components/cartesian-chart/vertical-grid-lines.js +14 -0
  1039. package/internal/components/cartesian-chart/vertical-grid-lines.js.map +1 -0
  1040. package/internal/components/cartesian-chart/vertical-marker.d.ts +16 -0
  1041. package/internal/components/cartesian-chart/vertical-marker.d.ts.map +1 -0
  1042. package/internal/components/cartesian-chart/vertical-marker.js +15 -0
  1043. package/internal/components/cartesian-chart/vertical-marker.js.map +1 -0
  1044. package/internal/components/chart-filter/index.d.ts +23 -0
  1045. package/internal/components/chart-filter/index.d.ts.map +1 -0
  1046. package/internal/components/chart-filter/index.js +34 -0
  1047. package/internal/components/chart-filter/index.js.map +1 -0
  1048. package/internal/components/chart-filter/styles.css.js +8 -0
  1049. package/internal/components/chart-filter/styles.scoped.css +143 -0
  1050. package/internal/components/chart-filter/styles.selectors.js +9 -0
  1051. package/internal/components/chart-legend/index.d.ts +20 -0
  1052. package/internal/components/chart-legend/index.d.ts.map +1 -0
  1053. package/internal/components/chart-legend/index.js +102 -0
  1054. package/internal/components/chart-legend/index.js.map +1 -0
  1055. package/internal/components/chart-legend/styles.css.js +12 -0
  1056. package/internal/components/chart-legend/styles.scoped.css +209 -0
  1057. package/internal/components/chart-legend/styles.selectors.js +13 -0
  1058. package/internal/components/chart-plot/application-controller.d.ts +14 -0
  1059. package/internal/components/chart-plot/application-controller.d.ts.map +1 -0
  1060. package/internal/components/chart-plot/application-controller.js +105 -0
  1061. package/internal/components/chart-plot/application-controller.js.map +1 -0
  1062. package/internal/components/chart-plot/focus-outline.d.ts +8 -0
  1063. package/internal/components/chart-plot/focus-outline.d.ts.map +1 -0
  1064. package/internal/components/chart-plot/focus-outline.js +38 -0
  1065. package/internal/components/chart-plot/focus-outline.js.map +1 -0
  1066. package/internal/components/chart-plot/index.d.ts +47 -0
  1067. package/internal/components/chart-plot/index.d.ts.map +1 -0
  1068. package/internal/components/chart-plot/index.js +109 -0
  1069. package/internal/components/chart-plot/index.js.map +1 -0
  1070. package/internal/components/chart-plot/styles.css.js +10 -0
  1071. package/internal/components/chart-plot/styles.scoped.css +122 -0
  1072. package/internal/components/chart-plot/styles.selectors.js +11 -0
  1073. package/internal/components/chart-popover/index.d.ts +26 -0
  1074. package/internal/components/chart-popover/index.d.ts.map +1 -0
  1075. package/internal/components/chart-popover/index.js +37 -0
  1076. package/internal/components/chart-popover/index.js.map +1 -0
  1077. package/internal/components/chart-popover/styles.css.js +7 -0
  1078. package/internal/components/chart-popover/styles.scoped.css +138 -0
  1079. package/internal/components/chart-popover/styles.selectors.js +8 -0
  1080. package/internal/components/chart-series-details/index.d.ts +16 -0
  1081. package/internal/components/chart-series-details/index.d.ts.map +1 -0
  1082. package/internal/components/chart-series-details/index.js +29 -0
  1083. package/internal/components/chart-series-details/index.js.map +1 -0
  1084. package/internal/components/chart-series-details/styles.css.js +10 -0
  1085. package/internal/components/chart-series-details/styles.scoped.css +218 -0
  1086. package/internal/components/chart-series-details/styles.selectors.js +11 -0
  1087. package/internal/components/chart-series-marker/index.d.ts +11 -0
  1088. package/internal/components/chart-series-marker/index.d.ts.map +1 -0
  1089. package/internal/components/chart-series-marker/index.js +11 -0
  1090. package/internal/components/chart-series-marker/index.js.map +1 -0
  1091. package/internal/components/chart-series-marker/styles.css.js +10 -0
  1092. package/internal/components/chart-series-marker/styles.scoped.css +177 -0
  1093. package/internal/components/chart-series-marker/styles.selectors.js +11 -0
  1094. package/internal/components/chart-status-container/index.d.ts +27 -0
  1095. package/internal/components/chart-status-container/index.d.ts.map +1 -0
  1096. package/internal/components/chart-status-container/index.js +41 -0
  1097. package/internal/components/chart-status-container/index.js.map +1 -0
  1098. package/internal/components/chart-status-container/styles.css.js +7 -0
  1099. package/internal/components/chart-status-container/styles.scoped.css +16 -0
  1100. package/internal/components/chart-status-container/styles.selectors.js +8 -0
  1101. package/internal/components/checkbox-icon/index.d.ts +18 -0
  1102. package/internal/components/checkbox-icon/index.d.ts.map +1 -0
  1103. package/internal/components/checkbox-icon/index.js +44 -0
  1104. package/internal/components/checkbox-icon/index.js.map +1 -0
  1105. package/internal/components/checkbox-icon/styles.css.js +12 -0
  1106. package/internal/components/checkbox-icon/styles.scoped.css +141 -0
  1107. package/internal/components/checkbox-icon/styles.selectors.js +13 -0
  1108. package/internal/components/content-layout/index.d.ts +4 -0
  1109. package/internal/components/content-layout/index.d.ts.map +1 -0
  1110. package/internal/components/content-layout/index.js +31 -0
  1111. package/internal/components/content-layout/index.js.map +1 -0
  1112. package/internal/components/content-layout/interfaces.d.ts +7 -0
  1113. package/internal/components/content-layout/interfaces.d.ts.map +1 -0
  1114. package/internal/components/content-layout/interfaces.js +2 -0
  1115. package/internal/components/content-layout/interfaces.js.map +1 -0
  1116. package/internal/components/content-layout/styles.css.js +12 -0
  1117. package/internal/components/content-layout/styles.scoped.css +144 -0
  1118. package/internal/components/content-layout/styles.selectors.js +13 -0
  1119. package/internal/components/dark-ribbon/index.d.ts +9 -0
  1120. package/internal/components/dark-ribbon/index.d.ts.map +1 -0
  1121. package/internal/components/dark-ribbon/index.js +47 -0
  1122. package/internal/components/dark-ribbon/index.js.map +1 -0
  1123. package/internal/components/dark-ribbon/styles.css.js +7 -0
  1124. package/internal/components/dark-ribbon/styles.scoped.css +17 -0
  1125. package/internal/components/dark-ribbon/styles.selectors.js +8 -0
  1126. package/internal/components/date-input/index.d.ts +6 -0
  1127. package/internal/components/date-input/index.d.ts.map +1 -0
  1128. package/internal/components/date-input/index.js +26 -0
  1129. package/internal/components/date-input/index.js.map +1 -0
  1130. package/internal/components/date-input/interfaces.d.ts +16 -0
  1131. package/internal/components/date-input/interfaces.d.ts.map +1 -0
  1132. package/internal/components/date-input/interfaces.js +2 -0
  1133. package/internal/components/date-input/interfaces.js.map +1 -0
  1134. package/internal/components/date-input/utils/date.d.ts +5 -0
  1135. package/internal/components/date-input/utils/date.d.ts.map +1 -0
  1136. package/internal/components/date-input/utils/date.js +11 -0
  1137. package/internal/components/date-input/utils/date.js.map +1 -0
  1138. package/internal/components/dropdown/context.d.ts +12 -0
  1139. package/internal/components/dropdown/context.d.ts.map +1 -0
  1140. package/internal/components/dropdown/context.js +14 -0
  1141. package/internal/components/dropdown/context.js.map +1 -0
  1142. package/internal/components/dropdown/dropdown-fit-handler.d.ts +25 -0
  1143. package/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -0
  1144. package/internal/components/dropdown/dropdown-fit-handler.js +170 -0
  1145. package/internal/components/dropdown/dropdown-fit-handler.js.map +1 -0
  1146. package/internal/components/dropdown/index.d.ts +4 -0
  1147. package/internal/components/dropdown/index.d.ts.map +1 -0
  1148. package/internal/components/dropdown/index.js +234 -0
  1149. package/internal/components/dropdown/index.js.map +1 -0
  1150. package/internal/components/dropdown/interfaces.d.ts +122 -0
  1151. package/internal/components/dropdown/interfaces.d.ts.map +1 -0
  1152. package/internal/components/dropdown/interfaces.js +2 -0
  1153. package/internal/components/dropdown/interfaces.js.map +1 -0
  1154. package/internal/components/dropdown/styles.css.js +25 -0
  1155. package/internal/components/dropdown/styles.scoped.css +309 -0
  1156. package/internal/components/dropdown/styles.selectors.js +26 -0
  1157. package/internal/components/dropdown-footer/index.d.ts +8 -0
  1158. package/internal/components/dropdown-footer/index.d.ts.map +1 -0
  1159. package/internal/components/dropdown-footer/index.js +13 -0
  1160. package/internal/components/dropdown-footer/index.js.map +1 -0
  1161. package/internal/components/dropdown-footer/styles.css.js +8 -0
  1162. package/internal/components/dropdown-footer/styles.scoped.css +141 -0
  1163. package/internal/components/dropdown-footer/styles.selectors.js +9 -0
  1164. package/internal/components/dropdown-status/index.d.ts +28 -0
  1165. package/internal/components/dropdown-status/index.d.ts.map +1 -0
  1166. package/internal/components/dropdown-status/index.js +41 -0
  1167. package/internal/components/dropdown-status/index.js.map +1 -0
  1168. package/internal/components/dropdown-status/interfaces.d.ts +37 -0
  1169. package/internal/components/dropdown-status/interfaces.d.ts.map +1 -0
  1170. package/internal/components/dropdown-status/interfaces.js +2 -0
  1171. package/internal/components/dropdown-status/interfaces.js.map +1 -0
  1172. package/internal/components/dropdown-status/styles.css.js +7 -0
  1173. package/internal/components/dropdown-status/styles.scoped.css +140 -0
  1174. package/internal/components/dropdown-status/styles.selectors.js +8 -0
  1175. package/internal/components/filtering-token/index.d.ts +17 -0
  1176. package/internal/components/filtering-token/index.d.ts.map +1 -0
  1177. package/internal/components/filtering-token/index.js +23 -0
  1178. package/internal/components/filtering-token/index.js.map +1 -0
  1179. package/internal/components/filtering-token/styles.css.js +12 -0
  1180. package/internal/components/filtering-token/styles.scoped.css +193 -0
  1181. package/internal/components/filtering-token/styles.selectors.js +13 -0
  1182. package/internal/components/live-region/index.d.ts +43 -0
  1183. package/internal/components/live-region/index.d.ts.map +1 -0
  1184. package/internal/components/live-region/index.js +91 -0
  1185. package/internal/components/live-region/index.js.map +1 -0
  1186. package/internal/components/live-region/styles.css.js +6 -0
  1187. package/internal/components/live-region/styles.scoped.css +97 -0
  1188. package/internal/components/live-region/styles.selectors.js +7 -0
  1189. package/internal/components/masked-input/index.d.ts +7 -0
  1190. package/internal/components/masked-input/index.d.ts.map +1 -0
  1191. package/internal/components/masked-input/index.js +45 -0
  1192. package/internal/components/masked-input/index.js.map +1 -0
  1193. package/internal/components/masked-input/interfaces.d.ts +29 -0
  1194. package/internal/components/masked-input/interfaces.d.ts.map +1 -0
  1195. package/internal/components/masked-input/interfaces.js +2 -0
  1196. package/internal/components/masked-input/interfaces.js.map +1 -0
  1197. package/internal/components/masked-input/keyboard-handler.d.ts +26 -0
  1198. package/internal/components/masked-input/keyboard-handler.d.ts.map +1 -0
  1199. package/internal/components/masked-input/keyboard-handler.js +73 -0
  1200. package/internal/components/masked-input/keyboard-handler.js.map +1 -0
  1201. package/internal/components/masked-input/use-mask.d.ts +25 -0
  1202. package/internal/components/masked-input/use-mask.d.ts.map +1 -0
  1203. package/internal/components/masked-input/use-mask.js +81 -0
  1204. package/internal/components/masked-input/use-mask.js.map +1 -0
  1205. package/internal/components/masked-input/utils/keys.d.ts +3 -0
  1206. package/internal/components/masked-input/utils/keys.d.ts.map +1 -0
  1207. package/internal/components/masked-input/utils/keys.js +12 -0
  1208. package/internal/components/masked-input/utils/keys.js.map +1 -0
  1209. package/internal/components/masked-input/utils/mask-format.d.ts +47 -0
  1210. package/internal/components/masked-input/utils/mask-format.d.ts.map +1 -0
  1211. package/internal/components/masked-input/utils/mask-format.js +290 -0
  1212. package/internal/components/masked-input/utils/mask-format.js.map +1 -0
  1213. package/internal/components/masked-input/utils/strings.d.ts +3 -0
  1214. package/internal/components/masked-input/utils/strings.d.ts.map +1 -0
  1215. package/internal/components/masked-input/utils/strings.js +13 -0
  1216. package/internal/components/masked-input/utils/strings.js.map +1 -0
  1217. package/internal/components/menu-dropdown/index.d.ts +7 -0
  1218. package/internal/components/menu-dropdown/index.d.ts.map +1 -0
  1219. package/internal/components/menu-dropdown/index.js +36 -0
  1220. package/internal/components/menu-dropdown/index.js.map +1 -0
  1221. package/internal/components/menu-dropdown/interfaces.d.ts +25 -0
  1222. package/internal/components/menu-dropdown/interfaces.d.ts.map +1 -0
  1223. package/internal/components/menu-dropdown/interfaces.js +2 -0
  1224. package/internal/components/menu-dropdown/interfaces.js.map +1 -0
  1225. package/internal/components/menu-dropdown/styles.css.js +12 -0
  1226. package/internal/components/menu-dropdown/styles.scoped.css +212 -0
  1227. package/internal/components/menu-dropdown/styles.selectors.js +13 -0
  1228. package/internal/components/option/highlight-match.d.ts +6 -0
  1229. package/internal/components/option/highlight-match.d.ts.map +1 -0
  1230. package/internal/components/option/highlight-match.js +36 -0
  1231. package/internal/components/option/highlight-match.js.map +1 -0
  1232. package/internal/components/option/index.d.ts +5 -0
  1233. package/internal/components/option/index.d.ts.map +1 -0
  1234. package/internal/components/option/index.js +48 -0
  1235. package/internal/components/option/index.js.map +1 -0
  1236. package/internal/components/option/interfaces.d.ts +37 -0
  1237. package/internal/components/option/interfaces.d.ts.map +1 -0
  1238. package/internal/components/option/interfaces.js +2 -0
  1239. package/internal/components/option/interfaces.js.map +1 -0
  1240. package/internal/components/option/option-announcer.d.ts +4 -0
  1241. package/internal/components/option/option-announcer.d.ts.map +1 -0
  1242. package/internal/components/option/option-announcer.js +8 -0
  1243. package/internal/components/option/option-announcer.js.map +1 -0
  1244. package/internal/components/option/option-parts.d.ts +35 -0
  1245. package/internal/components/option/option-parts.d.ts.map +1 -0
  1246. package/internal/components/option/option-parts.js +63 -0
  1247. package/internal/components/option/option-parts.js.map +1 -0
  1248. package/internal/components/option/styles.css.js +20 -0
  1249. package/internal/components/option/styles.scoped.css +253 -0
  1250. package/internal/components/option/styles.selectors.js +21 -0
  1251. package/internal/components/option/utils/filter-options.d.ts +7 -0
  1252. package/internal/components/option/utils/filter-options.d.ts.map +1 -0
  1253. package/internal/components/option/utils/filter-options.js +59 -0
  1254. package/internal/components/option/utils/filter-options.js.map +1 -0
  1255. package/internal/components/option/utils/flatten-options.d.ts +6 -0
  1256. package/internal/components/option/utils/flatten-options.d.ts.map +1 -0
  1257. package/internal/components/option/utils/flatten-options.js +36 -0
  1258. package/internal/components/option/utils/flatten-options.js.map +1 -0
  1259. package/internal/components/option/utils/prepare-options.d.ts +6 -0
  1260. package/internal/components/option/utils/prepare-options.d.ts.map +1 -0
  1261. package/internal/components/option/utils/prepare-options.js +12 -0
  1262. package/internal/components/option/utils/prepare-options.js.map +1 -0
  1263. package/internal/components/options-list/index.d.ts +29 -0
  1264. package/internal/components/options-list/index.d.ts.map +1 -0
  1265. package/internal/components/options-list/index.js +45 -0
  1266. package/internal/components/options-list/index.js.map +1 -0
  1267. package/internal/components/options-list/styles.css.js +7 -0
  1268. package/internal/components/options-list/styles.scoped.css +147 -0
  1269. package/internal/components/options-list/styles.selectors.js +8 -0
  1270. package/internal/components/options-list/utils/test-indexes.d.ts +12 -0
  1271. package/internal/components/options-list/utils/test-indexes.d.ts.map +1 -0
  1272. package/internal/components/options-list/utils/test-indexes.js +30 -0
  1273. package/internal/components/options-list/utils/test-indexes.js.map +1 -0
  1274. package/internal/components/options-list/utils/use-highlight-option.d.ts +13 -0
  1275. package/internal/components/options-list/utils/use-highlight-option.d.ts.map +1 -0
  1276. package/internal/components/options-list/utils/use-highlight-option.js +36 -0
  1277. package/internal/components/options-list/utils/use-highlight-option.js.map +1 -0
  1278. package/internal/components/options-list/utils/use-ids.d.ts +13 -0
  1279. package/internal/components/options-list/utils/use-ids.d.ts.map +1 -0
  1280. package/internal/components/options-list/utils/use-ids.js +18 -0
  1281. package/internal/components/options-list/utils/use-ids.js.map +1 -0
  1282. package/internal/components/options-list/utils/use-keyboard.d.ts +25 -0
  1283. package/internal/components/options-list/utils/use-keyboard.d.ts.map +1 -0
  1284. package/internal/components/options-list/utils/use-keyboard.js +60 -0
  1285. package/internal/components/options-list/utils/use-keyboard.js.map +1 -0
  1286. package/internal/components/options-list/utils/use-open-state.d.ts +12 -0
  1287. package/internal/components/options-list/utils/use-open-state.d.ts.map +1 -0
  1288. package/internal/components/options-list/utils/use-open-state.js +29 -0
  1289. package/internal/components/options-list/utils/use-open-state.js.map +1 -0
  1290. package/internal/components/portal/index.d.ts +11 -0
  1291. package/internal/components/portal/index.d.ts.map +1 -0
  1292. package/internal/components/portal/index.js +27 -0
  1293. package/internal/components/portal/index.js.map +1 -0
  1294. package/internal/components/selectable-item/index.d.ts +24 -0
  1295. package/internal/components/selectable-item/index.d.ts.map +1 -0
  1296. package/internal/components/selectable-item/index.js +70 -0
  1297. package/internal/components/selectable-item/index.js.map +1 -0
  1298. package/internal/components/selectable-item/styles.css.js +21 -0
  1299. package/internal/components/selectable-item/styles.scoped.css +267 -0
  1300. package/internal/components/selectable-item/styles.selectors.js +22 -0
  1301. package/internal/components/tab-trap/index.d.ts +10 -0
  1302. package/internal/components/tab-trap/index.d.ts.map +1 -0
  1303. package/internal/components/tab-trap/index.js +12 -0
  1304. package/internal/components/tab-trap/index.js.map +1 -0
  1305. package/internal/components/transition/index.d.ts +22 -0
  1306. package/internal/components/transition/index.d.ts.map +1 -0
  1307. package/internal/components/transition/index.js +75 -0
  1308. package/internal/components/transition/index.js.map +1 -0
  1309. package/internal/components/visual-context/index.d.ts +10 -0
  1310. package/internal/components/visual-context/index.d.ts.map +1 -0
  1311. package/internal/components/visual-context/index.js +20 -0
  1312. package/internal/components/visual-context/index.js.map +1 -0
  1313. package/internal/context/app-layout-context.d.ts +10 -0
  1314. package/internal/context/app-layout-context.d.ts.map +1 -0
  1315. package/internal/context/app-layout-context.js +14 -0
  1316. package/internal/context/app-layout-context.js.map +1 -0
  1317. package/internal/context/form-field-context.d.ts +44 -0
  1318. package/internal/context/form-field-context.d.ts.map +1 -0
  1319. package/internal/context/form-field-context.js +17 -0
  1320. package/internal/context/form-field-context.js.map +1 -0
  1321. package/internal/context/split-panel-context.d.ts +46 -0
  1322. package/internal/context/split-panel-context.d.ts.map +1 -0
  1323. package/internal/context/split-panel-context.js +30 -0
  1324. package/internal/context/split-panel-context.js.map +1 -0
  1325. package/internal/debounce.d.ts +3 -0
  1326. package/internal/debounce.d.ts.map +1 -0
  1327. package/internal/debounce.js +23 -0
  1328. package/internal/debounce.js.map +1 -0
  1329. package/internal/environment.d.ts +3 -0
  1330. package/internal/environment.js +5 -0
  1331. package/internal/events/index.d.ts +39 -0
  1332. package/internal/events/index.d.ts.map +1 -0
  1333. package/internal/events/index.js +75 -0
  1334. package/internal/events/index.js.map +1 -0
  1335. package/internal/focus-tracker.d.ts +20 -0
  1336. package/internal/focus-tracker.d.ts.map +1 -0
  1337. package/internal/focus-tracker.js +52 -0
  1338. package/internal/focus-tracker.js.map +1 -0
  1339. package/internal/generated/custom-css-properties/index.d.ts +3 -0
  1340. package/internal/generated/custom-css-properties/index.d.ts.map +1 -0
  1341. package/internal/generated/custom-css-properties/index.js +28 -0
  1342. package/internal/generated/custom-css-properties/index.js.map +1 -0
  1343. package/internal/generated/styles/tokens.d.ts +261 -0
  1344. package/internal/generated/styles/tokens.js +261 -0
  1345. package/internal/generated/theming/index.cjs +7857 -0
  1346. package/internal/generated/theming/index.cjs.d.ts +745 -0
  1347. package/internal/generated/theming/index.d.ts +745 -0
  1348. package/internal/generated/theming/index.js +7857 -0
  1349. package/internal/hooks/check-controlled/index.d.ts +3 -0
  1350. package/internal/hooks/check-controlled/index.d.ts.map +1 -0
  1351. package/internal/hooks/check-controlled/index.js +10 -0
  1352. package/internal/hooks/check-controlled/index.js.map +1 -0
  1353. package/internal/hooks/container-queries/index.d.ts +5 -0
  1354. package/internal/hooks/container-queries/index.d.ts.map +1 -0
  1355. package/internal/hooks/container-queries/index.js +4 -0
  1356. package/internal/hooks/container-queries/index.js.map +1 -0
  1357. package/internal/hooks/container-queries/interfaces.d.ts +10 -0
  1358. package/internal/hooks/container-queries/interfaces.d.ts.map +1 -0
  1359. package/internal/hooks/container-queries/interfaces.js +4 -0
  1360. package/internal/hooks/container-queries/interfaces.js.map +1 -0
  1361. package/internal/hooks/container-queries/use-container-breakpoints.d.ts +11 -0
  1362. package/internal/hooks/container-queries/use-container-breakpoints.d.ts.map +1 -0
  1363. package/internal/hooks/container-queries/use-container-breakpoints.js +16 -0
  1364. package/internal/hooks/container-queries/use-container-breakpoints.js.map +1 -0
  1365. package/internal/hooks/container-queries/use-container-query.d.ts +22 -0
  1366. package/internal/hooks/container-queries/use-container-query.d.ts.map +1 -0
  1367. package/internal/hooks/container-queries/use-container-query.js +33 -0
  1368. package/internal/hooks/container-queries/use-container-query.js.map +1 -0
  1369. package/internal/hooks/container-queries/use-resize-observer.d.ts +21 -0
  1370. package/internal/hooks/container-queries/use-resize-observer.d.ts.map +1 -0
  1371. package/internal/hooks/container-queries/use-resize-observer.js +64 -0
  1372. package/internal/hooks/container-queries/use-resize-observer.js.map +1 -0
  1373. package/internal/hooks/dom-context/index.d.ts +14 -0
  1374. package/internal/hooks/dom-context/index.d.ts.map +1 -0
  1375. package/internal/hooks/dom-context/index.js +70 -0
  1376. package/internal/hooks/dom-context/index.js.map +1 -0
  1377. package/internal/hooks/focus-visible/index.d.ts +6 -0
  1378. package/internal/hooks/focus-visible/index.d.ts.map +1 -0
  1379. package/internal/hooks/focus-visible/index.js +29 -0
  1380. package/internal/hooks/focus-visible/index.js.map +1 -0
  1381. package/internal/hooks/forward-focus/index.d.ts +8 -0
  1382. package/internal/hooks/forward-focus/index.d.ts.map +1 -0
  1383. package/internal/hooks/forward-focus/index.js +16 -0
  1384. package/internal/hooks/forward-focus/index.js.map +1 -0
  1385. package/internal/hooks/use-base-component/index.d.ts +14 -0
  1386. package/internal/hooks/use-base-component/index.d.ts.map +1 -0
  1387. package/internal/hooks/use-base-component/index.js +39 -0
  1388. package/internal/hooks/use-base-component/index.js.map +1 -0
  1389. package/internal/hooks/use-controllable/index.d.ts +46 -0
  1390. package/internal/hooks/use-controllable/index.d.ts.map +1 -0
  1391. package/internal/hooks/use-controllable/index.js +87 -0
  1392. package/internal/hooks/use-controllable/index.js.map +1 -0
  1393. package/internal/hooks/use-debounce-callback/index.d.ts +2 -0
  1394. package/internal/hooks/use-debounce-callback/index.d.ts.map +1 -0
  1395. package/internal/hooks/use-debounce-callback/index.js +20 -0
  1396. package/internal/hooks/use-debounce-callback/index.js.map +1 -0
  1397. package/internal/hooks/use-effect-on-update.d.ts +3 -0
  1398. package/internal/hooks/use-effect-on-update.d.ts.map +1 -0
  1399. package/internal/hooks/use-effect-on-update.js +18 -0
  1400. package/internal/hooks/use-effect-on-update.js.map +1 -0
  1401. package/internal/hooks/use-focus-tracker.d.ts +13 -0
  1402. package/internal/hooks/use-focus-tracker.d.ts.map +1 -0
  1403. package/internal/hooks/use-focus-tracker.js +28 -0
  1404. package/internal/hooks/use-focus-tracker.js.map +1 -0
  1405. package/internal/hooks/use-has-rendered/index.d.ts +5 -0
  1406. package/internal/hooks/use-has-rendered/index.d.ts.map +1 -0
  1407. package/internal/hooks/use-has-rendered/index.js +21 -0
  1408. package/internal/hooks/use-has-rendered/index.js.map +1 -0
  1409. package/internal/hooks/use-merge-refs/index.d.ts +10 -0
  1410. package/internal/hooks/use-merge-refs/index.d.ts.map +1 -0
  1411. package/internal/hooks/use-merge-refs/index.js +34 -0
  1412. package/internal/hooks/use-merge-refs/index.js.map +1 -0
  1413. package/internal/hooks/use-mobile/index.d.ts +2 -0
  1414. package/internal/hooks/use-mobile/index.d.ts.map +1 -0
  1415. package/internal/hooks/use-mobile/index.js +32 -0
  1416. package/internal/hooks/use-mobile/index.js.map +1 -0
  1417. package/internal/hooks/use-mutation-observer/index.d.ts +3 -0
  1418. package/internal/hooks/use-mutation-observer/index.d.ts.map +1 -0
  1419. package/internal/hooks/use-mutation-observer/index.js +22 -0
  1420. package/internal/hooks/use-mutation-observer/index.js.map +1 -0
  1421. package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -0
  1422. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -0
  1423. package/internal/hooks/use-portal-mode-classes/index.js +20 -0
  1424. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -0
  1425. package/internal/hooks/use-previous/index.d.ts +5 -0
  1426. package/internal/hooks/use-previous/index.d.ts.map +1 -0
  1427. package/internal/hooks/use-previous/index.js +14 -0
  1428. package/internal/hooks/use-previous/index.js.map +1 -0
  1429. package/internal/hooks/use-previous-frame/index.d.ts +8 -0
  1430. package/internal/hooks/use-previous-frame/index.d.ts.map +1 -0
  1431. package/internal/hooks/use-previous-frame/index.js +20 -0
  1432. package/internal/hooks/use-previous-frame/index.js.map +1 -0
  1433. package/internal/hooks/use-scroll-sync/index.d.ts +11 -0
  1434. package/internal/hooks/use-scroll-sync/index.d.ts.map +1 -0
  1435. package/internal/hooks/use-scroll-sync/index.js +36 -0
  1436. package/internal/hooks/use-scroll-sync/index.js.map +1 -0
  1437. package/internal/hooks/use-singleton-handler/index.d.ts +10 -0
  1438. package/internal/hooks/use-singleton-handler/index.d.ts.map +1 -0
  1439. package/internal/hooks/use-singleton-handler/index.js +47 -0
  1440. package/internal/hooks/use-singleton-handler/index.js.map +1 -0
  1441. package/internal/hooks/use-stable-event-handler/index.d.ts +10 -0
  1442. package/internal/hooks/use-stable-event-handler/index.d.ts.map +1 -0
  1443. package/internal/hooks/use-stable-event-handler/index.js +26 -0
  1444. package/internal/hooks/use-stable-event-handler/index.js.map +1 -0
  1445. package/internal/hooks/use-telemetry/index.d.ts +2 -0
  1446. package/internal/hooks/use-telemetry/index.d.ts.map +1 -0
  1447. package/internal/hooks/use-telemetry/index.js +17 -0
  1448. package/internal/hooks/use-telemetry/index.js.map +1 -0
  1449. package/internal/hooks/use-unique-id/index.d.ts +3 -0
  1450. package/internal/hooks/use-unique-id/index.d.ts.map +1 -0
  1451. package/internal/hooks/use-unique-id/index.js +15 -0
  1452. package/internal/hooks/use-unique-id/index.js.map +1 -0
  1453. package/internal/hooks/use-visual-mode/index.d.ts +6 -0
  1454. package/internal/hooks/use-visual-mode/index.d.ts.map +1 -0
  1455. package/internal/hooks/use-visual-mode/index.js +44 -0
  1456. package/internal/hooks/use-visual-mode/index.js.map +1 -0
  1457. package/internal/is-development.d.ts +7 -0
  1458. package/internal/is-development.d.ts.map +1 -0
  1459. package/internal/is-development.js +9 -0
  1460. package/internal/is-development.js.map +1 -0
  1461. package/internal/keycode.d.ts +20 -0
  1462. package/internal/keycode.d.ts.map +1 -0
  1463. package/internal/keycode.js +26 -0
  1464. package/internal/keycode.js.map +1 -0
  1465. package/internal/logging.d.ts +2 -0
  1466. package/internal/logging.d.ts.map +1 -0
  1467. package/internal/logging.js +14 -0
  1468. package/internal/logging.js.map +1 -0
  1469. package/internal/metrics.d.ts +24 -0
  1470. package/internal/metrics.d.ts.map +1 -0
  1471. package/internal/metrics.js +133 -0
  1472. package/internal/metrics.js.map +1 -0
  1473. package/internal/motion.d.ts +2 -0
  1474. package/internal/motion.d.ts.map +1 -0
  1475. package/internal/motion.js +9 -0
  1476. package/internal/motion.js.map +1 -0
  1477. package/internal/styles/colors.d.ts +2 -0
  1478. package/internal/styles/colors.d.ts.map +1 -0
  1479. package/internal/styles/colors.js +56 -0
  1480. package/internal/styles/colors.js.map +1 -0
  1481. package/internal/types.d.ts +17 -0
  1482. package/internal/types.d.ts.map +1 -0
  1483. package/internal/types.js +4 -0
  1484. package/internal/types.js.map +1 -0
  1485. package/internal/utils/apply-display-name.d.ts +2 -0
  1486. package/internal/utils/apply-display-name.d.ts.map +1 -0
  1487. package/internal/utils/apply-display-name.js +6 -0
  1488. package/internal/utils/apply-display-name.js.map +1 -0
  1489. package/internal/utils/browser-scrollbar-size.d.ts +5 -0
  1490. package/internal/utils/browser-scrollbar-size.d.ts.map +1 -0
  1491. package/internal/utils/browser-scrollbar-size.js +45 -0
  1492. package/internal/utils/browser-scrollbar-size.js.map +1 -0
  1493. package/internal/utils/calculate-once.d.ts +2 -0
  1494. package/internal/utils/calculate-once.d.ts.map +1 -0
  1495. package/internal/utils/calculate-once.js +12 -0
  1496. package/internal/utils/calculate-once.js.map +1 -0
  1497. package/internal/utils/check-safe-url.d.ts +2 -0
  1498. package/internal/utils/check-safe-url.d.ts.map +1 -0
  1499. package/internal/utils/check-safe-url.js +28 -0
  1500. package/internal/utils/check-safe-url.js.map +1 -0
  1501. package/internal/utils/create-category-color-scale.d.ts +2 -0
  1502. package/internal/utils/create-category-color-scale.d.ts.map +1 -0
  1503. package/internal/utils/create-category-color-scale.js +22 -0
  1504. package/internal/utils/create-category-color-scale.js.map +1 -0
  1505. package/internal/utils/dom.d.ts +33 -0
  1506. package/internal/utils/dom.d.ts.map +1 -0
  1507. package/internal/utils/dom.js +119 -0
  1508. package/internal/utils/dom.js.map +1 -0
  1509. package/internal/utils/external-props.d.ts +5 -0
  1510. package/internal/utils/external-props.d.ts.map +1 -0
  1511. package/internal/utils/external-props.js +13 -0
  1512. package/internal/utils/external-props.js.map +1 -0
  1513. package/internal/utils/focus-svg-element.d.ts +2 -0
  1514. package/internal/utils/focus-svg-element.d.ts.map +1 -0
  1515. package/internal/utils/focus-svg-element.js +15 -0
  1516. package/internal/utils/focus-svg-element.js.map +1 -0
  1517. package/internal/utils/has-value.d.ts +2 -0
  1518. package/internal/utils/has-value.d.ts.map +1 -0
  1519. package/internal/utils/has-value.js +6 -0
  1520. package/internal/utils/has-value.js.map +1 -0
  1521. package/internal/utils/promises.d.ts +14 -0
  1522. package/internal/utils/promises.d.ts.map +1 -0
  1523. package/internal/utils/promises.js +36 -0
  1524. package/internal/utils/promises.js.map +1 -0
  1525. package/internal/utils/scrollable-containers.d.ts +29 -0
  1526. package/internal/utils/scrollable-containers.d.ts.map +1 -0
  1527. package/internal/utils/scrollable-containers.js +81 -0
  1528. package/internal/utils/scrollable-containers.js.map +1 -0
  1529. package/internal/utils/strings.d.ts +2 -0
  1530. package/internal/utils/strings.d.ts.map +1 -0
  1531. package/internal/utils/strings.js +12 -0
  1532. package/internal/utils/strings.js.map +1 -0
  1533. package/internal/utils/use-container-width.d.ts +3 -0
  1534. package/internal/utils/use-container-width.d.ts.map +1 -0
  1535. package/internal/utils/use-container-width.js +13 -0
  1536. package/internal/utils/use-container-width.js.map +1 -0
  1537. package/line-chart/index.d.ts +5 -0
  1538. package/line-chart/index.d.ts.map +1 -0
  1539. package/line-chart/index.js +20 -0
  1540. package/line-chart/index.js.map +1 -0
  1541. package/line-chart/interfaces.d.ts +24 -0
  1542. package/line-chart/interfaces.d.ts.map +1 -0
  1543. package/line-chart/interfaces.js +2 -0
  1544. package/line-chart/interfaces.js.map +1 -0
  1545. package/line-chart/styles.css.js +6 -0
  1546. package/line-chart/styles.scoped.css +7 -0
  1547. package/line-chart/styles.selectors.js +7 -0
  1548. package/link/index.d.ts +6 -0
  1549. package/link/index.d.ts.map +1 -0
  1550. package/link/index.js +15 -0
  1551. package/link/index.js.map +1 -0
  1552. package/link/interfaces.d.ts +86 -0
  1553. package/link/interfaces.d.ts.map +1 -0
  1554. package/link/interfaces.js +2 -0
  1555. package/link/interfaces.js.map +1 -0
  1556. package/link/internal.d.ts +8 -0
  1557. package/link/internal.d.ts.map +1 -0
  1558. package/link/internal.js +88 -0
  1559. package/link/internal.js.map +1 -0
  1560. package/link/styles.css.js +23 -0
  1561. package/link/styles.scoped.css +546 -0
  1562. package/link/styles.selectors.js +24 -0
  1563. package/mixed-line-bar-chart/bar-groups.d.ts +18 -0
  1564. package/mixed-line-bar-chart/bar-groups.d.ts.map +1 -0
  1565. package/mixed-line-bar-chart/bar-groups.js +15 -0
  1566. package/mixed-line-bar-chart/bar-groups.js.map +1 -0
  1567. package/mixed-line-bar-chart/bar-series.d.ts +20 -0
  1568. package/mixed-line-bar-chart/bar-series.d.ts.map +1 -0
  1569. package/mixed-line-bar-chart/bar-series.js +70 -0
  1570. package/mixed-line-bar-chart/bar-series.js.map +1 -0
  1571. package/mixed-line-bar-chart/chart-container.d.ts +35 -0
  1572. package/mixed-line-bar-chart/chart-container.d.ts.map +1 -0
  1573. package/mixed-line-bar-chart/chart-container.js +304 -0
  1574. package/mixed-line-bar-chart/chart-container.js.map +1 -0
  1575. package/mixed-line-bar-chart/chart-filters.d.ts +13 -0
  1576. package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -0
  1577. package/mixed-line-bar-chart/chart-filters.js +30 -0
  1578. package/mixed-line-bar-chart/chart-filters.js.map +1 -0
  1579. package/mixed-line-bar-chart/chart-legend.d.ts +14 -0
  1580. package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -0
  1581. package/mixed-line-bar-chart/chart-legend.js +24 -0
  1582. package/mixed-line-bar-chart/chart-legend.js.map +1 -0
  1583. package/mixed-line-bar-chart/chart-popover.d.ts +15 -0
  1584. package/mixed-line-bar-chart/chart-popover.d.ts.map +1 -0
  1585. package/mixed-line-bar-chart/chart-popover.js +14 -0
  1586. package/mixed-line-bar-chart/chart-popover.js.map +1 -0
  1587. package/mixed-line-bar-chart/data-series.d.ts +16 -0
  1588. package/mixed-line-bar-chart/data-series.d.ts.map +1 -0
  1589. package/mixed-line-bar-chart/data-series.js +49 -0
  1590. package/mixed-line-bar-chart/data-series.js.map +1 -0
  1591. package/mixed-line-bar-chart/format-highlighted.d.ts +12 -0
  1592. package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -0
  1593. package/mixed-line-bar-chart/format-highlighted.js +39 -0
  1594. package/mixed-line-bar-chart/format-highlighted.js.map +1 -0
  1595. package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +21 -0
  1596. package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -0
  1597. package/mixed-line-bar-chart/hooks/use-mouse-hover.js +76 -0
  1598. package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -0
  1599. package/mixed-line-bar-chart/hooks/use-navigation.d.ts +26 -0
  1600. package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -0
  1601. package/mixed-line-bar-chart/hooks/use-navigation.js +210 -0
  1602. package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -0
  1603. package/mixed-line-bar-chart/hooks/use-popover.d.ts +8 -0
  1604. package/mixed-line-bar-chart/hooks/use-popover.d.ts.map +1 -0
  1605. package/mixed-line-bar-chart/hooks/use-popover.js +13 -0
  1606. package/mixed-line-bar-chart/hooks/use-popover.js.map +1 -0
  1607. package/mixed-line-bar-chart/index.d.ts +5 -0
  1608. package/mixed-line-bar-chart/index.d.ts.map +1 -0
  1609. package/mixed-line-bar-chart/index.js +15 -0
  1610. package/mixed-line-bar-chart/index.js.map +1 -0
  1611. package/mixed-line-bar-chart/interfaces.d.ts +70 -0
  1612. package/mixed-line-bar-chart/interfaces.d.ts.map +1 -0
  1613. package/mixed-line-bar-chart/interfaces.js +2 -0
  1614. package/mixed-line-bar-chart/interfaces.js.map +1 -0
  1615. package/mixed-line-bar-chart/internal.d.ts +7 -0
  1616. package/mixed-line-bar-chart/internal.d.ts.map +1 -0
  1617. package/mixed-line-bar-chart/internal.js +116 -0
  1618. package/mixed-line-bar-chart/internal.js.map +1 -0
  1619. package/mixed-line-bar-chart/line-series.d.ts +12 -0
  1620. package/mixed-line-bar-chart/line-series.d.ts.map +1 -0
  1621. package/mixed-line-bar-chart/line-series.js +39 -0
  1622. package/mixed-line-bar-chart/line-series.js.map +1 -0
  1623. package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts +18 -0
  1624. package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -0
  1625. package/mixed-line-bar-chart/make-scaled-bar-groups.js +39 -0
  1626. package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -0
  1627. package/mixed-line-bar-chart/make-scaled-series.d.ts +14 -0
  1628. package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -0
  1629. package/mixed-line-bar-chart/make-scaled-series.js +48 -0
  1630. package/mixed-line-bar-chart/make-scaled-series.js.map +1 -0
  1631. package/mixed-line-bar-chart/styles.css.js +24 -0
  1632. package/mixed-line-bar-chart/styles.scoped.css +257 -0
  1633. package/mixed-line-bar-chart/styles.selectors.js +25 -0
  1634. package/mixed-line-bar-chart/utils.d.ts +34 -0
  1635. package/mixed-line-bar-chart/utils.d.ts.map +1 -0
  1636. package/mixed-line-bar-chart/utils.js +204 -0
  1637. package/mixed-line-bar-chart/utils.js.map +1 -0
  1638. package/modal/body-scroll.d.ts +3 -0
  1639. package/modal/body-scroll.d.ts.map +1 -0
  1640. package/modal/body-scroll.js +41 -0
  1641. package/modal/body-scroll.js.map +1 -0
  1642. package/modal/index.d.ts +4 -0
  1643. package/modal/index.d.ts.map +1 -0
  1644. package/modal/index.js +14 -0
  1645. package/modal/index.js.map +1 -0
  1646. package/modal/interfaces.d.ts +55 -0
  1647. package/modal/interfaces.d.ts.map +1 -0
  1648. package/modal/interfaces.js +2 -0
  1649. package/modal/interfaces.js.map +1 -0
  1650. package/modal/internal.d.ts +7 -0
  1651. package/modal/internal.d.ts.map +1 -0
  1652. package/modal/internal.js +90 -0
  1653. package/modal/internal.js.map +1 -0
  1654. package/modal/styles.css.js +27 -0
  1655. package/modal/styles.scoped.css +411 -0
  1656. package/modal/styles.selectors.js +28 -0
  1657. package/multiselect/index.d.ts +6 -0
  1658. package/multiselect/index.d.ts.map +1 -0
  1659. package/multiselect/index.js +15 -0
  1660. package/multiselect/index.js.map +1 -0
  1661. package/multiselect/interfaces.d.ts +58 -0
  1662. package/multiselect/interfaces.d.ts.map +1 -0
  1663. package/multiselect/interfaces.js +2 -0
  1664. package/multiselect/interfaces.js.map +1 -0
  1665. package/multiselect/internal.d.ts +6 -0
  1666. package/multiselect/internal.d.ts.map +1 -0
  1667. package/multiselect/internal.js +171 -0
  1668. package/multiselect/internal.js.map +1 -0
  1669. package/multiselect/styles.css.js +6 -0
  1670. package/multiselect/styles.scoped.css +133 -0
  1671. package/multiselect/styles.selectors.js +7 -0
  1672. package/package.json +108 -0
  1673. package/pagination/index.d.ts +4 -0
  1674. package/pagination/index.d.ts.map +1 -0
  1675. package/pagination/index.js +13 -0
  1676. package/pagination/index.js.map +1 -0
  1677. package/pagination/interfaces.d.ts +72 -0
  1678. package/pagination/interfaces.d.ts.map +1 -0
  1679. package/pagination/interfaces.js +2 -0
  1680. package/pagination/interfaces.js.map +1 -0
  1681. package/pagination/internal.d.ts +6 -0
  1682. package/pagination/internal.d.ts.map +1 -0
  1683. package/pagination/internal.js +65 -0
  1684. package/pagination/internal.js.map +1 -0
  1685. package/pagination/styles.css.js +14 -0
  1686. package/pagination/styles.scoped.css +237 -0
  1687. package/pagination/styles.selectors.js +15 -0
  1688. package/pagination/utils.d.ts +8 -0
  1689. package/pagination/utils.d.ts.map +1 -0
  1690. package/pagination/utils.js +52 -0
  1691. package/pagination/utils.js.map +1 -0
  1692. package/pie-chart/index.d.ts +5 -0
  1693. package/pie-chart/index.d.ts.map +1 -0
  1694. package/pie-chart/index.js +95 -0
  1695. package/pie-chart/index.js.map +1 -0
  1696. package/pie-chart/interfaces.d.ts +216 -0
  1697. package/pie-chart/interfaces.d.ts.map +1 -0
  1698. package/pie-chart/interfaces.js +2 -0
  1699. package/pie-chart/interfaces.js.map +1 -0
  1700. package/pie-chart/labels.d.ts +17 -0
  1701. package/pie-chart/labels.d.ts.map +1 -0
  1702. package/pie-chart/labels.js +92 -0
  1703. package/pie-chart/labels.js.map +1 -0
  1704. package/pie-chart/pie-chart.d.ts +25 -0
  1705. package/pie-chart/pie-chart.d.ts.map +1 -0
  1706. package/pie-chart/pie-chart.js +185 -0
  1707. package/pie-chart/pie-chart.js.map +1 -0
  1708. package/pie-chart/responsive-text.d.ts +16 -0
  1709. package/pie-chart/responsive-text.d.ts.map +1 -0
  1710. package/pie-chart/responsive-text.js +52 -0
  1711. package/pie-chart/responsive-text.js.map +1 -0
  1712. package/pie-chart/segments.d.ts +20 -0
  1713. package/pie-chart/segments.d.ts.map +1 -0
  1714. package/pie-chart/segments.js +56 -0
  1715. package/pie-chart/segments.js.map +1 -0
  1716. package/pie-chart/styles.css.js +32 -0
  1717. package/pie-chart/styles.scoped.css +352 -0
  1718. package/pie-chart/styles.selectors.js +33 -0
  1719. package/pie-chart/utils.d.ts +29 -0
  1720. package/pie-chart/utils.d.ts.map +1 -0
  1721. package/pie-chart/utils.js +100 -0
  1722. package/pie-chart/utils.js.map +1 -0
  1723. package/popover/arrow.d.ts +8 -0
  1724. package/popover/arrow.d.ts.map +1 -0
  1725. package/popover/arrow.js +10 -0
  1726. package/popover/arrow.js.map +1 -0
  1727. package/popover/body.d.ts +19 -0
  1728. package/popover/body.d.ts.map +1 -0
  1729. package/popover/body.js +35 -0
  1730. package/popover/body.js.map +1 -0
  1731. package/popover/container.d.ts +23 -0
  1732. package/popover/container.d.ts.map +1 -0
  1733. package/popover/container.js +145 -0
  1734. package/popover/container.js.map +1 -0
  1735. package/popover/index.d.ts +4 -0
  1736. package/popover/index.d.ts.map +1 -0
  1737. package/popover/index.js +16 -0
  1738. package/popover/index.js.map +1 -0
  1739. package/popover/interfaces.d.ts +74 -0
  1740. package/popover/interfaces.d.ts.map +1 -0
  1741. package/popover/interfaces.js +2 -0
  1742. package/popover/interfaces.js.map +1 -0
  1743. package/popover/internal.d.ts +13 -0
  1744. package/popover/internal.d.ts.map +1 -0
  1745. package/popover/internal.js +81 -0
  1746. package/popover/internal.js.map +1 -0
  1747. package/popover/styles.css.js +53 -0
  1748. package/popover/styles.scoped.css +770 -0
  1749. package/popover/styles.selectors.js +54 -0
  1750. package/popover/utils/positions.d.ts +15 -0
  1751. package/popover/utils/positions.d.ts.map +1 -0
  1752. package/popover/utils/positions.js +219 -0
  1753. package/popover/utils/positions.js.map +1 -0
  1754. package/progress-bar/index.d.ts +4 -0
  1755. package/progress-bar/index.d.ts.map +1 -0
  1756. package/progress-bar/index.js +35 -0
  1757. package/progress-bar/index.js.map +1 -0
  1758. package/progress-bar/interfaces.d.ts +64 -0
  1759. package/progress-bar/interfaces.d.ts.map +1 -0
  1760. package/progress-bar/interfaces.js +2 -0
  1761. package/progress-bar/interfaces.js.map +1 -0
  1762. package/progress-bar/internal.d.ts +24 -0
  1763. package/progress-bar/internal.d.ts.map +1 -0
  1764. package/progress-bar/internal.js +44 -0
  1765. package/progress-bar/internal.js.map +1 -0
  1766. package/progress-bar/styles.css.js +23 -0
  1767. package/progress-bar/styles.scoped.css +395 -0
  1768. package/progress-bar/styles.selectors.js +24 -0
  1769. package/property-filter/controller.d.ts +58 -0
  1770. package/property-filter/controller.d.ts.map +1 -0
  1771. package/property-filter/controller.js +247 -0
  1772. package/property-filter/controller.js.map +1 -0
  1773. package/property-filter/index.d.ts +6 -0
  1774. package/property-filter/index.d.ts.map +1 -0
  1775. package/property-filter/index.js +149 -0
  1776. package/property-filter/index.js.map +1 -0
  1777. package/property-filter/interfaces.d.ts +222 -0
  1778. package/property-filter/interfaces.d.ts.map +1 -0
  1779. package/property-filter/interfaces.js +2 -0
  1780. package/property-filter/interfaces.js.map +1 -0
  1781. package/property-filter/styles.css.js +32 -0
  1782. package/property-filter/styles.scoped.css +257 -0
  1783. package/property-filter/styles.selectors.js +33 -0
  1784. package/property-filter/token-editor.d.ts +12 -0
  1785. package/property-filter/token-editor.d.ts.map +1 -0
  1786. package/property-filter/token-editor.js +131 -0
  1787. package/property-filter/token-editor.js.map +1 -0
  1788. package/property-filter/token.d.ts +14 -0
  1789. package/property-filter/token.d.ts.map +1 -0
  1790. package/property-filter/token.js +28 -0
  1791. package/property-filter/token.js.map +1 -0
  1792. package/property-filter/use-load-items.d.ts +15 -0
  1793. package/property-filter/use-load-items.d.ts.map +1 -0
  1794. package/property-filter/use-load-items.js +38 -0
  1795. package/property-filter/use-load-items.js.map +1 -0
  1796. package/radio-group/index.d.ts +4 -0
  1797. package/radio-group/index.d.ts.map +1 -0
  1798. package/radio-group/index.js +13 -0
  1799. package/radio-group/index.js.map +1 -0
  1800. package/radio-group/interfaces.d.ts +52 -0
  1801. package/radio-group/interfaces.d.ts.map +1 -0
  1802. package/radio-group/interfaces.js +2 -0
  1803. package/radio-group/interfaces.js.map +1 -0
  1804. package/radio-group/internal.d.ts +6 -0
  1805. package/radio-group/internal.d.ts.map +1 -0
  1806. package/radio-group/internal.js +19 -0
  1807. package/radio-group/internal.js.map +1 -0
  1808. package/radio-group/radio-button.d.ts +11 -0
  1809. package/radio-group/radio-button.d.ts.map +1 -0
  1810. package/radio-group/radio-button.js +22 -0
  1811. package/radio-group/radio-button.js.map +1 -0
  1812. package/radio-group/styles.css.js +14 -0
  1813. package/radio-group/styles.scoped.css +227 -0
  1814. package/radio-group/styles.selectors.js +15 -0
  1815. package/s3-resource-selector/index.d.ts +6 -0
  1816. package/s3-resource-selector/index.d.ts.map +1 -0
  1817. package/s3-resource-selector/index.js +61 -0
  1818. package/s3-resource-selector/index.js.map +1 -0
  1819. package/s3-resource-selector/interfaces.d.ts +204 -0
  1820. package/s3-resource-selector/interfaces.d.ts.map +1 -0
  1821. package/s3-resource-selector/interfaces.js +2 -0
  1822. package/s3-resource-selector/interfaces.js.map +1 -0
  1823. package/s3-resource-selector/s3-in-context/index.d.ts +19 -0
  1824. package/s3-resource-selector/s3-in-context/index.d.ts.map +1 -0
  1825. package/s3-resource-selector/s3-in-context/index.js +62 -0
  1826. package/s3-resource-selector/s3-in-context/index.js.map +1 -0
  1827. package/s3-resource-selector/s3-in-context/search-input.d.ts +4 -0
  1828. package/s3-resource-selector/s3-in-context/search-input.d.ts.map +1 -0
  1829. package/s3-resource-selector/s3-in-context/search-input.js +11 -0
  1830. package/s3-resource-selector/s3-in-context/search-input.js.map +1 -0
  1831. package/s3-resource-selector/s3-in-context/styles.css.js +12 -0
  1832. package/s3-resource-selector/s3-in-context/styles.scoped.css +51 -0
  1833. package/s3-resource-selector/s3-in-context/styles.selectors.js +13 -0
  1834. package/s3-resource-selector/s3-in-context/use-versions-fetch.d.ts +12 -0
  1835. package/s3-resource-selector/s3-in-context/use-versions-fetch.d.ts.map +1 -0
  1836. package/s3-resource-selector/s3-in-context/use-versions-fetch.js +44 -0
  1837. package/s3-resource-selector/s3-in-context/use-versions-fetch.js.map +1 -0
  1838. package/s3-resource-selector/s3-in-context/validation.d.ts +5 -0
  1839. package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -0
  1840. package/s3-resource-selector/s3-in-context/validation.js +38 -0
  1841. package/s3-resource-selector/s3-in-context/validation.js.map +1 -0
  1842. package/s3-resource-selector/s3-modal/basic-table.d.ts +41 -0
  1843. package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -0
  1844. package/s3-resource-selector/s3-modal/basic-table.js +65 -0
  1845. package/s3-resource-selector/s3-modal/basic-table.js.map +1 -0
  1846. package/s3-resource-selector/s3-modal/buckets-table.d.ts +18 -0
  1847. package/s3-resource-selector/s3-modal/buckets-table.d.ts.map +1 -0
  1848. package/s3-resource-selector/s3-modal/buckets-table.js +40 -0
  1849. package/s3-resource-selector/s3-modal/buckets-table.js.map +1 -0
  1850. package/s3-resource-selector/s3-modal/column-formats.d.ts +3 -0
  1851. package/s3-resource-selector/s3-modal/column-formats.d.ts.map +1 -0
  1852. package/s3-resource-selector/s3-modal/column-formats.js +19 -0
  1853. package/s3-resource-selector/s3-modal/column-formats.js.map +1 -0
  1854. package/s3-resource-selector/s3-modal/empty-state.d.ts +9 -0
  1855. package/s3-resource-selector/s3-modal/empty-state.d.ts.map +1 -0
  1856. package/s3-resource-selector/s3-modal/empty-state.js +12 -0
  1857. package/s3-resource-selector/s3-modal/empty-state.js.map +1 -0
  1858. package/s3-resource-selector/s3-modal/index.d.ts +20 -0
  1859. package/s3-resource-selector/s3-modal/index.d.ts.map +1 -0
  1860. package/s3-resource-selector/s3-modal/index.js +106 -0
  1861. package/s3-resource-selector/s3-modal/index.js.map +1 -0
  1862. package/s3-resource-selector/s3-modal/objects-table.d.ts +19 -0
  1863. package/s3-resource-selector/s3-modal/objects-table.d.ts.map +1 -0
  1864. package/s3-resource-selector/s3-modal/objects-table.js +49 -0
  1865. package/s3-resource-selector/s3-modal/objects-table.js.map +1 -0
  1866. package/s3-resource-selector/s3-modal/styles.css.js +7 -0
  1867. package/s3-resource-selector/s3-modal/styles.scoped.css +11 -0
  1868. package/s3-resource-selector/s3-modal/styles.selectors.js +8 -0
  1869. package/s3-resource-selector/s3-modal/table-utils.d.ts +6 -0
  1870. package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -0
  1871. package/s3-resource-selector/s3-modal/table-utils.js +28 -0
  1872. package/s3-resource-selector/s3-modal/table-utils.js.map +1 -0
  1873. package/s3-resource-selector/s3-modal/versions-table.d.ts +17 -0
  1874. package/s3-resource-selector/s3-modal/versions-table.d.ts.map +1 -0
  1875. package/s3-resource-selector/s3-modal/versions-table.js +39 -0
  1876. package/s3-resource-selector/s3-modal/versions-table.js.map +1 -0
  1877. package/s3-resource-selector/styles.css.js +7 -0
  1878. package/s3-resource-selector/styles.scoped.css +11 -0
  1879. package/s3-resource-selector/styles.selectors.js +8 -0
  1880. package/s3-resource-selector/utils.d.ts +2 -0
  1881. package/s3-resource-selector/utils.d.ts.map +1 -0
  1882. package/s3-resource-selector/utils.js +11 -0
  1883. package/s3-resource-selector/utils.js.map +1 -0
  1884. package/segmented-control/index.d.ts +4 -0
  1885. package/segmented-control/index.d.ts.map +1 -0
  1886. package/segmented-control/index.js +13 -0
  1887. package/segmented-control/index.js.map +1 -0
  1888. package/segmented-control/interfaces.d.ts +52 -0
  1889. package/segmented-control/interfaces.d.ts.map +1 -0
  1890. package/segmented-control/interfaces.js +2 -0
  1891. package/segmented-control/interfaces.js.map +1 -0
  1892. package/segmented-control/internal-segmented-control.d.ts +3 -0
  1893. package/segmented-control/internal-segmented-control.d.ts.map +1 -0
  1894. package/segmented-control/internal-segmented-control.js +54 -0
  1895. package/segmented-control/internal-segmented-control.js.map +1 -0
  1896. package/segmented-control/internal.d.ts +6 -0
  1897. package/segmented-control/internal.d.ts.map +1 -0
  1898. package/segmented-control/internal.js +37 -0
  1899. package/segmented-control/internal.js.map +1 -0
  1900. package/segmented-control/segment.d.ts +10 -0
  1901. package/segmented-control/segment.d.ts.map +1 -0
  1902. package/segmented-control/segment.js +17 -0
  1903. package/segmented-control/segment.js.map +1 -0
  1904. package/segmented-control/styles.css.js +19 -0
  1905. package/segmented-control/styles.scoped.css +330 -0
  1906. package/segmented-control/styles.selectors.js +20 -0
  1907. package/select/index.d.ts +6 -0
  1908. package/select/index.d.ts.map +1 -0
  1909. package/select/index.js +17 -0
  1910. package/select/index.js.map +1 -0
  1911. package/select/interfaces.d.ts +157 -0
  1912. package/select/interfaces.d.ts.map +1 -0
  1913. package/select/interfaces.js +2 -0
  1914. package/select/interfaces.js.map +1 -0
  1915. package/select/internal.d.ts +10 -0
  1916. package/select/internal.d.ts.map +1 -0
  1917. package/select/internal.js +105 -0
  1918. package/select/internal.js.map +1 -0
  1919. package/select/parts/filter.d.ts +10 -0
  1920. package/select/parts/filter.d.ts.map +1 -0
  1921. package/select/parts/filter.js +15 -0
  1922. package/select/parts/filter.js.map +1 -0
  1923. package/select/parts/item.d.ts +19 -0
  1924. package/select/parts/item.d.ts.map +1 -0
  1925. package/select/parts/item.js +24 -0
  1926. package/select/parts/item.js.map +1 -0
  1927. package/select/parts/multiselect-item.d.ts +20 -0
  1928. package/select/parts/multiselect-item.d.ts.map +1 -0
  1929. package/select/parts/multiselect-item.js +29 -0
  1930. package/select/parts/multiselect-item.js.map +1 -0
  1931. package/select/parts/plain-list.d.ts +21 -0
  1932. package/select/parts/plain-list.d.ts.map +1 -0
  1933. package/select/parts/plain-list.js +33 -0
  1934. package/select/parts/plain-list.js.map +1 -0
  1935. package/select/parts/styles.css.js +12 -0
  1936. package/select/parts/styles.scoped.css +136 -0
  1937. package/select/parts/styles.selectors.js +13 -0
  1938. package/select/parts/trigger.d.ts +18 -0
  1939. package/select/parts/trigger.d.ts.map +1 -0
  1940. package/select/parts/trigger.js +28 -0
  1941. package/select/parts/trigger.js.map +1 -0
  1942. package/select/parts/virtual-list.d.ts +5 -0
  1943. package/select/parts/virtual-list.d.ts.map +1 -0
  1944. package/select/parts/virtual-list.js +62 -0
  1945. package/select/parts/virtual-list.js.map +1 -0
  1946. package/select/styles.css.js +6 -0
  1947. package/select/styles.scoped.css +133 -0
  1948. package/select/styles.selectors.js +7 -0
  1949. package/select/utils/check-option-value-field.d.ts +2 -0
  1950. package/select/utils/check-option-value-field.d.ts.map +1 -0
  1951. package/select/utils/check-option-value-field.js +18 -0
  1952. package/select/utils/check-option-value-field.js.map +1 -0
  1953. package/select/utils/connect-options.d.ts +4 -0
  1954. package/select/utils/connect-options.d.ts.map +1 -0
  1955. package/select/utils/connect-options.js +22 -0
  1956. package/select/utils/connect-options.js.map +1 -0
  1957. package/select/utils/get-item-props.d.ts +12 -0
  1958. package/select/utils/get-item-props.d.ts.map +1 -0
  1959. package/select/utils/get-item-props.js +11 -0
  1960. package/select/utils/get-item-props.js.map +1 -0
  1961. package/select/utils/render-options.d.ts +16 -0
  1962. package/select/utils/render-options.d.ts.map +1 -0
  1963. package/select/utils/render-options.js +27 -0
  1964. package/select/utils/render-options.js.map +1 -0
  1965. package/select/utils/use-announcement.d.ts +20 -0
  1966. package/select/utils/use-announcement.d.ts.map +1 -0
  1967. package/select/utils/use-announcement.js +37 -0
  1968. package/select/utils/use-announcement.js.map +1 -0
  1969. package/select/utils/use-load-items.d.ts +15 -0
  1970. package/select/utils/use-load-items.d.ts.map +1 -0
  1971. package/select/utils/use-load-items.js +37 -0
  1972. package/select/utils/use-load-items.js.map +1 -0
  1973. package/select/utils/use-native-search.d.ts +15 -0
  1974. package/select/utils/use-native-search.d.ts.map +1 -0
  1975. package/select/utils/use-native-search.js +72 -0
  1976. package/select/utils/use-native-search.js.map +1 -0
  1977. package/select/utils/use-select.d.ts +49 -0
  1978. package/select/utils/use-select.d.ts.map +1 -0
  1979. package/select/utils/use-select.js +236 -0
  1980. package/select/utils/use-select.js.map +1 -0
  1981. package/side-navigation/index.d.ts +4 -0
  1982. package/side-navigation/index.d.ts.map +1 -0
  1983. package/side-navigation/index.js +38 -0
  1984. package/side-navigation/index.js.map +1 -0
  1985. package/side-navigation/interfaces.d.ts +159 -0
  1986. package/side-navigation/interfaces.d.ts.map +1 -0
  1987. package/side-navigation/interfaces.js +2 -0
  1988. package/side-navigation/interfaces.js.map +1 -0
  1989. package/side-navigation/internal.d.ts +18 -0
  1990. package/side-navigation/internal.d.ts.map +1 -0
  1991. package/side-navigation/internal.js +125 -0
  1992. package/side-navigation/internal.js.map +1 -0
  1993. package/side-navigation/styles.css.js +27 -0
  1994. package/side-navigation/styles.scoped.css +301 -0
  1995. package/side-navigation/styles.selectors.js +28 -0
  1996. package/side-navigation/util.d.ts +7 -0
  1997. package/side-navigation/util.d.ts.map +1 -0
  1998. package/side-navigation/util.js +50 -0
  1999. package/side-navigation/util.js.map +1 -0
  2000. package/space-between/index.d.ts +4 -0
  2001. package/space-between/index.d.ts.map +1 -0
  2002. package/space-between/index.js +14 -0
  2003. package/space-between/index.js.map +1 -0
  2004. package/space-between/interfaces.d.ts +20 -0
  2005. package/space-between/interfaces.d.ts.map +1 -0
  2006. package/space-between/interfaces.js +2 -0
  2007. package/space-between/interfaces.js.map +1 -0
  2008. package/space-between/internal.d.ts +6 -0
  2009. package/space-between/internal.d.ts.map +1 -0
  2010. package/space-between/internal.js +23 -0
  2011. package/space-between/internal.js.map +1 -0
  2012. package/space-between/styles.css.js +33 -0
  2013. package/space-between/styles.scoped.css +270 -0
  2014. package/space-between/styles.selectors.js +34 -0
  2015. package/spinner/index.d.ts +4 -0
  2016. package/spinner/index.d.ts.map +1 -0
  2017. package/spinner/index.js +14 -0
  2018. package/spinner/index.js.map +1 -0
  2019. package/spinner/interfaces.d.ts +16 -0
  2020. package/spinner/interfaces.d.ts.map +1 -0
  2021. package/spinner/interfaces.js +2 -0
  2022. package/spinner/interfaces.js.map +1 -0
  2023. package/spinner/internal.d.ts +7 -0
  2024. package/spinner/internal.d.ts.map +1 -0
  2025. package/spinner/internal.js +15 -0
  2026. package/spinner/internal.js.map +1 -0
  2027. package/spinner/styles.css.js +18 -0
  2028. package/spinner/styles.scoped.css +219 -0
  2029. package/spinner/styles.selectors.js +19 -0
  2030. package/split-panel/icons/bottom-icon-refresh.d.ts +3 -0
  2031. package/split-panel/icons/bottom-icon-refresh.d.ts.map +1 -0
  2032. package/split-panel/icons/bottom-icon-refresh.js +54 -0
  2033. package/split-panel/icons/bottom-icon-refresh.js.map +1 -0
  2034. package/split-panel/icons/bottom-icon.d.ts +3 -0
  2035. package/split-panel/icons/bottom-icon.d.ts.map +1 -0
  2036. package/split-panel/icons/bottom-icon.js +46 -0
  2037. package/split-panel/icons/bottom-icon.js.map +1 -0
  2038. package/split-panel/icons/resize-handler.d.ts +5 -0
  2039. package/split-panel/icons/resize-handler.d.ts.map +1 -0
  2040. package/split-panel/icons/resize-handler.js +11 -0
  2041. package/split-panel/icons/resize-handler.js.map +1 -0
  2042. package/split-panel/icons/side-position-refresh.d.ts +8 -0
  2043. package/split-panel/icons/side-position-refresh.d.ts.map +1 -0
  2044. package/split-panel/icons/side-position-refresh.js +61 -0
  2045. package/split-panel/icons/side-position-refresh.js.map +1 -0
  2046. package/split-panel/icons/side-position.d.ts +3 -0
  2047. package/split-panel/icons/side-position.d.ts.map +1 -0
  2048. package/split-panel/icons/side-position.js +70 -0
  2049. package/split-panel/icons/side-position.js.map +1 -0
  2050. package/split-panel/index.d.ts +4 -0
  2051. package/split-panel/index.d.ts.map +1 -0
  2052. package/split-panel/index.js +208 -0
  2053. package/split-panel/index.js.map +1 -0
  2054. package/split-panel/interfaces.d.ts +47 -0
  2055. package/split-panel/interfaces.d.ts.map +1 -0
  2056. package/split-panel/interfaces.js +2 -0
  2057. package/split-panel/interfaces.js.map +1 -0
  2058. package/split-panel/preferences-modal.d.ts +26 -0
  2059. package/split-panel/preferences-modal.d.ts.map +1 -0
  2060. package/split-panel/preferences-modal.js +42 -0
  2061. package/split-panel/preferences-modal.js.map +1 -0
  2062. package/split-panel/styles.css.js +63 -0
  2063. package/split-panel/styles.scoped.css +672 -0
  2064. package/split-panel/styles.selectors.js +64 -0
  2065. package/split-panel/utils/size-utils.d.ts +7 -0
  2066. package/split-panel/utils/size-utils.d.ts.map +1 -0
  2067. package/split-panel/utils/size-utils.js +25 -0
  2068. package/split-panel/utils/size-utils.js.map +1 -0
  2069. package/split-panel/utils/use-keyboard-events.d.ts +4 -0
  2070. package/split-panel/utils/use-keyboard-events.d.ts.map +1 -0
  2071. package/split-panel/utils/use-keyboard-events.js +70 -0
  2072. package/split-panel/utils/use-keyboard-events.js.map +1 -0
  2073. package/split-panel/utils/use-mouse-events.d.ts +3 -0
  2074. package/split-panel/utils/use-mouse-events.d.ts.map +1 -0
  2075. package/split-panel/utils/use-mouse-events.js +36 -0
  2076. package/split-panel/utils/use-mouse-events.js.map +1 -0
  2077. package/status-indicator/index.d.ts +4 -0
  2078. package/status-indicator/index.d.ts.map +1 -0
  2079. package/status-indicator/index.js +14 -0
  2080. package/status-indicator/index.js.map +1 -0
  2081. package/status-indicator/internal.d.ts +46 -0
  2082. package/status-indicator/internal.d.ts.map +1 -0
  2083. package/status-indicator/internal.js +31 -0
  2084. package/status-indicator/internal.js.map +1 -0
  2085. package/status-indicator/styles.css.js +25 -0
  2086. package/status-indicator/styles.scoped.css +227 -0
  2087. package/status-indicator/styles.selectors.js +26 -0
  2088. package/table/body-cell/index.d.ts +21 -0
  2089. package/table/body-cell/index.d.ts.map +1 -0
  2090. package/table/body-cell/index.js +15 -0
  2091. package/table/body-cell/index.js.map +1 -0
  2092. package/table/body-cell/styles.css.js +12 -0
  2093. package/table/body-cell/styles.scoped.css +112 -0
  2094. package/table/body-cell/styles.selectors.js +13 -0
  2095. package/table/header-cell/index.d.ts +20 -0
  2096. package/table/header-cell/index.d.ts.map +1 -0
  2097. package/table/header-cell/index.js +57 -0
  2098. package/table/header-cell/index.js.map +1 -0
  2099. package/table/header-cell/styles.css.js +19 -0
  2100. package/table/header-cell/styles.scoped.css +238 -0
  2101. package/table/header-cell/styles.selectors.js +20 -0
  2102. package/table/header-cell/utils.d.ts +8 -0
  2103. package/table/header-cell/utils.d.ts.map +1 -0
  2104. package/table/header-cell/utils.js +30 -0
  2105. package/table/header-cell/utils.js.map +1 -0
  2106. package/table/index.d.ts +5 -0
  2107. package/table/index.d.ts.map +1 -0
  2108. package/table/index.js +15 -0
  2109. package/table/index.js.map +1 -0
  2110. package/table/interfaces.d.ts +272 -0
  2111. package/table/interfaces.d.ts.map +1 -0
  2112. package/table/interfaces.js +2 -0
  2113. package/table/interfaces.js.map +1 -0
  2114. package/table/internal.d.ts +4 -0
  2115. package/table/internal.d.ts.map +1 -0
  2116. package/table/internal.js +156 -0
  2117. package/table/internal.js.map +1 -0
  2118. package/table/resizer/index.d.ts +8 -0
  2119. package/table/resizer/index.d.ts.map +1 -0
  2120. package/table/resizer/index.js +97 -0
  2121. package/table/resizer/index.js.map +1 -0
  2122. package/table/resizer/styles.css.js +9 -0
  2123. package/table/resizer/styles.scoped.css +142 -0
  2124. package/table/resizer/styles.selectors.js +10 -0
  2125. package/table/selection-control/index.d.ts +17 -0
  2126. package/table/selection-control/index.d.ts.map +1 -0
  2127. package/table/selection-control/index.js +54 -0
  2128. package/table/selection-control/index.js.map +1 -0
  2129. package/table/selection-control/styles.css.js +8 -0
  2130. package/table/selection-control/styles.scoped.css +118 -0
  2131. package/table/selection-control/styles.selectors.js +9 -0
  2132. package/table/sticky-header.d.ts +20 -0
  2133. package/table/sticky-header.d.ts.map +1 -0
  2134. package/table/sticky-header.js +29 -0
  2135. package/table/sticky-header.js.map +1 -0
  2136. package/table/sticky-scrollbar.d.ts +9 -0
  2137. package/table/sticky-scrollbar.d.ts.map +1 -0
  2138. package/table/sticky-scrollbar.js +28 -0
  2139. package/table/sticky-scrollbar.js.map +1 -0
  2140. package/table/sticky-scrolling.d.ts +26 -0
  2141. package/table/sticky-scrolling.d.ts.map +1 -0
  2142. package/table/sticky-scrolling.js +63 -0
  2143. package/table/sticky-scrolling.js.map +1 -0
  2144. package/table/styles.css.js +37 -0
  2145. package/table/styles.scoped.css +324 -0
  2146. package/table/styles.selectors.js +38 -0
  2147. package/table/thead.d.ts +28 -0
  2148. package/table/thead.d.ts.map +1 -0
  2149. package/table/thead.js +46 -0
  2150. package/table/thead.js.map +1 -0
  2151. package/table/tools-header.d.ts +10 -0
  2152. package/table/tools-header.d.ts.map +1 -0
  2153. package/table/tools-header.js +20 -0
  2154. package/table/tools-header.js.map +1 -0
  2155. package/table/use-column-widths.d.ts +21 -0
  2156. package/table/use-column-widths.d.ts.map +1 -0
  2157. package/table/use-column-widths.js +103 -0
  2158. package/table/use-column-widths.js.map +1 -0
  2159. package/table/use-row-events.d.ts +6 -0
  2160. package/table/use-row-events.d.ts.map +1 -0
  2161. package/table/use-row-events.js +29 -0
  2162. package/table/use-row-events.js.map +1 -0
  2163. package/table/use-selection.d.ts +44 -0
  2164. package/table/use-selection.d.ts.map +1 -0
  2165. package/table/use-selection.js +185 -0
  2166. package/table/use-selection.js.map +1 -0
  2167. package/table/use-sticky-header.d.ts +6 -0
  2168. package/table/use-sticky-header.d.ts.map +1 -0
  2169. package/table/use-sticky-header.js +69 -0
  2170. package/table/use-sticky-header.js.map +1 -0
  2171. package/table/use-sticky-scrollbar.d.ts +3 -0
  2172. package/table/use-sticky-scrollbar.d.ts.map +1 -0
  2173. package/table/use-sticky-scrollbar.js +114 -0
  2174. package/table/use-sticky-scrollbar.js.map +1 -0
  2175. package/table/utils.d.ts +9 -0
  2176. package/table/utils.d.ts.map +1 -0
  2177. package/table/utils.js +33 -0
  2178. package/table/utils.js.map +1 -0
  2179. package/tabs/index.d.ts +5 -0
  2180. package/tabs/index.d.ts.map +1 -0
  2181. package/tabs/index.js +73 -0
  2182. package/tabs/index.js.map +1 -0
  2183. package/tabs/interfaces.d.ts +90 -0
  2184. package/tabs/interfaces.d.ts.map +1 -0
  2185. package/tabs/interfaces.js +2 -0
  2186. package/tabs/interfaces.js.map +1 -0
  2187. package/tabs/native-smooth-scroll-supported.d.ts +2 -0
  2188. package/tabs/native-smooth-scroll-supported.d.ts.map +1 -0
  2189. package/tabs/native-smooth-scroll-supported.js +7 -0
  2190. package/tabs/native-smooth-scroll-supported.js.map +1 -0
  2191. package/tabs/scroll-utils.d.ts +6 -0
  2192. package/tabs/scroll-utils.d.ts.map +1 -0
  2193. package/tabs/scroll-utils.js +51 -0
  2194. package/tabs/scroll-utils.js.map +1 -0
  2195. package/tabs/smooth-scroll.d.ts +3 -0
  2196. package/tabs/smooth-scroll.d.ts.map +1 -0
  2197. package/tabs/smooth-scroll.js +48 -0
  2198. package/tabs/smooth-scroll.js.map +1 -0
  2199. package/tabs/styles.css.js +26 -0
  2200. package/tabs/styles.scoped.css +454 -0
  2201. package/tabs/styles.selectors.js +27 -0
  2202. package/tabs/tab-header-bar.d.ts +12 -0
  2203. package/tabs/tab-header-bar.d.ts.map +1 -0
  2204. package/tabs/tab-header-bar.js +217 -0
  2205. package/tabs/tab-header-bar.js.map +1 -0
  2206. package/tag-editor/index.d.ts +6 -0
  2207. package/tag-editor/index.d.ts.map +1 -0
  2208. package/tag-editor/index.js +153 -0
  2209. package/tag-editor/index.js.map +1 -0
  2210. package/tag-editor/interfaces.d.ts +124 -0
  2211. package/tag-editor/interfaces.d.ts.map +1 -0
  2212. package/tag-editor/interfaces.js +2 -0
  2213. package/tag-editor/interfaces.js.map +1 -0
  2214. package/tag-editor/internal.d.ts +28 -0
  2215. package/tag-editor/internal.d.ts.map +1 -0
  2216. package/tag-editor/internal.js +82 -0
  2217. package/tag-editor/internal.js.map +1 -0
  2218. package/tag-editor/styles.css.js +8 -0
  2219. package/tag-editor/styles.scoped.css +155 -0
  2220. package/tag-editor/styles.selectors.js +9 -0
  2221. package/tag-editor/utils.d.ts +6 -0
  2222. package/tag-editor/utils.d.ts.map +1 -0
  2223. package/tag-editor/utils.js +42 -0
  2224. package/tag-editor/utils.js.map +1 -0
  2225. package/tag-editor/validation.d.ts +13 -0
  2226. package/tag-editor/validation.d.ts.map +1 -0
  2227. package/tag-editor/validation.js +83 -0
  2228. package/tag-editor/validation.js.map +1 -0
  2229. package/test-utils/dom/alert/index.d.ts +24 -0
  2230. package/test-utils/dom/alert/index.js +63 -0
  2231. package/test-utils/dom/alert/index.js.map +1 -0
  2232. package/test-utils/dom/annotation/index.d.ts +12 -0
  2233. package/test-utils/dom/annotation/index.js +54 -0
  2234. package/test-utils/dom/annotation/index.js.map +1 -0
  2235. package/test-utils/dom/app-layout/index.d.ts +15 -0
  2236. package/test-utils/dom/app-layout/index.js +62 -0
  2237. package/test-utils/dom/app-layout/index.js.map +1 -0
  2238. package/test-utils/dom/area-chart/index.d.ts +11 -0
  2239. package/test-utils/dom/area-chart/index.js +42 -0
  2240. package/test-utils/dom/area-chart/index.js.map +1 -0
  2241. package/test-utils/dom/attribute-editor/index.d.ts +34 -0
  2242. package/test-utils/dom/attribute-editor/index.js +85 -0
  2243. package/test-utils/dom/attribute-editor/index.js.map +1 -0
  2244. package/test-utils/dom/autosuggest/index.d.ts +96 -0
  2245. package/test-utils/dom/autosuggest/index.js +201 -0
  2246. package/test-utils/dom/autosuggest/index.js.map +1 -0
  2247. package/test-utils/dom/badge/index.d.ts +4 -0
  2248. package/test-utils/dom/badge/index.js +31 -0
  2249. package/test-utils/dom/badge/index.js.map +1 -0
  2250. package/test-utils/dom/bar-chart/index.d.ts +4 -0
  2251. package/test-utils/dom/bar-chart/index.js +31 -0
  2252. package/test-utils/dom/bar-chart/index.js.map +1 -0
  2253. package/test-utils/dom/box/index.d.ts +4 -0
  2254. package/test-utils/dom/box/index.js +31 -0
  2255. package/test-utils/dom/box/index.js.map +1 -0
  2256. package/test-utils/dom/breadcrumb-group/index.d.ts +19 -0
  2257. package/test-utils/dom/breadcrumb-group/index.js +61 -0
  2258. package/test-utils/dom/breadcrumb-group/index.js.map +1 -0
  2259. package/test-utils/dom/button/index.d.ts +7 -0
  2260. package/test-utils/dom/button/index.js +55 -0
  2261. package/test-utils/dom/button/index.js.map +1 -0
  2262. package/test-utils/dom/button-dropdown/index.d.ts +35 -0
  2263. package/test-utils/dom/button-dropdown/index.js +104 -0
  2264. package/test-utils/dom/button-dropdown/index.js.map +1 -0
  2265. package/test-utils/dom/cards/index.d.ts +40 -0
  2266. package/test-utils/dom/cards/index.js +113 -0
  2267. package/test-utils/dom/cards/index.js.map +1 -0
  2268. package/test-utils/dom/checkbox/index.d.ts +8 -0
  2269. package/test-utils/dom/checkbox/index.js +44 -0
  2270. package/test-utils/dom/checkbox/index.js.map +1 -0
  2271. package/test-utils/dom/code-editor/index.d.ts +20 -0
  2272. package/test-utils/dom/code-editor/index.js +83 -0
  2273. package/test-utils/dom/code-editor/index.js.map +1 -0
  2274. package/test-utils/dom/collection-preferences/index.d.ts +21 -0
  2275. package/test-utils/dom/collection-preferences/index.js +68 -0
  2276. package/test-utils/dom/collection-preferences/index.js.map +1 -0
  2277. package/test-utils/dom/collection-preferences/page-size-preference.d.ts +7 -0
  2278. package/test-utils/dom/collection-preferences/page-size-preference.js +39 -0
  2279. package/test-utils/dom/collection-preferences/page-size-preference.js.map +1 -0
  2280. package/test-utils/dom/collection-preferences/visible-content-preference.d.ts +15 -0
  2281. package/test-utils/dom/collection-preferences/visible-content-preference.js +53 -0
  2282. package/test-utils/dom/collection-preferences/visible-content-preference.js.map +1 -0
  2283. package/test-utils/dom/column-layout/index.d.ts +4 -0
  2284. package/test-utils/dom/column-layout/index.js +31 -0
  2285. package/test-utils/dom/column-layout/index.js.map +1 -0
  2286. package/test-utils/dom/container/index.d.ts +7 -0
  2287. package/test-utils/dom/container/index.js +40 -0
  2288. package/test-utils/dom/container/index.js.map +1 -0
  2289. package/test-utils/dom/date-picker/index.d.ts +36 -0
  2290. package/test-utils/dom/date-picker/index.js +99 -0
  2291. package/test-utils/dom/date-picker/index.js.map +1 -0
  2292. package/test-utils/dom/date-range-picker/index.d.ts +66 -0
  2293. package/test-utils/dom/date-range-picker/index.js +173 -0
  2294. package/test-utils/dom/date-range-picker/index.js.map +1 -0
  2295. package/test-utils/dom/expandable-section/index.d.ts +8 -0
  2296. package/test-utils/dom/expandable-section/index.js +44 -0
  2297. package/test-utils/dom/expandable-section/index.js.map +1 -0
  2298. package/test-utils/dom/flashbar/flash.d.ts +23 -0
  2299. package/test-utils/dom/flashbar/flash.js +60 -0
  2300. package/test-utils/dom/flashbar/flash.js.map +1 -0
  2301. package/test-utils/dom/flashbar/index.d.ts +9 -0
  2302. package/test-utils/dom/flashbar/index.js +38 -0
  2303. package/test-utils/dom/flashbar/index.js.map +1 -0
  2304. package/test-utils/dom/form/index.d.ts +9 -0
  2305. package/test-utils/dom/form/index.js +46 -0
  2306. package/test-utils/dom/form/index.js.map +1 -0
  2307. package/test-utils/dom/form-field/index.d.ts +11 -0
  2308. package/test-utils/dom/form-field/index.js +52 -0
  2309. package/test-utils/dom/form-field/index.js.map +1 -0
  2310. package/test-utils/dom/grid/index.d.ts +9 -0
  2311. package/test-utils/dom/grid/index.js +38 -0
  2312. package/test-utils/dom/grid/index.js.map +1 -0
  2313. package/test-utils/dom/header/index.d.ts +9 -0
  2314. package/test-utils/dom/header/index.js +46 -0
  2315. package/test-utils/dom/header/index.js.map +1 -0
  2316. package/test-utils/dom/help-panel/index.d.ts +7 -0
  2317. package/test-utils/dom/help-panel/index.js +40 -0
  2318. package/test-utils/dom/help-panel/index.js.map +1 -0
  2319. package/test-utils/dom/hotspot/index.d.ts +7 -0
  2320. package/test-utils/dom/hotspot/index.js +39 -0
  2321. package/test-utils/dom/hotspot/index.js.map +1 -0
  2322. package/test-utils/dom/icon/index.d.ts +4 -0
  2323. package/test-utils/dom/icon/index.js +31 -0
  2324. package/test-utils/dom/icon/index.js.map +1 -0
  2325. package/test-utils/dom/index.d.ts +193 -0
  2326. package/test-utils/dom/index.js +512 -0
  2327. package/test-utils/dom/index.js.map +1 -0
  2328. package/test-utils/dom/input/base-input.d.ts +13 -0
  2329. package/test-utils/dom/input/base-input.js +80 -0
  2330. package/test-utils/dom/input/base-input.js.map +1 -0
  2331. package/test-utils/dom/input/index.d.ts +6 -0
  2332. package/test-utils/dom/input/index.js +32 -0
  2333. package/test-utils/dom/input/index.js.map +1 -0
  2334. package/test-utils/dom/internal/abstract-switch.d.ts +7 -0
  2335. package/test-utils/dom/internal/abstract-switch.js +40 -0
  2336. package/test-utils/dom/internal/abstract-switch.js.map +1 -0
  2337. package/test-utils/dom/internal/chart-filter.d.ts +7 -0
  2338. package/test-utils/dom/internal/chart-filter.js +37 -0
  2339. package/test-utils/dom/internal/chart-filter.js.map +1 -0
  2340. package/test-utils/dom/internal/chart-legend.d.ts +8 -0
  2341. package/test-utils/dom/internal/chart-legend.js +43 -0
  2342. package/test-utils/dom/internal/chart-legend.js.map +1 -0
  2343. package/test-utils/dom/internal/chart-popover.d.ts +8 -0
  2344. package/test-utils/dom/internal/chart-popover.js +42 -0
  2345. package/test-utils/dom/internal/chart-popover.js.map +1 -0
  2346. package/test-utils/dom/internal/charts.d.ts +10 -0
  2347. package/test-utils/dom/internal/charts.js +48 -0
  2348. package/test-utils/dom/internal/charts.js.map +1 -0
  2349. package/test-utils/dom/internal/dropdown-host.d.ts +98 -0
  2350. package/test-utils/dom/internal/dropdown-host.js +233 -0
  2351. package/test-utils/dom/internal/dropdown-host.js.map +1 -0
  2352. package/test-utils/dom/internal/dropdown.d.ts +5 -0
  2353. package/test-utils/dom/internal/dropdown.js +34 -0
  2354. package/test-utils/dom/internal/dropdown.js.map +1 -0
  2355. package/test-utils/dom/internal/filtering-token.d.ts +8 -0
  2356. package/test-utils/dom/internal/filtering-token.js +41 -0
  2357. package/test-utils/dom/internal/filtering-token.js.map +1 -0
  2358. package/test-utils/dom/internal/option.d.ts +8 -0
  2359. package/test-utils/dom/internal/option.js +44 -0
  2360. package/test-utils/dom/internal/option.js.map +1 -0
  2361. package/test-utils/dom/internal/options-list.d.ts +4 -0
  2362. package/test-utils/dom/internal/options-list.js +31 -0
  2363. package/test-utils/dom/internal/options-list.js.map +1 -0
  2364. package/test-utils/dom/line-chart/index.d.ts +4 -0
  2365. package/test-utils/dom/line-chart/index.js +31 -0
  2366. package/test-utils/dom/line-chart/index.js.map +1 -0
  2367. package/test-utils/dom/link/index.d.ts +4 -0
  2368. package/test-utils/dom/link/index.js +31 -0
  2369. package/test-utils/dom/link/index.js.map +1 -0
  2370. package/test-utils/dom/mixed-line-bar-chart/index.d.ts +26 -0
  2371. package/test-utils/dom/mixed-line-bar-chart/index.js +79 -0
  2372. package/test-utils/dom/mixed-line-bar-chart/index.js.map +1 -0
  2373. package/test-utils/dom/modal/index.d.ts +9 -0
  2374. package/test-utils/dom/modal/index.js +55 -0
  2375. package/test-utils/dom/modal/index.js.map +1 -0
  2376. package/test-utils/dom/multiselect/index.d.ts +43 -0
  2377. package/test-utils/dom/multiselect/index.js +102 -0
  2378. package/test-utils/dom/multiselect/index.js.map +1 -0
  2379. package/test-utils/dom/pagination/index.d.ts +14 -0
  2380. package/test-utils/dom/pagination/index.js +53 -0
  2381. package/test-utils/dom/pagination/index.js.map +1 -0
  2382. package/test-utils/dom/pie-chart/index.d.ts +16 -0
  2383. package/test-utils/dom/pie-chart/index.js +57 -0
  2384. package/test-utils/dom/pie-chart/index.js.map +1 -0
  2385. package/test-utils/dom/popover/index.d.ts +27 -0
  2386. package/test-utils/dom/popover/index.js +68 -0
  2387. package/test-utils/dom/popover/index.js.map +1 -0
  2388. package/test-utils/dom/progress-bar/index.d.ts +16 -0
  2389. package/test-utils/dom/progress-bar/index.js +50 -0
  2390. package/test-utils/dom/progress-bar/index.js.map +1 -0
  2391. package/test-utils/dom/property-filter/index.d.ts +16 -0
  2392. package/test-utils/dom/property-filter/index.js +48 -0
  2393. package/test-utils/dom/property-filter/index.js.map +1 -0
  2394. package/test-utils/dom/radio-group/index.d.ts +7 -0
  2395. package/test-utils/dom/radio-group/index.js +40 -0
  2396. package/test-utils/dom/radio-group/index.js.map +1 -0
  2397. package/test-utils/dom/radio-group/radio-button.d.ts +7 -0
  2398. package/test-utils/dom/radio-group/radio-button.js +42 -0
  2399. package/test-utils/dom/radio-group/radio-button.js.map +1 -0
  2400. package/test-utils/dom/s3-resource-selector/index.d.ts +23 -0
  2401. package/test-utils/dom/s3-resource-selector/index.js +82 -0
  2402. package/test-utils/dom/s3-resource-selector/index.js.map +1 -0
  2403. package/test-utils/dom/segmented-control/index.d.ts +6 -0
  2404. package/test-utils/dom/segmented-control/index.js +37 -0
  2405. package/test-utils/dom/segmented-control/index.js.map +1 -0
  2406. package/test-utils/dom/select/index.d.ts +31 -0
  2407. package/test-utils/dom/select/index.js +81 -0
  2408. package/test-utils/dom/select/index.js.map +1 -0
  2409. package/test-utils/dom/side-navigation/index.d.ts +18 -0
  2410. package/test-utils/dom/side-navigation/index.js +75 -0
  2411. package/test-utils/dom/side-navigation/index.js.map +1 -0
  2412. package/test-utils/dom/space-between/index.d.ts +4 -0
  2413. package/test-utils/dom/space-between/index.js +31 -0
  2414. package/test-utils/dom/space-between/index.js.map +1 -0
  2415. package/test-utils/dom/spinner/index.d.ts +4 -0
  2416. package/test-utils/dom/spinner/index.js +31 -0
  2417. package/test-utils/dom/spinner/index.js.map +1 -0
  2418. package/test-utils/dom/split-panel/index.d.ts +19 -0
  2419. package/test-utils/dom/split-panel/index.js +58 -0
  2420. package/test-utils/dom/split-panel/index.js.map +1 -0
  2421. package/test-utils/dom/status-indicator/index.d.ts +4 -0
  2422. package/test-utils/dom/status-indicator/index.js +31 -0
  2423. package/test-utils/dom/status-indicator/index.js.map +1 -0
  2424. package/test-utils/dom/table/index.d.ts +59 -0
  2425. package/test-utils/dom/table/index.js +138 -0
  2426. package/test-utils/dom/table/index.js.map +1 -0
  2427. package/test-utils/dom/tabs/index.d.ts +28 -0
  2428. package/test-utils/dom/tabs/index.js +65 -0
  2429. package/test-utils/dom/tabs/index.js.map +1 -0
  2430. package/test-utils/dom/tag-editor/index.d.ts +23 -0
  2431. package/test-utils/dom/tag-editor/index.js +63 -0
  2432. package/test-utils/dom/tag-editor/index.js.map +1 -0
  2433. package/test-utils/dom/text-content/index.d.ts +4 -0
  2434. package/test-utils/dom/text-content/index.js +31 -0
  2435. package/test-utils/dom/text-content/index.js.map +1 -0
  2436. package/test-utils/dom/text-filter/index.d.ts +7 -0
  2437. package/test-utils/dom/text-filter/index.js +38 -0
  2438. package/test-utils/dom/text-filter/index.js.map +1 -0
  2439. package/test-utils/dom/textarea/index.d.ts +11 -0
  2440. package/test-utils/dom/textarea/index.js +55 -0
  2441. package/test-utils/dom/textarea/index.js.map +1 -0
  2442. package/test-utils/dom/tiles/index.d.ts +8 -0
  2443. package/test-utils/dom/tiles/index.js +44 -0
  2444. package/test-utils/dom/tiles/index.js.map +1 -0
  2445. package/test-utils/dom/tiles/tile.d.ts +9 -0
  2446. package/test-utils/dom/tiles/tile.js +47 -0
  2447. package/test-utils/dom/tiles/tile.js.map +1 -0
  2448. package/test-utils/dom/time-input/index.d.ts +4 -0
  2449. package/test-utils/dom/time-input/index.js +31 -0
  2450. package/test-utils/dom/time-input/index.js.map +1 -0
  2451. package/test-utils/dom/toggle/index.d.ts +8 -0
  2452. package/test-utils/dom/toggle/index.js +44 -0
  2453. package/test-utils/dom/toggle/index.js.map +1 -0
  2454. package/test-utils/dom/token-group/index.d.ts +16 -0
  2455. package/test-utils/dom/token-group/index.js +50 -0
  2456. package/test-utils/dom/token-group/index.js.map +1 -0
  2457. package/test-utils/dom/token-group/token.d.ts +8 -0
  2458. package/test-utils/dom/token-group/token.js +41 -0
  2459. package/test-utils/dom/token-group/token.js.map +1 -0
  2460. package/test-utils/dom/top-navigation/1.0-beta/index.d.ts +28 -0
  2461. package/test-utils/dom/top-navigation/1.0-beta/index.js +108 -0
  2462. package/test-utils/dom/top-navigation/1.0-beta/index.js.map +1 -0
  2463. package/test-utils/dom/top-navigation/index.d.ts +34 -0
  2464. package/test-utils/dom/top-navigation/index.js +124 -0
  2465. package/test-utils/dom/top-navigation/index.js.map +1 -0
  2466. package/test-utils/dom/tutorial-panel/index.d.ts +20 -0
  2467. package/test-utils/dom/tutorial-panel/index.js +74 -0
  2468. package/test-utils/dom/tutorial-panel/index.js.map +1 -0
  2469. package/test-utils/dom/tutorial-panel/tutorial.d.ts +15 -0
  2470. package/test-utils/dom/tutorial-panel/tutorial.js +58 -0
  2471. package/test-utils/dom/tutorial-panel/tutorial.js.map +1 -0
  2472. package/test-utils/dom/wizard/index.d.ts +26 -0
  2473. package/test-utils/dom/wizard/index.js +71 -0
  2474. package/test-utils/dom/wizard/index.js.map +1 -0
  2475. package/test-utils/selectors/alert/index.d.ts +24 -0
  2476. package/test-utils/selectors/alert/index.js +63 -0
  2477. package/test-utils/selectors/alert/index.js.map +1 -0
  2478. package/test-utils/selectors/annotation/index.d.ts +12 -0
  2479. package/test-utils/selectors/annotation/index.js +54 -0
  2480. package/test-utils/selectors/annotation/index.js.map +1 -0
  2481. package/test-utils/selectors/app-layout/index.d.ts +15 -0
  2482. package/test-utils/selectors/app-layout/index.js +62 -0
  2483. package/test-utils/selectors/app-layout/index.js.map +1 -0
  2484. package/test-utils/selectors/area-chart/index.d.ts +11 -0
  2485. package/test-utils/selectors/area-chart/index.js +42 -0
  2486. package/test-utils/selectors/area-chart/index.js.map +1 -0
  2487. package/test-utils/selectors/attribute-editor/index.d.ts +34 -0
  2488. package/test-utils/selectors/attribute-editor/index.js +85 -0
  2489. package/test-utils/selectors/attribute-editor/index.js.map +1 -0
  2490. package/test-utils/selectors/autosuggest/index.d.ts +76 -0
  2491. package/test-utils/selectors/autosuggest/index.js +162 -0
  2492. package/test-utils/selectors/autosuggest/index.js.map +1 -0
  2493. package/test-utils/selectors/badge/index.d.ts +4 -0
  2494. package/test-utils/selectors/badge/index.js +31 -0
  2495. package/test-utils/selectors/badge/index.js.map +1 -0
  2496. package/test-utils/selectors/bar-chart/index.d.ts +4 -0
  2497. package/test-utils/selectors/bar-chart/index.js +31 -0
  2498. package/test-utils/selectors/bar-chart/index.js.map +1 -0
  2499. package/test-utils/selectors/box/index.d.ts +4 -0
  2500. package/test-utils/selectors/box/index.js +31 -0
  2501. package/test-utils/selectors/box/index.js.map +1 -0
  2502. package/test-utils/selectors/breadcrumb-group/index.d.ts +19 -0
  2503. package/test-utils/selectors/breadcrumb-group/index.js +61 -0
  2504. package/test-utils/selectors/breadcrumb-group/index.js.map +1 -0
  2505. package/test-utils/selectors/button/index.d.ts +6 -0
  2506. package/test-utils/selectors/button/index.js +38 -0
  2507. package/test-utils/selectors/button/index.js.map +1 -0
  2508. package/test-utils/selectors/button-dropdown/index.d.ts +34 -0
  2509. package/test-utils/selectors/button-dropdown/index.js +86 -0
  2510. package/test-utils/selectors/button-dropdown/index.js.map +1 -0
  2511. package/test-utils/selectors/cards/index.d.ts +40 -0
  2512. package/test-utils/selectors/cards/index.js +113 -0
  2513. package/test-utils/selectors/cards/index.js.map +1 -0
  2514. package/test-utils/selectors/checkbox/index.d.ts +8 -0
  2515. package/test-utils/selectors/checkbox/index.js +44 -0
  2516. package/test-utils/selectors/checkbox/index.js.map +1 -0
  2517. package/test-utils/selectors/code-editor/index.d.ts +14 -0
  2518. package/test-utils/selectors/code-editor/index.js +57 -0
  2519. package/test-utils/selectors/code-editor/index.js.map +1 -0
  2520. package/test-utils/selectors/collection-preferences/index.d.ts +21 -0
  2521. package/test-utils/selectors/collection-preferences/index.js +68 -0
  2522. package/test-utils/selectors/collection-preferences/index.js.map +1 -0
  2523. package/test-utils/selectors/collection-preferences/page-size-preference.d.ts +7 -0
  2524. package/test-utils/selectors/collection-preferences/page-size-preference.js +39 -0
  2525. package/test-utils/selectors/collection-preferences/page-size-preference.js.map +1 -0
  2526. package/test-utils/selectors/collection-preferences/visible-content-preference.d.ts +15 -0
  2527. package/test-utils/selectors/collection-preferences/visible-content-preference.js +53 -0
  2528. package/test-utils/selectors/collection-preferences/visible-content-preference.js.map +1 -0
  2529. package/test-utils/selectors/column-layout/index.d.ts +4 -0
  2530. package/test-utils/selectors/column-layout/index.js +31 -0
  2531. package/test-utils/selectors/column-layout/index.js.map +1 -0
  2532. package/test-utils/selectors/container/index.d.ts +7 -0
  2533. package/test-utils/selectors/container/index.js +40 -0
  2534. package/test-utils/selectors/container/index.js.map +1 -0
  2535. package/test-utils/selectors/date-picker/index.d.ts +28 -0
  2536. package/test-utils/selectors/date-picker/index.js +82 -0
  2537. package/test-utils/selectors/date-picker/index.js.map +1 -0
  2538. package/test-utils/selectors/date-range-picker/index.d.ts +65 -0
  2539. package/test-utils/selectors/date-range-picker/index.js +154 -0
  2540. package/test-utils/selectors/date-range-picker/index.js.map +1 -0
  2541. package/test-utils/selectors/expandable-section/index.d.ts +8 -0
  2542. package/test-utils/selectors/expandable-section/index.js +44 -0
  2543. package/test-utils/selectors/expandable-section/index.js.map +1 -0
  2544. package/test-utils/selectors/flashbar/flash.d.ts +23 -0
  2545. package/test-utils/selectors/flashbar/flash.js +60 -0
  2546. package/test-utils/selectors/flashbar/flash.js.map +1 -0
  2547. package/test-utils/selectors/flashbar/index.d.ts +9 -0
  2548. package/test-utils/selectors/flashbar/index.js +38 -0
  2549. package/test-utils/selectors/flashbar/index.js.map +1 -0
  2550. package/test-utils/selectors/form/index.d.ts +9 -0
  2551. package/test-utils/selectors/form/index.js +46 -0
  2552. package/test-utils/selectors/form/index.js.map +1 -0
  2553. package/test-utils/selectors/form-field/index.d.ts +11 -0
  2554. package/test-utils/selectors/form-field/index.js +52 -0
  2555. package/test-utils/selectors/form-field/index.js.map +1 -0
  2556. package/test-utils/selectors/grid/index.d.ts +9 -0
  2557. package/test-utils/selectors/grid/index.js +38 -0
  2558. package/test-utils/selectors/grid/index.js.map +1 -0
  2559. package/test-utils/selectors/header/index.d.ts +9 -0
  2560. package/test-utils/selectors/header/index.js +46 -0
  2561. package/test-utils/selectors/header/index.js.map +1 -0
  2562. package/test-utils/selectors/help-panel/index.d.ts +7 -0
  2563. package/test-utils/selectors/help-panel/index.js +40 -0
  2564. package/test-utils/selectors/help-panel/index.js.map +1 -0
  2565. package/test-utils/selectors/hotspot/index.d.ts +7 -0
  2566. package/test-utils/selectors/hotspot/index.js +39 -0
  2567. package/test-utils/selectors/hotspot/index.js.map +1 -0
  2568. package/test-utils/selectors/icon/index.d.ts +4 -0
  2569. package/test-utils/selectors/icon/index.js +31 -0
  2570. package/test-utils/selectors/icon/index.js.map +1 -0
  2571. package/test-utils/selectors/index.d.ts +193 -0
  2572. package/test-utils/selectors/index.js +509 -0
  2573. package/test-utils/selectors/index.js.map +1 -0
  2574. package/test-utils/selectors/input/base-input.d.ts +4 -0
  2575. package/test-utils/selectors/input/base-input.js +33 -0
  2576. package/test-utils/selectors/input/base-input.js.map +1 -0
  2577. package/test-utils/selectors/input/index.d.ts +6 -0
  2578. package/test-utils/selectors/input/index.js +32 -0
  2579. package/test-utils/selectors/input/index.js.map +1 -0
  2580. package/test-utils/selectors/internal/abstract-switch.d.ts +7 -0
  2581. package/test-utils/selectors/internal/abstract-switch.js +40 -0
  2582. package/test-utils/selectors/internal/abstract-switch.js.map +1 -0
  2583. package/test-utils/selectors/internal/chart-filter.d.ts +7 -0
  2584. package/test-utils/selectors/internal/chart-filter.js +37 -0
  2585. package/test-utils/selectors/internal/chart-filter.js.map +1 -0
  2586. package/test-utils/selectors/internal/chart-legend.d.ts +8 -0
  2587. package/test-utils/selectors/internal/chart-legend.js +43 -0
  2588. package/test-utils/selectors/internal/chart-legend.js.map +1 -0
  2589. package/test-utils/selectors/internal/chart-popover.d.ts +8 -0
  2590. package/test-utils/selectors/internal/chart-popover.js +42 -0
  2591. package/test-utils/selectors/internal/chart-popover.js.map +1 -0
  2592. package/test-utils/selectors/internal/charts.d.ts +10 -0
  2593. package/test-utils/selectors/internal/charts.js +48 -0
  2594. package/test-utils/selectors/internal/charts.js.map +1 -0
  2595. package/test-utils/selectors/internal/dropdown-host.d.ts +53 -0
  2596. package/test-utils/selectors/internal/dropdown-host.js +135 -0
  2597. package/test-utils/selectors/internal/dropdown-host.js.map +1 -0
  2598. package/test-utils/selectors/internal/dropdown.d.ts +5 -0
  2599. package/test-utils/selectors/internal/dropdown.js +34 -0
  2600. package/test-utils/selectors/internal/dropdown.js.map +1 -0
  2601. package/test-utils/selectors/internal/filtering-token.d.ts +8 -0
  2602. package/test-utils/selectors/internal/filtering-token.js +41 -0
  2603. package/test-utils/selectors/internal/filtering-token.js.map +1 -0
  2604. package/test-utils/selectors/internal/option.d.ts +8 -0
  2605. package/test-utils/selectors/internal/option.js +44 -0
  2606. package/test-utils/selectors/internal/option.js.map +1 -0
  2607. package/test-utils/selectors/internal/options-list.d.ts +4 -0
  2608. package/test-utils/selectors/internal/options-list.js +31 -0
  2609. package/test-utils/selectors/internal/options-list.js.map +1 -0
  2610. package/test-utils/selectors/line-chart/index.d.ts +4 -0
  2611. package/test-utils/selectors/line-chart/index.js +31 -0
  2612. package/test-utils/selectors/line-chart/index.js.map +1 -0
  2613. package/test-utils/selectors/link/index.d.ts +4 -0
  2614. package/test-utils/selectors/link/index.js +31 -0
  2615. package/test-utils/selectors/link/index.js.map +1 -0
  2616. package/test-utils/selectors/mixed-line-bar-chart/index.d.ts +26 -0
  2617. package/test-utils/selectors/mixed-line-bar-chart/index.js +79 -0
  2618. package/test-utils/selectors/mixed-line-bar-chart/index.js.map +1 -0
  2619. package/test-utils/selectors/modal/index.d.ts +8 -0
  2620. package/test-utils/selectors/modal/index.js +43 -0
  2621. package/test-utils/selectors/modal/index.js.map +1 -0
  2622. package/test-utils/selectors/multiselect/index.d.ts +42 -0
  2623. package/test-utils/selectors/multiselect/index.js +93 -0
  2624. package/test-utils/selectors/multiselect/index.js.map +1 -0
  2625. package/test-utils/selectors/pagination/index.d.ts +14 -0
  2626. package/test-utils/selectors/pagination/index.js +53 -0
  2627. package/test-utils/selectors/pagination/index.js.map +1 -0
  2628. package/test-utils/selectors/pie-chart/index.d.ts +16 -0
  2629. package/test-utils/selectors/pie-chart/index.js +57 -0
  2630. package/test-utils/selectors/pie-chart/index.js.map +1 -0
  2631. package/test-utils/selectors/popover/index.d.ts +27 -0
  2632. package/test-utils/selectors/popover/index.js +74 -0
  2633. package/test-utils/selectors/popover/index.js.map +1 -0
  2634. package/test-utils/selectors/progress-bar/index.d.ts +16 -0
  2635. package/test-utils/selectors/progress-bar/index.js +50 -0
  2636. package/test-utils/selectors/progress-bar/index.js.map +1 -0
  2637. package/test-utils/selectors/property-filter/index.d.ts +16 -0
  2638. package/test-utils/selectors/property-filter/index.js +48 -0
  2639. package/test-utils/selectors/property-filter/index.js.map +1 -0
  2640. package/test-utils/selectors/radio-group/index.d.ts +7 -0
  2641. package/test-utils/selectors/radio-group/index.js +40 -0
  2642. package/test-utils/selectors/radio-group/index.js.map +1 -0
  2643. package/test-utils/selectors/radio-group/radio-button.d.ts +7 -0
  2644. package/test-utils/selectors/radio-group/radio-button.js +42 -0
  2645. package/test-utils/selectors/radio-group/radio-button.js.map +1 -0
  2646. package/test-utils/selectors/s3-resource-selector/index.d.ts +23 -0
  2647. package/test-utils/selectors/s3-resource-selector/index.js +82 -0
  2648. package/test-utils/selectors/s3-resource-selector/index.js.map +1 -0
  2649. package/test-utils/selectors/segmented-control/index.d.ts +6 -0
  2650. package/test-utils/selectors/segmented-control/index.js +37 -0
  2651. package/test-utils/selectors/segmented-control/index.js.map +1 -0
  2652. package/test-utils/selectors/select/index.d.ts +30 -0
  2653. package/test-utils/selectors/select/index.js +72 -0
  2654. package/test-utils/selectors/select/index.js.map +1 -0
  2655. package/test-utils/selectors/side-navigation/index.d.ts +18 -0
  2656. package/test-utils/selectors/side-navigation/index.js +75 -0
  2657. package/test-utils/selectors/side-navigation/index.js.map +1 -0
  2658. package/test-utils/selectors/space-between/index.d.ts +4 -0
  2659. package/test-utils/selectors/space-between/index.js +31 -0
  2660. package/test-utils/selectors/space-between/index.js.map +1 -0
  2661. package/test-utils/selectors/spinner/index.d.ts +4 -0
  2662. package/test-utils/selectors/spinner/index.js +31 -0
  2663. package/test-utils/selectors/spinner/index.js.map +1 -0
  2664. package/test-utils/selectors/split-panel/index.d.ts +19 -0
  2665. package/test-utils/selectors/split-panel/index.js +58 -0
  2666. package/test-utils/selectors/split-panel/index.js.map +1 -0
  2667. package/test-utils/selectors/status-indicator/index.d.ts +4 -0
  2668. package/test-utils/selectors/status-indicator/index.js +31 -0
  2669. package/test-utils/selectors/status-indicator/index.js.map +1 -0
  2670. package/test-utils/selectors/table/index.d.ts +59 -0
  2671. package/test-utils/selectors/table/index.js +137 -0
  2672. package/test-utils/selectors/table/index.js.map +1 -0
  2673. package/test-utils/selectors/tabs/index.d.ts +28 -0
  2674. package/test-utils/selectors/tabs/index.js +65 -0
  2675. package/test-utils/selectors/tabs/index.js.map +1 -0
  2676. package/test-utils/selectors/tag-editor/index.d.ts +23 -0
  2677. package/test-utils/selectors/tag-editor/index.js +63 -0
  2678. package/test-utils/selectors/tag-editor/index.js.map +1 -0
  2679. package/test-utils/selectors/text-content/index.d.ts +4 -0
  2680. package/test-utils/selectors/text-content/index.js +31 -0
  2681. package/test-utils/selectors/text-content/index.js.map +1 -0
  2682. package/test-utils/selectors/text-filter/index.d.ts +7 -0
  2683. package/test-utils/selectors/text-filter/index.js +38 -0
  2684. package/test-utils/selectors/text-filter/index.js.map +1 -0
  2685. package/test-utils/selectors/textarea/index.d.ts +5 -0
  2686. package/test-utils/selectors/textarea/index.js +32 -0
  2687. package/test-utils/selectors/textarea/index.js.map +1 -0
  2688. package/test-utils/selectors/tiles/index.d.ts +8 -0
  2689. package/test-utils/selectors/tiles/index.js +44 -0
  2690. package/test-utils/selectors/tiles/index.js.map +1 -0
  2691. package/test-utils/selectors/tiles/tile.d.ts +9 -0
  2692. package/test-utils/selectors/tiles/tile.js +47 -0
  2693. package/test-utils/selectors/tiles/tile.js.map +1 -0
  2694. package/test-utils/selectors/time-input/index.d.ts +4 -0
  2695. package/test-utils/selectors/time-input/index.js +31 -0
  2696. package/test-utils/selectors/time-input/index.js.map +1 -0
  2697. package/test-utils/selectors/toggle/index.d.ts +8 -0
  2698. package/test-utils/selectors/toggle/index.js +44 -0
  2699. package/test-utils/selectors/toggle/index.js.map +1 -0
  2700. package/test-utils/selectors/token-group/index.d.ts +16 -0
  2701. package/test-utils/selectors/token-group/index.js +50 -0
  2702. package/test-utils/selectors/token-group/index.js.map +1 -0
  2703. package/test-utils/selectors/token-group/token.d.ts +8 -0
  2704. package/test-utils/selectors/token-group/token.js +41 -0
  2705. package/test-utils/selectors/token-group/token.js.map +1 -0
  2706. package/test-utils/selectors/top-navigation/1.0-beta/index.d.ts +28 -0
  2707. package/test-utils/selectors/top-navigation/1.0-beta/index.js +108 -0
  2708. package/test-utils/selectors/top-navigation/1.0-beta/index.js.map +1 -0
  2709. package/test-utils/selectors/top-navigation/index.d.ts +34 -0
  2710. package/test-utils/selectors/top-navigation/index.js +124 -0
  2711. package/test-utils/selectors/top-navigation/index.js.map +1 -0
  2712. package/test-utils/selectors/tutorial-panel/index.d.ts +20 -0
  2713. package/test-utils/selectors/tutorial-panel/index.js +74 -0
  2714. package/test-utils/selectors/tutorial-panel/index.js.map +1 -0
  2715. package/test-utils/selectors/tutorial-panel/tutorial.d.ts +15 -0
  2716. package/test-utils/selectors/tutorial-panel/tutorial.js +58 -0
  2717. package/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -0
  2718. package/test-utils/selectors/wizard/index.d.ts +26 -0
  2719. package/test-utils/selectors/wizard/index.js +71 -0
  2720. package/test-utils/selectors/wizard/index.js.map +1 -0
  2721. package/test-utils/tsconfig.tsbuildinfo +1 -0
  2722. package/text-content/index.d.ts +4 -0
  2723. package/text-content/index.d.ts.map +1 -0
  2724. package/text-content/index.js +18 -0
  2725. package/text-content/index.js.map +1 -0
  2726. package/text-content/interfaces.d.ts +10 -0
  2727. package/text-content/interfaces.d.ts.map +1 -0
  2728. package/text-content/interfaces.js +2 -0
  2729. package/text-content/interfaces.js.map +1 -0
  2730. package/text-content/styles.css.js +6 -0
  2731. package/text-content/styles.scoped.css +368 -0
  2732. package/text-content/styles.selectors.js +7 -0
  2733. package/text-filter/index.d.ts +6 -0
  2734. package/text-filter/index.d.ts.map +1 -0
  2735. package/text-filter/index.js +14 -0
  2736. package/text-filter/index.js.map +1 -0
  2737. package/text-filter/interfaces.d.ts +51 -0
  2738. package/text-filter/interfaces.d.ts.map +1 -0
  2739. package/text-filter/interfaces.js +2 -0
  2740. package/text-filter/interfaces.js.map +1 -0
  2741. package/text-filter/internal.d.ts +6 -0
  2742. package/text-filter/internal.d.ts.map +1 -0
  2743. package/text-filter/internal.js +22 -0
  2744. package/text-filter/internal.js.map +1 -0
  2745. package/text-filter/styles.css.js +9 -0
  2746. package/text-filter/styles.scoped.css +153 -0
  2747. package/text-filter/styles.selectors.js +10 -0
  2748. package/textarea/index.d.ts +6 -0
  2749. package/textarea/index.d.ts.map +1 -0
  2750. package/textarea/index.js +59 -0
  2751. package/textarea/index.js.map +1 -0
  2752. package/textarea/interfaces.d.ts +34 -0
  2753. package/textarea/interfaces.d.ts.map +1 -0
  2754. package/textarea/interfaces.js +2 -0
  2755. package/textarea/interfaces.js.map +1 -0
  2756. package/textarea/styles.css.js +9 -0
  2757. package/textarea/styles.scoped.css +236 -0
  2758. package/textarea/styles.selectors.js +10 -0
  2759. package/theming/index.d.ts +10 -0
  2760. package/theming/index.d.ts.map +1 -0
  2761. package/theming/index.js +12 -0
  2762. package/theming/index.js.map +1 -0
  2763. package/tiles/index.d.ts +4 -0
  2764. package/tiles/index.d.ts.map +1 -0
  2765. package/tiles/index.js +13 -0
  2766. package/tiles/index.js.map +1 -0
  2767. package/tiles/interfaces.d.ts +58 -0
  2768. package/tiles/interfaces.d.ts.map +1 -0
  2769. package/tiles/interfaces.js +2 -0
  2770. package/tiles/interfaces.js.map +1 -0
  2771. package/tiles/internal.d.ts +6 -0
  2772. package/tiles/internal.d.ts.map +1 -0
  2773. package/tiles/internal.js +47 -0
  2774. package/tiles/internal.js.map +1 -0
  2775. package/tiles/styles.css.js +33 -0
  2776. package/tiles/styles.scoped.css +486 -0
  2777. package/tiles/styles.selectors.js +34 -0
  2778. package/time-input/index.d.ts +6 -0
  2779. package/time-input/index.d.ts.map +1 -0
  2780. package/time-input/index.js +15 -0
  2781. package/time-input/index.js.map +1 -0
  2782. package/time-input/interfaces.d.ts +33 -0
  2783. package/time-input/interfaces.d.ts.map +1 -0
  2784. package/time-input/interfaces.js +2 -0
  2785. package/time-input/interfaces.js.map +1 -0
  2786. package/time-input/internal.d.ts +6 -0
  2787. package/time-input/internal.d.ts.map +1 -0
  2788. package/time-input/internal.js +28 -0
  2789. package/time-input/internal.js.map +1 -0
  2790. package/time-input/styles.css.js +6 -0
  2791. package/time-input/styles.scoped.css +7 -0
  2792. package/time-input/styles.selectors.js +7 -0
  2793. package/toggle/index.d.ts +6 -0
  2794. package/toggle/index.d.ts.map +1 -0
  2795. package/toggle/index.js +14 -0
  2796. package/toggle/index.js.map +1 -0
  2797. package/toggle/interfaces.d.ts +23 -0
  2798. package/toggle/interfaces.d.ts.map +1 -0
  2799. package/toggle/interfaces.js +2 -0
  2800. package/toggle/interfaces.js.map +1 -0
  2801. package/toggle/internal.d.ts +6 -0
  2802. package/toggle/internal.d.ts.map +1 -0
  2803. package/toggle/internal.js +26 -0
  2804. package/toggle/internal.js.map +1 -0
  2805. package/toggle/styles.css.js +13 -0
  2806. package/toggle/styles.scoped.css +214 -0
  2807. package/toggle/styles.selectors.js +14 -0
  2808. package/token-group/dismiss-button.d.ts +8 -0
  2809. package/token-group/dismiss-button.d.ts.map +1 -0
  2810. package/token-group/dismiss-button.js +25 -0
  2811. package/token-group/dismiss-button.js.map +1 -0
  2812. package/token-group/index.d.ts +4 -0
  2813. package/token-group/index.d.ts.map +1 -0
  2814. package/token-group/index.js +14 -0
  2815. package/token-group/index.js.map +1 -0
  2816. package/token-group/interfaces.d.ts +62 -0
  2817. package/token-group/interfaces.d.ts.map +1 -0
  2818. package/token-group/interfaces.js +2 -0
  2819. package/token-group/interfaces.js.map +1 -0
  2820. package/token-group/internal.d.ts +11 -0
  2821. package/token-group/internal.d.ts.map +1 -0
  2822. package/token-group/internal.js +35 -0
  2823. package/token-group/internal.js.map +1 -0
  2824. package/token-group/styles.css.js +12 -0
  2825. package/token-group/styles.scoped.css +324 -0
  2826. package/token-group/styles.selectors.js +13 -0
  2827. package/token-group/toggle.d.ts +13 -0
  2828. package/token-group/toggle.d.ts.map +1 -0
  2829. package/token-group/toggle.js +24 -0
  2830. package/token-group/toggle.js.map +1 -0
  2831. package/top-navigation/1.0-beta/index.d.ts +9 -0
  2832. package/top-navigation/1.0-beta/index.d.ts.map +1 -0
  2833. package/top-navigation/1.0-beta/index.js +19 -0
  2834. package/top-navigation/1.0-beta/index.js.map +1 -0
  2835. package/top-navigation/1.0-beta/interfaces.d.ts +102 -0
  2836. package/top-navigation/1.0-beta/interfaces.d.ts.map +1 -0
  2837. package/top-navigation/1.0-beta/interfaces.js +2 -0
  2838. package/top-navigation/1.0-beta/interfaces.js.map +1 -0
  2839. package/top-navigation/1.0-beta/internal.d.ts +5 -0
  2840. package/top-navigation/1.0-beta/internal.d.ts.map +1 -0
  2841. package/top-navigation/1.0-beta/internal.js +101 -0
  2842. package/top-navigation/1.0-beta/internal.js.map +1 -0
  2843. package/top-navigation/1.0-beta/parts/overflow-menu.d.ts +16 -0
  2844. package/top-navigation/1.0-beta/parts/overflow-menu.d.ts.map +1 -0
  2845. package/top-navigation/1.0-beta/parts/overflow-menu.js +55 -0
  2846. package/top-navigation/1.0-beta/parts/overflow-menu.js.map +1 -0
  2847. package/top-navigation/1.0-beta/parts/utility.d.ts +9 -0
  2848. package/top-navigation/1.0-beta/parts/utility.d.ts.map +1 -0
  2849. package/top-navigation/1.0-beta/parts/utility.js +56 -0
  2850. package/top-navigation/1.0-beta/parts/utility.js.map +1 -0
  2851. package/top-navigation/1.0-beta/styles.css.js +30 -0
  2852. package/top-navigation/1.0-beta/styles.scoped.css +375 -0
  2853. package/top-navigation/1.0-beta/styles.selectors.js +31 -0
  2854. package/top-navigation/1.0-beta/use-top-navigation.d.ts +45 -0
  2855. package/top-navigation/1.0-beta/use-top-navigation.d.ts.map +1 -0
  2856. package/top-navigation/1.0-beta/use-top-navigation.js +161 -0
  2857. package/top-navigation/1.0-beta/use-top-navigation.js.map +1 -0
  2858. package/top-navigation/index.d.ts +4 -0
  2859. package/top-navigation/index.d.ts.map +1 -0
  2860. package/top-navigation/index.js +14 -0
  2861. package/top-navigation/index.js.map +1 -0
  2862. package/top-navigation/interfaces.d.ts +105 -0
  2863. package/top-navigation/interfaces.d.ts.map +1 -0
  2864. package/top-navigation/interfaces.js +2 -0
  2865. package/top-navigation/interfaces.js.map +1 -0
  2866. package/top-navigation/internal.d.ts +6 -0
  2867. package/top-navigation/internal.d.ts.map +1 -0
  2868. package/top-navigation/internal.js +136 -0
  2869. package/top-navigation/internal.js.map +1 -0
  2870. package/top-navigation/parts/overflow-menu/header.d.ts +12 -0
  2871. package/top-navigation/parts/overflow-menu/header.d.ts.map +1 -0
  2872. package/top-navigation/parts/overflow-menu/header.js +26 -0
  2873. package/top-navigation/parts/overflow-menu/header.js.map +1 -0
  2874. package/top-navigation/parts/overflow-menu/index.d.ts +15 -0
  2875. package/top-navigation/parts/overflow-menu/index.d.ts.map +1 -0
  2876. package/top-navigation/parts/overflow-menu/index.js +20 -0
  2877. package/top-navigation/parts/overflow-menu/index.js.map +1 -0
  2878. package/top-navigation/parts/overflow-menu/menu-item.d.ts +13 -0
  2879. package/top-navigation/parts/overflow-menu/menu-item.d.ts.map +1 -0
  2880. package/top-navigation/parts/overflow-menu/menu-item.js +131 -0
  2881. package/top-navigation/parts/overflow-menu/menu-item.js.map +1 -0
  2882. package/top-navigation/parts/overflow-menu/router.d.ts +29 -0
  2883. package/top-navigation/parts/overflow-menu/router.d.ts.map +1 -0
  2884. package/top-navigation/parts/overflow-menu/router.js +30 -0
  2885. package/top-navigation/parts/overflow-menu/router.js.map +1 -0
  2886. package/top-navigation/parts/overflow-menu/views/submenu.d.ts +9 -0
  2887. package/top-navigation/parts/overflow-menu/views/submenu.d.ts.map +1 -0
  2888. package/top-navigation/parts/overflow-menu/views/submenu.js +26 -0
  2889. package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -0
  2890. package/top-navigation/parts/overflow-menu/views/utilities.d.ts +9 -0
  2891. package/top-navigation/parts/overflow-menu/views/utilities.d.ts.map +1 -0
  2892. package/top-navigation/parts/overflow-menu/views/utilities.js +28 -0
  2893. package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -0
  2894. package/top-navigation/parts/utility.d.ts +9 -0
  2895. package/top-navigation/parts/utility.d.ts.map +1 -0
  2896. package/top-navigation/parts/utility.js +58 -0
  2897. package/top-navigation/parts/utility.js.map +1 -0
  2898. package/top-navigation/styles.css.js +52 -0
  2899. package/top-navigation/styles.scoped.css +598 -0
  2900. package/top-navigation/styles.selectors.js +53 -0
  2901. package/top-navigation/use-top-navigation.d.ts +44 -0
  2902. package/top-navigation/use-top-navigation.d.ts.map +1 -0
  2903. package/top-navigation/use-top-navigation.js +176 -0
  2904. package/top-navigation/use-top-navigation.js.map +1 -0
  2905. package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.d.ts +10 -0
  2906. package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.d.ts.map +1 -0
  2907. package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js +26 -0
  2908. package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js.map +1 -0
  2909. package/tutorial-panel/components/tutorial-detail-view/index.d.ts +10 -0
  2910. package/tutorial-panel/components/tutorial-detail-view/index.d.ts.map +1 -0
  2911. package/tutorial-panel/components/tutorial-detail-view/index.js +29 -0
  2912. package/tutorial-panel/components/tutorial-detail-view/index.js.map +1 -0
  2913. package/tutorial-panel/components/tutorial-detail-view/styles.css.js +25 -0
  2914. package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +234 -0
  2915. package/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +26 -0
  2916. package/tutorial-panel/components/tutorial-detail-view/task-list.d.ts +10 -0
  2917. package/tutorial-panel/components/tutorial-detail-view/task-list.d.ts.map +1 -0
  2918. package/tutorial-panel/components/tutorial-detail-view/task-list.js +35 -0
  2919. package/tutorial-panel/components/tutorial-detail-view/task-list.js.map +1 -0
  2920. package/tutorial-panel/components/tutorial-detail-view/task.d.ts +12 -0
  2921. package/tutorial-panel/components/tutorial-detail-view/task.d.ts.map +1 -0
  2922. package/tutorial-panel/components/tutorial-detail-view/task.js +34 -0
  2923. package/tutorial-panel/components/tutorial-detail-view/task.js.map +1 -0
  2924. package/tutorial-panel/components/tutorial-list/index.d.ts +12 -0
  2925. package/tutorial-panel/components/tutorial-list/index.d.ts.map +1 -0
  2926. package/tutorial-panel/components/tutorial-list/index.js +88 -0
  2927. package/tutorial-panel/components/tutorial-list/index.js.map +1 -0
  2928. package/tutorial-panel/components/tutorial-list/styles.css.js +23 -0
  2929. package/tutorial-panel/components/tutorial-list/styles.scoped.css +346 -0
  2930. package/tutorial-panel/components/tutorial-list/styles.selectors.js +24 -0
  2931. package/tutorial-panel/index.d.ts +4 -0
  2932. package/tutorial-panel/index.d.ts.map +1 -0
  2933. package/tutorial-panel/index.js +34 -0
  2934. package/tutorial-panel/index.js.map +1 -0
  2935. package/tutorial-panel/interfaces.d.ts +184 -0
  2936. package/tutorial-panel/interfaces.d.ts.map +1 -0
  2937. package/tutorial-panel/interfaces.js +2 -0
  2938. package/tutorial-panel/interfaces.js.map +1 -0
  2939. package/tutorial-panel/styles.css.js +6 -0
  2940. package/tutorial-panel/styles.scoped.css +135 -0
  2941. package/tutorial-panel/styles.selectors.js +7 -0
  2942. package/wizard/index.d.ts +4 -0
  2943. package/wizard/index.d.ts.map +1 -0
  2944. package/wizard/index.js +79 -0
  2945. package/wizard/index.js.map +1 -0
  2946. package/wizard/interfaces.d.ts +116 -0
  2947. package/wizard/interfaces.d.ts.map +1 -0
  2948. package/wizard/interfaces.js +2 -0
  2949. package/wizard/interfaces.js.map +1 -0
  2950. package/wizard/styles.css.js +36 -0
  2951. package/wizard/styles.scoped.css +429 -0
  2952. package/wizard/styles.selectors.js +37 -0
  2953. package/wizard/unmount.d.ts +9 -0
  2954. package/wizard/unmount.d.ts.map +1 -0
  2955. package/wizard/unmount.js +19 -0
  2956. package/wizard/unmount.js.map +1 -0
  2957. package/wizard/wizard-actions.d.ts +16 -0
  2958. package/wizard/wizard-actions.d.ts.map +1 -0
  2959. package/wizard/wizard-actions.js +33 -0
  2960. package/wizard/wizard-actions.js.map +1 -0
  2961. package/wizard/wizard-form-header.d.ts +9 -0
  2962. package/wizard/wizard-form-header.d.ts.map +1 -0
  2963. package/wizard/wizard-form-header.js +24 -0
  2964. package/wizard/wizard-form-header.js.map +1 -0
  2965. package/wizard/wizard-form.d.ts +19 -0
  2966. package/wizard/wizard-form.d.ts.map +1 -0
  2967. package/wizard/wizard-form.js +36 -0
  2968. package/wizard/wizard-form.js.map +1 -0
  2969. package/wizard/wizard-navigation.d.ts +16 -0
  2970. package/wizard/wizard-navigation.d.ts.map +1 -0
  2971. package/wizard/wizard-navigation.js +105 -0
  2972. package/wizard/wizard-navigation.js.map +1 -0
@@ -0,0 +1,1179 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ /*
6
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
+ SPDX-License-Identifier: Apache-2.0
8
+ */
9
+ /*
10
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
+ SPDX-License-Identifier: Apache-2.0
12
+ */
13
+ /*
14
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
+ SPDX-License-Identifier: Apache-2.0
16
+ */
17
+ /*
18
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
+ SPDX-License-Identifier: Apache-2.0
20
+ */
21
+ /*
22
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
23
+ SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ /*
26
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
27
+ SPDX-License-Identifier: Apache-2.0
28
+ */
29
+ /*
30
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
31
+ SPDX-License-Identifier: Apache-2.0
32
+ */
33
+ /*
34
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
35
+ SPDX-License-Identifier: Apache-2.0
36
+ */
37
+ /*
38
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
39
+ SPDX-License-Identifier: Apache-2.0
40
+ */
41
+ /*
42
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
+ SPDX-License-Identifier: Apache-2.0
44
+ */
45
+ /*
46
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
47
+ SPDX-License-Identifier: Apache-2.0
48
+ */
49
+ /*
50
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
51
+ SPDX-License-Identifier: Apache-2.0
52
+ */
53
+ /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
54
+ /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
55
+ /*
56
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
57
+ SPDX-License-Identifier: Apache-2.0
58
+ */
59
+ /*
60
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
61
+ SPDX-License-Identifier: Apache-2.0
62
+ */
63
+ /*
64
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
65
+ SPDX-License-Identifier: Apache-2.0
66
+ */
67
+ /*
68
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
69
+ SPDX-License-Identifier: Apache-2.0
70
+ */
71
+ /*
72
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
73
+ SPDX-License-Identifier: Apache-2.0
74
+ */
75
+ /*
76
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
77
+ SPDX-License-Identifier: Apache-2.0
78
+ */
79
+ /*
80
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
81
+ SPDX-License-Identifier: Apache-2.0
82
+ */
83
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
84
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
85
+ /*
86
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
+ SPDX-License-Identifier: Apache-2.0
88
+ */
89
+ /*
90
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
+ SPDX-License-Identifier: Apache-2.0
92
+ */
93
+ section.awsui_appbar_hyvsj_n9r5c_93:not(#\9) {
94
+ align-items: center;
95
+ box-sizing: border-box;
96
+ display: grid;
97
+ grid-column: 3;
98
+ grid-row: 2;
99
+ grid-template-columns: auto 1fr auto;
100
+ /*
101
+ Because the Breadcrumbs component cannot be styled directly it is
102
+ wrapped in a generic element that will apply style adjustments as needed.
103
+ */
104
+ /*
105
+ In large viewports the buttons that trigger the Navigation and Tools
106
+ drawers from the AppBar are suppressed and replaced by the buttons
107
+ that render in the Navigation and Tools components. Additionally,
108
+ the content wrapper around the breadcrumbs component has variable
109
+ top and bottom padding based on whether or not the Notifications
110
+ and Header components exist.
111
+ */
112
+ /*
113
+ In mobile viewports the AppBar becomes sticky and is repositioned to
114
+ span the entire column definition of the Layout grid.
115
+ */
116
+ }
117
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_appbar-nav_hyvsj_n9r5c_117:not(#\9) {
118
+ grid-column: 1;
119
+ margin-right: 16px;
120
+ margin-right: var(--space-m-17eucw, 16px);
121
+ }
122
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121:not(#\9) {
123
+ grid-column: 2;
124
+ background-color: #ffffff;
125
+ background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
126
+ }
127
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_appbar-tools_hyvsj_n9r5c_125:not(#\9) {
128
+ grid-column: 3;
129
+ margin-left: 16px;
130
+ margin-left: var(--space-m-17eucw, 16px);
131
+ }
132
+ @media (min-width: 689px) {
133
+ section.awsui_appbar_hyvsj_n9r5c_93:not(#\9) {
134
+ /*
135
+ If Breadcrumbs do not exist then the AppBar should be suppressed
136
+ because in large viewports the triggers are rendered
137
+ in the Navigation and Tools components.
138
+ */
139
+ /*
140
+ If there is no Notifications content then the AppBar should
141
+ appear to be the first rendered content even though the
142
+ Notifications DOM node will still exist. The top padding
143
+ should vertically align it with the Navigation and Tools circular buttons.
144
+ */
145
+ /*
146
+ If there is Notifications content then the AppBar should have
147
+ minimal top padding in addition to the bottom margin on the
148
+ Notifications component.
149
+ */
150
+ /*
151
+ If the Header does not exist then the AppBar is the last
152
+ rendered content before the Main component. Additional
153
+ bottom padding is added to create space between the
154
+ Breadcrumbs and Main components that expands the height
155
+ of the dark header.
156
+ */
157
+ /*
158
+ If the content type supports a dark sticky header then
159
+ minimal bottom padding should be on the breadcrumbs to
160
+ reduce the the vertical distance from the main content.
161
+ */
162
+ }
163
+ section.awsui_appbar_hyvsj_n9r5c_93:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160) {
164
+ display: none;
165
+ }
166
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_appbar-nav_hyvsj_n9r5c_117:not(#\9),
167
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_appbar-tools_hyvsj_n9r5c_125:not(#\9) {
168
+ display: none;
169
+ }
170
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121:not(#\9):not(.awsui_has-notifications-content_hyvsj_n9r5c_167) {
171
+ padding-top: 16px;
172
+ padding-top: var(--space-scaled-m-pv0fmt, 16px);
173
+ }
174
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121.awsui_has-notifications-content_hyvsj_n9r5c_167:not(#\9) {
175
+ padding-top: 12px;
176
+ padding-top: var(--space-scaled-2x-s-9svxjy, 12px);
177
+ }
178
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121:not(#\9):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173),
179
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121:not(#\9):not(.awsui_has-header_hyvsj_n9r5c_173).awsui_content-type-wizard_hyvsj_n9r5c_174 {
180
+ padding-bottom: 16px;
181
+ padding-bottom: var(--space-m-17eucw, 16px);
182
+ }
183
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121.awsui_content-type-cards_hyvsj_n9r5c_177:not(#\9),
184
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121.awsui_content-type-table_hyvsj_n9r5c_178:not(#\9) {
185
+ padding-bottom: 4px;
186
+ padding-bottom: var(--space-xxs-ynfts5, 4px);
187
+ z-index: 799;
188
+ }
189
+ }
190
+ @media (max-width: 688px) {
191
+ section.awsui_appbar_hyvsj_n9r5c_93:not(#\9) {
192
+ background-color: #000716;
193
+ background-color: var(--color-background-home-header-mpq08f, #000716);
194
+ border-bottom: 1px solid #e9ebed;
195
+ border-bottom: 1px solid var(--color-border-divider-default-7s2wjw, #e9ebed);
196
+ box-shadow: 0px 6px 12px 1px rgba(0, 7, 22, 0.12);
197
+ box-shadow: var(--shadow-panel-toggle-3fk0ch, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
198
+ grid-column: 1/span 5;
199
+ grid-row: 1;
200
+ height: calc(2 * 16px + 8px);
201
+ height: calc(2 * var(--space-m-17eucw, 16px) + var(--space-scaled-xs-6859qs, 8px));
202
+ padding: 0 16px;
203
+ padding: 0 var(--space-m-17eucw, 16px);
204
+ position: sticky;
205
+ top: var(--awsui-offset-top-ujkcpl);
206
+ z-index: 1000;
207
+ /*
208
+ Remove any existing top and bottom padding from the Breadcrumbs since
209
+ they are now sticky positioned in the viewport with the AppBar.
210
+ */
211
+ }
212
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_appbar-nav_hyvsj_n9r5c_117:not(#\9),
213
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_appbar-tools_hyvsj_n9r5c_125:not(#\9) {
214
+ display: block;
215
+ }
216
+ section.awsui_appbar_hyvsj_n9r5c_93 > .awsui_breadcrumbs_hyvsj_n9r5c_121:not(#\9) {
217
+ padding: 0;
218
+ }
219
+ }
220
+
221
+ /*
222
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
223
+ SPDX-License-Identifier: Apache-2.0
224
+ */
225
+ div.awsui_background_hyvsj_n9r5c_213:not(#\9) {
226
+ display: contents;
227
+ }
228
+ div.awsui_background_hyvsj_n9r5c_213 > .awsui_notifications-appbar-header_hyvsj_n9r5c_216:not(#\9) {
229
+ background-color: #ffffff;
230
+ background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
231
+ grid-column: 1/span 5;
232
+ grid-row: 1/span 3;
233
+ /*
234
+ The cards and table content types have a sticky dark header that is
235
+ offset beneath the sticky notifications if they exist. If the background
236
+ is not sticky then it will scroll out of the viewport leaving a white space
237
+ behind the notifications above the content dark header.
238
+ */
239
+ }
240
+ @media (min-width: 689px) {
241
+ div.awsui_background_hyvsj_n9r5c_213 > .awsui_notifications-appbar-header_hyvsj_n9r5c_216.awsui_content-type-cards_hyvsj_n9r5c_177.awsui_has-notifications-content_hyvsj_n9r5c_167.awsui_sticky-notifications_hyvsj_n9r5c_228:not(#\9), div.awsui_background_hyvsj_n9r5c_213 > .awsui_notifications-appbar-header_hyvsj_n9r5c_216.awsui_content-type-table_hyvsj_n9r5c_178.awsui_has-notifications-content_hyvsj_n9r5c_167.awsui_sticky-notifications_hyvsj_n9r5c_228:not(#\9) {
242
+ position: sticky;
243
+ top: var(--awsui-offset-top-ujkcpl);
244
+ z-index: 799;
245
+ }
246
+ }
247
+ div.awsui_background_hyvsj_n9r5c_213 > .awsui_overlap_hyvsj_n9r5c_234:not(#\9) {
248
+ background-color: #ffffff;
249
+ background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
250
+ grid-column: 1/span 5;
251
+ grid-row: 4;
252
+ /*
253
+ The cards and table content types have sticky header content that
254
+ will retain position on viewport scroll. They are setting the
255
+ dynamicOverlapHeight property in the AppLayout context with a container query
256
+ that observes the content height. The background needs to be sticky in
257
+ desktop viewports without overlapping notification content if it exists.
258
+ */
259
+ }
260
+ @media (min-width: 689px) {
261
+ div.awsui_background_hyvsj_n9r5c_213 > .awsui_overlap_hyvsj_n9r5c_234.awsui_content-type-cards_hyvsj_n9r5c_177:not(#\9), div.awsui_background_hyvsj_n9r5c_213 > .awsui_overlap_hyvsj_n9r5c_234.awsui_content-type-table_hyvsj_n9r5c_178:not(#\9) {
262
+ position: sticky;
263
+ top: var(--awsui-offset-top-with-notifications-ujkcpl);
264
+ z-index: 799;
265
+ }
266
+ }
267
+
268
+ /*
269
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
270
+ SPDX-License-Identifier: Apache-2.0
271
+ */
272
+ header.awsui_content_hyvsj_n9r5c_174:not(#\9) {
273
+ grid-column: 3;
274
+ grid-row: 3;
275
+ padding-bottom: 24px;
276
+ padding-bottom: var(--space-dark-header-padding-bottom-jg1586, 24px);
277
+ }
278
+ @media (min-width: 689px) {
279
+ header.awsui_content_hyvsj_n9r5c_174:not(#\9) {
280
+ /*
281
+ If Notifications exist and Breadcrumbs do not then Notifications
282
+ is the previous adjacent sibling to the Header. Add minimal top padding
283
+ in addition to the bottom padding on the Notifications.
284
+ */
285
+ /*
286
+ If Breadcrumbs exists it is necessarily the previous adjacent
287
+ sibling and the Header should have no padding. Add minimal top
288
+ padding for vertical space between the Breadcrumbs and Header.
289
+ */
290
+ /*
291
+ If Notifications and Breadcrumbs do not exist then the Header
292
+ is the first rendered center content. The top padding should
293
+ vertically align the Header with the Navigation and Tools
294
+ circular buttons.
295
+ */
296
+ }
297
+ header.awsui_content_hyvsj_n9r5c_174.awsui_has-notifications-content_hyvsj_n9r5c_167:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160) {
298
+ padding-top: 8px;
299
+ padding-top: var(--space-scaled-xs-6859qs, 8px);
300
+ }
301
+ header.awsui_content_hyvsj_n9r5c_174.awsui_has-breadcrumbs_hyvsj_n9r5c_160:not(#\9) {
302
+ padding-top: 4px;
303
+ padding-top: var(--space-xxs-ynfts5, 4px);
304
+ }
305
+ header.awsui_content_hyvsj_n9r5c_174:not(#\9):not(.awsui_has-notifications-content_hyvsj_n9r5c_167):not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160) {
306
+ padding-top: 8px;
307
+ padding-top: var(--space-scaled-xs-6859qs, 8px);
308
+ }
309
+ }
310
+ @media (max-width: 688px) {
311
+ header.awsui_content_hyvsj_n9r5c_174:not(#\9) {
312
+ padding: 16px 0 24px;
313
+ padding: var(--space-m-17eucw, 16px) 0 var(--space-dark-header-padding-bottom-jg1586, 24px);
314
+ /*
315
+ Breadcrumbs has moved to first position and sticky so Notifications
316
+ are now the previous adjacent sibling if they exist.
317
+ */
318
+ }
319
+ header.awsui_content_hyvsj_n9r5c_174.awsui_has-notifications-content_hyvsj_n9r5c_167:not(#\9) {
320
+ padding-top: 8px;
321
+ padding-top: var(--space-scaled-xs-6859qs, 8px);
322
+ }
323
+ }
324
+
325
+ /*
326
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
327
+ SPDX-License-Identifier: Apache-2.0
328
+ */
329
+ /*
330
+ The first and last column definitions have two responsibilities.
331
+ If Navigation and/or Tools exist then that will determine the width of
332
+ the first and last columns, respectively, and the content in these drawers
333
+ will create horizontal space from the center column content. However, if the
334
+ navigationHide and/or toolsHide properties have been set then the first
335
+ and last column width will default to the minimum content gap properties to
336
+ create the necessary visual space around the main content.
337
+
338
+ The minimum content width property is set to zero and applied under all
339
+ circumstances regardless of whether the minContentWidth property is
340
+ explicitly set in script.
341
+ */
342
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9) {
343
+ --awsui-content-gap-left-ujkcpl: 0px;
344
+ --awsui-content-gap-right-ujkcpl: 0px;
345
+ --awsui-content-height-ujkcpl: calc(100vh - var(--awsui-header-height-ujkcpl) - var(--awsui-footer-height-ujkcpl));
346
+ --awsui-default-max-content-width-ujkcpl: 1280px;
347
+ --awsui-default-min-content-width-ujkcpl: 0px;
348
+ --awsui-footer-height-ujkcpl: 0px;
349
+ --awsui-header-height-ujkcpl: 0px;
350
+ --awsui-layout-width-ujkcpl: 0px;
351
+ --awsui-main-offset-left-ujkcpl: 0px;
352
+ --awsui-max-content-width-ujkcpl: 0px;
353
+ --awsui-min-content-width-ujkcpl: 280px;
354
+ --awsui-notifications-height-ujkcpl: 0px;
355
+ --awsui-offset-top-ujkcpl: 0px;
356
+ --awsui-offset-top-with-notifications-ujkcpl: 0px;
357
+ --awsui-overlap-height-ujkcpl: var(--space-dark-header-overlap-distance-hfejul, 36px);
358
+ background-color: #ffffff;
359
+ background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
360
+ display: grid;
361
+ grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-ujkcpl) 1fr;
362
+ grid-template-columns: min-content minmax(var(--awsui-content-gap-left-ujkcpl), 1fr) minmax(var(--awsui-default-min-content-width-ujkcpl), var(--awsui-default-max-content-width-ujkcpl)) minmax(var(--awsui-content-gap-right-ujkcpl), 1fr) min-content;
363
+ position: relative;
364
+ /*
365
+ Only use the max content width custom property for the middle column definition
366
+ if the maxContentWidth property has been explicitly set to a non-zero value and
367
+ subsequently set the has-max-content-width data attribute to true.
368
+ */
369
+ /*
370
+ Warning! This is a hack! We are implementing a short term fix to prevent the
371
+ tools drawer from potentially getting pushed off screen. Currently there is no
372
+ protection against a navigationWidth, minContentWidth, and toolsWidth that are
373
+ in excess ove the available space in the viewport. To accomodate this we remove
374
+ the minContentWidth and set it to zero in small viewports and below until the
375
+ isMobile breakpoint sets the drawers to overlay at 100vw.
376
+ */
377
+ /*
378
+ Override the dark header overlap height property if isOverlapDisabled is true.
379
+ The is computed state from props that can be found in the AppLayout context.
380
+ */
381
+ /*
382
+ If disableBodyScroll is false (this is the overwhelming majority
383
+ of use cases and the default scenario) then the scrollable element
384
+ will be the document body which is a parent of the AppLayout component.
385
+ The Layout should have a minimum but not fixed content height set to the
386
+ viewport height less the header and footer height set by the resize
387
+ observers in the component. The offset top value for components
388
+ with position: sticky (AppBar, Navigation, Notifications, Tools) will
389
+ be set to the header height value. The offset top value for AppLayout
390
+ contentMain children with position: sticky will be the combined value of the
391
+ header and notifications height in addition to the notifications top margin
392
+ and some additional vertical space for aesthetics.
393
+ */
394
+ /*
395
+ If disableBodyScroll is true (very uncommon use case) then the
396
+ AppLayout component and not the document body will be the scrollable
397
+ element. This requires a fixed height instead of a minimum height
398
+ with a vertical scroll policy. The offset top value for components
399
+ with position: sticky (AppBar, Navigation, Notifications, Tools) will
400
+ be set zero since the AppLayout is nearest scrollable parent and any
401
+ existing header does not matter. The offset top value for AppLayout
402
+ contentMain children with position: sticky will be the value of the
403
+ notifications height in addition to the notifications top margin
404
+ and some additional vertical space for aesthetics.
405
+ */
406
+ /*
407
+ In desktop viewports the content gap property for the left and right
408
+ columns should override the default of zero if the navigationHide
409
+ or toolsHide property is set. This ensures adequate horizontal space
410
+ for the center column from the edges of the viewport when there is
411
+ not left or right content.
412
+
413
+ Warning! If these design tokens change it will adversely impact the
414
+ calculation used to determine the Split Panel maximum width in the
415
+ handleSplitPanelMaxWidth function in the context.
416
+ */
417
+ /*
418
+ In mobile viewports the Navigation and Tools drawers are hidden
419
+ and triggered by the AppBar which then take up the entire viewport.
420
+ The center column needs permanent space from the horizontal viewport
421
+ edges regardless of whether or not there is a Navigation or Tools.
422
+ */
423
+ }
424
+ @media (min-width: 1401px) {
425
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9):not(.awsui_has-max-content-width_hyvsj_n9r5c_404) {
426
+ --awsui-default-max-content-width-ujkcpl: 1280px;
427
+ }
428
+ }
429
+ @media (min-width: 1921px) {
430
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9):not(.awsui_has-max-content-width_hyvsj_n9r5c_404) {
431
+ --awsui-default-max-content-width-ujkcpl: 1440px;
432
+ }
433
+ }
434
+ @media (min-width: 2541px) {
435
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9):not(.awsui_has-max-content-width_hyvsj_n9r5c_404) {
436
+ --awsui-default-max-content-width-ujkcpl: 1620px;
437
+ }
438
+ }
439
+ .awsui_layout_hyvsj_n9r5c_322.awsui_has-max-content-width_hyvsj_n9r5c_404:not(#\9) {
440
+ --awsui-default-max-content-width-ujkcpl: var(--awsui-max-content-width-ujkcpl);
441
+ }
442
+ @media (min-width: 993px) {
443
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9) {
444
+ --awsui-default-min-content-width-ujkcpl: var(--awsui-min-content-width-ujkcpl, 280px);
445
+ }
446
+ }
447
+ @media (max-width: 992px) {
448
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9) {
449
+ --awsui-default-min-content-width-ujkcpl: 0px;
450
+ }
451
+ }
452
+ .awsui_layout_hyvsj_n9r5c_322.awsui_is-overlap-disabled_hyvsj_n9r5c_431:not(#\9) {
453
+ --awsui-overlap-height-ujkcpl: 0;
454
+ }
455
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9):not(.awsui_disable-body-scroll_hyvsj_n9r5c_434) {
456
+ --awsui-offset-top-ujkcpl: var(--awsui-header-height-ujkcpl);
457
+ min-height: var(--awsui-content-height-ujkcpl);
458
+ }
459
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9):not(.awsui_disable-body-scroll_hyvsj_n9r5c_434):not(.awsui_has-sticky-notifications_hyvsj_n9r5c_438) {
460
+ --awsui-offset-top-with-notifications-ujkcpl: var(--awsui-header-height-ujkcpl);
461
+ }
462
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9):not(.awsui_disable-body-scroll_hyvsj_n9r5c_434).awsui_has-sticky-notifications_hyvsj_n9r5c_438 {
463
+ --awsui-offset-top-with-notifications-ujkcpl: calc(
464
+ var(--awsui-header-height-ujkcpl) + var(--awsui-notifications-height-ujkcpl) + var(--space-xs-rsr2qu, 8px) + var(--space-xxxs-k2w98v, 2px)
465
+ );
466
+ }
467
+ .awsui_layout_hyvsj_n9r5c_322.awsui_disable-body-scroll_hyvsj_n9r5c_434:not(#\9) {
468
+ --awsui-offset-top-ujkcpl: 0px;
469
+ grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-ujkcpl) 1fr auto;
470
+ height: var(--awsui-content-height-ujkcpl);
471
+ overflow-y: scroll;
472
+ }
473
+ .awsui_layout_hyvsj_n9r5c_322.awsui_disable-body-scroll_hyvsj_n9r5c_434.awsui_has-split-panel_hyvsj_n9r5c_452.awsui_split-panel-position-bottom_hyvsj_n9r5c_452:not(#\9) {
474
+ grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-ujkcpl) repeat(2, auto);
475
+ }
476
+ .awsui_layout_hyvsj_n9r5c_322.awsui_disable-body-scroll_hyvsj_n9r5c_434:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_n9r5c_438) {
477
+ --awsui-offset-top-with-notifications-ujkcpl: 0px;
478
+ }
479
+ .awsui_layout_hyvsj_n9r5c_322.awsui_disable-body-scroll_hyvsj_n9r5c_434.awsui_has-sticky-notifications_hyvsj_n9r5c_438:not(#\9) {
480
+ --awsui-offset-top-with-notifications-ujkcpl: calc(
481
+ var(--awsui-notifications-height-ujkcpl) + var(--space-xs-rsr2qu, 8px) + var(--space-xxs-ynfts5, 4px)
482
+ );
483
+ }
484
+ @media (min-width: 689px) {
485
+ .awsui_layout_hyvsj_n9r5c_322.awsui_has-content-gap-left_hyvsj_n9r5c_464:not(#\9) {
486
+ --awsui-content-gap-left-ujkcpl: var(--space-scaled-2x-xxxl-lbp35j, 40px);
487
+ }
488
+ .awsui_layout_hyvsj_n9r5c_322.awsui_has-content-gap-right_hyvsj_n9r5c_467:not(#\9) {
489
+ --awsui-content-gap-right-ujkcpl: var(--space-scaled-2x-xxxl-lbp35j, 40px);
490
+ }
491
+ }
492
+ @media (max-width: 688px) {
493
+ .awsui_layout_hyvsj_n9r5c_322:not(#\9) {
494
+ --awsui-content-gap-left-ujkcpl: var(--space-l-4vl6xu, 20px);
495
+ --awsui-content-gap-right-ujkcpl: var(--space-l-4vl6xu, 20px);
496
+ }
497
+ }
498
+
499
+ /*
500
+ This CSS class is applied to the document body to prevent overflow scrolling
501
+ when the navigation or tools drawers are open in responsive viewports.
502
+ */
503
+ .awsui_block-body-scroll_hyvsj_n9r5c_482:not(#\9) {
504
+ overflow: hidden;
505
+ }
506
+
507
+ /*
508
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
509
+ SPDX-License-Identifier: Apache-2.0
510
+ */
511
+ .awsui_container_hyvsj_n9r5c_490:not(#\9) {
512
+ grid-column: 3;
513
+ grid-row: 4/span 2;
514
+ padding-bottom: 40px;
515
+ padding-bottom: var(--space-layout-content-bottom-kg9l42, 40px);
516
+ /*
517
+ If disableContentPaddings is enabled then the Main content has a different
518
+ behavior inside the Layout grid. By default it will render across the entire
519
+ grid column span. If the Navigation is open on the left, we increment the
520
+ start column by one. If the Tools or Split Panel (in side position) is open
521
+ on the right, we decrement the column end by one.
522
+ */
523
+ /*
524
+ If disableContentPaddings is not enabled (the majority of use cases) then
525
+ the following code block will compute the padding behavior for the Main
526
+ under various circumstances.
527
+ */
528
+ }
529
+ .awsui_container_hyvsj_n9r5c_490.awsui_disable-content-paddings_hyvsj_n9r5c_507:not(#\9) {
530
+ grid-column: 1/6;
531
+ padding: 0;
532
+ }
533
+ @media (min-width: 689px) {
534
+ .awsui_container_hyvsj_n9r5c_490.awsui_disable-content-paddings_hyvsj_n9r5c_507.awsui_is-navigation-open_hyvsj_n9r5c_512:not(#\9) {
535
+ grid-column-start: 2;
536
+ }
537
+ .awsui_container_hyvsj_n9r5c_490.awsui_disable-content-paddings_hyvsj_n9r5c_507.awsui_is-tools-open_hyvsj_n9r5c_515:not(#\9), .awsui_container_hyvsj_n9r5c_490.awsui_disable-content-paddings_hyvsj_n9r5c_507.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_split-panel-position-side_hyvsj_n9r5c_515:not(#\9) {
538
+ grid-column-end: 5;
539
+ }
540
+ }
541
+ @media (min-width: 689px) {
542
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507) {
543
+ /*
544
+ Notifications is the previous adjacent sibling to the Main in
545
+ desktop viewports if there are no Breadcrumbs or Header. Use additional
546
+ to padding on the Main.
547
+ */
548
+ /*
549
+ Main is the only rendered center content if there are no Notifications,
550
+ Breadcrumbs, or Header. Use minimal top padding.
551
+ */
552
+ /*
553
+ If the Header exists then it is necessarily the previous adjacent
554
+ sibling to the Main which requires no top padding.
555
+ */
556
+ }
557
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-default_hyvsj_n9r5c_535.awsui_has-notifications-content_hyvsj_n9r5c_167:not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173), .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-form_hyvsj_n9r5c_535.awsui_has-notifications-content_hyvsj_n9r5c_167:not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173) {
558
+ padding-top: 16px;
559
+ padding-top: var(--space-scaled-m-pv0fmt, 16px);
560
+ }
561
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-default_hyvsj_n9r5c_535:not(.awsui_has-notifications-content_hyvsj_n9r5c_167):not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173), .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-form_hyvsj_n9r5c_535:not(.awsui_has-notifications-content_hyvsj_n9r5c_167):not(.awsui_has-breadcrumbs_hyvsj_n9r5c_160):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173) {
562
+ padding-top: 8px;
563
+ padding-top: var(--space-scaled-xs-6859qs, 8px);
564
+ }
565
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_has-header_hyvsj_n9r5c_173, .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173 {
566
+ padding-top: 0;
567
+ }
568
+ }
569
+ @media (max-width: 688px) {
570
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507) {
571
+ /*
572
+ If the Notifications exist but the Header does not then the
573
+ Notifications is the previous adjacent sibling to the Main
574
+ requiring additional top padding. This is because the Breadcrumbs
575
+ are now rendered first and positioned sticky.
576
+ */
577
+ /*
578
+ Main is the only rendered center content if there are no Notifications or Header.
579
+ */
580
+ /*
581
+ If the Header exists then it is necessarily the previous adjacent
582
+ sibling to the Main which requires no top padding.
583
+ */
584
+ }
585
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-default_hyvsj_n9r5c_535.awsui_has-notifications-content_hyvsj_n9r5c_167:not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173), .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-form_hyvsj_n9r5c_535.awsui_has-notifications-content_hyvsj_n9r5c_167:not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173) {
586
+ padding-top: 16px;
587
+ padding-top: var(--space-scaled-m-pv0fmt, 16px);
588
+ }
589
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-default_hyvsj_n9r5c_535:not(.awsui_has-notifications-content_hyvsj_n9r5c_167):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173), .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_content-type-form_hyvsj_n9r5c_535:not(.awsui_has-notifications-content_hyvsj_n9r5c_167):not(.awsui_has-header_hyvsj_n9r5c_173):not(.awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173) {
590
+ padding-top: 16px;
591
+ padding-top: var(--space-scaled-m-pv0fmt, 16px);
592
+ }
593
+ .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_has-header_hyvsj_n9r5c_173, .awsui_container_hyvsj_n9r5c_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_n9r5c_507).awsui_has-dynamic-overlap-height_hyvsj_n9r5c_173 {
594
+ padding-top: 0;
595
+ }
596
+ }
597
+ .awsui_container_hyvsj_n9r5c_490.awsui_content-type-cards_hyvsj_n9r5c_177:not(#\9), .awsui_container_hyvsj_n9r5c_490.awsui_content-type-table_hyvsj_n9r5c_178:not(#\9), .awsui_container_hyvsj_n9r5c_490.awsui_content-type-wizard_hyvsj_n9r5c_174:not(#\9) {
598
+ padding-top: 0;
599
+ }
600
+
601
+ /* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
602
+ .awsui_unfocusable_hyvsj_n9r5c_576 *:not(#\9) {
603
+ visibility: hidden !important;
604
+ }
605
+
606
+ /*
607
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
608
+ SPDX-License-Identifier: Apache-2.0
609
+ */
610
+ .awsui_navigation-container_hyvsj_n9r5c_584:not(#\9) {
611
+ --awsui-navigation-width-ujkcpl: 280px;
612
+ display: flex;
613
+ grid-column: 1;
614
+ grid-row: 1/span 5;
615
+ height: var(--awsui-content-height-ujkcpl);
616
+ position: sticky;
617
+ top: var(--awsui-offset-top-ujkcpl);
618
+ z-index: 850;
619
+ }
620
+ @media (min-width: 2541px) {
621
+ .awsui_navigation-container_hyvsj_n9r5c_584:not(#\9) {
622
+ --awsui-navigation-width-ujkcpl: 320px;
623
+ }
624
+ }
625
+ @media (max-width: 688px) {
626
+ .awsui_navigation-container_hyvsj_n9r5c_584:not(#\9) {
627
+ left: 0;
628
+ position: fixed;
629
+ top: var(--awsui-offset-top-ujkcpl);
630
+ z-index: 1001;
631
+ }
632
+ }
633
+
634
+ nav.awsui_show-navigation_hyvsj_n9r5c_608:not(#\9) {
635
+ padding: 12px 20px;
636
+ padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
637
+ /*
638
+ Apply the animation only in desktop viewports because the AppBar will
639
+ take control in responsive viewports.
640
+ */
641
+ }
642
+ @keyframes awsui_showButtons_hyvsj_n9r5c_1 {
643
+ 0% {
644
+ opacity: 0;
645
+ }
646
+ 100% {
647
+ opacity: 1;
648
+ }
649
+ }
650
+ nav.awsui_show-navigation_hyvsj_n9r5c_608.awsui_is-navigation-open_hyvsj_n9r5c_512:not(#\9) {
651
+ display: none;
652
+ }
653
+ @media (min-width: 689px) {
654
+ nav.awsui_show-navigation_hyvsj_n9r5c_608:not(#\9):not(.awsui_is-navigation-open_hyvsj_n9r5c_512) {
655
+ display: block;
656
+ }
657
+ nav.awsui_show-navigation_hyvsj_n9r5c_608:not(#\9):not(.awsui_is-navigation-open_hyvsj_n9r5c_512).awsui_animating_hyvsj_n9r5c_630 {
658
+ animation: awsui_showButtons_hyvsj_n9r5c_1 115ms;
659
+ animation: awsui_showButtons_hyvsj_n9r5c_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
660
+ }
661
+ }
662
+ @media (min-width: 689px) and (prefers-reduced-motion: reduce) {
663
+ nav.awsui_show-navigation_hyvsj_n9r5c_608:not(#\9):not(.awsui_is-navigation-open_hyvsj_n9r5c_512).awsui_animating_hyvsj_n9r5c_630 {
664
+ animation: none;
665
+ transition: none;
666
+ }
667
+ }
668
+ @media (min-width: 689px) {
669
+ .awsui-motion-disabled nav.awsui_show-navigation_hyvsj_n9r5c_608:not(#\9):not(.awsui_is-navigation-open_hyvsj_n9r5c_512).awsui_animating_hyvsj_n9r5c_630, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_n9r5c_608:not(#\9):not(.awsui_is-navigation-open_hyvsj_n9r5c_512).awsui_animating_hyvsj_n9r5c_630 {
670
+ animation: none;
671
+ transition: none;
672
+ }
673
+ }
674
+
675
+ nav.awsui_navigation_hyvsj_n9r5c_584:not(#\9) {
676
+ background-color: #ffffff;
677
+ background-color: var(--color-background-container-content-i8i4a0, #ffffff);
678
+ box-shadow: 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1);
679
+ box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
680
+ bottom: 0;
681
+ height: 100%;
682
+ overflow-x: hidden;
683
+ overflow-y: auto;
684
+ overscroll-behavior-y: contain;
685
+ position: relative;
686
+ word-wrap: break-word;
687
+ /*
688
+ A non-semantic node is added with a fixed width equal to the final Navigation
689
+ width. This will create the visual appearance of horizontal movement and
690
+ prevent unwanted text wrapping.
691
+ */
692
+ }
693
+ @keyframes awsui_openNavigation_hyvsj_n9r5c_1 {
694
+ from {
695
+ opacity: 0;
696
+ width: calc(20px * 2 + 40px);
697
+ width: calc(var(--space-layout-toggle-padding-axl9jr, 20px) * 2 + var(--space-layout-toggle-diameter-hzvqtj, 40px));
698
+ }
699
+ to {
700
+ opacity: 1;
701
+ width: var(--awsui-navigation-width-ujkcpl);
702
+ }
703
+ }
704
+ nav.awsui_navigation_hyvsj_n9r5c_584:not(#\9):not(.awsui_is-navigation-open_hyvsj_n9r5c_512) {
705
+ width: 0;
706
+ display: none;
707
+ }
708
+ nav.awsui_navigation_hyvsj_n9r5c_584.awsui_is-navigation-open_hyvsj_n9r5c_512.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
709
+ animation: awsui_openNavigation_hyvsj_n9r5c_1 115ms;
710
+ animation: awsui_openNavigation_hyvsj_n9r5c_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
711
+ }
712
+ @media (prefers-reduced-motion: reduce) {
713
+ nav.awsui_navigation_hyvsj_n9r5c_584.awsui_is-navigation-open_hyvsj_n9r5c_512.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
714
+ animation: none;
715
+ transition: none;
716
+ }
717
+ }
718
+ .awsui-motion-disabled nav.awsui_navigation_hyvsj_n9r5c_584.awsui_is-navigation-open_hyvsj_n9r5c_512.awsui_animating_hyvsj_n9r5c_630:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_n9r5c_584.awsui_is-navigation-open_hyvsj_n9r5c_512.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
719
+ animation: none;
720
+ transition: none;
721
+ }
722
+ nav.awsui_navigation_hyvsj_n9r5c_584 > .awsui_animated-content_hyvsj_n9r5c_690:not(#\9) {
723
+ width: var(--awsui-navigation-width-ujkcpl);
724
+ }
725
+ @media (max-width: 688px) {
726
+ nav.awsui_navigation_hyvsj_n9r5c_584:not(#\9) {
727
+ --awsui-navigation-width-ujkcpl: 100vw;
728
+ }
729
+ }
730
+
731
+ .awsui_hide-navigation_hyvsj_n9r5c_699:not(#\9) {
732
+ position: absolute;
733
+ right: 16px;
734
+ right: var(--space-m-17eucw, 16px);
735
+ top: 15px;
736
+ top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
737
+ }
738
+
739
+ /*
740
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
741
+ SPDX-License-Identifier: Apache-2.0
742
+ */
743
+ .awsui_notifications_hyvsj_n9r5c_216:not(#\9) {
744
+ grid-column: 3;
745
+ grid-row: 1;
746
+ z-index: 825;
747
+ /*
748
+ In desktop viewports the notifications will always be the first
749
+ slot rendered in the center column. The padding should create
750
+ a centered vertical alignment with the circular buttons for the
751
+ navigation and tools drawers.
752
+ */
753
+ /*
754
+ In mobile viewports the notifications should never be sticky even
755
+ if the property is set. Padding is added to give adequate
756
+ vertical space from the sticky AppBar the subsequent adjacent sibling.
757
+ */
758
+ }
759
+ @media (min-width: 689px) {
760
+ .awsui_notifications_hyvsj_n9r5c_216:not(#\9) {
761
+ margin: 8px 0;
762
+ margin: var(--space-xs-rsr2qu, 8px) 0;
763
+ /*
764
+ var(--space-xs-rsr2qu, 8px) token needs to align with the $offsetTopWithNotifications
765
+ calculation in the layout CSS.
766
+ */
767
+ }
768
+ .awsui_notifications_hyvsj_n9r5c_216.awsui_sticky-notifications_hyvsj_n9r5c_228:not(#\9) {
769
+ position: sticky;
770
+ top: calc(var(--awsui-offset-top-ujkcpl) + 8px);
771
+ top: calc(var(--awsui-offset-top-ujkcpl) + var(--space-xs-rsr2qu, 8px));
772
+ }
773
+ .awsui_notifications_hyvsj_n9r5c_216:not(#\9):not(.awsui_has-notifications-content_hyvsj_n9r5c_167) {
774
+ margin: 0;
775
+ }
776
+ }
777
+ @media (max-width: 688px) {
778
+ .awsui_notifications_hyvsj_n9r5c_216:not(#\9) {
779
+ grid-row: 2;
780
+ margin: 12px 0;
781
+ margin: var(--space-scaled-s-cu1hzn, 12px) 0;
782
+ }
783
+ .awsui_notifications_hyvsj_n9r5c_216.awsui_sticky-notifications_hyvsj_n9r5c_228:not(#\9) {
784
+ position: static;
785
+ }
786
+ .awsui_notifications_hyvsj_n9r5c_216:not(#\9):not(.awsui_has-notifications-content_hyvsj_n9r5c_167) {
787
+ margin: 0;
788
+ }
789
+ }
790
+
791
+ /*
792
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
793
+ SPDX-License-Identifier: Apache-2.0
794
+ */
795
+ /*
796
+ When the Split Panel is in the bottom position it will be an additional
797
+ row entry in the grid definition within the Layout component. The state of
798
+ the Navigation and Tools components will adjust the start and end column
799
+ within. In the bottom position, the Split Panel is simply a direct child
800
+ of the Tools component flex container and should consume 100% of the
801
+ parent height.
802
+ */
803
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766:not(#\9) {
804
+ bottom: var(--awsui-footer-height-ujkcpl);
805
+ display: none;
806
+ grid-column: 1/6;
807
+ height: auto;
808
+ position: sticky;
809
+ z-index: 851;
810
+ /*
811
+ Unlike the side position the Split Panel is persistent in the DOM
812
+ when in the bottom position.
813
+ */
814
+ /*
815
+ Warning! This is a hack! The existing design token for the split panel
816
+ shadow in the bottom position does not render in the refactored code.
817
+ It appears to be related to the fact that the legacy split panel element
818
+ has a height equal to the expanded height and a corresponding translation
819
+ of the Y position so it is moved off the screen. This will need to be
820
+ refactored with an adjustment to the split panel design token.
821
+ */
822
+ /*
823
+ When the data attribute changes indicating the Split Panel has been opened
824
+ apply the animation to the height property.
825
+ */
826
+ }
827
+ @keyframes awsui_openSplitPanelBottom_hyvsj_n9r5c_1 {
828
+ from {
829
+ height: 0;
830
+ height: var(--awsui-split-panel-reported-header-size-ujkcpl, 0);
831
+ }
832
+ to {
833
+ height: var(--awsui-split-panel-reported-size-ujkcpl);
834
+ }
835
+ }
836
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_disable-body-scroll_hyvsj_n9r5c_434:not(#\9) {
837
+ bottom: 0;
838
+ }
839
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-navigation-open_hyvsj_n9r5c_512.awsui_position-bottom_hyvsj_n9r5c_801:not(#\9) {
840
+ grid-column-start: 2;
841
+ }
842
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-tools-open_hyvsj_n9r5c_515.awsui_position-bottom_hyvsj_n9r5c_801:not(#\9) {
843
+ grid-column-end: 5;
844
+ }
845
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_position-bottom_hyvsj_n9r5c_801:not(#\9) {
846
+ display: block;
847
+ }
848
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766:not(#\9):not(.awsui_is-split-panel-open_hyvsj_n9r5c_515).awsui_position-bottom_hyvsj_n9r5c_801 {
849
+ box-shadow: rgba(0, 7, 22, 0.1) 0px -32px 32px -24px;
850
+ }
851
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-bottom_hyvsj_n9r5c_801:not(#\9) {
852
+ box-shadow: 0px -36px 36px -36px rgba(0, 7, 22, 0.1);
853
+ box-shadow: var(--shadow-split-bottom-otfetg, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
854
+ }
855
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-bottom_hyvsj_n9r5c_801.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
856
+ animation: awsui_openSplitPanelBottom_hyvsj_n9r5c_1 115ms;
857
+ animation: awsui_openSplitPanelBottom_hyvsj_n9r5c_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
858
+ }
859
+ @media (prefers-reduced-motion: reduce) {
860
+ section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-bottom_hyvsj_n9r5c_801.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
861
+ animation: none;
862
+ transition: none;
863
+ }
864
+ }
865
+ .awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-bottom_hyvsj_n9r5c_801.awsui_animating_hyvsj_n9r5c_630:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_n9r5c_766.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-bottom_hyvsj_n9r5c_801.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
866
+ animation: none;
867
+ transition: none;
868
+ }
869
+
870
+ section.awsui_split-panel-side_hyvsj_n9r5c_830:not(#\9) {
871
+ height: 100%;
872
+ overflow-x: hidden;
873
+ /*
874
+ The min and max widths are applied when the Split Panel is opened otherwise
875
+ it would not be possible to animate the width and the box shadow would
876
+ be persistent in the DOM when closed.
877
+ */
878
+ /*
879
+ A non-semantic node is added with a fixed width equal to the final Split Panel
880
+ width. This will create the visual appearance of horizontal movement and
881
+ prevent unwanted text wrapping.
882
+ */
883
+ }
884
+ @keyframes awsui_openSplitPanelSide_hyvsj_n9r5c_1 {
885
+ from {
886
+ opacity: 0;
887
+ width: 280px;
888
+ width: var(--awsui-split-panel-min-width-ujkcpl, 280px);
889
+ }
890
+ to {
891
+ opacity: 1;
892
+ width: var(--awsui-split-panel-reported-size-ujkcpl);
893
+ }
894
+ }
895
+ section.awsui_split-panel-side_hyvsj_n9r5c_830:not(#\9):not(.awsui_is-split-panel-open_hyvsj_n9r5c_515), section.awsui_split-panel-side_hyvsj_n9r5c_830.awsui_position-bottom_hyvsj_n9r5c_801:not(#\9) {
896
+ width: 0;
897
+ }
898
+ section.awsui_split-panel-side_hyvsj_n9r5c_830.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-side_hyvsj_n9r5c_857:not(#\9) {
899
+ box-shadow: 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1);
900
+ box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
901
+ max-width: 280px;
902
+ max-width: var(--awsui-split-panel-max-width-ujkcpl, 280px);
903
+ min-width: 280px;
904
+ min-width: var(--awsui-split-panel-min-width-ujkcpl, 280px);
905
+ }
906
+ section.awsui_split-panel-side_hyvsj_n9r5c_830.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-side_hyvsj_n9r5c_857.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
907
+ animation: awsui_openSplitPanelSide_hyvsj_n9r5c_1 115ms;
908
+ animation: awsui_openSplitPanelSide_hyvsj_n9r5c_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
909
+ }
910
+ @media (prefers-reduced-motion: reduce) {
911
+ section.awsui_split-panel-side_hyvsj_n9r5c_830.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-side_hyvsj_n9r5c_857.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
912
+ animation: none;
913
+ transition: none;
914
+ }
915
+ }
916
+ .awsui-motion-disabled section.awsui_split-panel-side_hyvsj_n9r5c_830.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-side_hyvsj_n9r5c_857.awsui_animating_hyvsj_n9r5c_630:not(#\9), .awsui-mode-entering section.awsui_split-panel-side_hyvsj_n9r5c_830.awsui_is-split-panel-open_hyvsj_n9r5c_515.awsui_position-side_hyvsj_n9r5c_857.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
917
+ animation: none;
918
+ transition: none;
919
+ }
920
+ section.awsui_split-panel-side_hyvsj_n9r5c_830 > .awsui_animated-content_hyvsj_n9r5c_690:not(#\9) {
921
+ height: 100%;
922
+ max-width: inherit;
923
+ width: var(--awsui-split-panel-reported-size-ujkcpl);
924
+ }
925
+
926
+ /*
927
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
928
+ SPDX-License-Identifier: Apache-2.0
929
+ */
930
+ /*
931
+ The Tools component container has a max width calculation that depends on the
932
+ state of the other siblings within the Layout grid definition. The layout width
933
+ is set in the resize observer in the Layout component. The main offset left
934
+ will calculate the distance from the start of the Layout component. The minimum
935
+ content width has a default value that can be set directly with the minContentWidth
936
+ property. The content gap right is computed in the Layout styles based on the
937
+ viewport size and state of the Tools drawer.
938
+ */
939
+ .awsui_tools-container_hyvsj_n9r5c_894:not(#\9) {
940
+ /* stylelint-disable scss/operator-no-newline-after */
941
+ --awsui-tools-max-width-ujkcpl: calc(var(--awsui-layout-width-ujkcpl) - var(--awsui-main-offset-left-ujkcpl) - var(--awsui-default-min-content-width-ujkcpl) - var(--awsui-content-gap-right-ujkcpl));
942
+ /* stylelint-enable scss/operator-no-newline-after */
943
+ --awsui-tools-width-ujkcpl: 290px;
944
+ display: flex;
945
+ grid-column: 5;
946
+ grid-row: 1/span 5;
947
+ height: var(--awsui-content-height-ujkcpl);
948
+ max-width: var(--awsui-tools-max-width-ujkcpl);
949
+ position: sticky;
950
+ top: var(--awsui-offset-top-ujkcpl);
951
+ z-index: 850;
952
+ }
953
+ @media (min-width: 2541px) {
954
+ .awsui_tools-container_hyvsj_n9r5c_894:not(#\9) {
955
+ --awsui-tools-width-ujkcpl: 360px;
956
+ }
957
+ }
958
+ @media (max-width: 688px) {
959
+ .awsui_tools-container_hyvsj_n9r5c_894:not(#\9) {
960
+ --awsui-tools-max-width-ujkcpl: none;
961
+ --awsui-tools-width-ujkcpl: auto;
962
+ position: fixed;
963
+ right: 0;
964
+ top: var(--awsui-offset-top-ujkcpl);
965
+ z-index: 1001;
966
+ }
967
+ }
968
+
969
+ .awsui_tools_hyvsj_n9r5c_894:not(#\9) {
970
+ background-color: #ffffff;
971
+ background-color: var(--color-background-container-content-i8i4a0, #ffffff);
972
+ box-shadow: 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1);
973
+ box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
974
+ flex-shrink: 0;
975
+ height: 100%;
976
+ overflow-y: auto;
977
+ overflow-x: hidden;
978
+ overscroll-behavior-y: contain;
979
+ position: relative;
980
+ word-wrap: break-word;
981
+ /*
982
+ A non-semantic node is added with a fixed width equal to the final Tools
983
+ width. This will create the visual appearance of horizontal movement and
984
+ prevent unwanted text wrapping.
985
+ */
986
+ /*
987
+ A right border is needed if the Tools is open and the buttons are persistent in
988
+ the DOM. This creates a visual vertical boundary between the Tools and the Buttons
989
+ only when they are both present. This is the circumstance when there is a Split Panel
990
+ in the side position.
991
+ */
992
+ }
993
+ @keyframes awsui_openTools_hyvsj_n9r5c_1 {
994
+ from {
995
+ opacity: 0;
996
+ opacity: var(--awsui-tools-animation-starting-opacity-ujkcpl, 0);
997
+ width: calc(20px * 2 + 40px);
998
+ width: calc(var(--space-layout-toggle-padding-axl9jr, 20px) * 2 + var(--space-layout-toggle-diameter-hzvqtj, 40px));
999
+ }
1000
+ to {
1001
+ opacity: 1;
1002
+ width: var(--awsui-tools-width-ujkcpl);
1003
+ }
1004
+ }
1005
+ .awsui_tools_hyvsj_n9r5c_894:not(#\9):not(.awsui_is-tools-open_hyvsj_n9r5c_515) {
1006
+ width: 0;
1007
+ display: none;
1008
+ }
1009
+ .awsui_tools_hyvsj_n9r5c_894.awsui_is-tools-open_hyvsj_n9r5c_515.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
1010
+ animation: awsui_openTools_hyvsj_n9r5c_1 115ms;
1011
+ animation: awsui_openTools_hyvsj_n9r5c_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
1012
+ }
1013
+ @media (prefers-reduced-motion: reduce) {
1014
+ .awsui_tools_hyvsj_n9r5c_894.awsui_is-tools-open_hyvsj_n9r5c_515.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
1015
+ animation: none;
1016
+ transition: none;
1017
+ }
1018
+ }
1019
+ .awsui-motion-disabled .awsui_tools_hyvsj_n9r5c_894.awsui_is-tools-open_hyvsj_n9r5c_515.awsui_animating_hyvsj_n9r5c_630:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_n9r5c_894.awsui_is-tools-open_hyvsj_n9r5c_515.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
1020
+ animation: none;
1021
+ transition: none;
1022
+ }
1023
+ .awsui_tools_hyvsj_n9r5c_894 > .awsui_animated-content_hyvsj_n9r5c_690:not(#\9) {
1024
+ width: var(--awsui-tools-width-ujkcpl);
1025
+ }
1026
+ @media (min-width: 689px) {
1027
+ .awsui_tools_hyvsj_n9r5c_894.awsui_is-tools-open_hyvsj_n9r5c_515.awsui_has-tools-form-persistence_hyvsj_n9r5c_977:not(#\9) {
1028
+ border-right: 2px solid #e9ebed;
1029
+ border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
1030
+ }
1031
+ }
1032
+ @media (max-width: 688px) {
1033
+ .awsui_tools_hyvsj_n9r5c_894:not(#\9) {
1034
+ --awsui-tools-width-ujkcpl: 100vw;
1035
+ }
1036
+ }
1037
+
1038
+ .awsui_hide-tools_hyvsj_n9r5c_987:not(#\9) {
1039
+ position: absolute;
1040
+ right: 16px;
1041
+ right: var(--space-m-17eucw, 16px);
1042
+ top: 15px;
1043
+ top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
1044
+ z-index: 1;
1045
+ }
1046
+
1047
+ /*
1048
+ Warning! If these design tokens for padding change it will adversely impact
1049
+ the calculation used to determine the Split Panel maximum width in the
1050
+ handleSplitPanelMaxWidth function in the context.
1051
+ */
1052
+ .awsui_show-tools_hyvsj_n9r5c_999:not(#\9) {
1053
+ box-sizing: border-box;
1054
+ padding: 12px 20px;
1055
+ padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
1056
+ /*
1057
+ Apply the animation only in desktop viewports because the AppBar will
1058
+ take control in responsive viewports.
1059
+ */
1060
+ }
1061
+ @keyframes awsui_showButtons_hyvsj_n9r5c_1 {
1062
+ 0% {
1063
+ opacity: 0;
1064
+ }
1065
+ 100% {
1066
+ opacity: 1;
1067
+ }
1068
+ }
1069
+ .awsui_show-tools_hyvsj_n9r5c_999:not(#\9):not(.awsui_has-tools-form_hyvsj_n9r5c_977) {
1070
+ display: none;
1071
+ }
1072
+ @media (min-width: 689px) {
1073
+ .awsui_show-tools_hyvsj_n9r5c_999.awsui_has-tools-form_hyvsj_n9r5c_977:not(#\9) {
1074
+ display: flex;
1075
+ flex-direction: column;
1076
+ gap: 8px;
1077
+ gap: var(--space-xs-rsr2qu, 8px);
1078
+ }
1079
+ .awsui_show-tools_hyvsj_n9r5c_999.awsui_has-tools-form_hyvsj_n9r5c_977.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
1080
+ animation: awsui_showButtons_hyvsj_n9r5c_1 115ms;
1081
+ animation: awsui_showButtons_hyvsj_n9r5c_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
1082
+ }
1083
+ }
1084
+ @media (min-width: 689px) and (prefers-reduced-motion: reduce) {
1085
+ .awsui_show-tools_hyvsj_n9r5c_999.awsui_has-tools-form_hyvsj_n9r5c_977.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
1086
+ animation: none;
1087
+ transition: none;
1088
+ }
1089
+ }
1090
+ @media (min-width: 689px) {
1091
+ .awsui-motion-disabled .awsui_show-tools_hyvsj_n9r5c_999.awsui_has-tools-form_hyvsj_n9r5c_977.awsui_animating_hyvsj_n9r5c_630:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_n9r5c_999.awsui_has-tools-form_hyvsj_n9r5c_977.awsui_animating_hyvsj_n9r5c_630:not(#\9) {
1092
+ animation: none;
1093
+ transition: none;
1094
+ }
1095
+ }
1096
+ @media (min-width: 689px) {
1097
+ .awsui_show-tools_hyvsj_n9r5c_999.awsui_has-tools-form-persistence_hyvsj_n9r5c_977:not(#\9) {
1098
+ background-color: #ffffff;
1099
+ background-color: var(--color-background-container-content-i8i4a0, #ffffff);
1100
+ z-index: 1;
1101
+ }
1102
+ }
1103
+
1104
+ /*
1105
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1106
+ SPDX-License-Identifier: Apache-2.0
1107
+ */
1108
+ /*
1109
+ Warning! If these design tokens for width change it will adversely impact
1110
+ the calculation used to determine the Split Panel maximum width in the
1111
+ handleSplitPanelMaxWidth function in the context.
1112
+ */
1113
+ .awsui_trigger_hyvsj_n9r5c_1056:not(#\9) {
1114
+ background: #192534;
1115
+ background: var(--color-background-layout-toggle-default-f9hnkv, #192534);
1116
+ border: none;
1117
+ border-radius: 50%;
1118
+ box-shadow: 0px 6px 12px 1px rgba(0, 7, 22, 0.12);
1119
+ box-shadow: var(--shadow-panel-toggle-3fk0ch, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
1120
+ color: #ffffff;
1121
+ color: var(--color-text-layout-toggle-20sb9r, #ffffff);
1122
+ cursor: pointer;
1123
+ height: 40px;
1124
+ height: var(--space-layout-toggle-diameter-hzvqtj, 40px);
1125
+ padding: 0 12px;
1126
+ padding: 0 var(--space-s-hv8c1d, 12px);
1127
+ width: 40px;
1128
+ width: var(--space-layout-toggle-diameter-hzvqtj, 40px);
1129
+ }
1130
+ .awsui_trigger_hyvsj_n9r5c_1056[data-awsui-focus-visible=true]:not(#\9):focus {
1131
+ position: relative;
1132
+ }
1133
+ .awsui_trigger_hyvsj_n9r5c_1056[data-awsui-focus-visible=true]:not(#\9):focus {
1134
+ outline: 2px dotted transparent;
1135
+ outline-offset: calc(3px - 1px);
1136
+ }
1137
+ .awsui_trigger_hyvsj_n9r5c_1056[data-awsui-focus-visible=true]:not(#\9):focus::before {
1138
+ content: " ";
1139
+ display: block;
1140
+ position: absolute;
1141
+ left: calc(-1 * 3px);
1142
+ top: calc(-1 * 3px);
1143
+ width: calc(100% + 2 * 3px);
1144
+ height: calc(100% + 2 * 3px);
1145
+ border-radius: 4px;
1146
+ border-radius: var(--border-control-focus-ring-radius-default-6g2tnn, 4px);
1147
+ box-shadow: 0 0 0 2px #0972d3;
1148
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
1149
+ }
1150
+ .awsui_trigger_hyvsj_n9r5c_1056:not(#\9):focus {
1151
+ outline: none;
1152
+ }
1153
+ .awsui_trigger_hyvsj_n9r5c_1056:not(#\9):hover {
1154
+ background: #354150;
1155
+ background: var(--color-background-layout-toggle-hover-gi0e0b, #354150);
1156
+ }
1157
+ .awsui_trigger_hyvsj_n9r5c_1056:not(#\9):active {
1158
+ background: #354150;
1159
+ background: var(--color-background-layout-toggle-active-d15dki, #354150);
1160
+ }
1161
+ .awsui_trigger_hyvsj_n9r5c_1056.awsui_selected_hyvsj_n9r5c_1094:not(#\9) {
1162
+ background: #0972d3;
1163
+ background: var(--color-background-layout-toggle-selected-default-e1giv3, #0972d3);
1164
+ color: #ffffff;
1165
+ color: var(--color-text-layout-toggle-selected-tzwifo, #ffffff);
1166
+ }
1167
+ .awsui_trigger_hyvsj_n9r5c_1056.awsui_selected_hyvsj_n9r5c_1094:not(#\9):hover {
1168
+ background: #065299;
1169
+ background: var(--color-background-layout-toggle-selected-hover-mes33s, #065299);
1170
+ }
1171
+ .awsui_trigger_hyvsj_n9r5c_1056.awsui_selected_hyvsj_n9r5c_1094:not(#\9):active {
1172
+ background: #0972d3;
1173
+ background: var(--color-background-layout-toggle-selected-active-9w7pk3, #0972d3);
1174
+ }
1175
+
1176
+ /*
1177
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1178
+ SPDX-License-Identifier: Apache-2.0
1179
+ */