@sproutsocial/racine 13.7.1 → 14.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 (1648) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/__flow__/Avatar/Avatar.flow.js +18 -0
  3. package/__flow__/Avatar/index.flow.js +1 -15
  4. package/__flow__/Badge/Badge.flow.js +19 -0
  5. package/__flow__/Badge/constants.flow.js +15 -0
  6. package/__flow__/Badge/index.flow.js +2 -16
  7. package/__flow__/Banner/Banner.flow.js +11 -0
  8. package/__flow__/Banner/index.flow.js +1 -8
  9. package/__flow__/Box/Box.flow.js +22 -0
  10. package/__flow__/Box/index.flow.js +1 -6
  11. package/__flow__/Breadcrumb/Breadcrumb.flow.js +22 -0
  12. package/__flow__/Breadcrumb/index.flow.js +1 -14
  13. package/__flow__/Button/Button.flow.js +34 -0
  14. package/__flow__/Button/index.flow.js +1 -25
  15. package/__flow__/Card/Card.flow.js +21 -0
  16. package/__flow__/Card/index.flow.js +1 -18
  17. package/__flow__/CharacterCounter/CharacterCounter.flow.js +12 -0
  18. package/__flow__/CharacterCounter/index.flow.js +1 -9
  19. package/__flow__/ChartLegend/ChartLegend.flow.js +18 -0
  20. package/__flow__/ChartLegend/index.flow.js +1 -13
  21. package/__flow__/Checkbox/Checkbox.flow.js +24 -0
  22. package/__flow__/Checkbox/index.flow.js +1 -21
  23. package/__flow__/Collapsible/Collapsible.flow.js +19 -0
  24. package/__flow__/Collapsible/index.flow.js +1 -10
  25. package/__flow__/DatePicker/DateRangePicker/DateRangePicker.flow.js +18 -0
  26. package/__flow__/DatePicker/DateRangePicker/StatefulDateRangePicker.flow.js +11 -0
  27. package/__flow__/DatePicker/DateRangePicker/index.flow.js +3 -0
  28. package/__flow__/DatePicker/SingleDatePicker/SingleDatePicker.flow.js +16 -0
  29. package/__flow__/DatePicker/SingleDatePicker/StatefulSingleDatePicker.flow.js +9 -0
  30. package/__flow__/DatePicker/SingleDatePicker/index.flow.js +3 -0
  31. package/__flow__/DatePicker/common.flow.js +2 -1
  32. package/__flow__/DatePicker/index.flow.js +6 -0
  33. package/__flow__/Drawer/Drawer.flow.js +48 -0
  34. package/__flow__/Drawer/index.flow.js +1 -37
  35. package/__flow__/EmptyState/EmptyState.flow.js +17 -0
  36. package/__flow__/EmptyState/index.flow.js +1 -14
  37. package/__flow__/EnumLogoNames.flow.js +2 -0
  38. package/__flow__/Fieldset/Fieldset.flow.js +16 -0
  39. package/__flow__/Fieldset/index.flow.js +1 -9
  40. package/__flow__/FormField/FormField.flow.js +29 -0
  41. package/__flow__/FormField/index.flow.js +1 -27
  42. package/__flow__/Icon/Icon.flow.js +48 -0
  43. package/__flow__/Icon/index.flow.js +1 -33
  44. package/__flow__/Image/Image.flow.js +25 -0
  45. package/__flow__/Image/index.flow.js +1 -14
  46. package/__flow__/Indicator/Indicator.flow.js +11 -0
  47. package/__flow__/Indicator/index.flow.js +1 -5
  48. package/__flow__/Input/Input.flow.js +65 -0
  49. package/__flow__/Input/index.flow.js +1 -59
  50. package/__flow__/KeyboardKey/KeyboardKey.flow.js +9 -0
  51. package/__flow__/KeyboardKey/index.flow.js +1 -6
  52. package/__flow__/Label/Label.flow.js +16 -0
  53. package/__flow__/Label/index.flow.js +1 -13
  54. package/__flow__/Link/Link.flow.js +20 -0
  55. package/__flow__/Link/index.flow.js +1 -17
  56. package/__flow__/Listbox/Listbox.flow.js +32 -0
  57. package/__flow__/Listbox/index.flow.js +1 -19
  58. package/__flow__/Loader/Loader.flow.js +14 -0
  59. package/__flow__/Loader/index.flow.js +1 -11
  60. package/__flow__/LoaderButton/LoaderButton.flow.js +11 -0
  61. package/__flow__/LoaderButton/index.flow.js +1 -6
  62. package/__flow__/LogoViewBoxes.js +2 -0
  63. package/__flow__/Menu/Menu.flow.js +114 -0
  64. package/__flow__/Menu/index.flow.js +2 -94
  65. package/__flow__/Menu/utils/constants.flow.js +16 -0
  66. package/__flow__/Message/Message.flow.js +48 -0
  67. package/__flow__/Message/index.flow.js +1 -16
  68. package/__flow__/Modal/Modal.flow.js +59 -0
  69. package/__flow__/Modal/index.flow.js +1 -45
  70. package/__flow__/Numeral/Numeral.flow.js +21 -0
  71. package/__flow__/Numeral/index.flow.js +1 -18
  72. package/__flow__/OverflowList/OverflowList.flow.js +22 -0
  73. package/__flow__/OverflowList/index.flow.js +1 -19
  74. package/__flow__/PartnerLogo/PartnerLogo.flow.js +22 -0
  75. package/__flow__/PartnerLogo/index.flow.js +2 -18
  76. package/__flow__/Popout/Popout.flow.js +98 -0
  77. package/__flow__/Popout/index.flow.js +1 -88
  78. package/__flow__/Portal/Portal.flow.js +17 -0
  79. package/__flow__/Portal/index.flow.js +1 -9
  80. package/__flow__/Radio/Radio.flow.js +21 -0
  81. package/__flow__/Radio/index.flow.js +1 -18
  82. package/__flow__/SegmentedControl/SegmentedControl.flow.js +25 -0
  83. package/__flow__/SegmentedControl/index.flow.js +1 -19
  84. package/__flow__/Select/Select.flow.js +27 -0
  85. package/__flow__/Select/index.flow.js +1 -24
  86. package/__flow__/Skeleton/Skeleton.flow.js +6 -0
  87. package/__flow__/Skeleton/index.flow.js +2 -0
  88. package/__flow__/SpotIllustration/SpotIllustration.flow.js +12 -0
  89. package/__flow__/SpotIllustration/index.flow.js +1 -8
  90. package/__flow__/Stack/Stack.flow.js +26 -0
  91. package/__flow__/Stack/index.flow.js +1 -23
  92. package/__flow__/Switch/Switch.flow.js +24 -0
  93. package/__flow__/Switch/index.flow.js +1 -15
  94. package/__flow__/Table/Table.flow.js +48 -0
  95. package/__flow__/Table/index.flow.js +1 -29
  96. package/__flow__/TableCell/TableCell.flow.js +26 -0
  97. package/__flow__/TableCell/index.flow.js +1 -18
  98. package/__flow__/TableHeaderCell/TableHeaderCell.flow.js +30 -0
  99. package/__flow__/TableHeaderCell/index.flow.js +1 -23
  100. package/__flow__/TableRowAccordion/TableRowAccordion.flow.js +15 -0
  101. package/__flow__/TableRowAccordion/index.flow.js +1 -12
  102. package/__flow__/Tabs/Tabs.flow.js +26 -0
  103. package/__flow__/Tabs/index.flow.js +1 -19
  104. package/__flow__/Text/Text.flow.js +24 -0
  105. package/__flow__/Text/index.flow.js +2 -13
  106. package/__flow__/Textarea/Textarea.flow.js +59 -0
  107. package/__flow__/Textarea/index.flow.js +1 -47
  108. package/__flow__/ThemeProvider/index.flow.js +12 -0
  109. package/__flow__/Toast/Toast.flow.js +23 -0
  110. package/__flow__/Toast/index.flow.js +1 -19
  111. package/__flow__/ToggleHint/ToggleHint.flow.js +21 -0
  112. package/__flow__/ToggleHint/index.flow.js +1 -12
  113. package/__flow__/Token/Token.flow.js +17 -0
  114. package/__flow__/Token/index.flow.js +1 -14
  115. package/__flow__/TokenInput/TokenInput.flow.js +76 -0
  116. package/__flow__/TokenInput/index.flow.js +1 -73
  117. package/__flow__/Tooltip/Tooltip.flow.js +24 -0
  118. package/__flow__/Tooltip/index.flow.js +1 -21
  119. package/__flow__/VisuallyHidden/VisuallyHidden.flow.js +3 -0
  120. package/__flow__/VisuallyHidden/index.flow.js +2 -0
  121. package/__flow__/dataviz/DataVizRotation.flow.js +12 -0
  122. package/__flow__/dataviz/index.flow.js +2 -0
  123. package/__flow__/index.flow.js +146 -0
  124. package/__flow__/index.js +1 -152
  125. package/__flow__/systemProps/background.js +7 -7
  126. package/__flow__/systemProps/border.js +36 -35
  127. package/__flow__/systemProps/color.js +4 -4
  128. package/__flow__/systemProps/custom.js +3 -3
  129. package/__flow__/systemProps/flexbox.js +11 -11
  130. package/__flow__/systemProps/grid.js +16 -15
  131. package/__flow__/systemProps/layout.js +12 -12
  132. package/__flow__/systemProps/position.js +7 -7
  133. package/__flow__/systemProps/shadow.js +3 -3
  134. package/__flow__/systemProps/space.js +29 -16
  135. package/__flow__/systemProps/typography.js +11 -11
  136. package/__flow__/themes/dark/dataviz-palette.flow.js +3 -0
  137. package/__flow__/themes/dark/decorative-palettes.flow.js +13 -0
  138. package/__flow__/themes/dark/theme.flow.js +5 -0
  139. package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.flow.js +10 -0
  140. package/__flow__/themes/extendedThemes/sproutTheme/index.flow.js +3 -0
  141. package/__flow__/themes/extendedThemes/sproutTheme/light/theme.flow.js +10 -0
  142. package/__flow__/themes/light/dataviz-palette.flow.js +29 -0
  143. package/__flow__/themes/light/decorative-palettes.flow.js +17 -0
  144. package/__flow__/themes/light/literal-colors.flow.js +31 -0
  145. package/__flow__/themes/light/theme.flow.js +16 -0
  146. package/__flow__/types/index.flow.js +7 -0
  147. package/__flow__/types/shared.flow.js +5 -0
  148. package/__flow__/types/styled-components.flow.js +3 -3
  149. package/__flow__/types/system-props.flow.js +6 -6
  150. package/__flow__/types/theme.colors.flow.js +71 -23
  151. package/__flow__/types/theme.flow.js +308 -20
  152. package/__flow__/utils/a11yTest.flow.js +5 -0
  153. package/__flow__/utils/chartColors.flow.js +11 -0
  154. package/__flow__/utils/constants.flow.js +3 -0
  155. package/__flow__/utils/dataQaLabelQueries.flow.js +20 -0
  156. package/__flow__/utils/hooks.flow.js +66 -0
  157. package/__flow__/utils/index.flow.js +11 -0
  158. package/__flow__/utils/innerText.flow.js +4 -0
  159. package/__flow__/utils/mixins.flow.js +7 -0
  160. package/__flow__/utils/react-testing-library.flow.js +14 -0
  161. package/__flow__/utils/responsiveProps/index.flow.js +3 -0
  162. package/__flow__/utils/responsiveProps/index.test.flow.js +22 -0
  163. package/__flow__/utils/system-props.flow.js +9 -0
  164. package/__flow__/utils/useInteractiveColor.flow.js +3 -0
  165. package/commonjs/Avatar/Avatar.flow.js +6 -0
  166. package/commonjs/Avatar/Avatar.js +121 -0
  167. package/commonjs/Avatar/AvatarTypes.js +5 -0
  168. package/commonjs/Avatar/index.flow.js +16 -1
  169. package/commonjs/Avatar/index.js +23 -115
  170. package/commonjs/Badge/Badge.flow.js +6 -0
  171. package/commonjs/Badge/Badge.js +59 -0
  172. package/commonjs/Badge/BadgeTypes.js +5 -0
  173. package/commonjs/Badge/constants.js +3 -0
  174. package/commonjs/Badge/index.flow.js +25 -4
  175. package/commonjs/Badge/index.js +35 -45
  176. package/commonjs/Badge/styles.js +1 -2
  177. package/commonjs/Banner/Banner.flow.js +6 -0
  178. package/commonjs/Banner/Banner.js +74 -0
  179. package/commonjs/Banner/BannerTypes.js +5 -0
  180. package/commonjs/Banner/index.flow.js +14 -4
  181. package/commonjs/Banner/index.js +23 -70
  182. package/commonjs/Banner/styles.js +1 -1
  183. package/commonjs/Box/Box.flow.js +6 -0
  184. package/commonjs/Box/Box.js +31 -0
  185. package/commonjs/Box/BoxTypes.js +5 -0
  186. package/commonjs/Box/index.flow.js +14 -6
  187. package/commonjs/Box/index.js +23 -13
  188. package/commonjs/Box/styles.js +1 -1
  189. package/commonjs/Breadcrumb/Breadcrumb.flow.js +6 -0
  190. package/commonjs/Breadcrumb/Breadcrumb.js +64 -0
  191. package/commonjs/Breadcrumb/BreadcrumbTypes.js +5 -0
  192. package/commonjs/Breadcrumb/index.flow.js +14 -6
  193. package/commonjs/Breadcrumb/index.js +23 -58
  194. package/commonjs/Breadcrumb/styles.js +1 -1
  195. package/commonjs/Button/Button.flow.js +6 -0
  196. package/commonjs/Button/Button.js +58 -0
  197. package/commonjs/Button/ButtonTypes.js +5 -0
  198. package/commonjs/Button/index.flow.js +14 -4
  199. package/commonjs/Button/index.js +23 -52
  200. package/commonjs/Button/styles.js +10 -7
  201. package/commonjs/Card/Card.flow.js +6 -0
  202. package/commonjs/Card/Card.js +45 -0
  203. package/commonjs/Card/CardTypes.js +5 -0
  204. package/commonjs/Card/index.flow.js +14 -5
  205. package/commonjs/Card/index.js +25 -38
  206. package/commonjs/Card/styles.js +2 -2
  207. package/commonjs/CharacterCounter/CharacterCounter.flow.js +6 -0
  208. package/commonjs/CharacterCounter/CharacterCounter.js +55 -0
  209. package/commonjs/CharacterCounter/CharacterCounterTypes.js +5 -0
  210. package/commonjs/CharacterCounter/index.flow.js +16 -1
  211. package/commonjs/CharacterCounter/index.js +24 -52
  212. package/commonjs/CharacterCounter/styles.js +1 -1
  213. package/commonjs/ChartLegend/ChartLegend.flow.js +6 -0
  214. package/commonjs/ChartLegend/ChartLegend.js +50 -0
  215. package/commonjs/ChartLegend/ChartLegendTypes.js +5 -0
  216. package/commonjs/ChartLegend/index.flow.js +16 -1
  217. package/commonjs/ChartLegend/index.js +23 -45
  218. package/commonjs/ChartLegend/styles.js +3 -3
  219. package/commonjs/Checkbox/Checkbox.flow.js +6 -0
  220. package/commonjs/Checkbox/Checkbox.js +145 -0
  221. package/commonjs/Checkbox/CheckboxTypes.js +5 -0
  222. package/commonjs/Checkbox/index.flow.js +16 -1
  223. package/commonjs/Checkbox/index.js +24 -144
  224. package/commonjs/Checkbox/styles.js +8 -10
  225. package/commonjs/Collapsible/Collapsible.flow.js +6 -0
  226. package/commonjs/Collapsible/Collapsible.js +137 -0
  227. package/commonjs/Collapsible/CollapsibleTypes.js +5 -0
  228. package/commonjs/Collapsible/index.flow.js +14 -4
  229. package/commonjs/Collapsible/index.js +23 -130
  230. package/commonjs/Collapsible/styles.js +1 -2
  231. package/commonjs/DatePicker/DateRangePicker/DateRangePicker.flow.js +6 -0
  232. package/commonjs/DatePicker/DateRangePicker/DateRangePicker.js +35 -0
  233. package/commonjs/DatePicker/DateRangePicker/DateRangePickerTypes.js +5 -0
  234. package/commonjs/DatePicker/DateRangePicker/StatefulDateRangePicker.flow.js +6 -0
  235. package/commonjs/DatePicker/DateRangePicker/StatefulDateRangePicker.js +61 -0
  236. package/commonjs/DatePicker/DateRangePicker/index.flow.js +27 -0
  237. package/commonjs/DatePicker/DateRangePicker/index.js +43 -0
  238. package/commonjs/DatePicker/SingleDatePicker/SingleDatePicker.flow.js +6 -0
  239. package/commonjs/DatePicker/SingleDatePicker/SingleDatePicker.js +38 -0
  240. package/commonjs/DatePicker/SingleDatePicker/SingleDatePickerTypes.js +5 -0
  241. package/commonjs/DatePicker/SingleDatePicker/StatefulSingleDatePicker.flow.js +6 -0
  242. package/commonjs/DatePicker/SingleDatePicker/StatefulSingleDatePicker.js +40 -0
  243. package/commonjs/DatePicker/SingleDatePicker/index.flow.js +27 -0
  244. package/commonjs/DatePicker/SingleDatePicker/index.js +43 -0
  245. package/commonjs/DatePicker/common.js +2 -2
  246. package/commonjs/DatePicker/index.flow.js +60 -0
  247. package/commonjs/DatePicker/index.js +21 -14
  248. package/commonjs/DatePicker/styles.js +1 -1
  249. package/commonjs/DatePicker/types.js +5 -0
  250. package/commonjs/Drawer/Drawer.flow.js +6 -0
  251. package/commonjs/Drawer/Drawer.js +206 -0
  252. package/commonjs/Drawer/DrawerTypes.js +5 -0
  253. package/commonjs/Drawer/SlideTransition.js +2 -2
  254. package/commonjs/Drawer/index.flow.js +14 -4
  255. package/commonjs/Drawer/index.js +22 -211
  256. package/commonjs/Drawer/styles.js +2 -2
  257. package/commonjs/EmptyState/EmptyState.flow.js +6 -0
  258. package/commonjs/EmptyState/EmptyState.js +60 -0
  259. package/commonjs/EmptyState/EmptyStateTypes.js +5 -0
  260. package/commonjs/EmptyState/index.flow.js +14 -4
  261. package/commonjs/EmptyState/index.js +23 -56
  262. package/commonjs/EnumIconNames.js +5 -1
  263. package/commonjs/EnumIllustrationNames.flow.js +1 -0
  264. package/commonjs/EnumIllustrationNames.js +5 -1
  265. package/commonjs/EnumLogoNames.flow.js +1 -0
  266. package/commonjs/EnumLogoNames.js +5 -1
  267. package/commonjs/Fieldset/Fieldset.flow.js +6 -0
  268. package/commonjs/Fieldset/Fieldset.js +70 -0
  269. package/commonjs/Fieldset/FieldsetTypes.js +5 -0
  270. package/commonjs/Fieldset/index.flow.js +14 -4
  271. package/commonjs/Fieldset/index.js +23 -66
  272. package/commonjs/Fieldset/styles.js +1 -1
  273. package/commonjs/FormField/FormField.flow.js +6 -0
  274. package/commonjs/FormField/FormField.js +78 -0
  275. package/commonjs/FormField/FormFieldTypes.js +5 -0
  276. package/commonjs/FormField/index.flow.js +15 -7
  277. package/commonjs/FormField/index.js +24 -71
  278. package/commonjs/Icon/Icon.flow.js +8 -0
  279. package/commonjs/Icon/Icon.js +90 -0
  280. package/commonjs/Icon/IconTypes.js +5 -0
  281. package/commonjs/Icon/deprecatedIcons.flow.js +46 -0
  282. package/commonjs/Icon/deprecatedIcons.js +2 -2
  283. package/commonjs/Icon/index.flow.js +14 -2
  284. package/commonjs/Icon/index.js +23 -91
  285. package/commonjs/Icon/styles.js +3 -3
  286. package/commonjs/Image/Image.flow.js +6 -0
  287. package/commonjs/Image/Image.js +126 -0
  288. package/commonjs/Image/ImageTypes.js +5 -0
  289. package/commonjs/Image/index.flow.js +16 -1
  290. package/commonjs/Image/index.js +24 -120
  291. package/commonjs/Image/styles.js +1 -1
  292. package/commonjs/Indicator/Indicator.flow.js +6 -0
  293. package/commonjs/Indicator/Indicator.js +60 -0
  294. package/commonjs/Indicator/IndicatorTypes.js +5 -0
  295. package/commonjs/Indicator/index.flow.js +16 -1
  296. package/commonjs/Indicator/index.js +24 -57
  297. package/commonjs/Indicator/styles.js +1 -1
  298. package/commonjs/Input/Input.flow.js +6 -0
  299. package/commonjs/Input/Input.js +269 -0
  300. package/commonjs/Input/InputTypes.js +5 -0
  301. package/commonjs/Input/index.flow.js +14 -4
  302. package/commonjs/Input/index.js +21 -260
  303. package/commonjs/Input/styles.js +2 -2
  304. package/commonjs/KeyboardKey/KeyboardKey.flow.js +6 -0
  305. package/commonjs/KeyboardKey/KeyboardKey.js +49 -0
  306. package/commonjs/KeyboardKey/KeyboardKeyTypes.js +5 -0
  307. package/commonjs/KeyboardKey/index.flow.js +16 -1
  308. package/commonjs/KeyboardKey/index.js +24 -42
  309. package/commonjs/KeyboardKey/styles.js +1 -1
  310. package/commonjs/Label/Label.flow.js +8 -0
  311. package/commonjs/Label/Label.js +59 -0
  312. package/commonjs/Label/LabelTypes.js +5 -0
  313. package/commonjs/Label/index.flow.js +14 -6
  314. package/commonjs/Label/index.js +24 -59
  315. package/commonjs/Link/Link.flow.js +6 -0
  316. package/commonjs/Link/Link.js +48 -0
  317. package/commonjs/Link/LinkTypes.js +5 -0
  318. package/commonjs/Link/index.flow.js +14 -4
  319. package/commonjs/Link/index.js +35 -40
  320. package/commonjs/Link/styles.js +1 -1
  321. package/commonjs/Listbox/Listbox.flow.js +10 -0
  322. package/commonjs/Listbox/Listbox.js +116 -0
  323. package/commonjs/Listbox/ListboxTypes.js +5 -0
  324. package/commonjs/Listbox/index.flow.js +14 -7
  325. package/commonjs/Listbox/index.js +28 -104
  326. package/commonjs/Loader/Loader.flow.js +6 -0
  327. package/commonjs/Loader/Loader.js +62 -0
  328. package/commonjs/Loader/LoaderTypes.js +5 -0
  329. package/commonjs/Loader/index.flow.js +16 -1
  330. package/commonjs/Loader/index.js +24 -62
  331. package/commonjs/Loader/styles.js +2 -2
  332. package/commonjs/LoaderButton/LoaderButton.flow.js +6 -0
  333. package/commonjs/LoaderButton/LoaderButton.js +92 -0
  334. package/commonjs/LoaderButton/LoaderButtonTypes.js +5 -0
  335. package/commonjs/LoaderButton/index.flow.js +16 -1
  336. package/commonjs/LoaderButton/index.js +23 -82
  337. package/commonjs/LogoViewBoxes.js +2 -0
  338. package/commonjs/Menu/Menu.flow.js +11 -0
  339. package/commonjs/Menu/Menu.js +468 -0
  340. package/commonjs/Menu/MenuTypes.js +5 -0
  341. package/commonjs/Menu/index.flow.js +25 -9
  342. package/commonjs/Menu/index.js +53 -441
  343. package/commonjs/Menu/styles.js +2 -2
  344. package/commonjs/Menu/utils/constants.js +20 -0
  345. package/commonjs/Menu/utils/descendants.js +344 -0
  346. package/commonjs/Menu/utils/hooks.js +168 -0
  347. package/commonjs/Menu/utils/index.js +49 -0
  348. package/commonjs/Message/Message.flow.js +21 -0
  349. package/commonjs/Message/Message.js +155 -0
  350. package/commonjs/Message/MessageTypes.js +5 -0
  351. package/commonjs/Message/index.flow.js +14 -5
  352. package/commonjs/Message/index.js +32 -140
  353. package/commonjs/Message/styles.js +18 -20
  354. package/commonjs/Modal/Modal.flow.js +8 -0
  355. package/commonjs/Modal/Modal.js +136 -0
  356. package/commonjs/Modal/ModalTypes.js +5 -0
  357. package/commonjs/Modal/index.flow.js +14 -6
  358. package/commonjs/Modal/index.js +23 -138
  359. package/commonjs/Modal/styles.js +16 -19
  360. package/commonjs/Numeral/Numeral.flow.js +6 -0
  361. package/commonjs/Numeral/Numeral.js +142 -0
  362. package/commonjs/Numeral/NumeralTypes.js +5 -0
  363. package/commonjs/Numeral/index.flow.js +16 -1
  364. package/commonjs/Numeral/index.js +23 -135
  365. package/commonjs/Numeral/styles.js +2 -2
  366. package/commonjs/OverflowList/OverflowList.flow.js +6 -0
  367. package/commonjs/OverflowList/OverflowList.js +115 -0
  368. package/commonjs/OverflowList/OverflowListTypes.js +5 -0
  369. package/commonjs/OverflowList/index.flow.js +14 -4
  370. package/commonjs/OverflowList/index.js +23 -102
  371. package/commonjs/OverflowList/styles.js +1 -1
  372. package/commonjs/PartnerLogo/PartnerLogo.flow.js +6 -0
  373. package/commonjs/PartnerLogo/PartnerLogo.js +68 -0
  374. package/commonjs/PartnerLogo/PartnerLogoTypes.js +5 -0
  375. package/commonjs/PartnerLogo/TypePartnerNames.flow.js +1 -0
  376. package/commonjs/PartnerLogo/TypePartnerNames.js +5 -1
  377. package/commonjs/PartnerLogo/index.flow.js +27 -1
  378. package/commonjs/PartnerLogo/index.js +35 -54
  379. package/commonjs/PartnerLogo/styles.js +6 -6
  380. package/commonjs/Popout/Popout.flow.js +6 -0
  381. package/commonjs/Popout/Popout.js +300 -0
  382. package/commonjs/Popout/PopoutTypes.js +5 -0
  383. package/commonjs/Popout/index.flow.js +14 -4
  384. package/commonjs/Popout/index.js +23 -283
  385. package/commonjs/Popout/styles.js +1 -1
  386. package/commonjs/Portal/Portal.flow.js +6 -0
  387. package/commonjs/Portal/Portal.js +86 -0
  388. package/commonjs/Portal/PortalTypes.js +5 -0
  389. package/commonjs/Portal/index.flow.js +14 -4
  390. package/commonjs/Portal/index.js +16 -79
  391. package/commonjs/Radio/Radio.flow.js +6 -0
  392. package/commonjs/Radio/Radio.js +112 -0
  393. package/commonjs/Radio/RadioTypes.js +5 -0
  394. package/commonjs/Radio/index.flow.js +16 -1
  395. package/commonjs/Radio/index.js +24 -103
  396. package/commonjs/Radio/styles.js +4 -4
  397. package/commonjs/SegmentedControl/SegmentedControl.flow.js +6 -0
  398. package/commonjs/SegmentedControl/SegmentedControl.js +88 -0
  399. package/commonjs/SegmentedControl/SegmentedControlTypes.js +5 -0
  400. package/commonjs/SegmentedControl/index.flow.js +14 -4
  401. package/commonjs/SegmentedControl/index.js +23 -84
  402. package/commonjs/SegmentedControl/styles.js +3 -3
  403. package/commonjs/Select/Select.flow.js +6 -0
  404. package/commonjs/Select/Select.js +104 -0
  405. package/commonjs/Select/SelectTypes.js +5 -0
  406. package/commonjs/Select/index.flow.js +14 -4
  407. package/commonjs/Select/index.js +24 -101
  408. package/commonjs/Select/styles.js +2 -2
  409. package/commonjs/Skeleton/Skeleton.flow.js +4 -0
  410. package/commonjs/Skeleton/Skeleton.js +20 -0
  411. package/commonjs/Skeleton/index.flow.js +16 -0
  412. package/commonjs/Skeleton/index.js +8 -12
  413. package/commonjs/SpotIllustration/SpotIllustration.flow.js +6 -0
  414. package/commonjs/SpotIllustration/SpotIllustration.js +45 -0
  415. package/commonjs/SpotIllustration/SpotIllustrationTypes.js +5 -0
  416. package/commonjs/SpotIllustration/illustrationNames.js +1 -1
  417. package/commonjs/SpotIllustration/index.flow.js +16 -1
  418. package/commonjs/SpotIllustration/index.js +23 -33
  419. package/commonjs/Stack/Stack.flow.js +6 -0
  420. package/commonjs/Stack/Stack.js +110 -0
  421. package/commonjs/Stack/StackTypes.js +5 -0
  422. package/commonjs/Stack/index.flow.js +14 -4
  423. package/commonjs/Stack/index.js +22 -97
  424. package/commonjs/Switch/Switch.flow.js +6 -0
  425. package/commonjs/Switch/Switch.js +91 -0
  426. package/commonjs/Switch/SwitchTypes.js +5 -0
  427. package/commonjs/Switch/index.flow.js +16 -1
  428. package/commonjs/Switch/index.js +24 -90
  429. package/commonjs/Switch/styles.js +1 -2
  430. package/commonjs/Table/Table.flow.js +9 -0
  431. package/commonjs/Table/Table.js +111 -0
  432. package/commonjs/Table/TableTypes.js +5 -0
  433. package/commonjs/Table/index.flow.js +14 -4
  434. package/commonjs/Table/index.js +23 -89
  435. package/commonjs/Table/styles.js +1 -1
  436. package/commonjs/TableCell/TableCell.flow.js +6 -0
  437. package/commonjs/TableCell/TableCell.js +69 -0
  438. package/commonjs/TableCell/TableCellTypes.js +5 -0
  439. package/commonjs/TableCell/index.flow.js +14 -4
  440. package/commonjs/TableCell/index.js +24 -54
  441. package/commonjs/TableCell/styles.js +1 -1
  442. package/commonjs/TableHeaderCell/TableHeaderCell.flow.js +15 -0
  443. package/commonjs/TableHeaderCell/TableHeaderCell.js +111 -0
  444. package/commonjs/TableHeaderCell/TableHeaderCellTypes.js +5 -0
  445. package/commonjs/TableHeaderCell/index.flow.js +14 -1
  446. package/commonjs/TableHeaderCell/index.js +24 -98
  447. package/commonjs/TableHeaderCell/styles.js +2 -2
  448. package/commonjs/TableRowAccordion/TableRowAccordion.flow.js +6 -0
  449. package/commonjs/TableRowAccordion/TableRowAccordion.js +103 -0
  450. package/commonjs/TableRowAccordion/TableRowAccordionTypes.js +5 -0
  451. package/commonjs/TableRowAccordion/index.flow.js +14 -4
  452. package/commonjs/TableRowAccordion/index.js +24 -90
  453. package/commonjs/TableRowAccordion/styles.js +3 -5
  454. package/commonjs/Tabs/Tabs.flow.js +6 -0
  455. package/commonjs/Tabs/Tabs.js +206 -0
  456. package/commonjs/Tabs/TabsTypes.js +5 -0
  457. package/commonjs/Tabs/index.flow.js +14 -4
  458. package/commonjs/Tabs/index.js +24 -196
  459. package/commonjs/Tabs/styles.js +3 -3
  460. package/commonjs/Text/Text.flow.js +6 -0
  461. package/commonjs/Text/Text.js +112 -0
  462. package/commonjs/Text/TextTypes.js +5 -0
  463. package/commonjs/Text/index.flow.js +14 -4
  464. package/commonjs/Text/index.js +23 -102
  465. package/commonjs/Text/styles.js +3 -1
  466. package/commonjs/Textarea/Textarea.flow.js +6 -0
  467. package/commonjs/Textarea/Textarea.js +149 -0
  468. package/commonjs/Textarea/TextareaTypes.js +5 -0
  469. package/commonjs/Textarea/index.flow.js +14 -4
  470. package/commonjs/Textarea/index.js +24 -140
  471. package/commonjs/Textarea/styles.js +2 -2
  472. package/commonjs/ThemeProvider/index.flow.js +6 -0
  473. package/commonjs/Toast/Toast.flow.js +6 -0
  474. package/commonjs/Toast/Toast.js +125 -0
  475. package/commonjs/Toast/ToastTypes.js +5 -0
  476. package/commonjs/Toast/index.flow.js +14 -4
  477. package/commonjs/Toast/index.js +31 -110
  478. package/commonjs/Toast/styles.js +6 -3
  479. package/commonjs/ToggleHint/ToggleHint.flow.js +6 -0
  480. package/commonjs/ToggleHint/ToggleHint.js +87 -0
  481. package/commonjs/ToggleHint/ToggleHintTypes.js +5 -0
  482. package/commonjs/ToggleHint/index.flow.js +16 -1
  483. package/commonjs/ToggleHint/index.js +24 -77
  484. package/commonjs/ToggleHint/styles.js +3 -5
  485. package/commonjs/Token/Token.flow.js +6 -0
  486. package/commonjs/Token/Token.js +61 -0
  487. package/commonjs/Token/TokenTypes.js +5 -0
  488. package/commonjs/Token/index.flow.js +14 -4
  489. package/commonjs/Token/index.js +22 -52
  490. package/commonjs/Token/styles.js +1 -1
  491. package/commonjs/TokenInput/TokenInput.flow.js +6 -0
  492. package/commonjs/TokenInput/TokenInput.js +312 -0
  493. package/commonjs/TokenInput/TokenInputTypes.js +5 -0
  494. package/commonjs/TokenInput/index.flow.js +14 -4
  495. package/commonjs/TokenInput/index.js +24 -307
  496. package/commonjs/TokenInput/styles.js +1 -1
  497. package/commonjs/Tooltip/Tooltip.flow.js +6 -0
  498. package/commonjs/Tooltip/Tooltip.js +136 -0
  499. package/commonjs/Tooltip/TooltipTypes.js +5 -0
  500. package/commonjs/Tooltip/index.flow.js +14 -4
  501. package/commonjs/Tooltip/index.js +23 -137
  502. package/commonjs/Tooltip/styles.js +1 -1
  503. package/commonjs/VisuallyHidden/VisuallyHidden.flow.js +6 -0
  504. package/commonjs/VisuallyHidden/VisuallyHidden.js +14 -0
  505. package/commonjs/VisuallyHidden/index.flow.js +16 -0
  506. package/commonjs/VisuallyHidden/index.js +11 -9
  507. package/commonjs/dataviz/DataVizRotation.flow.js +6 -0
  508. package/commonjs/dataviz/DataVizRotation.js +21 -0
  509. package/commonjs/dataviz/DataVizRotationTypes.js +5 -0
  510. package/commonjs/dataviz/index.flow.js +16 -0
  511. package/commonjs/dataviz/index.js +20 -14
  512. package/commonjs/index.flow.js +602 -0
  513. package/commonjs/index.js +650 -489
  514. package/commonjs/styled.d.js +3 -0
  515. package/commonjs/systemProps/index.js +70 -144
  516. package/commonjs/themes/dark/dataviz-palette.flow.js +1 -0
  517. package/commonjs/themes/dark/decorative-palettes.flow.js +1 -0
  518. package/commonjs/themes/dark/theme.flow.js +1 -0
  519. package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.flow.js +8 -0
  520. package/commonjs/themes/extendedThemes/sproutTheme/index.flow.js +20 -0
  521. package/commonjs/themes/extendedThemes/sproutTheme/light/theme.flow.js +1 -0
  522. package/commonjs/themes/light/dataviz-palette.flow.js +1 -0
  523. package/commonjs/themes/light/decorative-palettes.flow.js +1 -0
  524. package/commonjs/themes/light/literal-colors.flow.js +1 -0
  525. package/commonjs/themes/light/theme.flow.js +1 -0
  526. package/commonjs/themes/light/theme.js +35 -33
  527. package/commonjs/types/index.flow.js +60 -0
  528. package/commonjs/types/index.js +60 -0
  529. package/commonjs/types/shared.flow.js +1 -0
  530. package/commonjs/types/shared.js +5 -0
  531. package/commonjs/types/styled-components.flow.js +6 -1
  532. package/commonjs/types/styled-components.js +5 -0
  533. package/commonjs/types/system-props.js +5 -0
  534. package/commonjs/types/theme.colors.flow.js +1 -5
  535. package/commonjs/types/theme.colors.js +5 -0
  536. package/commonjs/types/theme.flow.js +1 -4
  537. package/commonjs/types/theme.js +5 -0
  538. package/commonjs/utils/a11yTest.flow.js +1 -0
  539. package/commonjs/utils/chartColors.flow.js +1 -0
  540. package/commonjs/utils/constants.flow.js +1 -0
  541. package/commonjs/utils/dataQaLabelQueries.flow.js +1 -0
  542. package/commonjs/utils/dataQaLabelQueries.js +2 -1
  543. package/commonjs/utils/hooks.flow.js +25 -0
  544. package/commonjs/utils/hooks.js +11 -5
  545. package/commonjs/utils/index.flow.js +1 -0
  546. package/commonjs/utils/index.js +1 -0
  547. package/commonjs/utils/innerText.flow.js +6 -0
  548. package/commonjs/utils/innerText.js +4 -2
  549. package/commonjs/utils/mixins.flow.js +1 -0
  550. package/commonjs/utils/react-testing-library.flow.js +9 -0
  551. package/commonjs/utils/react-testing-library.js +12 -27
  552. package/commonjs/utils/responsiveProps/index.flow.js +1 -0
  553. package/commonjs/utils/responsiveProps/index.test.flow.js +23 -0
  554. package/commonjs/utils/system-props.flow.js +1 -0
  555. package/commonjs/utils/system-props.js +8 -1
  556. package/commonjs/utils/useInteractiveColor.flow.js +1 -0
  557. package/dist/logo.svg +1 -1
  558. package/dist/logoList.js +1 -1
  559. package/dist/types/Avatar/Avatar.d.ts +6 -0
  560. package/dist/types/Avatar/Avatar.d.ts.map +1 -0
  561. package/dist/types/Avatar/AvatarTypes.d.ts +22 -0
  562. package/dist/types/Avatar/AvatarTypes.d.ts.map +1 -0
  563. package/dist/types/Avatar/index.d.ts +5 -0
  564. package/dist/types/Avatar/index.d.ts.map +1 -0
  565. package/dist/types/Badge/Badge.d.ts +4 -0
  566. package/dist/types/Badge/Badge.d.ts.map +1 -0
  567. package/dist/types/Badge/BadgeTypes.d.ts +20 -0
  568. package/dist/types/Badge/BadgeTypes.d.ts.map +1 -0
  569. package/dist/types/Badge/constants.d.ts +34 -0
  570. package/dist/types/Badge/constants.d.ts.map +1 -0
  571. package/dist/types/Badge/index.d.ts +6 -0
  572. package/dist/types/Badge/index.d.ts.map +1 -0
  573. package/dist/types/Badge/styles.d.ts +7 -0
  574. package/dist/types/Badge/styles.d.ts.map +1 -0
  575. package/dist/types/Banner/Banner.d.ts +5 -0
  576. package/dist/types/Banner/Banner.d.ts.map +1 -0
  577. package/dist/types/Banner/BannerTypes.d.ts +10 -0
  578. package/dist/types/Banner/BannerTypes.d.ts.map +1 -0
  579. package/dist/types/Banner/index.d.ts +5 -0
  580. package/dist/types/Banner/index.d.ts.map +1 -0
  581. package/dist/types/Banner/styles.d.ts +7 -0
  582. package/dist/types/Banner/styles.d.ts.map +1 -0
  583. package/dist/types/Box/Box.d.ts +5 -0
  584. package/dist/types/Box/Box.d.ts.map +1 -0
  585. package/dist/types/Box/BoxTypes.d.ts +8 -0
  586. package/dist/types/Box/BoxTypes.d.ts.map +1 -0
  587. package/dist/types/Box/index.d.ts +5 -0
  588. package/dist/types/Box/index.d.ts.map +1 -0
  589. package/dist/types/Box/styles.d.ts +4 -0
  590. package/dist/types/Box/styles.d.ts.map +1 -0
  591. package/dist/types/Breadcrumb/Breadcrumb.d.ts +10 -0
  592. package/dist/types/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  593. package/dist/types/Breadcrumb/BreadcrumbTypes.d.ts +15 -0
  594. package/dist/types/Breadcrumb/BreadcrumbTypes.d.ts.map +1 -0
  595. package/dist/types/Breadcrumb/index.d.ts +5 -0
  596. package/dist/types/Breadcrumb/index.d.ts.map +1 -0
  597. package/dist/types/Breadcrumb/styles.d.ts +3 -0
  598. package/dist/types/Breadcrumb/styles.d.ts.map +1 -0
  599. package/dist/types/Button/Button.d.ts +7 -0
  600. package/dist/types/Button/Button.d.ts.map +1 -0
  601. package/dist/types/Button/ButtonTypes.d.ts +30 -0
  602. package/dist/types/Button/ButtonTypes.d.ts.map +1 -0
  603. package/dist/types/Button/index.d.ts +5 -0
  604. package/dist/types/Button/index.d.ts.map +1 -0
  605. package/dist/types/Button/styles.d.ts +8 -0
  606. package/dist/types/Button/styles.d.ts.map +1 -0
  607. package/dist/types/Card/Card.d.ts +4 -0
  608. package/dist/types/Card/Card.d.ts.map +1 -0
  609. package/dist/types/Card/CardTypes.d.ts +16 -0
  610. package/dist/types/Card/CardTypes.d.ts.map +1 -0
  611. package/dist/types/Card/index.d.ts +5 -0
  612. package/dist/types/Card/index.d.ts.map +1 -0
  613. package/dist/types/Card/styles.d.ts +8 -0
  614. package/dist/types/Card/styles.d.ts.map +1 -0
  615. package/dist/types/CharacterCounter/CharacterCounter.d.ts +9 -0
  616. package/dist/types/CharacterCounter/CharacterCounter.d.ts.map +1 -0
  617. package/dist/types/CharacterCounter/CharacterCounterTypes.d.ts +11 -0
  618. package/dist/types/CharacterCounter/CharacterCounterTypes.d.ts.map +1 -0
  619. package/dist/types/CharacterCounter/index.d.ts +5 -0
  620. package/dist/types/CharacterCounter/index.d.ts.map +1 -0
  621. package/dist/types/CharacterCounter/styles.d.ts +7 -0
  622. package/dist/types/CharacterCounter/styles.d.ts.map +1 -0
  623. package/dist/types/ChartLegend/ChartLegend.d.ts +4 -0
  624. package/dist/types/ChartLegend/ChartLegend.d.ts.map +1 -0
  625. package/dist/types/ChartLegend/ChartLegendTypes.d.ts +16 -0
  626. package/dist/types/ChartLegend/ChartLegendTypes.d.ts.map +1 -0
  627. package/dist/types/ChartLegend/index.d.ts +5 -0
  628. package/dist/types/ChartLegend/index.d.ts.map +1 -0
  629. package/dist/types/ChartLegend/styles.d.ts +10 -0
  630. package/dist/types/ChartLegend/styles.d.ts.map +1 -0
  631. package/dist/types/Checkbox/Checkbox.d.ts +14 -0
  632. package/dist/types/Checkbox/Checkbox.d.ts.map +1 -0
  633. package/dist/types/Checkbox/CheckboxTypes.d.ts +24 -0
  634. package/dist/types/Checkbox/CheckboxTypes.d.ts.map +1 -0
  635. package/dist/types/Checkbox/index.d.ts +5 -0
  636. package/dist/types/Checkbox/index.d.ts.map +1 -0
  637. package/dist/types/Checkbox/styles.d.ts +26 -0
  638. package/dist/types/Checkbox/styles.d.ts.map +1 -0
  639. package/dist/types/Collapsible/Collapsible.d.ts +20 -0
  640. package/dist/types/Collapsible/Collapsible.d.ts.map +1 -0
  641. package/dist/types/Collapsible/CollapsibleTypes.d.ts +10 -0
  642. package/dist/types/Collapsible/CollapsibleTypes.d.ts.map +1 -0
  643. package/dist/types/Collapsible/index.d.ts +5 -0
  644. package/dist/types/Collapsible/index.d.ts.map +1 -0
  645. package/dist/types/Collapsible/styles.d.ts +6 -0
  646. package/dist/types/Collapsible/styles.d.ts.map +1 -0
  647. package/dist/types/DatePicker/DateRangePicker/DateRangePicker.d.ts +4 -0
  648. package/dist/types/DatePicker/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  649. package/dist/types/DatePicker/DateRangePicker/DateRangePickerTypes.d.ts +16 -0
  650. package/dist/types/DatePicker/DateRangePicker/DateRangePickerTypes.d.ts.map +1 -0
  651. package/dist/types/DatePicker/DateRangePicker/StatefulDateRangePicker.d.ts +3 -0
  652. package/dist/types/DatePicker/DateRangePicker/StatefulDateRangePicker.d.ts.map +1 -0
  653. package/dist/types/DatePicker/DateRangePicker/index.d.ts +6 -0
  654. package/dist/types/DatePicker/DateRangePicker/index.d.ts.map +1 -0
  655. package/dist/types/DatePicker/SingleDatePicker/SingleDatePicker.d.ts +5 -0
  656. package/dist/types/DatePicker/SingleDatePicker/SingleDatePicker.d.ts.map +1 -0
  657. package/dist/types/DatePicker/SingleDatePicker/SingleDatePickerTypes.d.ts +13 -0
  658. package/dist/types/DatePicker/SingleDatePicker/SingleDatePickerTypes.d.ts.map +1 -0
  659. package/dist/types/DatePicker/SingleDatePicker/StatefulSingleDatePicker.d.ts +3 -0
  660. package/dist/types/DatePicker/SingleDatePicker/StatefulSingleDatePicker.d.ts.map +1 -0
  661. package/dist/types/DatePicker/SingleDatePicker/index.d.ts +6 -0
  662. package/dist/types/DatePicker/SingleDatePicker/index.d.ts.map +1 -0
  663. package/dist/types/DatePicker/common.d.ts +12 -0
  664. package/dist/types/DatePicker/common.d.ts.map +1 -0
  665. package/dist/types/DatePicker/index.d.ts +3 -0
  666. package/dist/types/DatePicker/index.d.ts.map +1 -0
  667. package/dist/types/DatePicker/styles.d.ts +9 -0
  668. package/dist/types/DatePicker/styles.d.ts.map +1 -0
  669. package/dist/types/DatePicker/types.d.ts +19 -0
  670. package/dist/types/DatePicker/types.d.ts.map +1 -0
  671. package/dist/types/Drawer/Drawer.d.ts +18 -0
  672. package/dist/types/Drawer/Drawer.d.ts.map +1 -0
  673. package/dist/types/Drawer/DrawerTypes.d.ts +43 -0
  674. package/dist/types/Drawer/DrawerTypes.d.ts.map +1 -0
  675. package/dist/types/Drawer/SlideTransition.d.ts +15 -0
  676. package/dist/types/Drawer/SlideTransition.d.ts.map +1 -0
  677. package/dist/types/Drawer/index.d.ts +5 -0
  678. package/dist/types/Drawer/index.d.ts.map +1 -0
  679. package/dist/types/Drawer/styles.d.ts +10 -0
  680. package/dist/types/Drawer/styles.d.ts.map +1 -0
  681. package/dist/types/EmptyState/EmptyState.d.ts +4 -0
  682. package/dist/types/EmptyState/EmptyState.d.ts.map +1 -0
  683. package/dist/types/EmptyState/EmptyStateTypes.d.ts +15 -0
  684. package/dist/types/EmptyState/EmptyStateTypes.d.ts.map +1 -0
  685. package/dist/types/EmptyState/index.d.ts +5 -0
  686. package/dist/types/EmptyState/index.d.ts.map +1 -0
  687. package/dist/types/EnumIconNames.d.ts +2 -0
  688. package/dist/types/EnumIconNames.d.ts.map +1 -0
  689. package/dist/types/EnumIllustrationNames.d.ts +2 -0
  690. package/dist/types/EnumIllustrationNames.d.ts.map +1 -0
  691. package/dist/types/EnumLogoNames.d.ts +2 -0
  692. package/dist/types/EnumLogoNames.d.ts.map +1 -0
  693. package/dist/types/Fieldset/Fieldset.d.ts +23 -0
  694. package/dist/types/Fieldset/Fieldset.d.ts.map +1 -0
  695. package/dist/types/Fieldset/FieldsetTypes.d.ts +13 -0
  696. package/dist/types/Fieldset/FieldsetTypes.d.ts.map +1 -0
  697. package/dist/types/Fieldset/index.d.ts +5 -0
  698. package/dist/types/Fieldset/index.d.ts.map +1 -0
  699. package/dist/types/Fieldset/styles.d.ts +4 -0
  700. package/dist/types/Fieldset/styles.d.ts.map +1 -0
  701. package/dist/types/FormField/FormField.d.ts +4 -0
  702. package/dist/types/FormField/FormField.d.ts.map +1 -0
  703. package/dist/types/FormField/FormFieldTypes.d.ts +24 -0
  704. package/dist/types/FormField/FormFieldTypes.d.ts.map +1 -0
  705. package/dist/types/FormField/index.d.ts +5 -0
  706. package/dist/types/FormField/index.d.ts.map +1 -0
  707. package/dist/types/Icon/Icon.d.ts +10 -0
  708. package/dist/types/Icon/Icon.d.ts.map +1 -0
  709. package/dist/types/Icon/IconTypes.d.ts +32 -0
  710. package/dist/types/Icon/IconTypes.d.ts.map +1 -0
  711. package/dist/types/Icon/deprecatedIcons.d.ts +40 -0
  712. package/dist/types/Icon/deprecatedIcons.d.ts.map +1 -0
  713. package/dist/types/Icon/index.d.ts +5 -0
  714. package/dist/types/Icon/index.d.ts.map +1 -0
  715. package/dist/types/Icon/styles.d.ts +9 -0
  716. package/dist/types/Icon/styles.d.ts.map +1 -0
  717. package/dist/types/Image/Image.d.ts +29 -0
  718. package/dist/types/Image/Image.d.ts.map +1 -0
  719. package/dist/types/Image/ImageTypes.d.ts +17 -0
  720. package/dist/types/Image/ImageTypes.d.ts.map +1 -0
  721. package/dist/types/Image/index.d.ts +5 -0
  722. package/dist/types/Image/index.d.ts.map +1 -0
  723. package/dist/types/Image/styles.d.ts +8 -0
  724. package/dist/types/Image/styles.d.ts.map +1 -0
  725. package/dist/types/Indicator/Indicator.d.ts +9 -0
  726. package/dist/types/Indicator/Indicator.d.ts.map +1 -0
  727. package/dist/types/Indicator/IndicatorTypes.d.ts +7 -0
  728. package/dist/types/Indicator/IndicatorTypes.d.ts.map +1 -0
  729. package/dist/types/Indicator/index.d.ts +5 -0
  730. package/dist/types/Indicator/index.d.ts.map +1 -0
  731. package/dist/types/Indicator/styles.d.ts +5 -0
  732. package/dist/types/Indicator/styles.d.ts.map +1 -0
  733. package/dist/types/Input/Input.d.ts +31 -0
  734. package/dist/types/Input/Input.d.ts.map +1 -0
  735. package/dist/types/Input/InputTypes.d.ts +74 -0
  736. package/dist/types/Input/InputTypes.d.ts.map +1 -0
  737. package/dist/types/Input/index.d.ts +5 -0
  738. package/dist/types/Input/index.d.ts.map +1 -0
  739. package/dist/types/Input/styles.d.ts +9 -0
  740. package/dist/types/Input/styles.d.ts.map +1 -0
  741. package/dist/types/KeyboardKey/KeyboardKey.d.ts +6 -0
  742. package/dist/types/KeyboardKey/KeyboardKey.d.ts.map +1 -0
  743. package/dist/types/KeyboardKey/KeyboardKeyTypes.d.ts +8 -0
  744. package/dist/types/KeyboardKey/KeyboardKeyTypes.d.ts.map +1 -0
  745. package/dist/types/KeyboardKey/index.d.ts +5 -0
  746. package/dist/types/KeyboardKey/index.d.ts.map +1 -0
  747. package/dist/types/KeyboardKey/styles.d.ts +3 -0
  748. package/dist/types/KeyboardKey/styles.d.ts.map +1 -0
  749. package/dist/types/Label/Label.d.ts +6 -0
  750. package/dist/types/Label/Label.d.ts.map +1 -0
  751. package/dist/types/Label/LabelTypes.d.ts +8 -0
  752. package/dist/types/Label/LabelTypes.d.ts.map +1 -0
  753. package/dist/types/Label/index.d.ts +5 -0
  754. package/dist/types/Label/index.d.ts.map +1 -0
  755. package/dist/types/Link/Link.d.ts +4 -0
  756. package/dist/types/Link/Link.d.ts.map +1 -0
  757. package/dist/types/Link/LinkTypes.d.ts +21 -0
  758. package/dist/types/Link/LinkTypes.d.ts.map +1 -0
  759. package/dist/types/Link/constants.d.ts +10 -0
  760. package/dist/types/Link/constants.d.ts.map +1 -0
  761. package/dist/types/Link/index.d.ts +6 -0
  762. package/dist/types/Link/index.d.ts.map +1 -0
  763. package/dist/types/Link/styles.d.ts +13 -0
  764. package/dist/types/Link/styles.d.ts.map +1 -0
  765. package/dist/types/Listbox/Listbox.d.ts +40 -0
  766. package/dist/types/Listbox/Listbox.d.ts.map +1 -0
  767. package/dist/types/Listbox/ListboxTypes.d.ts +15 -0
  768. package/dist/types/Listbox/ListboxTypes.d.ts.map +1 -0
  769. package/dist/types/Listbox/index.d.ts +5 -0
  770. package/dist/types/Listbox/index.d.ts.map +1 -0
  771. package/dist/types/Loader/Loader.d.ts +12 -0
  772. package/dist/types/Loader/Loader.d.ts.map +1 -0
  773. package/dist/types/Loader/LoaderTypes.d.ts +14 -0
  774. package/dist/types/Loader/LoaderTypes.d.ts.map +1 -0
  775. package/dist/types/Loader/index.d.ts +5 -0
  776. package/dist/types/Loader/index.d.ts.map +1 -0
  777. package/dist/types/Loader/styles.d.ts +9 -0
  778. package/dist/types/Loader/styles.d.ts.map +1 -0
  779. package/dist/types/LoaderButton/LoaderButton.d.ts +4 -0
  780. package/dist/types/LoaderButton/LoaderButton.d.ts.map +1 -0
  781. package/dist/types/LoaderButton/LoaderButtonTypes.d.ts +6 -0
  782. package/dist/types/LoaderButton/LoaderButtonTypes.d.ts.map +1 -0
  783. package/dist/types/LoaderButton/index.d.ts +5 -0
  784. package/dist/types/LoaderButton/index.d.ts.map +1 -0
  785. package/dist/types/Menu/Menu.d.ts +54 -0
  786. package/dist/types/Menu/Menu.d.ts.map +1 -0
  787. package/dist/types/Menu/MenuTypes.d.ts +81 -0
  788. package/dist/types/Menu/MenuTypes.d.ts.map +1 -0
  789. package/dist/types/Menu/index.d.ts +7 -0
  790. package/dist/types/Menu/index.d.ts.map +1 -0
  791. package/dist/types/Menu/styles.d.ts +5 -0
  792. package/dist/types/Menu/styles.d.ts.map +1 -0
  793. package/dist/types/Menu/utils/constants.d.ts +13 -0
  794. package/dist/types/Menu/utils/constants.d.ts.map +1 -0
  795. package/dist/types/Menu/utils/descendants.d.ts +87 -0
  796. package/dist/types/Menu/utils/descendants.d.ts.map +1 -0
  797. package/dist/types/Menu/utils/hooks.d.ts +20 -0
  798. package/dist/types/Menu/utils/hooks.d.ts.map +1 -0
  799. package/dist/types/Menu/utils/index.d.ts +5 -0
  800. package/dist/types/Menu/utils/index.d.ts.map +1 -0
  801. package/dist/types/Menu/utils/names.d.ts +2 -0
  802. package/dist/types/Menu/utils/names.d.ts.map +1 -0
  803. package/dist/types/Message/Message.d.ts +50 -0
  804. package/dist/types/Message/Message.d.ts.map +1 -0
  805. package/dist/types/Message/MessageTypes.d.ts +18 -0
  806. package/dist/types/Message/MessageTypes.d.ts.map +1 -0
  807. package/dist/types/Message/constants.d.ts +7 -0
  808. package/dist/types/Message/constants.d.ts.map +1 -0
  809. package/dist/types/Message/index.d.ts +6 -0
  810. package/dist/types/Message/index.d.ts.map +1 -0
  811. package/dist/types/Message/styles.d.ts +11 -0
  812. package/dist/types/Message/styles.d.ts.map +1 -0
  813. package/dist/types/Modal/Modal.d.ts +30 -0
  814. package/dist/types/Modal/Modal.d.ts.map +1 -0
  815. package/dist/types/Modal/ModalTypes.d.ts +41 -0
  816. package/dist/types/Modal/ModalTypes.d.ts.map +1 -0
  817. package/dist/types/Modal/index.d.ts +5 -0
  818. package/dist/types/Modal/index.d.ts.map +1 -0
  819. package/dist/types/Modal/styles.d.ts +14 -0
  820. package/dist/types/Modal/styles.d.ts.map +1 -0
  821. package/dist/types/Numeral/Numeral.d.ts +4 -0
  822. package/dist/types/Numeral/Numeral.d.ts.map +1 -0
  823. package/dist/types/Numeral/NumeralTypes.d.ts +18 -0
  824. package/dist/types/Numeral/NumeralTypes.d.ts.map +1 -0
  825. package/dist/types/Numeral/__tests__/features/testNumeral.d.ts +3 -0
  826. package/dist/types/Numeral/__tests__/features/testNumeral.d.ts.map +1 -0
  827. package/dist/types/Numeral/constants.d.ts +10 -0
  828. package/dist/types/Numeral/constants.d.ts.map +1 -0
  829. package/dist/types/Numeral/index.d.ts +5 -0
  830. package/dist/types/Numeral/index.d.ts.map +1 -0
  831. package/dist/types/Numeral/styles.d.ts +21 -0
  832. package/dist/types/Numeral/styles.d.ts.map +1 -0
  833. package/dist/types/OverflowList/OverflowList.d.ts +4 -0
  834. package/dist/types/OverflowList/OverflowList.d.ts.map +1 -0
  835. package/dist/types/OverflowList/OverflowListTypes.d.ts +16 -0
  836. package/dist/types/OverflowList/OverflowListTypes.d.ts.map +1 -0
  837. package/dist/types/OverflowList/index.d.ts +5 -0
  838. package/dist/types/OverflowList/index.d.ts.map +1 -0
  839. package/dist/types/OverflowList/styles.d.ts +3 -0
  840. package/dist/types/OverflowList/styles.d.ts.map +1 -0
  841. package/dist/types/PartnerLogo/PartnerLogo.d.ts +4 -0
  842. package/dist/types/PartnerLogo/PartnerLogo.d.ts.map +1 -0
  843. package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts +16 -0
  844. package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts.map +1 -0
  845. package/dist/types/PartnerLogo/TypePartnerNames.d.ts +2 -0
  846. package/dist/types/PartnerLogo/TypePartnerNames.d.ts.map +1 -0
  847. package/dist/types/PartnerLogo/index.d.ts +6 -0
  848. package/dist/types/PartnerLogo/index.d.ts.map +1 -0
  849. package/dist/types/PartnerLogo/styles.d.ts +7 -0
  850. package/dist/types/PartnerLogo/styles.d.ts.map +1 -0
  851. package/dist/types/Popout/Popout.d.ts +14 -0
  852. package/dist/types/Popout/Popout.d.ts.map +1 -0
  853. package/dist/types/Popout/PopoutTypes.d.ts +86 -0
  854. package/dist/types/Popout/PopoutTypes.d.ts.map +1 -0
  855. package/dist/types/Popout/index.d.ts +5 -0
  856. package/dist/types/Popout/index.d.ts.map +1 -0
  857. package/dist/types/Popout/styles.d.ts +2 -0
  858. package/dist/types/Popout/styles.d.ts.map +1 -0
  859. package/dist/types/Portal/Portal.d.ts +14 -0
  860. package/dist/types/Portal/Portal.d.ts.map +1 -0
  861. package/dist/types/Portal/PortalTypes.d.ts +9 -0
  862. package/dist/types/Portal/PortalTypes.d.ts.map +1 -0
  863. package/dist/types/Portal/index.d.ts +4 -0
  864. package/dist/types/Portal/index.d.ts.map +1 -0
  865. package/dist/types/Radio/Radio.d.ts +15 -0
  866. package/dist/types/Radio/Radio.d.ts.map +1 -0
  867. package/dist/types/Radio/RadioTypes.d.ts +21 -0
  868. package/dist/types/Radio/RadioTypes.d.ts.map +1 -0
  869. package/dist/types/Radio/index.d.ts +5 -0
  870. package/dist/types/Radio/index.d.ts.map +1 -0
  871. package/dist/types/Radio/styles.d.ts +20 -0
  872. package/dist/types/Radio/styles.d.ts.map +1 -0
  873. package/dist/types/SegmentedControl/SegmentedControl.d.ts +10 -0
  874. package/dist/types/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  875. package/dist/types/SegmentedControl/SegmentedControlTypes.d.ts +19 -0
  876. package/dist/types/SegmentedControl/SegmentedControlTypes.d.ts.map +1 -0
  877. package/dist/types/SegmentedControl/index.d.ts +5 -0
  878. package/dist/types/SegmentedControl/index.d.ts.map +1 -0
  879. package/dist/types/SegmentedControl/styles.d.ts +19 -0
  880. package/dist/types/SegmentedControl/styles.d.ts.map +1 -0
  881. package/dist/types/Select/Select.d.ts +10 -0
  882. package/dist/types/Select/Select.d.ts.map +1 -0
  883. package/dist/types/Select/SelectTypes.d.ts +27 -0
  884. package/dist/types/Select/SelectTypes.d.ts.map +1 -0
  885. package/dist/types/Select/index.d.ts +5 -0
  886. package/dist/types/Select/index.d.ts.map +1 -0
  887. package/dist/types/Select/styles.d.ts +8 -0
  888. package/dist/types/Select/styles.d.ts.map +1 -0
  889. package/dist/types/Skeleton/Skeleton.d.ts +4 -0
  890. package/dist/types/Skeleton/Skeleton.d.ts.map +1 -0
  891. package/dist/types/Skeleton/index.d.ts +4 -0
  892. package/dist/types/Skeleton/index.d.ts.map +1 -0
  893. package/dist/types/SpotIllustration/SpotIllustration.d.ts +4 -0
  894. package/dist/types/SpotIllustration/SpotIllustration.d.ts.map +1 -0
  895. package/dist/types/SpotIllustration/SpotIllustrationTypes.d.ts +8 -0
  896. package/dist/types/SpotIllustration/SpotIllustrationTypes.d.ts.map +1 -0
  897. package/dist/types/SpotIllustration/illustrationNames.d.ts +2 -0
  898. package/dist/types/SpotIllustration/illustrationNames.d.ts.map +1 -0
  899. package/dist/types/SpotIllustration/index.d.ts +5 -0
  900. package/dist/types/SpotIllustration/index.d.ts.map +1 -0
  901. package/dist/types/Stack/Stack.d.ts +4 -0
  902. package/dist/types/Stack/Stack.d.ts.map +1 -0
  903. package/dist/types/Stack/StackTypes.d.ts +17 -0
  904. package/dist/types/Stack/StackTypes.d.ts.map +1 -0
  905. package/dist/types/Stack/index.d.ts +5 -0
  906. package/dist/types/Stack/index.d.ts.map +1 -0
  907. package/dist/types/Switch/Switch.d.ts +14 -0
  908. package/dist/types/Switch/Switch.d.ts.map +1 -0
  909. package/dist/types/Switch/SwitchTypes.d.ts +17 -0
  910. package/dist/types/Switch/SwitchTypes.d.ts.map +1 -0
  911. package/dist/types/Switch/index.d.ts +5 -0
  912. package/dist/types/Switch/index.d.ts.map +1 -0
  913. package/dist/types/Switch/styles.d.ts +7 -0
  914. package/dist/types/Switch/styles.d.ts.map +1 -0
  915. package/dist/types/Table/Table.d.ts +37 -0
  916. package/dist/types/Table/Table.d.ts.map +1 -0
  917. package/dist/types/Table/TableTypes.d.ts +35 -0
  918. package/dist/types/Table/TableTypes.d.ts.map +1 -0
  919. package/dist/types/Table/index.d.ts +5 -0
  920. package/dist/types/Table/index.d.ts.map +1 -0
  921. package/dist/types/Table/styles.d.ts +3 -0
  922. package/dist/types/Table/styles.d.ts.map +1 -0
  923. package/dist/types/TableCell/TableCell.d.ts +11 -0
  924. package/dist/types/TableCell/TableCell.d.ts.map +1 -0
  925. package/dist/types/TableCell/TableCellTypes.d.ts +17 -0
  926. package/dist/types/TableCell/TableCellTypes.d.ts.map +1 -0
  927. package/dist/types/TableCell/index.d.ts +5 -0
  928. package/dist/types/TableCell/index.d.ts.map +1 -0
  929. package/dist/types/TableCell/styles.d.ts +6 -0
  930. package/dist/types/TableCell/styles.d.ts.map +1 -0
  931. package/dist/types/TableHeaderCell/TableHeaderCell.d.ts +10 -0
  932. package/dist/types/TableHeaderCell/TableHeaderCell.d.ts.map +1 -0
  933. package/dist/types/TableHeaderCell/TableHeaderCellTypes.d.ts +19 -0
  934. package/dist/types/TableHeaderCell/TableHeaderCellTypes.d.ts.map +1 -0
  935. package/dist/types/TableHeaderCell/constants.d.ts +5 -0
  936. package/dist/types/TableHeaderCell/constants.d.ts.map +1 -0
  937. package/dist/types/TableHeaderCell/index.d.ts +6 -0
  938. package/dist/types/TableHeaderCell/index.d.ts.map +1 -0
  939. package/dist/types/TableHeaderCell/styles.d.ts +9 -0
  940. package/dist/types/TableHeaderCell/styles.d.ts.map +1 -0
  941. package/dist/types/TableRowAccordion/TableRowAccordion.d.ts +10 -0
  942. package/dist/types/TableRowAccordion/TableRowAccordion.d.ts.map +1 -0
  943. package/dist/types/TableRowAccordion/TableRowAccordionTypes.d.ts +12 -0
  944. package/dist/types/TableRowAccordion/TableRowAccordionTypes.d.ts.map +1 -0
  945. package/dist/types/TableRowAccordion/index.d.ts +5 -0
  946. package/dist/types/TableRowAccordion/index.d.ts.map +1 -0
  947. package/dist/types/TableRowAccordion/styles.d.ts +7 -0
  948. package/dist/types/TableRowAccordion/styles.d.ts.map +1 -0
  949. package/dist/types/Tabs/Tabs.d.ts +41 -0
  950. package/dist/types/Tabs/Tabs.d.ts.map +1 -0
  951. package/dist/types/Tabs/TabsTypes.d.ts +19 -0
  952. package/dist/types/Tabs/TabsTypes.d.ts.map +1 -0
  953. package/dist/types/Tabs/index.d.ts +5 -0
  954. package/dist/types/Tabs/index.d.ts.map +1 -0
  955. package/dist/types/Tabs/styles.d.ts +15 -0
  956. package/dist/types/Tabs/styles.d.ts.map +1 -0
  957. package/dist/types/Text/Text.d.ts +13 -0
  958. package/dist/types/Text/Text.d.ts.map +1 -0
  959. package/dist/types/Text/TextTypes.d.ts +18 -0
  960. package/dist/types/Text/TextTypes.d.ts.map +1 -0
  961. package/dist/types/Text/index.d.ts +5 -0
  962. package/dist/types/Text/index.d.ts.map +1 -0
  963. package/dist/types/Text/styles.d.ts +4 -0
  964. package/dist/types/Text/styles.d.ts.map +1 -0
  965. package/dist/types/Textarea/Textarea.d.ts +18 -0
  966. package/dist/types/Textarea/Textarea.d.ts.map +1 -0
  967. package/dist/types/Textarea/TextareaTypes.d.ts +65 -0
  968. package/dist/types/Textarea/TextareaTypes.d.ts.map +1 -0
  969. package/dist/types/Textarea/index.d.ts +5 -0
  970. package/dist/types/Textarea/index.d.ts.map +1 -0
  971. package/dist/types/Textarea/styles.d.ts +5 -0
  972. package/dist/types/Textarea/styles.d.ts.map +1 -0
  973. package/dist/types/ThemeProvider/index.d.ts +10 -0
  974. package/dist/types/ThemeProvider/index.d.ts.map +1 -0
  975. package/dist/types/Toast/Toast.d.ts +5 -0
  976. package/dist/types/Toast/Toast.d.ts.map +1 -0
  977. package/dist/types/Toast/ToastTypes.d.ts +19 -0
  978. package/dist/types/Toast/ToastTypes.d.ts.map +1 -0
  979. package/dist/types/Toast/index.d.ts +6 -0
  980. package/dist/types/Toast/index.d.ts.map +1 -0
  981. package/dist/types/Toast/styles.d.ts +17 -0
  982. package/dist/types/Toast/styles.d.ts.map +1 -0
  983. package/dist/types/ToggleHint/ToggleHint.d.ts +14 -0
  984. package/dist/types/ToggleHint/ToggleHint.d.ts.map +1 -0
  985. package/dist/types/ToggleHint/ToggleHintTypes.d.ts +12 -0
  986. package/dist/types/ToggleHint/ToggleHintTypes.d.ts.map +1 -0
  987. package/dist/types/ToggleHint/index.d.ts +5 -0
  988. package/dist/types/ToggleHint/index.d.ts.map +1 -0
  989. package/dist/types/ToggleHint/styles.d.ts +5 -0
  990. package/dist/types/ToggleHint/styles.d.ts.map +1 -0
  991. package/dist/types/Token/Token.d.ts +4 -0
  992. package/dist/types/Token/Token.d.ts.map +1 -0
  993. package/dist/types/Token/TokenTypes.d.ts +18 -0
  994. package/dist/types/Token/TokenTypes.d.ts.map +1 -0
  995. package/dist/types/Token/index.d.ts +5 -0
  996. package/dist/types/Token/index.d.ts.map +1 -0
  997. package/dist/types/Token/styles.d.ts +4 -0
  998. package/dist/types/Token/styles.d.ts.map +1 -0
  999. package/dist/types/TokenInput/TokenInput.d.ts +28 -0
  1000. package/dist/types/TokenInput/TokenInput.d.ts.map +1 -0
  1001. package/dist/types/TokenInput/TokenInputTypes.d.ts +77 -0
  1002. package/dist/types/TokenInput/TokenInputTypes.d.ts.map +1 -0
  1003. package/dist/types/TokenInput/index.d.ts +5 -0
  1004. package/dist/types/TokenInput/index.d.ts.map +1 -0
  1005. package/dist/types/TokenInput/styles.d.ts +7 -0
  1006. package/dist/types/TokenInput/styles.d.ts.map +1 -0
  1007. package/dist/types/TokenInput/util.d.ts +4 -0
  1008. package/dist/types/TokenInput/util.d.ts.map +1 -0
  1009. package/dist/types/Tooltip/Tooltip.d.ts +4 -0
  1010. package/dist/types/Tooltip/Tooltip.d.ts.map +1 -0
  1011. package/dist/types/Tooltip/TooltipTypes.d.ts +26 -0
  1012. package/dist/types/Tooltip/TooltipTypes.d.ts.map +1 -0
  1013. package/dist/types/Tooltip/index.d.ts +5 -0
  1014. package/dist/types/Tooltip/index.d.ts.map +1 -0
  1015. package/dist/types/Tooltip/styles.d.ts +4 -0
  1016. package/dist/types/Tooltip/styles.d.ts.map +1 -0
  1017. package/dist/types/VisuallyHidden/VisuallyHidden.d.ts +2 -0
  1018. package/dist/types/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
  1019. package/dist/types/VisuallyHidden/index.d.ts +2 -0
  1020. package/dist/types/VisuallyHidden/index.d.ts.map +1 -0
  1021. package/dist/types/dataviz/DataVizRotation.d.ts +5 -0
  1022. package/dist/types/dataviz/DataVizRotation.d.ts.map +1 -0
  1023. package/dist/types/dataviz/DataVizRotationTypes.d.ts +5 -0
  1024. package/dist/types/dataviz/DataVizRotationTypes.d.ts.map +1 -0
  1025. package/dist/types/dataviz/index.d.ts +3 -0
  1026. package/dist/types/dataviz/index.d.ts.map +1 -0
  1027. package/dist/types/index.d.ts +74 -0
  1028. package/dist/types/index.d.ts.map +1 -0
  1029. package/dist/types/systemProps/index.d.ts +97 -0
  1030. package/dist/types/systemProps/index.d.ts.map +1 -0
  1031. package/dist/types/themes/dark/dataviz-palette.d.ts +26 -0
  1032. package/dist/types/themes/dark/dataviz-palette.d.ts.map +1 -0
  1033. package/dist/types/themes/dark/decorative-palettes.d.ts +56 -0
  1034. package/dist/types/themes/dark/decorative-palettes.d.ts.map +1 -0
  1035. package/dist/types/themes/dark/theme.d.ts +626 -0
  1036. package/dist/types/themes/dark/theme.d.ts.map +1 -0
  1037. package/dist/types/themes/extendedThemes/sproutTheme/dark/theme.d.ts +187 -0
  1038. package/dist/types/themes/extendedThemes/sproutTheme/dark/theme.d.ts.map +1 -0
  1039. package/dist/types/themes/extendedThemes/sproutTheme/index.d.ts +3 -0
  1040. package/dist/types/themes/extendedThemes/sproutTheme/index.d.ts.map +1 -0
  1041. package/dist/types/themes/extendedThemes/sproutTheme/light/theme.d.ts +187 -0
  1042. package/dist/types/themes/extendedThemes/sproutTheme/light/theme.d.ts.map +1 -0
  1043. package/dist/types/themes/light/dataviz-palette.d.ts +26 -0
  1044. package/dist/types/themes/light/dataviz-palette.d.ts.map +1 -0
  1045. package/dist/types/themes/light/decorative-palettes.d.ts +56 -0
  1046. package/dist/types/themes/light/decorative-palettes.d.ts.map +1 -0
  1047. package/dist/types/themes/light/literal-colors.d.ts +158 -0
  1048. package/dist/types/themes/light/literal-colors.d.ts.map +1 -0
  1049. package/dist/types/themes/light/theme.d.ts +720 -0
  1050. package/dist/types/themes/light/theme.d.ts.map +1 -0
  1051. package/dist/types/types/index.d.ts +6 -0
  1052. package/dist/types/types/index.d.ts.map +1 -0
  1053. package/dist/types/types/shared.d.ts +4 -0
  1054. package/dist/types/types/shared.d.ts.map +1 -0
  1055. package/dist/types/types/styled-components.d.ts +11 -0
  1056. package/dist/types/types/styled-components.d.ts.map +1 -0
  1057. package/dist/types/types/system-props.d.ts +22 -0
  1058. package/dist/types/types/system-props.d.ts.map +1 -0
  1059. package/dist/types/types/theme.colors.d.ts +276 -0
  1060. package/dist/types/types/theme.colors.d.ts.map +1 -0
  1061. package/dist/types/types/theme.d.ts +43 -0
  1062. package/dist/types/types/theme.d.ts.map +1 -0
  1063. package/dist/types/utils/a11yTest.d.ts +2 -0
  1064. package/dist/types/utils/a11yTest.d.ts.map +1 -0
  1065. package/dist/types/utils/chartColors.d.ts +9 -0
  1066. package/dist/types/utils/chartColors.d.ts.map +1 -0
  1067. package/dist/types/utils/constants.d.ts +2 -0
  1068. package/dist/types/utils/constants.d.ts.map +1 -0
  1069. package/dist/types/utils/dataQaLabelQueries.d.ts +14 -0
  1070. package/dist/types/utils/dataQaLabelQueries.d.ts.map +1 -0
  1071. package/dist/types/utils/hooks.d.ts +40 -0
  1072. package/dist/types/utils/hooks.d.ts.map +1 -0
  1073. package/dist/types/utils/index.d.ts +8 -0
  1074. package/dist/types/utils/index.d.ts.map +1 -0
  1075. package/dist/types/utils/innerText.d.ts +4 -0
  1076. package/dist/types/utils/innerText.d.ts.map +1 -0
  1077. package/dist/types/utils/mixins.d.ts +6 -0
  1078. package/dist/types/utils/mixins.d.ts.map +1 -0
  1079. package/dist/types/utils/react-testing-library.d.ts +231 -0
  1080. package/dist/types/utils/react-testing-library.d.ts.map +1 -0
  1081. package/dist/types/utils/responsiveProps/index.d.ts +3 -0
  1082. package/dist/types/utils/responsiveProps/index.d.ts.map +1 -0
  1083. package/dist/types/utils/system-props.d.ts +9 -0
  1084. package/dist/types/utils/system-props.d.ts.map +1 -0
  1085. package/dist/types/utils/useInteractiveColor.d.ts +9 -0
  1086. package/dist/types/utils/useInteractiveColor.d.ts.map +1 -0
  1087. package/lib/Avatar/Avatar.flow.js +1 -0
  1088. package/lib/Avatar/Avatar.js +110 -0
  1089. package/lib/Avatar/AvatarTypes.js +1 -0
  1090. package/lib/Avatar/index.flow.js +1 -0
  1091. package/lib/Avatar/index.js +4 -112
  1092. package/lib/Badge/Badge.flow.js +1 -0
  1093. package/lib/Badge/Badge.js +48 -0
  1094. package/lib/Badge/BadgeTypes.js +1 -0
  1095. package/lib/Badge/constants.js +3 -0
  1096. package/lib/Badge/index.flow.js +2 -1
  1097. package/lib/Badge/index.js +5 -42
  1098. package/lib/Badge/styles.js +1 -3
  1099. package/lib/Banner/Banner.flow.js +1 -0
  1100. package/lib/Banner/Banner.js +63 -0
  1101. package/lib/Banner/BannerTypes.js +1 -0
  1102. package/lib/Banner/index.flow.js +1 -1
  1103. package/lib/Banner/index.js +4 -67
  1104. package/lib/Banner/styles.js +1 -1
  1105. package/lib/Box/Box.flow.js +1 -0
  1106. package/lib/Box/Box.js +20 -0
  1107. package/lib/Box/BoxTypes.js +1 -0
  1108. package/lib/Box/index.flow.js +1 -2
  1109. package/lib/Box/index.js +4 -10
  1110. package/lib/Box/styles.js +1 -1
  1111. package/lib/Breadcrumb/Breadcrumb.flow.js +1 -0
  1112. package/lib/Breadcrumb/Breadcrumb.js +54 -0
  1113. package/lib/Breadcrumb/BreadcrumbTypes.js +1 -0
  1114. package/lib/Breadcrumb/index.flow.js +1 -2
  1115. package/lib/Breadcrumb/index.js +4 -56
  1116. package/lib/Breadcrumb/styles.js +1 -1
  1117. package/lib/Button/Button.flow.js +1 -0
  1118. package/lib/Button/Button.js +50 -0
  1119. package/lib/Button/ButtonTypes.js +1 -0
  1120. package/lib/Button/index.flow.js +1 -1
  1121. package/lib/Button/index.js +4 -49
  1122. package/lib/Button/styles.js +11 -10
  1123. package/lib/Card/Card.flow.js +1 -0
  1124. package/lib/Card/Card.js +36 -0
  1125. package/lib/Card/CardTypes.js +1 -0
  1126. package/lib/Card/index.flow.js +1 -2
  1127. package/lib/Card/index.js +4 -35
  1128. package/lib/Card/styles.js +2 -2
  1129. package/lib/CharacterCounter/CharacterCounter.flow.js +1 -0
  1130. package/lib/CharacterCounter/CharacterCounter.js +46 -0
  1131. package/lib/CharacterCounter/CharacterCounterTypes.js +1 -0
  1132. package/lib/CharacterCounter/index.flow.js +1 -0
  1133. package/lib/CharacterCounter/index.js +4 -50
  1134. package/lib/CharacterCounter/styles.js +1 -1
  1135. package/lib/ChartLegend/ChartLegend.flow.js +1 -0
  1136. package/lib/ChartLegend/ChartLegend.js +40 -0
  1137. package/lib/ChartLegend/ChartLegendTypes.js +1 -0
  1138. package/lib/ChartLegend/index.flow.js +1 -0
  1139. package/lib/ChartLegend/index.js +4 -42
  1140. package/lib/ChartLegend/styles.js +3 -3
  1141. package/lib/Checkbox/Checkbox.flow.js +1 -0
  1142. package/lib/Checkbox/Checkbox.js +137 -0
  1143. package/lib/Checkbox/CheckboxTypes.js +1 -0
  1144. package/lib/Checkbox/index.flow.js +1 -0
  1145. package/lib/Checkbox/index.js +4 -143
  1146. package/lib/Checkbox/styles.js +8 -10
  1147. package/lib/Collapsible/Collapsible.flow.js +1 -0
  1148. package/lib/Collapsible/Collapsible.js +128 -0
  1149. package/lib/Collapsible/CollapsibleTypes.js +1 -0
  1150. package/lib/Collapsible/index.flow.js +1 -1
  1151. package/lib/Collapsible/index.js +4 -129
  1152. package/lib/Collapsible/styles.js +1 -2
  1153. package/lib/DatePicker/DateRangePicker/DateRangePicker.flow.js +1 -0
  1154. package/lib/DatePicker/DateRangePicker/DateRangePicker.js +24 -0
  1155. package/lib/DatePicker/DateRangePicker/DateRangePickerTypes.js +1 -0
  1156. package/lib/DatePicker/DateRangePicker/StatefulDateRangePicker.flow.js +1 -0
  1157. package/lib/DatePicker/DateRangePicker/StatefulDateRangePicker.js +50 -0
  1158. package/lib/DatePicker/DateRangePicker/index.flow.js +2 -0
  1159. package/lib/DatePicker/DateRangePicker/index.js +5 -0
  1160. package/lib/DatePicker/SingleDatePicker/SingleDatePicker.flow.js +1 -0
  1161. package/lib/DatePicker/SingleDatePicker/SingleDatePicker.js +27 -0
  1162. package/lib/DatePicker/SingleDatePicker/SingleDatePickerTypes.js +1 -0
  1163. package/lib/DatePicker/SingleDatePicker/StatefulSingleDatePicker.flow.js +1 -0
  1164. package/lib/DatePicker/SingleDatePicker/StatefulSingleDatePicker.js +29 -0
  1165. package/lib/DatePicker/SingleDatePicker/index.flow.js +2 -0
  1166. package/lib/DatePicker/SingleDatePicker/index.js +5 -0
  1167. package/lib/DatePicker/common.js +3 -2
  1168. package/lib/DatePicker/index.flow.js +5 -0
  1169. package/lib/DatePicker/index.js +2 -3
  1170. package/lib/DatePicker/styles.js +1 -2
  1171. package/lib/DatePicker/types.js +1 -0
  1172. package/lib/Drawer/Drawer.flow.js +1 -0
  1173. package/lib/Drawer/Drawer.js +198 -0
  1174. package/lib/Drawer/DrawerTypes.js +1 -0
  1175. package/lib/Drawer/SlideTransition.js +2 -2
  1176. package/lib/Drawer/index.flow.js +1 -1
  1177. package/lib/Drawer/index.js +4 -211
  1178. package/lib/Drawer/styles.js +2 -2
  1179. package/lib/EmptyState/EmptyState.flow.js +1 -0
  1180. package/lib/EmptyState/EmptyState.js +50 -0
  1181. package/lib/EmptyState/EmptyStateTypes.js +1 -0
  1182. package/lib/EmptyState/index.flow.js +1 -1
  1183. package/lib/EmptyState/index.js +4 -53
  1184. package/lib/EnumIconNames.js +1 -0
  1185. package/lib/EnumIllustrationNames.flow.js +0 -0
  1186. package/lib/EnumIllustrationNames.js +1 -0
  1187. package/lib/EnumLogoNames.flow.js +0 -0
  1188. package/lib/EnumLogoNames.js +1 -0
  1189. package/lib/Fieldset/Fieldset.flow.js +1 -0
  1190. package/lib/Fieldset/Fieldset.js +60 -0
  1191. package/lib/Fieldset/FieldsetTypes.js +1 -0
  1192. package/lib/Fieldset/index.flow.js +1 -1
  1193. package/lib/Fieldset/index.js +4 -63
  1194. package/lib/Fieldset/styles.js +1 -1
  1195. package/lib/FormField/FormField.flow.js +1 -0
  1196. package/lib/FormField/FormField.js +67 -0
  1197. package/lib/FormField/FormFieldTypes.js +1 -0
  1198. package/lib/FormField/index.flow.js +1 -3
  1199. package/lib/FormField/index.js +4 -69
  1200. package/lib/Icon/Icon.flow.js +2 -0
  1201. package/lib/Icon/Icon.js +82 -0
  1202. package/lib/Icon/IconTypes.js +1 -0
  1203. package/lib/Icon/deprecatedIcons.flow.js +39 -0
  1204. package/lib/Icon/deprecatedIcons.js +2 -2
  1205. package/lib/Icon/index.flow.js +1 -1
  1206. package/lib/Icon/index.js +4 -88
  1207. package/lib/Icon/styles.js +3 -3
  1208. package/lib/Image/Image.flow.js +2 -0
  1209. package/lib/Image/Image.js +117 -0
  1210. package/lib/Image/ImageTypes.js +1 -0
  1211. package/lib/Image/index.flow.js +1 -0
  1212. package/lib/Image/index.js +4 -118
  1213. package/lib/Image/styles.js +1 -1
  1214. package/lib/Indicator/Indicator.flow.js +1 -0
  1215. package/lib/Indicator/Indicator.js +51 -0
  1216. package/lib/Indicator/IndicatorTypes.js +1 -0
  1217. package/lib/Indicator/index.flow.js +1 -0
  1218. package/lib/Indicator/index.js +4 -55
  1219. package/lib/Indicator/styles.js +1 -1
  1220. package/lib/Input/Input.flow.js +1 -0
  1221. package/lib/Input/Input.js +259 -0
  1222. package/lib/Input/InputTypes.js +1 -0
  1223. package/lib/Input/index.flow.js +1 -1
  1224. package/lib/Input/index.js +4 -260
  1225. package/lib/Input/styles.js +2 -2
  1226. package/lib/KeyboardKey/KeyboardKey.flow.js +1 -0
  1227. package/lib/KeyboardKey/KeyboardKey.js +40 -0
  1228. package/lib/KeyboardKey/KeyboardKeyTypes.js +1 -0
  1229. package/lib/KeyboardKey/index.flow.js +1 -0
  1230. package/lib/KeyboardKey/index.js +4 -40
  1231. package/lib/KeyboardKey/styles.js +1 -1
  1232. package/lib/Label/Label.flow.js +2 -0
  1233. package/lib/Label/Label.js +50 -0
  1234. package/lib/Label/LabelTypes.js +1 -0
  1235. package/lib/Label/index.flow.js +1 -2
  1236. package/lib/Label/index.js +4 -58
  1237. package/lib/Link/Link.flow.js +1 -0
  1238. package/lib/Link/Link.js +37 -0
  1239. package/lib/Link/LinkTypes.js +1 -0
  1240. package/lib/Link/index.flow.js +1 -1
  1241. package/lib/Link/index.js +5 -37
  1242. package/lib/Link/styles.js +1 -1
  1243. package/lib/Listbox/Listbox.flow.js +4 -0
  1244. package/lib/Listbox/Listbox.js +103 -0
  1245. package/lib/Listbox/ListboxTypes.js +1 -0
  1246. package/lib/Listbox/index.flow.js +1 -3
  1247. package/lib/Listbox/index.js +4 -103
  1248. package/lib/Loader/Loader.flow.js +1 -0
  1249. package/lib/Loader/Loader.js +54 -0
  1250. package/lib/Loader/LoaderTypes.js +1 -0
  1251. package/lib/Loader/index.flow.js +1 -0
  1252. package/lib/Loader/index.js +4 -61
  1253. package/lib/Loader/styles.js +2 -2
  1254. package/lib/LoaderButton/LoaderButton.flow.js +1 -0
  1255. package/lib/LoaderButton/LoaderButton.js +80 -0
  1256. package/lib/LoaderButton/LoaderButtonTypes.js +1 -0
  1257. package/lib/LoaderButton/index.flow.js +1 -0
  1258. package/lib/LoaderButton/index.js +4 -78
  1259. package/lib/LogoViewBoxes.js +2 -0
  1260. package/lib/Menu/Menu.flow.js +5 -0
  1261. package/lib/Menu/Menu.js +454 -0
  1262. package/lib/Menu/MenuTypes.js +1 -0
  1263. package/lib/Menu/index.flow.js +2 -5
  1264. package/lib/Menu/index.js +5 -436
  1265. package/lib/Menu/styles.js +2 -2
  1266. package/lib/Menu/utils/constants.js +12 -0
  1267. package/lib/Menu/utils/descendants.js +337 -0
  1268. package/lib/Menu/utils/hooks.js +156 -0
  1269. package/lib/Menu/utils/index.js +4 -0
  1270. package/lib/Message/Message.flow.js +11 -0
  1271. package/lib/Message/Message.js +144 -0
  1272. package/lib/Message/MessageTypes.js +1 -0
  1273. package/lib/Message/index.flow.js +1 -2
  1274. package/lib/Message/index.js +5 -140
  1275. package/lib/Message/styles.js +18 -20
  1276. package/lib/Modal/Modal.flow.js +2 -0
  1277. package/lib/Modal/Modal.js +126 -0
  1278. package/lib/Modal/ModalTypes.js +1 -0
  1279. package/lib/Modal/index.flow.js +1 -2
  1280. package/lib/Modal/index.js +4 -136
  1281. package/lib/Modal/styles.js +17 -19
  1282. package/lib/Numeral/Numeral.flow.js +1 -0
  1283. package/lib/Numeral/Numeral.js +131 -0
  1284. package/lib/Numeral/NumeralTypes.js +1 -0
  1285. package/lib/Numeral/index.flow.js +1 -0
  1286. package/lib/Numeral/index.js +4 -132
  1287. package/lib/Numeral/styles.js +2 -2
  1288. package/lib/OverflowList/OverflowList.flow.js +1 -0
  1289. package/lib/OverflowList/OverflowList.js +104 -0
  1290. package/lib/OverflowList/OverflowListTypes.js +1 -0
  1291. package/lib/OverflowList/index.flow.js +1 -1
  1292. package/lib/OverflowList/index.js +4 -99
  1293. package/lib/OverflowList/styles.js +1 -1
  1294. package/lib/PartnerLogo/PartnerLogo.flow.js +1 -0
  1295. package/lib/PartnerLogo/PartnerLogo.js +58 -0
  1296. package/lib/PartnerLogo/PartnerLogoTypes.js +1 -0
  1297. package/lib/PartnerLogo/TypePartnerNames.flow.js +0 -0
  1298. package/lib/PartnerLogo/TypePartnerNames.js +1 -0
  1299. package/lib/PartnerLogo/index.flow.js +2 -0
  1300. package/lib/PartnerLogo/index.js +5 -54
  1301. package/lib/PartnerLogo/styles.js +6 -6
  1302. package/lib/Popout/Popout.flow.js +1 -0
  1303. package/lib/Popout/Popout.js +289 -0
  1304. package/lib/Popout/PopoutTypes.js +1 -0
  1305. package/lib/Popout/index.flow.js +1 -1
  1306. package/lib/Popout/index.js +4 -281
  1307. package/lib/Popout/styles.js +1 -1
  1308. package/lib/Portal/Portal.flow.js +1 -0
  1309. package/lib/Portal/Portal.js +78 -0
  1310. package/lib/Portal/PortalTypes.js +1 -0
  1311. package/lib/Portal/index.flow.js +1 -1
  1312. package/lib/Portal/index.js +3 -78
  1313. package/lib/Radio/Radio.flow.js +1 -0
  1314. package/lib/Radio/Radio.js +104 -0
  1315. package/lib/Radio/RadioTypes.js +1 -0
  1316. package/lib/Radio/index.flow.js +1 -0
  1317. package/lib/Radio/index.js +4 -102
  1318. package/lib/Radio/styles.js +4 -4
  1319. package/lib/SegmentedControl/SegmentedControl.flow.js +1 -0
  1320. package/lib/SegmentedControl/SegmentedControl.js +78 -0
  1321. package/lib/SegmentedControl/SegmentedControlTypes.js +1 -0
  1322. package/lib/SegmentedControl/index.flow.js +1 -1
  1323. package/lib/SegmentedControl/index.js +4 -82
  1324. package/lib/SegmentedControl/styles.js +3 -3
  1325. package/lib/Select/Select.flow.js +1 -0
  1326. package/lib/Select/Select.js +95 -0
  1327. package/lib/Select/SelectTypes.js +1 -0
  1328. package/lib/Select/index.flow.js +1 -1
  1329. package/lib/Select/index.js +4 -99
  1330. package/lib/Select/styles.js +2 -2
  1331. package/lib/Skeleton/Skeleton.flow.js +1 -0
  1332. package/lib/Skeleton/Skeleton.js +12 -0
  1333. package/lib/Skeleton/index.flow.js +1 -0
  1334. package/lib/Skeleton/index.js +2 -13
  1335. package/lib/SpotIllustration/SpotIllustration.flow.js +1 -0
  1336. package/lib/SpotIllustration/SpotIllustration.js +33 -0
  1337. package/lib/SpotIllustration/SpotIllustrationTypes.js +1 -0
  1338. package/lib/SpotIllustration/illustrationNames.js +1 -1
  1339. package/lib/SpotIllustration/index.flow.js +1 -0
  1340. package/lib/SpotIllustration/index.js +4 -33
  1341. package/lib/Stack/Stack.flow.js +1 -0
  1342. package/lib/Stack/Stack.js +100 -0
  1343. package/lib/Stack/StackTypes.js +1 -0
  1344. package/lib/Stack/index.flow.js +1 -1
  1345. package/lib/Stack/index.js +4 -96
  1346. package/lib/Switch/Switch.flow.js +1 -0
  1347. package/lib/Switch/Switch.js +82 -0
  1348. package/lib/Switch/SwitchTypes.js +1 -0
  1349. package/lib/Switch/index.flow.js +1 -0
  1350. package/lib/Switch/index.js +4 -88
  1351. package/lib/Switch/styles.js +1 -2
  1352. package/lib/Table/Table.flow.js +3 -0
  1353. package/lib/Table/Table.js +96 -0
  1354. package/lib/Table/TableTypes.js +1 -0
  1355. package/lib/Table/index.flow.js +1 -1
  1356. package/lib/Table/index.js +4 -82
  1357. package/lib/Table/styles.js +1 -1
  1358. package/lib/TableCell/TableCell.flow.js +1 -0
  1359. package/lib/TableCell/TableCell.js +58 -0
  1360. package/lib/TableCell/TableCellTypes.js +1 -0
  1361. package/lib/TableCell/index.flow.js +1 -1
  1362. package/lib/TableCell/index.js +4 -52
  1363. package/lib/TableCell/styles.js +1 -1
  1364. package/lib/TableHeaderCell/TableHeaderCell.flow.js +5 -0
  1365. package/lib/TableHeaderCell/TableHeaderCell.js +100 -0
  1366. package/lib/TableHeaderCell/TableHeaderCellTypes.js +1 -0
  1367. package/lib/TableHeaderCell/index.flow.js +1 -1
  1368. package/lib/TableHeaderCell/index.js +5 -101
  1369. package/lib/TableHeaderCell/styles.js +2 -2
  1370. package/lib/TableRowAccordion/TableRowAccordion.flow.js +1 -0
  1371. package/lib/TableRowAccordion/TableRowAccordion.js +94 -0
  1372. package/lib/TableRowAccordion/TableRowAccordionTypes.js +1 -0
  1373. package/lib/TableRowAccordion/index.flow.js +1 -1
  1374. package/lib/TableRowAccordion/index.js +4 -88
  1375. package/lib/TableRowAccordion/styles.js +3 -5
  1376. package/lib/Tabs/Tabs.flow.js +1 -0
  1377. package/lib/Tabs/Tabs.js +197 -0
  1378. package/lib/Tabs/TabsTypes.js +1 -0
  1379. package/lib/Tabs/index.flow.js +1 -1
  1380. package/lib/Tabs/index.js +4 -195
  1381. package/lib/Tabs/styles.js +3 -3
  1382. package/lib/Text/Text.flow.js +1 -0
  1383. package/lib/Text/Text.js +101 -0
  1384. package/lib/Text/TextTypes.js +1 -0
  1385. package/lib/Text/index.flow.js +1 -1
  1386. package/lib/Text/index.js +4 -99
  1387. package/lib/Text/styles.js +3 -1
  1388. package/lib/Textarea/Textarea.flow.js +1 -0
  1389. package/lib/Textarea/Textarea.js +142 -0
  1390. package/lib/Textarea/TextareaTypes.js +1 -0
  1391. package/lib/Textarea/index.flow.js +1 -1
  1392. package/lib/Textarea/index.js +4 -139
  1393. package/lib/Textarea/styles.js +2 -2
  1394. package/lib/ThemeProvider/index.flow.js +1 -0
  1395. package/lib/Toast/Toast.flow.js +1 -0
  1396. package/lib/Toast/Toast.js +114 -0
  1397. package/lib/Toast/ToastTypes.js +1 -0
  1398. package/lib/Toast/index.flow.js +1 -1
  1399. package/lib/Toast/index.js +4 -107
  1400. package/lib/Toast/styles.js +5 -3
  1401. package/lib/ToggleHint/ToggleHint.flow.js +1 -0
  1402. package/lib/ToggleHint/ToggleHint.js +78 -0
  1403. package/lib/ToggleHint/ToggleHintTypes.js +1 -0
  1404. package/lib/ToggleHint/index.flow.js +1 -0
  1405. package/lib/ToggleHint/index.js +4 -75
  1406. package/lib/ToggleHint/styles.js +3 -5
  1407. package/lib/Token/Token.flow.js +1 -0
  1408. package/lib/Token/Token.js +50 -0
  1409. package/lib/Token/TokenTypes.js +1 -0
  1410. package/lib/Token/index.flow.js +1 -1
  1411. package/lib/Token/index.js +4 -51
  1412. package/lib/Token/styles.js +1 -1
  1413. package/lib/TokenInput/TokenInput.flow.js +1 -0
  1414. package/lib/TokenInput/TokenInput.js +303 -0
  1415. package/lib/TokenInput/TokenInputTypes.js +1 -0
  1416. package/lib/TokenInput/index.flow.js +1 -1
  1417. package/lib/TokenInput/index.js +4 -305
  1418. package/lib/TokenInput/styles.js +1 -1
  1419. package/lib/Tooltip/Tooltip.flow.js +1 -0
  1420. package/lib/Tooltip/Tooltip.js +127 -0
  1421. package/lib/Tooltip/TooltipTypes.js +1 -0
  1422. package/lib/Tooltip/index.flow.js +1 -1
  1423. package/lib/Tooltip/index.js +4 -136
  1424. package/lib/Tooltip/styles.js +1 -1
  1425. package/lib/VisuallyHidden/VisuallyHidden.flow.js +1 -0
  1426. package/lib/VisuallyHidden/VisuallyHidden.js +6 -0
  1427. package/lib/VisuallyHidden/index.flow.js +1 -0
  1428. package/lib/VisuallyHidden/index.js +1 -6
  1429. package/lib/dataviz/DataVizRotation.flow.js +1 -0
  1430. package/lib/dataviz/DataVizRotation.js +13 -0
  1431. package/lib/dataviz/DataVizRotationTypes.js +1 -0
  1432. package/lib/dataviz/index.flow.js +1 -0
  1433. package/lib/dataviz/index.js +2 -13
  1434. package/lib/index.flow.js +85 -0
  1435. package/lib/index.js +56 -69
  1436. package/lib/styled.d.js +1 -0
  1437. package/lib/systemProps/index.js +64 -14
  1438. package/lib/themes/dark/dataviz-palette.flow.js +0 -0
  1439. package/lib/themes/dark/decorative-palettes.flow.js +0 -0
  1440. package/lib/themes/dark/theme.flow.js +0 -0
  1441. package/lib/themes/dark/theme.js +1 -0
  1442. package/lib/themes/extendedThemes/sproutTheme/dark/theme.flow.js +1 -0
  1443. package/lib/themes/extendedThemes/sproutTheme/index.flow.js +2 -0
  1444. package/lib/themes/extendedThemes/sproutTheme/light/theme.flow.js +0 -0
  1445. package/lib/themes/light/dataviz-palette.flow.js +0 -0
  1446. package/lib/themes/light/decorative-palettes.flow.js +0 -0
  1447. package/lib/themes/light/literal-colors.flow.js +0 -0
  1448. package/lib/themes/light/theme.flow.js +0 -0
  1449. package/lib/themes/light/theme.js +33 -28
  1450. package/lib/types/index.flow.js +5 -0
  1451. package/lib/types/index.js +5 -0
  1452. package/lib/types/shared.flow.js +0 -0
  1453. package/lib/types/shared.js +1 -0
  1454. package/lib/types/styled-components.flow.js +1 -0
  1455. package/lib/types/styled-components.js +1 -0
  1456. package/lib/types/system-props.js +1 -0
  1457. package/lib/types/theme.colors.flow.js +0 -2
  1458. package/lib/types/theme.colors.js +1 -0
  1459. package/lib/types/theme.flow.js +0 -2
  1460. package/lib/types/theme.js +1 -0
  1461. package/lib/utils/a11yTest.flow.js +0 -0
  1462. package/lib/utils/chartColors.flow.js +0 -0
  1463. package/lib/utils/constants.flow.js +0 -0
  1464. package/lib/utils/dataQaLabelQueries.flow.js +0 -0
  1465. package/lib/utils/dataQaLabelQueries.js +2 -1
  1466. package/lib/utils/hooks.flow.js +27 -0
  1467. package/lib/utils/hooks.js +11 -5
  1468. package/lib/utils/index.flow.js +0 -0
  1469. package/lib/utils/index.js +1 -0
  1470. package/lib/utils/innerText.flow.js +1 -0
  1471. package/lib/utils/innerText.js +4 -2
  1472. package/lib/utils/mixins.flow.js +0 -0
  1473. package/lib/utils/react-testing-library.flow.js +3 -0
  1474. package/lib/utils/react-testing-library.js +2 -3
  1475. package/lib/utils/responsiveProps/index.flow.js +0 -0
  1476. package/lib/utils/responsiveProps/index.test.flow.js +21 -0
  1477. package/lib/utils/system-props.flow.js +0 -0
  1478. package/lib/utils/system-props.js +7 -1
  1479. package/lib/utils/useInteractiveColor.flow.js +0 -0
  1480. package/package.json +26 -7
  1481. package/__flow__/Avatar/index.js +0 -70
  1482. package/__flow__/Badge/constants.js +0 -42
  1483. package/__flow__/Badge/index.js +0 -29
  1484. package/__flow__/Badge/styles.js +0 -25
  1485. package/__flow__/Banner/index.js +0 -45
  1486. package/__flow__/Banner/styles.js +0 -48
  1487. package/__flow__/Box/index.js +0 -14
  1488. package/__flow__/Box/styles.js +0 -30
  1489. package/__flow__/Breadcrumb/index.js +0 -57
  1490. package/__flow__/Breadcrumb/styles.js +0 -49
  1491. package/__flow__/Button/index.js +0 -34
  1492. package/__flow__/Button/styles.js +0 -91
  1493. package/__flow__/Card/index.js +0 -27
  1494. package/__flow__/Card/styles.js +0 -46
  1495. package/__flow__/CharacterCounter/index.js +0 -27
  1496. package/__flow__/CharacterCounter/styles.js +0 -19
  1497. package/__flow__/ChartLegend/index.js +0 -35
  1498. package/__flow__/ChartLegend/styles.js +0 -35
  1499. package/__flow__/Checkbox/index.js +0 -73
  1500. package/__flow__/Checkbox/styles.js +0 -228
  1501. package/__flow__/Collapsible/index.js +0 -105
  1502. package/__flow__/Collapsible/styles.js +0 -36
  1503. package/__flow__/DatePicker/DateRangePicker.flow.js +0 -15
  1504. package/__flow__/DatePicker/DateRangePicker.js +0 -27
  1505. package/__flow__/DatePicker/SingleDatePicker.flow.js +0 -12
  1506. package/__flow__/DatePicker/SingleDatePicker.js +0 -21
  1507. package/__flow__/DatePicker/StatefulDateRangePicker.js +0 -41
  1508. package/__flow__/DatePicker/StatefulSingleDatePicker.js +0 -24
  1509. package/__flow__/DatePicker/common.js +0 -35
  1510. package/__flow__/DatePicker/index.js +0 -3
  1511. package/__flow__/DatePicker/styles.js +0 -231
  1512. package/__flow__/Drawer/SlideTransition.js +0 -49
  1513. package/__flow__/Drawer/index.js +0 -182
  1514. package/__flow__/Drawer/styles.js +0 -26
  1515. package/__flow__/EmptyState/index.js +0 -45
  1516. package/__flow__/EnumLogoNames.js +0 -2
  1517. package/__flow__/Fieldset/index.js +0 -42
  1518. package/__flow__/Fieldset/styles.js +0 -21
  1519. package/__flow__/FormField/index.js +0 -53
  1520. package/__flow__/Icon/index.js +0 -66
  1521. package/__flow__/Icon/styles.js +0 -43
  1522. package/__flow__/Image/index.js +0 -75
  1523. package/__flow__/Image/styles.js +0 -17
  1524. package/__flow__/Indicator/index.js +0 -28
  1525. package/__flow__/Indicator/styles.js +0 -24
  1526. package/__flow__/Input/index.js +0 -199
  1527. package/__flow__/Input/styles.js +0 -129
  1528. package/__flow__/KeyboardKey/index.js +0 -23
  1529. package/__flow__/KeyboardKey/styles.js +0 -18
  1530. package/__flow__/Label/index.js +0 -24
  1531. package/__flow__/Link/constants.js +0 -12
  1532. package/__flow__/Link/index.js +0 -30
  1533. package/__flow__/Link/styles.js +0 -47
  1534. package/__flow__/Listbox/index.js +0 -93
  1535. package/__flow__/Loader/index.js +0 -35
  1536. package/__flow__/Loader/styles.js +0 -82
  1537. package/__flow__/LoaderButton/index.js +0 -74
  1538. package/__flow__/Menu/constants.js +0 -14
  1539. package/__flow__/Menu/descendants.js +0 -338
  1540. package/__flow__/Menu/hooks.js +0 -156
  1541. package/__flow__/Menu/index.js +0 -319
  1542. package/__flow__/Menu/names.js +0 -1
  1543. package/__flow__/Menu/styles.js +0 -72
  1544. package/__flow__/Message/constants.js +0 -9
  1545. package/__flow__/Message/index.js +0 -113
  1546. package/__flow__/Message/styles.js +0 -115
  1547. package/__flow__/Modal/index.js +0 -122
  1548. package/__flow__/Modal/styles.js +0 -122
  1549. package/__flow__/Numeral/constants.js +0 -11
  1550. package/__flow__/Numeral/index.js +0 -152
  1551. package/__flow__/Numeral/styles.js +0 -12
  1552. package/__flow__/Numeral/tests/testNumeral.js +0 -40
  1553. package/__flow__/OverflowList/index.js +0 -75
  1554. package/__flow__/OverflowList/styles.js +0 -19
  1555. package/__flow__/PartnerLogo/index.js +0 -51
  1556. package/__flow__/PartnerLogo/styles.js +0 -34
  1557. package/__flow__/Popout/index.js +0 -247
  1558. package/__flow__/Popout/styles.js +0 -9
  1559. package/__flow__/Portal/index.js +0 -56
  1560. package/__flow__/Radio/index.js +0 -59
  1561. package/__flow__/Radio/styles.js +0 -102
  1562. package/__flow__/SegmentedControl/index.js +0 -66
  1563. package/__flow__/SegmentedControl/styles.js +0 -72
  1564. package/__flow__/Select/index.js +0 -55
  1565. package/__flow__/Select/styles.js +0 -112
  1566. package/__flow__/Skeleton/index.js +0 -35
  1567. package/__flow__/SpotIllustration/illustrationNames.js +0 -2
  1568. package/__flow__/SpotIllustration/index.js +0 -34
  1569. package/__flow__/Stack/index.js +0 -98
  1570. package/__flow__/Switch/index.js +0 -54
  1571. package/__flow__/Switch/styles.js +0 -103
  1572. package/__flow__/Table/index.js +0 -84
  1573. package/__flow__/Table/styles.js +0 -21
  1574. package/__flow__/TableCell/index.js +0 -29
  1575. package/__flow__/TableCell/styles.js +0 -15
  1576. package/__flow__/TableHeaderCell/constants.js +0 -6
  1577. package/__flow__/TableHeaderCell/index.js +0 -77
  1578. package/__flow__/TableHeaderCell/styles.js +0 -25
  1579. package/__flow__/TableRowAccordion/index.js +0 -45
  1580. package/__flow__/TableRowAccordion/styles.js +0 -25
  1581. package/__flow__/Tabs/index.js +0 -147
  1582. package/__flow__/Tabs/styles.js +0 -58
  1583. package/__flow__/Text/index.js +0 -71
  1584. package/__flow__/Text/styles.js +0 -28
  1585. package/__flow__/Textarea/index.js +0 -79
  1586. package/__flow__/Textarea/styles.js +0 -83
  1587. package/__flow__/ThemeProvider/index.js +0 -14
  1588. package/__flow__/Toast/index.js +0 -92
  1589. package/__flow__/Toast/styles.js +0 -61
  1590. package/__flow__/ToggleHint/index.js +0 -40
  1591. package/__flow__/ToggleHint/styles.js +0 -28
  1592. package/__flow__/Token/index.js +0 -33
  1593. package/__flow__/Token/styles.js +0 -91
  1594. package/__flow__/TokenInput/index.js +0 -258
  1595. package/__flow__/TokenInput/styles.js +0 -111
  1596. package/__flow__/TokenInput/util.js +0 -16
  1597. package/__flow__/Tooltip/index.js +0 -84
  1598. package/__flow__/Tooltip/styles.js +0 -9
  1599. package/__flow__/VisuallyHidden/index.js +0 -7
  1600. package/__flow__/dataviz/index.js +0 -11
  1601. package/__flow__/themes/dark/dataviz-palette.js +0 -28
  1602. package/__flow__/themes/dark/decorative-palettes.js +0 -58
  1603. package/__flow__/themes/dark/theme.js +0 -248
  1604. package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +0 -207
  1605. package/__flow__/themes/extendedThemes/sproutTheme/index.js +0 -3
  1606. package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +0 -204
  1607. package/__flow__/themes/light/dataviz-palette.js +0 -28
  1608. package/__flow__/themes/light/decorative-palettes.js +0 -58
  1609. package/__flow__/themes/light/literal-colors.js +0 -160
  1610. package/__flow__/themes/light/theme.js +0 -361
  1611. package/__flow__/utils/a11yTest.js +0 -5
  1612. package/__flow__/utils/chartColors.js +0 -11
  1613. package/__flow__/utils/constants.js +0 -3
  1614. package/__flow__/utils/dataQaLabelQueries.js +0 -45
  1615. package/__flow__/utils/hooks.js +0 -179
  1616. package/__flow__/utils/index.js +0 -26
  1617. package/__flow__/utils/innerText.js +0 -32
  1618. package/__flow__/utils/mixins.js +0 -40
  1619. package/__flow__/utils/react-testing-library.js +0 -32
  1620. package/__flow__/utils/responsiveProps/index.js +0 -28
  1621. package/__flow__/utils/system-props.js +0 -17
  1622. package/__flow__/utils/useInteractiveColor.js +0 -28
  1623. package/commonjs/DatePicker/DateRangePicker.js +0 -32
  1624. package/commonjs/DatePicker/SingleDatePicker.js +0 -30
  1625. package/commonjs/DatePicker/StatefulDateRangePicker.js +0 -65
  1626. package/commonjs/DatePicker/StatefulSingleDatePicker.js +0 -44
  1627. package/commonjs/Menu/descendants.js +0 -343
  1628. package/commonjs/Menu/hooks.js +0 -161
  1629. package/commonjs/Numeral/tests/testNumeral.js +0 -73
  1630. package/lib/DatePicker/DateRangePicker.js +0 -21
  1631. package/lib/DatePicker/SingleDatePicker.js +0 -19
  1632. package/lib/DatePicker/StatefulDateRangePicker.js +0 -54
  1633. package/lib/DatePicker/StatefulSingleDatePicker.js +0 -33
  1634. package/lib/Menu/descendants.js +0 -336
  1635. package/lib/Menu/hooks.js +0 -150
  1636. package/lib/Numeral/tests/testNumeral.js +0 -66
  1637. /package/__flow__/{EnumIconNames.js → EnumIconNames.flow.js} +0 -0
  1638. /package/__flow__/{EnumIllustrationNames.js → EnumIllustrationNames.flow.js} +0 -0
  1639. /package/__flow__/Icon/{deprecatedIcons.js → deprecatedIcons.flow.js} +0 -0
  1640. /package/__flow__/PartnerLogo/{TypePartnerNames.js → TypePartnerNames.flow.js} +0 -0
  1641. /package/commonjs/{DatePicker/DateRangePicker.flow.js → Badge/constants.flow.js} +0 -0
  1642. /package/commonjs/{DatePicker/SingleDatePicker.flow.js → EnumIconNames.flow.js} +0 -0
  1643. /package/commonjs/Menu/{constants.js → utils/constants.flow.js} +0 -0
  1644. /package/commonjs/Menu/{names.js → utils/names.js} +0 -0
  1645. /package/lib/{DatePicker/DateRangePicker.flow.js → Badge/constants.flow.js} +0 -0
  1646. /package/lib/{DatePicker/SingleDatePicker.flow.js → EnumIconNames.flow.js} +0 -0
  1647. /package/lib/Menu/{constants.js → utils/constants.flow.js} +0 -0
  1648. /package/lib/Menu/{names.js → utils/names.js} +0 -0
@@ -0,0 +1,231 @@
1
+ import * as React from 'react';
2
+ import { act, cleanup, createEvent, fireEvent, queries, waitFor, waitForElementToBeRemoved, RenderOptions } from '@testing-library/react';
3
+ import userEvent from '@testing-library/user-event';
4
+ declare const customRender: (node: React.ReactElement, options?: RenderOptions<typeof queries, HTMLElement>) => {
5
+ runA11yCheck: () => Promise<void>;
6
+ container: HTMLElement;
7
+ baseElement: HTMLElement;
8
+ debug: (baseElement?: Element | DocumentFragment | (Element | DocumentFragment)[] | undefined, maxLength?: number | undefined, options?: import("pretty-format").PrettyFormatOptions | undefined) => void;
9
+ rerender: (ui: React.ReactElement<any, string | React.JSXElementConstructor<any>>) => void;
10
+ unmount: () => void;
11
+ asFragment: () => DocumentFragment;
12
+ queryByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement | null;
13
+ queryAllByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
14
+ getAllByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement[];
15
+ getByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement;
16
+ findAllByDataQaLabel: (args_0: import("./dataQaLabelQueries").TypeQaObject, args_1?: undefined, args_2?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
17
+ findByDataQaLabel: (args_0: import("./dataQaLabelQueries").TypeQaObject, args_1?: undefined, args_2?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
18
+ getByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement;
19
+ getAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
20
+ queryByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null;
21
+ queryAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
22
+ findByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
23
+ findAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
24
+ getByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
25
+ getAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
26
+ queryByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
27
+ queryAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
28
+ findByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
29
+ findAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
30
+ getByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement;
31
+ getAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
32
+ queryByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null;
33
+ queryAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
34
+ findByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
35
+ findAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
36
+ getByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
37
+ getAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
38
+ queryByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
39
+ queryAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
40
+ findByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
41
+ findAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
42
+ getByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
43
+ getAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
44
+ queryByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
45
+ queryAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
46
+ findByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
47
+ findAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
48
+ getByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
49
+ getAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
50
+ queryByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
51
+ queryAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
52
+ findByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
53
+ findAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
54
+ getByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement;
55
+ getAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement[];
56
+ queryByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement | null;
57
+ queryAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement[];
58
+ findByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
59
+ findAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
60
+ getByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
61
+ getAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
62
+ queryByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
63
+ queryAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
64
+ findByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
65
+ findAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
66
+ };
67
+ declare const customWithin: (element: HTMLElement) => {
68
+ getByLabelText<T extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T;
69
+ getAllByLabelText<T_1 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_1[];
70
+ queryByLabelText<T_2 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_2 | null;
71
+ queryAllByLabelText<T_3 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_3[];
72
+ findByLabelText<T_4 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_4>;
73
+ findAllByLabelText<T_5 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_5[]>;
74
+ getByPlaceholderText<T_6 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_6;
75
+ getAllByPlaceholderText<T_7 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_7[];
76
+ queryByPlaceholderText<T_8 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_8 | null;
77
+ queryAllByPlaceholderText<T_9 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_9[];
78
+ findByPlaceholderText<T_10 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_10>;
79
+ findAllByPlaceholderText<T_11 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_11[]>;
80
+ getByText<T_12 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_12;
81
+ getAllByText<T_13 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_13[];
82
+ queryByText<T_14 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_14 | null;
83
+ queryAllByText<T_15 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined): T_15[];
84
+ findByText<T_16 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_16>;
85
+ findAllByText<T_17 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_17[]>;
86
+ getByAltText<T_18 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_18;
87
+ getAllByAltText<T_19 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_19[];
88
+ queryByAltText<T_20 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_20 | null;
89
+ queryAllByAltText<T_21 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_21[];
90
+ findByAltText<T_22 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_22>;
91
+ findAllByAltText<T_23 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_23[]>;
92
+ getByTitle<T_24 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_24;
93
+ getAllByTitle<T_25 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_25[];
94
+ queryByTitle<T_26 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_26 | null;
95
+ queryAllByTitle<T_27 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_27[];
96
+ findByTitle<T_28 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_28>;
97
+ findAllByTitle<T_29 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_29[]>;
98
+ getByDisplayValue<T_30 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_30;
99
+ getAllByDisplayValue<T_31 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_31[];
100
+ queryByDisplayValue<T_32 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_32 | null;
101
+ queryAllByDisplayValue<T_33 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_33[];
102
+ findByDisplayValue<T_34 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_34>;
103
+ findAllByDisplayValue<T_35 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_35[]>;
104
+ getByRole<T_36 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined): T_36;
105
+ getAllByRole<T_37 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined): T_37[];
106
+ queryByRole<T_38 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined): T_38 | null;
107
+ queryAllByRole<T_39 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined): T_39[];
108
+ findByRole<T_40 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_40>;
109
+ findAllByRole<T_41 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_41[]>;
110
+ getByTestId<T_42 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_42;
111
+ getAllByTestId<T_43 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_43[];
112
+ queryByTestId<T_44 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_44 | null;
113
+ queryAllByTestId<T_45 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined): T_45[];
114
+ findByTestId<T_46 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_46>;
115
+ findAllByTestId<T_47 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined): Promise<T_47[]>;
116
+ } & {
117
+ queryByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement | null;
118
+ queryAllByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
119
+ getAllByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement[];
120
+ getByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement;
121
+ findAllByDataQaLabel: (args_0: import("./dataQaLabelQueries").TypeQaObject, args_1?: undefined, args_2?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
122
+ findByDataQaLabel: (args_0: import("./dataQaLabelQueries").TypeQaObject, args_1?: undefined, args_2?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
123
+ getByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement;
124
+ getAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
125
+ queryByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null;
126
+ queryAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
127
+ findByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
128
+ findAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
129
+ getByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
130
+ getAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
131
+ queryByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
132
+ queryAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
133
+ findByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
134
+ findAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
135
+ getByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement;
136
+ getAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
137
+ queryByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null;
138
+ queryAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
139
+ findByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
140
+ findAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
141
+ getByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
142
+ getAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
143
+ queryByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
144
+ queryAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
145
+ findByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
146
+ findAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
147
+ getByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
148
+ getAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
149
+ queryByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
150
+ queryAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
151
+ findByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
152
+ findAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
153
+ getByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
154
+ getAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
155
+ queryByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
156
+ queryAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
157
+ findByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
158
+ findAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
159
+ getByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement;
160
+ getAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement[];
161
+ queryByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement | null;
162
+ queryAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement[];
163
+ findByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
164
+ findAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
165
+ getByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
166
+ getAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
167
+ queryByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
168
+ queryAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
169
+ findByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
170
+ findAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
171
+ };
172
+ declare const customScreen: {
173
+ getByLabelText: (<T extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement);
174
+ getAllByLabelText: (<T_1 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_1[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[]);
175
+ queryByLabelText: (<T_2 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_2 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null);
176
+ queryAllByLabelText: (<T_3 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_3[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[]);
177
+ findByLabelText: (<T_4 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_4>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
178
+ findAllByLabelText: (<T_5 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_5[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
179
+ getByPlaceholderText: (<T_6 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_6) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement);
180
+ getAllByPlaceholderText: (<T_7 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_7[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
181
+ queryByPlaceholderText: (<T_8 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_8 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null);
182
+ queryAllByPlaceholderText: (<T_9 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_9[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
183
+ findByPlaceholderText: (<T_10 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_10>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
184
+ findAllByPlaceholderText: (<T_11 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_11[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
185
+ getByText: (<T_12 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_12) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement);
186
+ getAllByText: (<T_13 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_13[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[]);
187
+ queryByText: (<T_14 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_14 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null);
188
+ queryAllByText: (<T_15 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => T_15[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[]);
189
+ findByText: (<T_16 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_16>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
190
+ findAllByText: (<T_17 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_17[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
191
+ getByAltText: (<T_18 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_18) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement);
192
+ getAllByAltText: (<T_19 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_19[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
193
+ queryByAltText: (<T_20 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_20 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null);
194
+ queryAllByAltText: (<T_21 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_21[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
195
+ findByAltText: (<T_22 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_22>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
196
+ findAllByAltText: (<T_23 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_23[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
197
+ getByTitle: (<T_24 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_24) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement);
198
+ getAllByTitle: (<T_25 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_25[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
199
+ queryByTitle: (<T_26 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_26 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null);
200
+ queryAllByTitle: (<T_27 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_27[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
201
+ findByTitle: (<T_28 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_28>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
202
+ findAllByTitle: (<T_29 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_29[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
203
+ getByDisplayValue: (<T_30 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_30) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement);
204
+ getAllByDisplayValue: (<T_31 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_31[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
205
+ queryByDisplayValue: (<T_32 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_32 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null);
206
+ queryAllByDisplayValue: (<T_33 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_33[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
207
+ findByDisplayValue: (<T_34 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_34>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
208
+ findAllByDisplayValue: (<T_35 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_35[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
209
+ getByRole: (<T_36 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => T_36) & ((role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement);
210
+ getAllByRole: (<T_37 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => T_37[]) & ((role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement[]);
211
+ queryByRole: (<T_38 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => T_38 | null) & ((role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement | null);
212
+ queryAllByRole: (<T_39 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => T_39[]) & ((role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined) => HTMLElement[]);
213
+ findByRole: (<T_40 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_40>) & ((role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
214
+ findAllByRole: (<T_41 extends HTMLElement = HTMLElement>(role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_41[]>) & ((role: import("@testing-library/react").ByRoleMatcher, options?: queries.ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
215
+ getByTestId: (<T_42 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_42) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement);
216
+ getAllByTestId: (<T_43 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_43[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
217
+ queryByTestId: (<T_44 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_44 | null) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null);
218
+ queryAllByTestId: (<T_45 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => T_45[]) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]);
219
+ findByTestId: (<T_46 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_46>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>);
220
+ findAllByTestId: (<T_47 extends HTMLElement = HTMLElement>(id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<T_47[]>) & ((id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>);
221
+ queryByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement | null;
222
+ queryAllByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
223
+ getAllByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement[];
224
+ getByDataQaLabel: (qaObject: import("./dataQaLabelQueries").TypeQaObject) => HTMLElement;
225
+ findAllByDataQaLabel: (args_0: import("./dataQaLabelQueries").TypeQaObject, args_1?: undefined, args_2?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
226
+ findByDataQaLabel: (args_0: import("./dataQaLabelQueries").TypeQaObject, args_1?: undefined, args_2?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
227
+ debug: (element?: Element | HTMLDocument | (Element | HTMLDocument)[] | undefined, maxLength?: number | undefined, options?: import("pretty-format").PrettyFormatOptions | undefined) => void;
228
+ logTestingPlaygroundURL: (element?: Element | HTMLDocument | undefined) => string;
229
+ };
230
+ export { act, cleanup, createEvent, customRender as render, customWithin as within, fireEvent, customScreen as screen, userEvent, waitFor, waitForElementToBeRemoved, };
231
+ //# sourceMappingURL=react-testing-library.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-testing-library.d.ts","sourceRoot":"","sources":["../../../src/utils/react-testing-library.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,GAAG,EACH,OAAO,EACP,WAAW,EACX,SAAS,EACT,OAAO,EAGP,OAAO,EACP,yBAAyB,EAEzB,aAAa,EACd,MAAM,wBAAwB,CAAC;AAChC,OAAO,SAAS,MAAM,6BAA6B,CAAC;AAUpD,QAAA,MAAM,YAAY,SACV,MAAM,YAAY,YACd,cAAc,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBrD,CAAC;AAEF,QAAA,MAAM,YAAY,YAAa,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AAG9E,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGjB,CAAC;AAEF,OAAO,EACL,GAAG,EACH,OAAO,EACP,WAAW,EACX,YAAY,IAAI,MAAM,EACtB,YAAY,IAAI,MAAM,EACtB,SAAS,EACT,YAAY,IAAI,MAAM,EACtB,SAAS,EACT,OAAO,EACP,yBAAyB,GAC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { TypeResponsive } from '../../types/system-props';
2
+ export declare const normalizeResponsiveProp: (value: TypeResponsive<any>) => TypeResponsive<any>;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/responsiveProps/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAC,MAAM,yBAAyB,CAAC;AAKvD,eAAO,MAAM,uBAAuB,UAE3B,eAAe,GAAG,CAAC,KAEzB,eAAe,GAAG,CA8BpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import * as styles from 'styled-system';
2
+ export declare const COMMON: styles.styleFn;
3
+ export declare const BORDER: styles.styleFn;
4
+ export declare const TYPOGRAPHY: styles.styleFn;
5
+ export declare const LAYOUT: styles.styleFn;
6
+ export declare const POSITION: styles.styleFn;
7
+ export declare const FLEXBOX: styles.styleFn;
8
+ export declare const GRID: styles.styleFn;
9
+ //# sourceMappingURL=system-props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"system-props.d.ts","sourceRoot":"","sources":["../../../src/utils/system-props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,MAAM,gBAOlB,CAAC;AAEF,eAAO,MAAM,MAAM,gBAgBlB,CAAC;AAEF,eAAO,MAAM,UAAU,gBAOtB,CAAC;AAEF,eAAO,MAAM,MAAM,gBAWlB,CAAC;AAEF,eAAO,MAAM,QAAQ,gBAOpB,CAAC;AAEF,eAAO,MAAM,OAAO,gBAcnB,CAAC;AAEF,eAAO,MAAM,IAAI,gBAAc,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * The useInteractiveColor hook has context of theme mode (light or dark)
3
+ * and can be used to lighten or darken a color dynamically
4
+ *
5
+ * note: colors are limited to our theme colors
6
+ */
7
+ declare const useInteractiveColor: (themeColor: string) => string;
8
+ export { useInteractiveColor };
9
+ //# sourceMappingURL=useInteractiveColor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useInteractiveColor.d.ts","sourceRoot":"","sources":["../../../src/utils/useInteractiveColor.ts"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,QAAA,MAAM,mBAAmB,eAAgB,MAAM,KAAG,MAkBjD,CAAC;AAEF,OAAO,EAAC,mBAAmB,EAAC,CAAC"}
@@ -0,0 +1 @@
1
+ import * as React from 'react';
@@ -0,0 +1,110 @@
1
+ var _excluded = ["fontSize"],
2
+ _excluded2 = ["appearance", "name", "src", "variant", "type", "size", "bg", "color"];
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
5
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
7
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
8
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
9
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import * as React from 'react';
13
+ import { useState, useCallback, useMemo, memo } from 'react';
14
+ import styled, { css } from 'styled-components';
15
+ import classnames from 'classnames';
16
+ import Box from "../Box";
17
+ import Image from "../Image";
18
+ import Text from "../Text";
19
+ var defaultType = 'neutral';
20
+
21
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
22
+ var AvatarText = styled(function (_ref) {
23
+ var fontSize = _ref.fontSize,
24
+ rest = _objectWithoutProperties(_ref, _excluded);
25
+ return /*#__PURE__*/React.createElement(Text, rest);
26
+ }).withConfig({
27
+ displayName: "Avatar__AvatarText",
28
+ componentId: "sc-1ffu253-0"
29
+ })(["font-size:", "px;color:", "px;"], function (props) {
30
+ return props.fontSize;
31
+ }, function (props) {
32
+ return props.color;
33
+ });
34
+ var Container = styled(Box).withConfig({
35
+ displayName: "Avatar__Container",
36
+ componentId: "sc-1ffu253-1"
37
+ })(["", ""], function (_ref2) {
38
+ var theme = _ref2.theme,
39
+ type = _ref2.type,
40
+ variant = _ref2.variant,
41
+ bg = _ref2.bg;
42
+ return css(["color:", ";background:", ";"], theme.colors[type][variant === 'dark' ? '200' : '900'], bg ? bg : theme.colors[type][variant === 'dark' ? '900' : '200']);
43
+ });
44
+ var getInitials = function getInitials(name) {
45
+ var fallback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '?';
46
+ if (!name || typeof name !== 'string') return fallback;
47
+ return name.replace(/\s+/, ' ').split(' ') // Repeated spaces results in empty strings
48
+ .slice(0, 2).map(function (v) {
49
+ return v && v[0].toUpperCase();
50
+ }) // Watch out for empty strings
51
+ .join('');
52
+ };
53
+ export var Avatar = function Avatar(_ref3) {
54
+ var _ref3$appearance = _ref3.appearance,
55
+ appearance = _ref3$appearance === void 0 ? 'circle' : _ref3$appearance,
56
+ _ref3$name = _ref3.name,
57
+ name = _ref3$name === void 0 ? '' : _ref3$name,
58
+ src = _ref3.src,
59
+ _ref3$variant = _ref3.variant,
60
+ variant = _ref3$variant === void 0 ? 'light' : _ref3$variant,
61
+ _ref3$type = _ref3.type,
62
+ type = _ref3$type === void 0 ? defaultType : _ref3$type,
63
+ _ref3$size = _ref3.size,
64
+ size = _ref3$size === void 0 ? '40px' : _ref3$size,
65
+ bg = _ref3.bg,
66
+ color = _ref3.color,
67
+ rest = _objectWithoutProperties(_ref3, _excluded2);
68
+ var _useState = useState(false),
69
+ _useState2 = _slicedToArray(_useState, 2),
70
+ imageFailedLoading = _useState2[0],
71
+ setImageFailedLoading = _useState2[1];
72
+ var initials = useMemo(function () {
73
+ return getInitials(name);
74
+ }, [name]);
75
+ var handleError = useCallback(function () {
76
+ setImageFailedLoading(true);
77
+ }, [setImageFailedLoading]);
78
+
79
+ // Font size for initials is half the size of the avatar, rounded down.
80
+ var fontSize = Math.floor(Number(size.replace('px', '')) * 0.4);
81
+ return /*#__PURE__*/React.createElement(Container, _extends({
82
+ className: classnames(variant),
83
+ size: size,
84
+ overflow: "hidden",
85
+ borderRadius: appearance === 'leaf' ? '40% 0 40% 0' : '50%',
86
+ position: "relative",
87
+ display: "flex",
88
+ flexShrink: 0,
89
+ justifyContent: "center",
90
+ alignItems: "center",
91
+ title: name,
92
+ bg: bg,
93
+ variant: variant,
94
+ type: type,
95
+ "data-qa-user-avatar": name
96
+ }, rest), !src || imageFailedLoading ? /*#__PURE__*/React.createElement(AvatarText, {
97
+ lineHeight: size,
98
+ fontWeight: "semibold",
99
+ fontSize: fontSize,
100
+ color: color
101
+ }, initials) : /*#__PURE__*/React.createElement(Image, {
102
+ alt: name,
103
+ width: "auto",
104
+ height: "100%",
105
+ src: src,
106
+ onError: handleError,
107
+ m: 0
108
+ }));
109
+ };
110
+ export default /*#__PURE__*/memo(Avatar);
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export * from "./Avatar.flow";
@@ -1,112 +1,4 @@
1
- var _excluded = ["fontSize"],
2
- _excluded2 = ["appearance", "name", "src", "variant", "type", "size", "bg", "color"];
3
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
5
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
7
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
8
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
9
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
- import * as React from 'react';
13
- import { useState, useCallback, useMemo, memo } from 'react';
14
- import styled, { css } from 'styled-components';
15
- import classnames from 'classnames';
16
- import Box from "../Box";
17
- import Image from "../Image";
18
- import Text from "../Text";
19
- var AvatarText = styled(function (_ref) {
20
- var fontSize = _ref.fontSize,
21
- rest = _objectWithoutProperties(_ref, _excluded);
22
- return /*#__PURE__*/React.createElement(Text, rest);
23
- }).withConfig({
24
- displayName: "Avatar__AvatarText",
25
- componentId: "sc-yx873f-0"
26
- })(["font-size:", "px;color:", "px;"], function (props) {
27
- return props.fontSize;
28
- }, function (props) {
29
- return props.color;
30
- });
31
- var Container = styled(Box).withConfig({
32
- displayName: "Avatar__Container",
33
- componentId: "sc-yx873f-1"
34
- })(["", ""], function (_ref2) {
35
- var theme = _ref2.theme,
36
- type = _ref2.type,
37
- variant = _ref2.variant,
38
- bg = _ref2.bg;
39
- return css(["color:", ";background:", ";"], theme.colors[type][variant === 'dark' ? '200' : '900'], bg ? bg : theme.colors[type][variant === 'dark' ? '900' : '200']);
40
- });
41
- var getInitials = function getInitials(name) {
42
- var fallback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '?';
43
- if (!name || typeof name !== 'string') return fallback;
44
- return name.replace(/\s+/, ' ').split(' ') // Repeated spaces results in empty strings
45
- .slice(0, 2).map(function (v) {
46
- return v && v[0].toUpperCase();
47
- }) // Watch out for empty strings
48
- .join('');
49
- };
50
- export var Avatar = function Avatar(_ref3) {
51
- var _ref3$appearance = _ref3.appearance,
52
- appearance = _ref3$appearance === void 0 ? 'circle' : _ref3$appearance,
53
- name = _ref3.name,
54
- src = _ref3.src,
55
- _ref3$variant = _ref3.variant,
56
- variant = _ref3$variant === void 0 ? 'light' : _ref3$variant,
57
- _ref3$type = _ref3.type,
58
- type = _ref3$type === void 0 ? 'neutral' : _ref3$type,
59
- _ref3$size = _ref3.size,
60
- size = _ref3$size === void 0 ? '40px' : _ref3$size,
61
- bg = _ref3.bg,
62
- color = _ref3.color,
63
- rest = _objectWithoutProperties(_ref3, _excluded2);
64
- var _useState = useState(false),
65
- _useState2 = _slicedToArray(_useState, 2),
66
- imageFailedLoading = _useState2[0],
67
- setImageFailedLoading = _useState2[1];
68
- var initials = useMemo(function () {
69
- return getInitials(name);
70
- }, [name]);
71
- var handleError = useCallback(function () {
72
- setImageFailedLoading(true);
73
- }, [setImageFailedLoading]);
74
-
75
- // Font size for initials is half the size of the avatar, rounded down.
76
- var fontSize = Math.floor(Number(size.replace('px', '')) * 0.4);
77
- return (
78
- /*#__PURE__*/
79
- // $FlowIssue - upgrade v0.112.0
80
- React.createElement(Container, _extends({
81
- className: classnames(variant),
82
- size: size,
83
- overflow: "hidden",
84
- borderRadius: appearance === 'leaf' ? '40% 0 40% 0' : '50%',
85
- position: "relative",
86
- display: "flex",
87
- flexShrink: 0,
88
- justifyContent: "center",
89
- alignItems: "center",
90
- title: name,
91
- bg: bg,
92
- variant: variant,
93
- type: type,
94
- "data-qa-user-avatar": name
95
- }, rest), !src || imageFailedLoading ? /*#__PURE__*/React.createElement(AvatarText, {
96
- lineHeight: size,
97
- fontWeight: "semibold",
98
- fontSize: fontSize,
99
- color: color
100
- }, initials) : /*#__PURE__*/React.createElement(Image, {
101
- alt: name,
102
- width: "auto",
103
- height: "100%",
104
- src: src,
105
- onError: handleError,
106
- m: 0
107
- }))
108
- );
109
- };
110
-
111
- // $FlowIssue Upgrade 0.111.1
112
- export default /*#__PURE__*/memo(Avatar);
1
+ import Avatar from "./Avatar";
2
+ export default Avatar;
3
+ export { Avatar };
4
+ export * from "./AvatarTypes";
@@ -0,0 +1 @@
1
+ import * as React from 'react';