@plesk/ui-library 3.27.1 → 3.27.2

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 (422) hide show
  1. package/README.md +35 -35
  2. package/cjs/components/Action/Action.js +3 -3
  3. package/cjs/components/Alert/Alert.js +5 -5
  4. package/cjs/components/AutoClosable/AutoClosable.js +3 -3
  5. package/cjs/components/AuxiliaryActions/AuxiliaryActions.js +3 -3
  6. package/cjs/components/Badge/Badge.js +3 -3
  7. package/cjs/components/Breadcrumbs/Breadcrumbs.js +4 -4
  8. package/cjs/components/Button/Button.js +50 -50
  9. package/cjs/components/ButtonGroup/ButtonGroup.js +3 -3
  10. package/cjs/components/Card/Card.js +52 -52
  11. package/cjs/components/Card/CardButton.js +2 -2
  12. package/cjs/components/Card/PreviewPanel.js +3 -3
  13. package/cjs/components/Card/images/no-image.svg +6 -6
  14. package/cjs/components/CardList/CardList.js +55 -55
  15. package/cjs/components/Carousel/Carousel.js +11 -11
  16. package/cjs/components/Checkbox/Checkbox.js +3 -3
  17. package/cjs/components/CodeEditor/CodeEditor.js +40 -40
  18. package/cjs/components/Columns/Column.js +3 -3
  19. package/cjs/components/Columns/Columns.js +3 -3
  20. package/cjs/components/ComboBox/ComboBox.js +4 -4
  21. package/cjs/components/ComboBox/ComboBoxOption.js +3 -3
  22. package/cjs/components/ConsoleOutput/ConsoleOutput.js +3 -3
  23. package/cjs/components/ContentLoader/ContentLoader.js +3 -3
  24. package/cjs/components/Cuttable/Cuttable.js +3 -3
  25. package/cjs/components/Dialog/Dialog.js +63 -63
  26. package/cjs/components/Drawer/Drawer.js +71 -71
  27. package/cjs/components/Dropdown/Dropdown.js +24 -24
  28. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessage.js +4 -4
  29. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageActions.js +3 -3
  30. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.js +3 -3
  31. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.js +3 -3
  32. package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.js +3 -3
  33. package/cjs/components/Figure/Figure.js +14 -14
  34. package/cjs/components/Form/Form.js +4 -4
  35. package/cjs/components/Form/utils.js +22 -22
  36. package/cjs/components/FormField/FormField.js +78 -78
  37. package/cjs/components/FormFieldCheckbox/FormFieldCheckbox.js +26 -26
  38. package/cjs/components/FormFieldPassword/FormFieldPassword.js +36 -46
  39. package/cjs/components/FormFieldRadioButtons/FormFieldRadioButtons.js +32 -32
  40. package/cjs/components/FormFieldSelect/FormFieldSelect.js +4 -4
  41. package/cjs/components/FormFieldText/FormFieldText.js +36 -36
  42. package/cjs/components/Grid/Grid.js +37 -37
  43. package/cjs/components/GridCol/GridCol.js +25 -25
  44. package/cjs/components/Heading/Heading.js +3 -3
  45. package/cjs/components/Hint/Hint.js +3 -3
  46. package/cjs/components/Icon/Icon.js +6 -6
  47. package/cjs/components/Icon/images/symbols.svg +1653 -1653
  48. package/cjs/components/InPlaceEdit/InPlaceEdit.js +15 -15
  49. package/cjs/components/Input/Input.js +3 -3
  50. package/cjs/components/InputFile/InputFile.js +3 -3
  51. package/cjs/components/InputNumber/InputNumber.js +3 -3
  52. package/cjs/components/Item/Item.js +41 -41
  53. package/cjs/components/ItemLink/ItemLink.js +4 -4
  54. package/cjs/components/ItemList/ItemList.js +6 -6
  55. package/cjs/components/Label/Label.js +3 -3
  56. package/cjs/components/Layer/Layer.js +2 -2
  57. package/cjs/components/Layout/Layout.js +55 -55
  58. package/cjs/components/Link/Link.js +6 -6
  59. package/cjs/components/List/List.js +134 -134
  60. package/cjs/components/List/ListAction.js +4 -4
  61. package/cjs/components/List/ListActions.js +3 -3
  62. package/cjs/components/List/ListActionsDivider.js +4 -4
  63. package/cjs/components/List/ListEmptyView.js +4 -4
  64. package/cjs/components/List/ListOperation.js +4 -4
  65. package/cjs/components/LocaleProvider/LocaleProvider.js +3 -3
  66. package/cjs/components/Markdown/Markdown.js +13 -13
  67. package/cjs/components/Media/Media.js +37 -37
  68. package/cjs/components/Media/MediaSection.js +10 -10
  69. package/cjs/components/Menu/Menu.js +28 -28
  70. package/cjs/components/Menu/MenuBaseItem.js +19 -19
  71. package/cjs/components/Menu/MenuDivider.js +7 -7
  72. package/cjs/components/Menu/MenuHeader.js +10 -10
  73. package/cjs/components/Menu/MenuItem.js +27 -27
  74. package/cjs/components/Menu/MenuSelectableItem.js +13 -13
  75. package/cjs/components/Overlay/Backdrop.js +6 -6
  76. package/cjs/components/Overlay/Overlay.js +34 -34
  77. package/cjs/components/PageHeader/PageHeader.js +3 -3
  78. package/cjs/components/Pagination/Pagination.js +3 -3
  79. package/cjs/components/Panel/Panel.js +3 -3
  80. package/cjs/components/Paragraph/Paragraph.js +3 -3
  81. package/cjs/components/Plaintext/Plaintext.js +10 -10
  82. package/cjs/components/Popover/Popover.js +59 -59
  83. package/cjs/components/Popper/Popper.js +30 -30
  84. package/cjs/components/Progress/Progress.js +13 -13
  85. package/cjs/components/ProgressDialog/ProgressDialog.js +47 -47
  86. package/cjs/components/ProgressDialogStep/ProgressDialogStep.js +3 -3
  87. package/cjs/components/ProgressStep/ProgressStep.js +25 -25
  88. package/cjs/components/Radio/Radio.js +3 -3
  89. package/cjs/components/Rating/Rating.js +13 -13
  90. package/cjs/components/Rating/images/rating.svg +6 -6
  91. package/cjs/components/Section/Section.js +41 -41
  92. package/cjs/components/Section/SectionItem.js +18 -18
  93. package/cjs/components/SegmentedControl/SegmentedControl.js +37 -37
  94. package/cjs/components/Select/MultiValue.js +1 -1
  95. package/cjs/components/Select/Select.js +3 -3
  96. package/cjs/components/Select/SelectControl.js +1 -1
  97. package/cjs/components/Select/SelectOption.js +3 -3
  98. package/cjs/components/Select/SelectOptionGroup.js +3 -3
  99. package/cjs/components/Spinner/Spinner.js +2 -2
  100. package/cjs/components/SplitButton/SplitButton.js +20 -20
  101. package/cjs/components/Spot/Spot.js +3 -3
  102. package/cjs/components/Status/Status.js +3 -3
  103. package/cjs/components/StatusMessage/StatusMessage.js +4 -4
  104. package/cjs/components/Subnav/Subnav.js +22 -22
  105. package/cjs/components/Switch/Switch.js +31 -31
  106. package/cjs/components/SwitchesPanel/SwitchesPanel.js +10 -10
  107. package/cjs/components/SwitchesPanelItem/SwitchesPanelItem.js +33 -33
  108. package/cjs/components/Tabs/SearchBar.js +57 -57
  109. package/cjs/components/Tabs/Tab.js +28 -28
  110. package/cjs/components/Tabs/Tabs.js +33 -33
  111. package/cjs/components/Text/Text.js +3 -3
  112. package/cjs/components/TextArea/TextArea.js +3 -3
  113. package/cjs/components/Toaster/Toaster.js +32 -32
  114. package/cjs/components/Toolbar/Toolbar.js +13 -13
  115. package/cjs/components/Toolbar/ToolbarExpander.js +5 -5
  116. package/cjs/components/Toolbar/ToolbarGroup.js +17 -17
  117. package/cjs/components/Tooltip/Tooltip.js +19 -19
  118. package/cjs/components/Tour/Tour.js +5 -5
  119. package/cjs/components/Translate/Translate.js +25 -25
  120. package/cjs/index.js +1 -1
  121. package/dist/images/no-image.svg +6 -6
  122. package/dist/images/rating.svg +6 -6
  123. package/dist/images/symbols.svg +1653 -1653
  124. package/dist/plesk-ui-library-rtl.css +1 -1
  125. package/dist/plesk-ui-library-rtl.css.map +1 -1
  126. package/dist/plesk-ui-library.css +1 -1
  127. package/dist/plesk-ui-library.css.map +1 -1
  128. package/dist/plesk-ui-library.js +6447 -6457
  129. package/dist/plesk-ui-library.js.map +1 -1
  130. package/dist/plesk-ui-library.min.js +3 -3
  131. package/dist/plesk-ui-library.min.js.map +1 -1
  132. package/esm/components/Action/Action.js +3 -3
  133. package/esm/components/Alert/Alert.js +5 -5
  134. package/esm/components/AutoClosable/AutoClosable.js +3 -3
  135. package/esm/components/AuxiliaryActions/AuxiliaryActions.js +3 -3
  136. package/esm/components/Badge/Badge.js +3 -3
  137. package/esm/components/Breadcrumbs/Breadcrumbs.js +4 -4
  138. package/esm/components/Button/Button.js +50 -50
  139. package/esm/components/ButtonGroup/ButtonGroup.js +3 -3
  140. package/esm/components/Card/Card.js +52 -52
  141. package/esm/components/Card/CardButton.js +2 -2
  142. package/esm/components/Card/PreviewPanel.js +3 -3
  143. package/esm/components/Card/images/no-image.svg +6 -6
  144. package/esm/components/CardList/CardList.js +55 -55
  145. package/esm/components/Carousel/Carousel.js +11 -11
  146. package/esm/components/Checkbox/Checkbox.js +3 -3
  147. package/esm/components/CodeEditor/CodeEditor.js +40 -40
  148. package/esm/components/Columns/Column.js +3 -3
  149. package/esm/components/Columns/Columns.js +3 -3
  150. package/esm/components/ComboBox/ComboBox.js +4 -4
  151. package/esm/components/ComboBox/ComboBoxOption.js +3 -3
  152. package/esm/components/ConsoleOutput/ConsoleOutput.js +3 -3
  153. package/esm/components/ContentLoader/ContentLoader.js +3 -3
  154. package/esm/components/Cuttable/Cuttable.js +3 -3
  155. package/esm/components/Dialog/Dialog.js +63 -63
  156. package/esm/components/Drawer/Drawer.js +71 -71
  157. package/esm/components/Dropdown/Dropdown.js +24 -24
  158. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessage.js +4 -4
  159. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageActions.js +3 -3
  160. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.js +3 -3
  161. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.js +3 -3
  162. package/esm/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.js +3 -3
  163. package/esm/components/Figure/Figure.js +14 -14
  164. package/esm/components/Form/Form.js +4 -4
  165. package/esm/components/Form/utils.js +22 -22
  166. package/esm/components/FormField/FormField.js +78 -78
  167. package/esm/components/FormFieldCheckbox/FormFieldCheckbox.js +26 -26
  168. package/esm/components/FormFieldPassword/FormFieldPassword.js +36 -46
  169. package/esm/components/FormFieldRadioButtons/FormFieldRadioButtons.js +32 -32
  170. package/esm/components/FormFieldSelect/FormFieldSelect.js +4 -4
  171. package/esm/components/FormFieldText/FormFieldText.js +36 -36
  172. package/esm/components/Grid/Grid.js +37 -37
  173. package/esm/components/GridCol/GridCol.js +25 -25
  174. package/esm/components/Heading/Heading.js +3 -3
  175. package/esm/components/Hint/Hint.js +3 -3
  176. package/esm/components/Icon/Icon.js +6 -6
  177. package/esm/components/Icon/images/symbols.svg +1653 -1653
  178. package/esm/components/InPlaceEdit/InPlaceEdit.js +15 -15
  179. package/esm/components/Input/Input.js +3 -3
  180. package/esm/components/InputFile/InputFile.js +3 -3
  181. package/esm/components/InputNumber/InputNumber.js +3 -3
  182. package/esm/components/Item/Item.js +41 -41
  183. package/esm/components/ItemLink/ItemLink.js +4 -4
  184. package/esm/components/ItemList/ItemList.js +6 -6
  185. package/esm/components/Label/Label.js +3 -3
  186. package/esm/components/Layer/Layer.js +2 -2
  187. package/esm/components/Layout/Layout.js +55 -55
  188. package/esm/components/Link/Link.js +6 -6
  189. package/esm/components/List/List.js +134 -134
  190. package/esm/components/List/ListAction.js +4 -4
  191. package/esm/components/List/ListActions.js +3 -3
  192. package/esm/components/List/ListActionsDivider.js +4 -4
  193. package/esm/components/List/ListEmptyView.js +4 -4
  194. package/esm/components/List/ListOperation.js +4 -4
  195. package/esm/components/LocaleProvider/LocaleProvider.js +3 -3
  196. package/esm/components/Markdown/Markdown.js +13 -13
  197. package/esm/components/Media/Media.js +37 -37
  198. package/esm/components/Media/MediaSection.js +10 -10
  199. package/esm/components/Menu/Menu.js +28 -28
  200. package/esm/components/Menu/MenuBaseItem.js +19 -19
  201. package/esm/components/Menu/MenuDivider.js +7 -7
  202. package/esm/components/Menu/MenuHeader.js +10 -10
  203. package/esm/components/Menu/MenuItem.js +27 -27
  204. package/esm/components/Menu/MenuSelectableItem.js +13 -13
  205. package/esm/components/Overlay/Backdrop.js +6 -6
  206. package/esm/components/Overlay/Overlay.js +34 -34
  207. package/esm/components/PageHeader/PageHeader.js +3 -3
  208. package/esm/components/Pagination/Pagination.js +3 -3
  209. package/esm/components/Panel/Panel.js +3 -3
  210. package/esm/components/Paragraph/Paragraph.js +3 -3
  211. package/esm/components/Plaintext/Plaintext.js +10 -10
  212. package/esm/components/Popover/Popover.js +59 -59
  213. package/esm/components/Popper/Popper.js +30 -30
  214. package/esm/components/Progress/Progress.js +13 -13
  215. package/esm/components/ProgressDialog/ProgressDialog.js +47 -47
  216. package/esm/components/ProgressDialogStep/ProgressDialogStep.js +3 -3
  217. package/esm/components/ProgressStep/ProgressStep.js +25 -25
  218. package/esm/components/Radio/Radio.js +3 -3
  219. package/esm/components/Rating/Rating.js +13 -13
  220. package/esm/components/Rating/images/rating.svg +6 -6
  221. package/esm/components/Section/Section.js +41 -41
  222. package/esm/components/Section/SectionItem.js +18 -18
  223. package/esm/components/SegmentedControl/SegmentedControl.js +37 -37
  224. package/esm/components/Select/MultiValue.js +1 -1
  225. package/esm/components/Select/Select.js +3 -3
  226. package/esm/components/Select/SelectControl.js +1 -1
  227. package/esm/components/Select/SelectOption.js +3 -3
  228. package/esm/components/Select/SelectOptionGroup.js +3 -3
  229. package/esm/components/Spinner/Spinner.js +2 -2
  230. package/esm/components/SplitButton/SplitButton.js +20 -20
  231. package/esm/components/Spot/Spot.js +3 -3
  232. package/esm/components/Status/Status.js +3 -3
  233. package/esm/components/StatusMessage/StatusMessage.js +4 -4
  234. package/esm/components/Subnav/Subnav.js +22 -22
  235. package/esm/components/Switch/Switch.js +31 -31
  236. package/esm/components/SwitchesPanel/SwitchesPanel.js +10 -10
  237. package/esm/components/SwitchesPanelItem/SwitchesPanelItem.js +33 -33
  238. package/esm/components/Tabs/SearchBar.js +57 -57
  239. package/esm/components/Tabs/Tab.js +28 -28
  240. package/esm/components/Tabs/Tabs.js +33 -33
  241. package/esm/components/Text/Text.js +3 -3
  242. package/esm/components/TextArea/TextArea.js +3 -3
  243. package/esm/components/Toaster/Toaster.js +32 -32
  244. package/esm/components/Toolbar/Toolbar.js +13 -13
  245. package/esm/components/Toolbar/ToolbarExpander.js +5 -5
  246. package/esm/components/Toolbar/ToolbarGroup.js +17 -17
  247. package/esm/components/Tooltip/Tooltip.js +19 -19
  248. package/esm/components/Tour/Tour.js +5 -5
  249. package/esm/components/Translate/Translate.js +25 -25
  250. package/esm/index.js +1 -1
  251. package/index.js +5 -5
  252. package/package.json +151 -146
  253. package/scripts/postinstall.js +9 -9
  254. package/styleguide/browserconfig.xml +9 -9
  255. package/styleguide/build/bundle.1c9c8500.js +2 -0
  256. package/styleguide/build/{bundle.aabb094f.js.LICENSE.txt → bundle.1c9c8500.js.LICENSE.txt} +0 -0
  257. package/styleguide/images/no-image.svg +6 -6
  258. package/styleguide/images/rating.svg +6 -6
  259. package/styleguide/images/symbols.svg +1653 -1653
  260. package/styleguide/index.html +2 -2
  261. package/styleguide/placeholders/placeholder_400x200.svg +5 -5
  262. package/styleguide/placeholders/placeholder_400x400.svg +5 -5
  263. package/styleguide/placeholders/placeholder_600x400.svg +5 -5
  264. package/styleguide/safari-pinned-tab.svg +28 -28
  265. package/styleguide/site.webmanifest +19 -19
  266. package/types/package.d.ts +133 -128
  267. package/types/src/components/Action/Action.d.ts +61 -61
  268. package/types/src/components/Action/index.d.ts +1 -1
  269. package/types/src/components/Alert/Alert.d.ts +36 -36
  270. package/types/src/components/Alert/Alert.stories.d.ts +14 -14
  271. package/types/src/components/Alert/index.d.ts +1 -1
  272. package/types/src/components/AutoClosable/AutoClosable.d.ts +59 -59
  273. package/types/src/components/AutoClosable/index.d.ts +1 -1
  274. package/types/src/components/AuxiliaryActions/AuxiliaryActions.d.ts +28 -28
  275. package/types/src/components/AuxiliaryActions/index.d.ts +1 -1
  276. package/types/src/components/Badge/Badge.d.ts +39 -39
  277. package/types/src/components/Badge/index.d.ts +1 -1
  278. package/types/src/components/Breadcrumbs/Breadcrumbs.d.ts +25 -25
  279. package/types/src/components/Breadcrumbs/index.d.ts +1 -1
  280. package/types/src/components/Button/Button.stories.d.ts +16 -16
  281. package/types/src/components/ButtonGroup/ButtonGroup.d.ts +27 -27
  282. package/types/src/components/ButtonGroup/index.d.ts +1 -1
  283. package/types/src/components/Card/PreviewPanel.d.ts +53 -53
  284. package/types/src/components/Card/helpers.d.ts +5 -5
  285. package/types/src/components/Checkbox/Checkbox.d.ts +67 -67
  286. package/types/src/components/Checkbox/index.d.ts +1 -1
  287. package/types/src/components/ClosingConfirmation/index.d.ts +1 -1
  288. package/types/src/components/ClosingConfirmation/useClosingConfirmation.d.ts +10 -10
  289. package/types/src/components/Columns/Column.d.ts +52 -52
  290. package/types/src/components/Columns/Columns.d.ts +34 -34
  291. package/types/src/components/Columns/index.d.ts +2 -2
  292. package/types/src/components/ComboBox/ComboBox.d.ts +58 -58
  293. package/types/src/components/ComboBox/ComboBoxOption.d.ts +19 -19
  294. package/types/src/components/ComboBox/index.d.ts +2 -2
  295. package/types/src/components/ComboBoxDropdown/ComboBoxDropdown.d.ts +40 -40
  296. package/types/src/components/ComboBoxDropdown/index.d.ts +1 -1
  297. package/types/src/components/ConsoleOutput/ConsoleOutput.d.ts +52 -52
  298. package/types/src/components/ConsoleOutput/index.d.ts +1 -1
  299. package/types/src/components/ContentLoader/ContentLoader.d.ts +60 -60
  300. package/types/src/components/ContentLoader/IconsLoader.d.ts +10 -10
  301. package/types/src/components/ContentLoader/index.d.ts +1 -1
  302. package/types/src/components/Cuttable/Cuttable.d.ts +63 -63
  303. package/types/src/components/Cuttable/Cuttable.stories.d.ts +34 -34
  304. package/types/src/components/Cuttable/index.d.ts +1 -1
  305. package/types/src/components/Dialog/Dialog.stories.d.ts +22 -22
  306. package/types/src/components/DistractionFreeModeContext/DistractionFreeModeContext.d.ts +7 -7
  307. package/types/src/components/DistractionFreeModeContext/index.d.ts +1 -1
  308. package/types/src/components/Drawer/Drawer.stories.d.ts +40 -40
  309. package/types/src/components/Drawer/DrawerProgress.d.ts +45 -45
  310. package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessage.d.ts +38 -38
  311. package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageActions.d.ts +22 -22
  312. package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageDescription.d.ts +22 -22
  313. package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageSeparator.d.ts +13 -13
  314. package/types/src/components/ExtendedStatusMessage/ExtendedStatusMessageTitle.d.ts +22 -22
  315. package/types/src/components/ExtendedStatusMessage/index.d.ts +5 -5
  316. package/types/src/components/FocusTrap/FocusTrap.d.ts +7 -7
  317. package/types/src/components/FocusTrap/index.d.ts +1 -1
  318. package/types/src/components/Form/DisabledContext.d.ts +3 -3
  319. package/types/src/components/Form/Form.d.ts +163 -163
  320. package/types/src/components/Form/Form.stories.d.ts +12 -12
  321. package/types/src/components/Form/FormContext.d.ts +16 -16
  322. package/types/src/components/Form/index.d.ts +2 -2
  323. package/types/src/components/Form/utils.d.ts +32 -32
  324. package/types/src/components/FormFieldCheckbox/FormFieldCheckbox.stories.d.ts +17 -17
  325. package/types/src/components/FormFieldSelect/FormFieldSelect.d.ts +13 -13
  326. package/types/src/components/FormFieldSelect/index.d.ts +1 -1
  327. package/types/src/components/Heading/Heading.d.ts +39 -39
  328. package/types/src/components/Heading/index.d.ts +1 -1
  329. package/types/src/components/Hint/Hint.d.ts +24 -24
  330. package/types/src/components/Hint/index.d.ts +1 -1
  331. package/types/src/components/Icon/Icon.d.ts +88 -88
  332. package/types/src/components/Icon/Icon.stories.d.ts +6 -6
  333. package/types/src/components/Icon/constants.d.ts +3 -3
  334. package/types/src/components/Icon/index.d.ts +2 -2
  335. package/types/src/components/Icon/oldIconNames.d.ts +5 -5
  336. package/types/src/components/Input/Input.d.ts +57 -57
  337. package/types/src/components/Input/index.d.ts +1 -1
  338. package/types/src/components/InputFile/InputFile.d.ts +49 -49
  339. package/types/src/components/InputFile/index.d.ts +1 -1
  340. package/types/src/components/InputNumber/InputNumber.d.ts +64 -64
  341. package/types/src/components/InputNumber/index.d.ts +1 -1
  342. package/types/src/components/ItemLink/ItemLink.d.ts +28 -28
  343. package/types/src/components/ItemLink/ItemLink.stories.d.ts +14 -14
  344. package/types/src/components/ItemLink/index.d.ts +1 -1
  345. package/types/src/components/ItemList/ItemList.d.ts +113 -113
  346. package/types/src/components/ItemList/ItemList.stories.d.ts +289 -289
  347. package/types/src/components/Label/Label.d.ts +28 -28
  348. package/types/src/components/Label/index.d.ts +1 -1
  349. package/types/src/components/Layer/Layer.d.ts +29 -29
  350. package/types/src/components/Layer/index.d.ts +2 -2
  351. package/types/src/components/Link/Link.d.ts +47 -47
  352. package/types/src/components/Link/index.d.ts +1 -1
  353. package/types/src/components/List/List.stories.d.ts +29 -29
  354. package/types/src/components/List/ListAction.d.ts +39 -39
  355. package/types/src/components/List/ListActions.d.ts +30 -30
  356. package/types/src/components/List/ListActionsDivider.d.ts +10 -10
  357. package/types/src/components/List/ListEmptyView.d.ts +44 -44
  358. package/types/src/components/List/ListOperation.d.ts +42 -42
  359. package/types/src/components/List/ListOperationContext.d.ts +7 -7
  360. package/types/src/components/LocaleProvider/LocaleProvider.d.ts +37 -37
  361. package/types/src/components/LocaleProvider/index.d.ts +2 -2
  362. package/types/src/components/Menu/Menu.stories.d.ts +19 -19
  363. package/types/src/components/OnDarkContext/OnDarkContext.d.ts +3 -3
  364. package/types/src/components/OnDarkContext/index.d.ts +1 -1
  365. package/types/src/components/PageHeader/PageHeader.d.ts +53 -53
  366. package/types/src/components/PageHeader/index.d.ts +1 -1
  367. package/types/src/components/Pagination/Pagination.d.ts +77 -77
  368. package/types/src/components/Panel/Panel.d.ts +65 -65
  369. package/types/src/components/Paragraph/Paragraph.d.ts +29 -29
  370. package/types/src/components/Paragraph/index.d.ts +1 -1
  371. package/types/src/components/Popover/Popover.stories.d.ts +22 -22
  372. package/types/src/components/ProgressBar/ProgressBar.d.ts +23 -23
  373. package/types/src/components/ProgressBar/ProgressIndicator.d.ts +21 -21
  374. package/types/src/components/ProgressBar/index.d.ts +1 -1
  375. package/types/src/components/Radio/Radio.d.ts +52 -52
  376. package/types/src/components/Radio/index.d.ts +1 -1
  377. package/types/src/components/ResponsiveContext/ResponsiveContext.d.ts +3 -3
  378. package/types/src/components/ResponsiveContext/index.d.ts +1 -1
  379. package/types/src/components/Select/MultiValue.d.ts +9 -9
  380. package/types/src/components/Select/Select.d.ts +74 -74
  381. package/types/src/components/Select/Select.stories.d.ts +23 -23
  382. package/types/src/components/Select/SelectControl.d.ts +26 -26
  383. package/types/src/components/Select/SelectOption.d.ts +29 -29
  384. package/types/src/components/Select/SelectOptionGroup.d.ts +20 -20
  385. package/types/src/components/Select/index.d.ts +3 -3
  386. package/types/src/components/Select/structures.d.ts +19 -19
  387. package/types/src/components/Spinner/Spinner.d.ts +18 -18
  388. package/types/src/components/Spinner/index.d.ts +1 -1
  389. package/types/src/components/Spot/Spot.d.ts +70 -70
  390. package/types/src/components/Spot/SpotPopup.d.ts +25 -25
  391. package/types/src/components/Spot/SpotPulsar.d.ts +10 -10
  392. package/types/src/components/Spot/index.d.ts +1 -1
  393. package/types/src/components/Squeezer/Squeezer.d.ts +22 -22
  394. package/types/src/components/Squeezer/index.d.ts +1 -1
  395. package/types/src/components/Status/Status.d.ts +69 -69
  396. package/types/src/components/Status/Status.stories.d.ts +22 -22
  397. package/types/src/components/Status/index.d.ts +1 -1
  398. package/types/src/components/StatusMessage/StatusMessage.d.ts +29 -29
  399. package/types/src/components/StatusMessage/index.d.ts +1 -1
  400. package/types/src/components/Tabs/Tabs.stories.d.ts +7 -7
  401. package/types/src/components/Text/Text.d.ts +64 -64
  402. package/types/src/components/Text/index.d.ts +1 -1
  403. package/types/src/components/TextArea/TextArea.d.ts +69 -69
  404. package/types/src/components/TextArea/calculateNodeHeight.d.ts +6 -6
  405. package/types/src/components/Toast/Toast.d.ts +40 -40
  406. package/types/src/components/Toast/index.d.ts +2 -2
  407. package/types/src/components/Toaster/Toaster.d.ts +93 -93
  408. package/types/src/components/Toaster/index.d.ts +1 -1
  409. package/types/src/components/Toolbar/RegistryContext.d.ts +16 -16
  410. package/types/src/components/Toolbar/ToolbarExpander.d.ts +24 -24
  411. package/types/src/components/Toolbar/ToolbarItem.d.ts +2 -2
  412. package/types/src/components/Toolbar/ToolbarMenu.d.ts +7 -7
  413. package/types/src/components/Tour/Tour.d.ts +27 -27
  414. package/types/src/components/Tour/index.d.ts +1 -1
  415. package/types/src/components/VerticalContext/VerticalContext.d.ts +4 -4
  416. package/types/src/components/VerticalContext/index.d.ts +1 -1
  417. package/types/src/components/index.d.ts +98 -98
  418. package/types/src/components/intentIconMap.d.ts +4 -4
  419. package/types/src/components/utils.d.ts +28 -28
  420. package/types/src/index.d.ts +5 -5
  421. package/types/src/utils.d.ts +5 -5
  422. package/styleguide/build/bundle.aabb094f.js +0 -2
@@ -1,289 +1,289 @@
1
- import React from 'react';
2
- export declare const Basic: {
3
- (args: {
4
- hoverable?: boolean | undefined;
5
- stretchable?: boolean | undefined;
6
- selectable?: boolean | "multiple" | "toggleable" | undefined;
7
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
8
- value?: string | number | (string | number)[] | undefined;
9
- defaultValue?: string | number | (string | number)[] | undefined;
10
- reorderable?: boolean | undefined;
11
- onReorderEnd?: (() => void) | undefined;
12
- children: (React.ReactElement<{
13
- className?: string | undefined;
14
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
15
- value?: string | number | undefined;
16
- view?: "card" | "simple" | undefined;
17
- disabled?: boolean | undefined;
18
- hoverable?: boolean | undefined;
19
- footer?: React.ReactNode;
20
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
21
- className?: string | undefined;
22
- baseClassName?: string | undefined;
23
- } & Pick<React.PropsWithChildren<{
24
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
25
- }>, "gap">): JSX.Element;
26
- args: {
27
- hoverable?: boolean | undefined;
28
- stretchable?: boolean | undefined;
29
- selectable?: boolean | "multiple" | "toggleable" | undefined;
30
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
31
- value?: string | number | (string | number)[] | undefined;
32
- defaultValue?: string | number | (string | number)[] | undefined;
33
- reorderable?: boolean | undefined;
34
- onReorderEnd?: (() => void) | undefined;
35
- children: (React.ReactElement<{
36
- className?: string | undefined;
37
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
38
- value?: string | number | undefined;
39
- view?: "card" | "simple" | undefined;
40
- disabled?: boolean | undefined;
41
- hoverable?: boolean | undefined;
42
- footer?: React.ReactNode;
43
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
44
- className?: string | undefined;
45
- baseClassName?: string | undefined;
46
- } & Pick<React.PropsWithChildren<{
47
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
48
- }>, "gap">;
49
- };
50
- export declare const Cards: {
51
- (args: {
52
- hoverable?: boolean | undefined;
53
- stretchable?: boolean | undefined;
54
- selectable?: boolean | "multiple" | "toggleable" | undefined;
55
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
56
- value?: string | number | (string | number)[] | undefined;
57
- defaultValue?: string | number | (string | number)[] | undefined;
58
- reorderable?: boolean | undefined;
59
- onReorderEnd?: (() => void) | undefined;
60
- children: (React.ReactElement<{
61
- className?: string | undefined;
62
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
63
- value?: string | number | undefined;
64
- view?: "card" | "simple" | undefined;
65
- disabled?: boolean | undefined;
66
- hoverable?: boolean | undefined;
67
- footer?: React.ReactNode;
68
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
69
- className?: string | undefined;
70
- baseClassName?: string | undefined;
71
- } & Pick<React.PropsWithChildren<{
72
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
73
- }>, "gap">): JSX.Element;
74
- args: {
75
- hoverable?: boolean | undefined;
76
- stretchable?: boolean | undefined;
77
- selectable?: boolean | "multiple" | "toggleable" | undefined;
78
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
79
- value?: string | number | (string | number)[] | undefined;
80
- defaultValue?: string | number | (string | number)[] | undefined;
81
- reorderable?: boolean | undefined;
82
- onReorderEnd?: (() => void) | undefined;
83
- children: (React.ReactElement<{
84
- className?: string | undefined;
85
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
86
- value?: string | number | undefined;
87
- view?: "card" | "simple" | undefined;
88
- disabled?: boolean | undefined;
89
- hoverable?: boolean | undefined;
90
- footer?: React.ReactNode;
91
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
92
- className?: string | undefined;
93
- baseClassName?: string | undefined;
94
- } & Pick<React.PropsWithChildren<{
95
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
96
- }>, "gap">;
97
- };
98
- export declare const Reorderables: {
99
- (args: {
100
- hoverable?: boolean | undefined;
101
- stretchable?: boolean | undefined;
102
- selectable?: boolean | "multiple" | "toggleable" | undefined;
103
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
104
- value?: string | number | (string | number)[] | undefined;
105
- defaultValue?: string | number | (string | number)[] | undefined;
106
- reorderable?: boolean | undefined;
107
- onReorderEnd?: (() => void) | undefined;
108
- children: (React.ReactElement<{
109
- className?: string | undefined;
110
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
111
- value?: string | number | undefined;
112
- view?: "card" | "simple" | undefined;
113
- disabled?: boolean | undefined;
114
- hoverable?: boolean | undefined;
115
- footer?: React.ReactNode;
116
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
117
- className?: string | undefined;
118
- baseClassName?: string | undefined;
119
- } & Pick<React.PropsWithChildren<{
120
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
121
- }>, "gap">): JSX.Element;
122
- args: {
123
- hoverable?: boolean | undefined;
124
- stretchable?: boolean | undefined;
125
- selectable?: boolean | "multiple" | "toggleable" | undefined;
126
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
127
- value?: string | number | (string | number)[] | undefined;
128
- defaultValue?: string | number | (string | number)[] | undefined;
129
- reorderable?: boolean | undefined;
130
- onReorderEnd?: (() => void) | undefined;
131
- children: (React.ReactElement<{
132
- className?: string | undefined;
133
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
134
- value?: string | number | undefined;
135
- view?: "card" | "simple" | undefined;
136
- disabled?: boolean | undefined;
137
- hoverable?: boolean | undefined;
138
- footer?: React.ReactNode;
139
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
140
- className?: string | undefined;
141
- baseClassName?: string | undefined;
142
- } & Pick<React.PropsWithChildren<{
143
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
144
- }>, "gap">;
145
- };
146
- export declare const Selectables: {
147
- (args: {
148
- hoverable?: boolean | undefined;
149
- stretchable?: boolean | undefined;
150
- selectable?: boolean | "multiple" | "toggleable" | undefined;
151
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
152
- value?: string | number | (string | number)[] | undefined;
153
- defaultValue?: string | number | (string | number)[] | undefined;
154
- reorderable?: boolean | undefined;
155
- onReorderEnd?: (() => void) | undefined;
156
- children: (React.ReactElement<{
157
- className?: string | undefined;
158
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
159
- value?: string | number | undefined;
160
- view?: "card" | "simple" | undefined;
161
- disabled?: boolean | undefined;
162
- hoverable?: boolean | undefined;
163
- footer?: React.ReactNode;
164
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
165
- className?: string | undefined;
166
- baseClassName?: string | undefined;
167
- } & Pick<React.PropsWithChildren<{
168
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
169
- }>, "gap">): JSX.Element;
170
- args: {
171
- hoverable?: boolean | undefined;
172
- stretchable?: boolean | undefined;
173
- selectable?: boolean | "multiple" | "toggleable" | undefined;
174
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
175
- value?: string | number | (string | number)[] | undefined;
176
- defaultValue?: string | number | (string | number)[] | undefined;
177
- reorderable?: boolean | undefined;
178
- onReorderEnd?: (() => void) | undefined;
179
- children: (React.ReactElement<{
180
- className?: string | undefined;
181
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
182
- value?: string | number | undefined;
183
- view?: "card" | "simple" | undefined;
184
- disabled?: boolean | undefined;
185
- hoverable?: boolean | undefined;
186
- footer?: React.ReactNode;
187
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
188
- className?: string | undefined;
189
- baseClassName?: string | undefined;
190
- } & Pick<React.PropsWithChildren<{
191
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
192
- }>, "gap">;
193
- };
194
- export declare const HoverableItemList: {
195
- (args: {
196
- hoverable?: boolean | undefined;
197
- stretchable?: boolean | undefined;
198
- selectable?: boolean | "multiple" | "toggleable" | undefined;
199
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
200
- value?: string | number | (string | number)[] | undefined;
201
- defaultValue?: string | number | (string | number)[] | undefined;
202
- reorderable?: boolean | undefined;
203
- onReorderEnd?: (() => void) | undefined;
204
- children: (React.ReactElement<{
205
- className?: string | undefined;
206
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
207
- value?: string | number | undefined;
208
- view?: "card" | "simple" | undefined;
209
- disabled?: boolean | undefined;
210
- hoverable?: boolean | undefined;
211
- footer?: React.ReactNode;
212
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
213
- className?: string | undefined;
214
- baseClassName?: string | undefined;
215
- } & Pick<React.PropsWithChildren<{
216
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
217
- }>, "gap">): JSX.Element;
218
- args: {
219
- hoverable?: boolean | undefined;
220
- stretchable?: boolean | undefined;
221
- selectable?: boolean | "multiple" | "toggleable" | undefined;
222
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
223
- value?: string | number | (string | number)[] | undefined;
224
- defaultValue?: string | number | (string | number)[] | undefined;
225
- reorderable?: boolean | undefined;
226
- onReorderEnd?: (() => void) | undefined;
227
- children: (React.ReactElement<{
228
- className?: string | undefined;
229
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
230
- value?: string | number | undefined;
231
- view?: "card" | "simple" | undefined;
232
- disabled?: boolean | undefined;
233
- hoverable?: boolean | undefined;
234
- footer?: React.ReactNode;
235
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
236
- className?: string | undefined;
237
- baseClassName?: string | undefined;
238
- } & Pick<React.PropsWithChildren<{
239
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
240
- }>, "gap">;
241
- };
242
- export declare const HoverableItems: {
243
- (args: {
244
- hoverable?: boolean | undefined;
245
- stretchable?: boolean | undefined;
246
- selectable?: boolean | "multiple" | "toggleable" | undefined;
247
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
248
- value?: string | number | (string | number)[] | undefined;
249
- defaultValue?: string | number | (string | number)[] | undefined;
250
- reorderable?: boolean | undefined;
251
- onReorderEnd?: (() => void) | undefined;
252
- children: (React.ReactElement<{
253
- className?: string | undefined;
254
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
255
- value?: string | number | undefined;
256
- view?: "card" | "simple" | undefined;
257
- disabled?: boolean | undefined;
258
- hoverable?: boolean | undefined;
259
- footer?: React.ReactNode;
260
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
261
- className?: string | undefined;
262
- baseClassName?: string | undefined;
263
- } & Pick<React.PropsWithChildren<{
264
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
265
- }>, "gap">): JSX.Element;
266
- args: {
267
- hoverable?: boolean | undefined;
268
- stretchable?: boolean | undefined;
269
- selectable?: boolean | "multiple" | "toggleable" | undefined;
270
- onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
271
- value?: string | number | (string | number)[] | undefined;
272
- defaultValue?: string | number | (string | number)[] | undefined;
273
- reorderable?: boolean | undefined;
274
- onReorderEnd?: (() => void) | undefined;
275
- children: (React.ReactElement<{
276
- className?: string | undefined;
277
- onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
278
- value?: string | number | undefined;
279
- view?: "card" | "simple" | undefined;
280
- disabled?: boolean | undefined;
281
- hoverable?: boolean | undefined;
282
- footer?: React.ReactNode;
283
- }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
284
- className?: string | undefined;
285
- baseClassName?: string | undefined;
286
- } & Pick<React.PropsWithChildren<{
287
- gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
288
- }>, "gap">;
289
- };
1
+ import React from 'react';
2
+ export declare const Basic: {
3
+ (args: {
4
+ hoverable?: boolean | undefined;
5
+ stretchable?: boolean | undefined;
6
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
7
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
8
+ value?: string | number | (string | number)[] | undefined;
9
+ defaultValue?: string | number | (string | number)[] | undefined;
10
+ reorderable?: boolean | undefined;
11
+ onReorderEnd?: (() => void) | undefined;
12
+ children: (React.ReactElement<{
13
+ className?: string | undefined;
14
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
15
+ value?: string | number | undefined;
16
+ view?: "card" | "simple" | undefined;
17
+ disabled?: boolean | undefined;
18
+ hoverable?: boolean | undefined;
19
+ footer?: React.ReactNode;
20
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
21
+ className?: string | undefined;
22
+ baseClassName?: string | undefined;
23
+ } & Pick<React.PropsWithChildren<{
24
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
25
+ }>, "gap">): JSX.Element;
26
+ args: {
27
+ hoverable?: boolean | undefined;
28
+ stretchable?: boolean | undefined;
29
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
30
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
31
+ value?: string | number | (string | number)[] | undefined;
32
+ defaultValue?: string | number | (string | number)[] | undefined;
33
+ reorderable?: boolean | undefined;
34
+ onReorderEnd?: (() => void) | undefined;
35
+ children: (React.ReactElement<{
36
+ className?: string | undefined;
37
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
38
+ value?: string | number | undefined;
39
+ view?: "card" | "simple" | undefined;
40
+ disabled?: boolean | undefined;
41
+ hoverable?: boolean | undefined;
42
+ footer?: React.ReactNode;
43
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
44
+ className?: string | undefined;
45
+ baseClassName?: string | undefined;
46
+ } & Pick<React.PropsWithChildren<{
47
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
48
+ }>, "gap">;
49
+ };
50
+ export declare const Cards: {
51
+ (args: {
52
+ hoverable?: boolean | undefined;
53
+ stretchable?: boolean | undefined;
54
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
55
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
56
+ value?: string | number | (string | number)[] | undefined;
57
+ defaultValue?: string | number | (string | number)[] | undefined;
58
+ reorderable?: boolean | undefined;
59
+ onReorderEnd?: (() => void) | undefined;
60
+ children: (React.ReactElement<{
61
+ className?: string | undefined;
62
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
63
+ value?: string | number | undefined;
64
+ view?: "card" | "simple" | undefined;
65
+ disabled?: boolean | undefined;
66
+ hoverable?: boolean | undefined;
67
+ footer?: React.ReactNode;
68
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
69
+ className?: string | undefined;
70
+ baseClassName?: string | undefined;
71
+ } & Pick<React.PropsWithChildren<{
72
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
73
+ }>, "gap">): JSX.Element;
74
+ args: {
75
+ hoverable?: boolean | undefined;
76
+ stretchable?: boolean | undefined;
77
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
78
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
79
+ value?: string | number | (string | number)[] | undefined;
80
+ defaultValue?: string | number | (string | number)[] | undefined;
81
+ reorderable?: boolean | undefined;
82
+ onReorderEnd?: (() => void) | undefined;
83
+ children: (React.ReactElement<{
84
+ className?: string | undefined;
85
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
86
+ value?: string | number | undefined;
87
+ view?: "card" | "simple" | undefined;
88
+ disabled?: boolean | undefined;
89
+ hoverable?: boolean | undefined;
90
+ footer?: React.ReactNode;
91
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
92
+ className?: string | undefined;
93
+ baseClassName?: string | undefined;
94
+ } & Pick<React.PropsWithChildren<{
95
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
96
+ }>, "gap">;
97
+ };
98
+ export declare const Reorderables: {
99
+ (args: {
100
+ hoverable?: boolean | undefined;
101
+ stretchable?: boolean | undefined;
102
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
103
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
104
+ value?: string | number | (string | number)[] | undefined;
105
+ defaultValue?: string | number | (string | number)[] | undefined;
106
+ reorderable?: boolean | undefined;
107
+ onReorderEnd?: (() => void) | undefined;
108
+ children: (React.ReactElement<{
109
+ className?: string | undefined;
110
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
111
+ value?: string | number | undefined;
112
+ view?: "card" | "simple" | undefined;
113
+ disabled?: boolean | undefined;
114
+ hoverable?: boolean | undefined;
115
+ footer?: React.ReactNode;
116
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
117
+ className?: string | undefined;
118
+ baseClassName?: string | undefined;
119
+ } & Pick<React.PropsWithChildren<{
120
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
121
+ }>, "gap">): JSX.Element;
122
+ args: {
123
+ hoverable?: boolean | undefined;
124
+ stretchable?: boolean | undefined;
125
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
126
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
127
+ value?: string | number | (string | number)[] | undefined;
128
+ defaultValue?: string | number | (string | number)[] | undefined;
129
+ reorderable?: boolean | undefined;
130
+ onReorderEnd?: (() => void) | undefined;
131
+ children: (React.ReactElement<{
132
+ className?: string | undefined;
133
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
134
+ value?: string | number | undefined;
135
+ view?: "card" | "simple" | undefined;
136
+ disabled?: boolean | undefined;
137
+ hoverable?: boolean | undefined;
138
+ footer?: React.ReactNode;
139
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
140
+ className?: string | undefined;
141
+ baseClassName?: string | undefined;
142
+ } & Pick<React.PropsWithChildren<{
143
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
144
+ }>, "gap">;
145
+ };
146
+ export declare const Selectables: {
147
+ (args: {
148
+ hoverable?: boolean | undefined;
149
+ stretchable?: boolean | undefined;
150
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
151
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
152
+ value?: string | number | (string | number)[] | undefined;
153
+ defaultValue?: string | number | (string | number)[] | undefined;
154
+ reorderable?: boolean | undefined;
155
+ onReorderEnd?: (() => void) | undefined;
156
+ children: (React.ReactElement<{
157
+ className?: string | undefined;
158
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
159
+ value?: string | number | undefined;
160
+ view?: "card" | "simple" | undefined;
161
+ disabled?: boolean | undefined;
162
+ hoverable?: boolean | undefined;
163
+ footer?: React.ReactNode;
164
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
165
+ className?: string | undefined;
166
+ baseClassName?: string | undefined;
167
+ } & Pick<React.PropsWithChildren<{
168
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
169
+ }>, "gap">): JSX.Element;
170
+ args: {
171
+ hoverable?: boolean | undefined;
172
+ stretchable?: boolean | undefined;
173
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
174
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
175
+ value?: string | number | (string | number)[] | undefined;
176
+ defaultValue?: string | number | (string | number)[] | undefined;
177
+ reorderable?: boolean | undefined;
178
+ onReorderEnd?: (() => void) | undefined;
179
+ children: (React.ReactElement<{
180
+ className?: string | undefined;
181
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
182
+ value?: string | number | undefined;
183
+ view?: "card" | "simple" | undefined;
184
+ disabled?: boolean | undefined;
185
+ hoverable?: boolean | undefined;
186
+ footer?: React.ReactNode;
187
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
188
+ className?: string | undefined;
189
+ baseClassName?: string | undefined;
190
+ } & Pick<React.PropsWithChildren<{
191
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
192
+ }>, "gap">;
193
+ };
194
+ export declare const HoverableItemList: {
195
+ (args: {
196
+ hoverable?: boolean | undefined;
197
+ stretchable?: boolean | undefined;
198
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
199
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
200
+ value?: string | number | (string | number)[] | undefined;
201
+ defaultValue?: string | number | (string | number)[] | undefined;
202
+ reorderable?: boolean | undefined;
203
+ onReorderEnd?: (() => void) | undefined;
204
+ children: (React.ReactElement<{
205
+ className?: string | undefined;
206
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
207
+ value?: string | number | undefined;
208
+ view?: "card" | "simple" | undefined;
209
+ disabled?: boolean | undefined;
210
+ hoverable?: boolean | undefined;
211
+ footer?: React.ReactNode;
212
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
213
+ className?: string | undefined;
214
+ baseClassName?: string | undefined;
215
+ } & Pick<React.PropsWithChildren<{
216
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
217
+ }>, "gap">): JSX.Element;
218
+ args: {
219
+ hoverable?: boolean | undefined;
220
+ stretchable?: boolean | undefined;
221
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
222
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
223
+ value?: string | number | (string | number)[] | undefined;
224
+ defaultValue?: string | number | (string | number)[] | undefined;
225
+ reorderable?: boolean | undefined;
226
+ onReorderEnd?: (() => void) | undefined;
227
+ children: (React.ReactElement<{
228
+ className?: string | undefined;
229
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
230
+ value?: string | number | undefined;
231
+ view?: "card" | "simple" | undefined;
232
+ disabled?: boolean | undefined;
233
+ hoverable?: boolean | undefined;
234
+ footer?: React.ReactNode;
235
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
236
+ className?: string | undefined;
237
+ baseClassName?: string | undefined;
238
+ } & Pick<React.PropsWithChildren<{
239
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
240
+ }>, "gap">;
241
+ };
242
+ export declare const HoverableItems: {
243
+ (args: {
244
+ hoverable?: boolean | undefined;
245
+ stretchable?: boolean | undefined;
246
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
247
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
248
+ value?: string | number | (string | number)[] | undefined;
249
+ defaultValue?: string | number | (string | number)[] | undefined;
250
+ reorderable?: boolean | undefined;
251
+ onReorderEnd?: (() => void) | undefined;
252
+ children: (React.ReactElement<{
253
+ className?: string | undefined;
254
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
255
+ value?: string | number | undefined;
256
+ view?: "card" | "simple" | undefined;
257
+ disabled?: boolean | undefined;
258
+ hoverable?: boolean | undefined;
259
+ footer?: React.ReactNode;
260
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
261
+ className?: string | undefined;
262
+ baseClassName?: string | undefined;
263
+ } & Pick<React.PropsWithChildren<{
264
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
265
+ }>, "gap">): JSX.Element;
266
+ args: {
267
+ hoverable?: boolean | undefined;
268
+ stretchable?: boolean | undefined;
269
+ selectable?: boolean | "multiple" | "toggleable" | undefined;
270
+ onSelect?: ((value: string | number | (string | number)[] | null) => void) | undefined;
271
+ value?: string | number | (string | number)[] | undefined;
272
+ defaultValue?: string | number | (string | number)[] | undefined;
273
+ reorderable?: boolean | undefined;
274
+ onReorderEnd?: (() => void) | undefined;
275
+ children: (React.ReactElement<{
276
+ className?: string | undefined;
277
+ onClick?: ((e: React.MouseEvent<React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, MouseEvent>) => void) | undefined;
278
+ value?: string | number | undefined;
279
+ view?: "card" | "simple" | undefined;
280
+ disabled?: boolean | undefined;
281
+ hoverable?: boolean | undefined;
282
+ footer?: React.ReactNode;
283
+ }, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null)[];
284
+ className?: string | undefined;
285
+ baseClassName?: string | undefined;
286
+ } & Pick<React.PropsWithChildren<{
287
+ gap?: "md" | "lg" | "xs" | "sm" | "xl" | undefined;
288
+ }>, "gap">;
289
+ };