@neo4j-ndl/react 2.16.26 → 3.0.0-alpha-9886872

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 (461) hide show
  1. package/lib/cjs/_common/CodeBlockWrapper.js +10 -8
  2. package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
  3. package/lib/cjs/_common/ConditionalWrap.js +1 -1
  4. package/lib/cjs/_common/ConditionalWrap.js.map +1 -1
  5. package/lib/cjs/_common/coditionalWrap.js +1 -1
  6. package/lib/cjs/_common/coditionalWrap.js.map +1 -1
  7. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +6 -20
  8. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
  9. package/lib/cjs/_common/messages.js +1 -2
  10. package/lib/cjs/_common/messages.js.map +1 -1
  11. package/lib/cjs/{helpers → _common}/types.js +1 -2
  12. package/lib/cjs/_common/types.js.map +1 -0
  13. package/lib/cjs/accordion/Accordion.js +24 -24
  14. package/lib/cjs/accordion/Accordion.js.map +1 -1
  15. package/lib/cjs/avatar/Avatar.js +7 -17
  16. package/lib/cjs/avatar/Avatar.js.map +1 -1
  17. package/lib/cjs/banner/Banner.js +30 -25
  18. package/lib/cjs/banner/Banner.js.map +1 -1
  19. package/lib/cjs/breadcrumbs/Breadcrumbs.js +60 -90
  20. package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
  21. package/lib/cjs/button/Button.js +17 -33
  22. package/lib/cjs/button/Button.js.map +1 -1
  23. package/lib/cjs/button/IconButton.js +13 -21
  24. package/lib/cjs/button/IconButton.js.map +1 -1
  25. package/lib/cjs/button/IconButtonArray.js +43 -22
  26. package/lib/cjs/button/IconButtonArray.js.map +1 -1
  27. package/lib/cjs/callout/Callout.js +2 -14
  28. package/lib/cjs/callout/Callout.js.map +1 -1
  29. package/lib/cjs/charts/Axis.js +216 -0
  30. package/lib/cjs/charts/Axis.js.map +1 -0
  31. package/lib/cjs/charts/CartesianGrid.js +73 -0
  32. package/lib/cjs/charts/CartesianGrid.js.map +1 -0
  33. package/lib/cjs/charts/Chart.js +538 -0
  34. package/lib/cjs/charts/Chart.js.map +1 -0
  35. package/lib/cjs/charts/ChartTooltip.js +56 -0
  36. package/lib/cjs/charts/ChartTooltip.js.map +1 -0
  37. package/lib/cjs/charts/Charts.js +99 -0
  38. package/lib/cjs/charts/Charts.js.map +1 -0
  39. package/lib/cjs/charts/Dot.js +31 -0
  40. package/lib/cjs/charts/Dot.js.map +1 -0
  41. package/lib/cjs/charts/Legend.js +180 -0
  42. package/lib/cjs/charts/Legend.js.map +1 -0
  43. package/lib/cjs/charts/Line.js +101 -0
  44. package/lib/cjs/charts/Line.js.map +1 -0
  45. package/lib/cjs/{textarea → charts}/index.js +1 -1
  46. package/lib/cjs/charts/index.js.map +1 -0
  47. package/lib/cjs/{table/TableContext.js → charts/utils.js} +18 -14
  48. package/lib/cjs/charts/utils.js.map +1 -0
  49. package/lib/cjs/checkbox/Checkbox.js +2 -14
  50. package/lib/cjs/checkbox/Checkbox.js.map +1 -1
  51. package/lib/cjs/clipboard-copier/ClipboardButton.js +16 -20
  52. package/lib/cjs/clipboard-copier/ClipboardButton.js.map +1 -1
  53. package/lib/cjs/code/Code.js +179 -0
  54. package/lib/cjs/code/Code.js.map +1 -0
  55. package/lib/cjs/{code-block → code}/index.js +1 -1
  56. package/lib/cjs/code/index.js.map +1 -0
  57. package/lib/cjs/code/languages.js +49 -0
  58. package/lib/cjs/code/languages.js.map +1 -0
  59. package/lib/cjs/context-menu/ContextMenu.js +202 -319
  60. package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
  61. package/lib/cjs/data-grid/Components.js +73 -44
  62. package/lib/cjs/data-grid/Components.js.map +1 -1
  63. package/lib/cjs/data-grid/DataGrid.js +6 -6
  64. package/lib/cjs/data-grid/DataGrid.js.map +1 -1
  65. package/lib/cjs/data-grid/illustrations/NoData.js +27 -0
  66. package/lib/cjs/data-grid/illustrations/NoData.js.map +1 -0
  67. package/lib/cjs/date-picker/DatePicker.js +33 -10
  68. package/lib/cjs/date-picker/DatePicker.js.map +1 -1
  69. package/lib/cjs/dialog/Dialog.js +21 -35
  70. package/lib/cjs/dialog/Dialog.js.map +1 -1
  71. package/lib/cjs/divider/Divider.js +2 -14
  72. package/lib/cjs/divider/Divider.js.map +1 -1
  73. package/lib/cjs/drawer/Drawer.js +10 -8
  74. package/lib/cjs/drawer/Drawer.js.map +1 -1
  75. package/lib/cjs/dropdown/Dropdown.js +18 -34
  76. package/lib/cjs/dropdown/Dropdown.js.map +1 -1
  77. package/lib/cjs/dropdown/Overrides.js +6 -2
  78. package/lib/cjs/dropdown/Overrides.js.map +1 -1
  79. package/lib/cjs/dropdown-button/DropdownButton.js +2 -21
  80. package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
  81. package/lib/{types/context-menu/SafeArea.d.ts → cjs/dropdown-button/avatar-test.stories.tsx.js} +10 -18
  82. package/lib/cjs/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
  83. package/lib/cjs/dropzone/Dropzone.js +4 -15
  84. package/lib/cjs/dropzone/Dropzone.js.map +1 -1
  85. package/lib/cjs/graph-label/GraphLabel.js +33 -34
  86. package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
  87. package/lib/cjs/helpers/index.js +0 -1
  88. package/lib/cjs/helpers/index.js.map +1 -1
  89. package/lib/cjs/hooks/index.js +5 -3
  90. package/lib/cjs/hooks/index.js.map +1 -1
  91. package/lib/cjs/icons/generated/heroIcons.js +917 -596
  92. package/lib/cjs/icons/generated/heroIcons.js.map +1 -1
  93. package/lib/cjs/index.js +4 -6
  94. package/lib/cjs/index.js.map +1 -1
  95. package/lib/cjs/inline-edit/InlineEdit.js +12 -7
  96. package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
  97. package/lib/cjs/label/Label.js +4 -16
  98. package/lib/cjs/label/Label.js.map +1 -1
  99. package/lib/cjs/layout/Box.js +4 -16
  100. package/lib/cjs/layout/Box.js.map +1 -1
  101. package/lib/cjs/layout/Flex.js +4 -16
  102. package/lib/cjs/layout/Flex.js.map +1 -1
  103. package/lib/cjs/loading-spinner/LoadingSpinner.js +2 -13
  104. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
  105. package/lib/cjs/modal/Modal.js +2 -2
  106. package/lib/cjs/modal/Modal.js.map +1 -1
  107. package/lib/cjs/popover/Popover.js +89 -207
  108. package/lib/cjs/popover/Popover.js.map +1 -1
  109. package/lib/cjs/popover/use-popover.js +86 -0
  110. package/lib/cjs/popover/use-popover.js.map +1 -0
  111. package/lib/cjs/progress-bar/ProgressBar.js +2 -14
  112. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
  113. package/lib/cjs/radio/Radio.js +2 -1
  114. package/lib/cjs/radio/Radio.js.map +1 -1
  115. package/lib/cjs/segmented-control/SegmentedControl.js +7 -19
  116. package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
  117. package/lib/cjs/side-navigation/SideNavigation.js +52 -59
  118. package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
  119. package/lib/cjs/slider/Slider.js +5 -6
  120. package/lib/cjs/slider/Slider.js.map +1 -1
  121. package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
  122. package/lib/cjs/switch/Switch.js +13 -1
  123. package/lib/cjs/switch/Switch.js.map +1 -1
  124. package/lib/cjs/tabs/Tabs.js +11 -27
  125. package/lib/cjs/tabs/Tabs.js.map +1 -1
  126. package/lib/cjs/tag/Tag.js +5 -18
  127. package/lib/cjs/tag/Tag.js.map +1 -1
  128. package/lib/cjs/text-area/TextArea.js +70 -0
  129. package/lib/cjs/text-area/TextArea.js.map +1 -0
  130. package/lib/cjs/{cypher-code-block → text-area}/index.js +1 -1
  131. package/lib/cjs/text-area/index.js.map +1 -0
  132. package/lib/cjs/text-input/TextInput.js +14 -24
  133. package/lib/cjs/text-input/TextInput.js.map +1 -1
  134. package/lib/cjs/text-link/TextLink.js +4 -17
  135. package/lib/cjs/text-link/TextLink.js.map +1 -1
  136. package/lib/cjs/toast/Toast.js +2 -3
  137. package/lib/cjs/toast/Toast.js.map +1 -1
  138. package/lib/cjs/tooltip/Tooltip.js +125 -0
  139. package/lib/cjs/tooltip/Tooltip.js.map +1 -0
  140. package/lib/cjs/{tip → tooltip}/index.js +15 -16
  141. package/lib/cjs/tooltip/index.js.map +1 -0
  142. package/lib/cjs/tooltip/use-tooltip.js +78 -0
  143. package/lib/cjs/tooltip/use-tooltip.js.map +1 -0
  144. package/lib/cjs/tree-view/TreeView.js +4 -16
  145. package/lib/cjs/tree-view/TreeView.js.map +1 -1
  146. package/lib/cjs/tree-view/TreeViewTextItem.js +11 -7
  147. package/lib/cjs/tree-view/TreeViewTextItem.js.map +1 -1
  148. package/lib/cjs/typography/Typography.js +4 -4
  149. package/lib/cjs/typography/Typography.js.map +1 -1
  150. package/lib/cjs/widget/Widget.js +3 -15
  151. package/lib/cjs/widget/Widget.js.map +1 -1
  152. package/lib/cjs/wizard/Wizard.js +106 -80
  153. package/lib/cjs/wizard/Wizard.js.map +1 -1
  154. package/lib/esm/_common/CodeBlockWrapper.js +10 -8
  155. package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
  156. package/lib/esm/_common/ConditionalWrap.js +1 -1
  157. package/lib/esm/_common/ConditionalWrap.js.map +1 -1
  158. package/lib/esm/_common/coditionalWrap.js +1 -1
  159. package/lib/esm/_common/coditionalWrap.js.map +1 -1
  160. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +7 -21
  161. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
  162. package/lib/esm/_common/messages.js +0 -1
  163. package/lib/esm/_common/messages.js.map +1 -1
  164. package/lib/esm/{helpers → _common}/types.js +0 -1
  165. package/lib/esm/_common/types.js.map +1 -0
  166. package/lib/esm/accordion/Accordion.js +25 -25
  167. package/lib/esm/accordion/Accordion.js.map +1 -1
  168. package/lib/esm/avatar/Avatar.js +7 -17
  169. package/lib/esm/avatar/Avatar.js.map +1 -1
  170. package/lib/esm/banner/Banner.js +30 -25
  171. package/lib/esm/banner/Banner.js.map +1 -1
  172. package/lib/esm/breadcrumbs/Breadcrumbs.js +39 -92
  173. package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
  174. package/lib/esm/button/Button.js +11 -27
  175. package/lib/esm/button/Button.js.map +1 -1
  176. package/lib/esm/button/IconButton.js +13 -21
  177. package/lib/esm/button/IconButton.js.map +1 -1
  178. package/lib/esm/button/IconButtonArray.js +43 -22
  179. package/lib/esm/button/IconButtonArray.js.map +1 -1
  180. package/lib/esm/callout/Callout.js +2 -14
  181. package/lib/esm/callout/Callout.js.map +1 -1
  182. package/lib/esm/charts/Axis.js +187 -0
  183. package/lib/esm/charts/Axis.js.map +1 -0
  184. package/lib/esm/charts/CartesianGrid.js +66 -0
  185. package/lib/esm/charts/CartesianGrid.js.map +1 -0
  186. package/lib/esm/charts/Chart.js +517 -0
  187. package/lib/esm/charts/Chart.js.map +1 -0
  188. package/lib/esm/charts/ChartTooltip.js +50 -0
  189. package/lib/esm/charts/ChartTooltip.js.map +1 -0
  190. package/lib/esm/charts/Charts.js +96 -0
  191. package/lib/esm/charts/Charts.js.map +1 -0
  192. package/lib/esm/charts/Dot.js +28 -0
  193. package/lib/esm/charts/Dot.js.map +1 -0
  194. package/lib/esm/charts/Legend.js +174 -0
  195. package/lib/esm/charts/Legend.js.map +1 -0
  196. package/lib/esm/charts/Line.js +75 -0
  197. package/lib/esm/charts/Line.js.map +1 -0
  198. package/lib/esm/charts/index.js +22 -0
  199. package/lib/esm/charts/index.js.map +1 -0
  200. package/lib/esm/{table/TableContext.js → charts/utils.js} +16 -11
  201. package/lib/esm/charts/utils.js.map +1 -0
  202. package/lib/esm/checkbox/Checkbox.js +2 -14
  203. package/lib/esm/checkbox/Checkbox.js.map +1 -1
  204. package/lib/esm/clipboard-copier/ClipboardButton.js +16 -20
  205. package/lib/esm/clipboard-copier/ClipboardButton.js.map +1 -1
  206. package/lib/esm/code/Code.js +150 -0
  207. package/lib/esm/code/Code.js.map +1 -0
  208. package/lib/{types/text-input-preview/index.d.ts → esm/code/index.js} +2 -1
  209. package/lib/esm/code/index.js.map +1 -0
  210. package/lib/esm/code/languages.js +46 -0
  211. package/lib/esm/code/languages.js.map +1 -0
  212. package/lib/esm/context-menu/ContextMenu.js +198 -295
  213. package/lib/esm/context-menu/ContextMenu.js.map +1 -1
  214. package/lib/esm/data-grid/Components.js +69 -43
  215. package/lib/esm/data-grid/Components.js.map +1 -1
  216. package/lib/esm/data-grid/DataGrid.js +6 -6
  217. package/lib/esm/data-grid/DataGrid.js.map +1 -1
  218. package/lib/esm/data-grid/illustrations/NoData.js +25 -0
  219. package/lib/esm/data-grid/illustrations/NoData.js.map +1 -0
  220. package/lib/esm/date-picker/DatePicker.js +33 -10
  221. package/lib/esm/date-picker/DatePicker.js.map +1 -1
  222. package/lib/esm/dialog/Dialog.js +21 -35
  223. package/lib/esm/dialog/Dialog.js.map +1 -1
  224. package/lib/esm/divider/Divider.js +2 -14
  225. package/lib/esm/divider/Divider.js.map +1 -1
  226. package/lib/esm/drawer/Drawer.js +11 -9
  227. package/lib/esm/drawer/Drawer.js.map +1 -1
  228. package/lib/esm/dropdown/Dropdown.js +18 -34
  229. package/lib/esm/dropdown/Dropdown.js.map +1 -1
  230. package/lib/esm/dropdown/Overrides.js +6 -2
  231. package/lib/esm/dropdown/Overrides.js.map +1 -1
  232. package/lib/esm/dropdown-button/DropdownButton.js +2 -21
  233. package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
  234. package/lib/esm/dropdown-button/avatar-test.stories.tsx.js +27 -0
  235. package/lib/esm/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
  236. package/lib/esm/dropzone/Dropzone.js +4 -15
  237. package/lib/esm/dropzone/Dropzone.js.map +1 -1
  238. package/lib/esm/graph-label/GraphLabel.js +33 -34
  239. package/lib/esm/graph-label/GraphLabel.js.map +1 -1
  240. package/lib/esm/helpers/index.js +0 -1
  241. package/lib/esm/helpers/index.js.map +1 -1
  242. package/lib/esm/hooks/index.js +1 -1
  243. package/lib/esm/hooks/index.js.map +1 -1
  244. package/lib/esm/icons/generated/heroIcons.js +904 -584
  245. package/lib/esm/icons/generated/heroIcons.js.map +1 -1
  246. package/lib/esm/index.js +4 -6
  247. package/lib/esm/index.js.map +1 -1
  248. package/lib/esm/inline-edit/InlineEdit.js +12 -7
  249. package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
  250. package/lib/esm/label/Label.js +4 -16
  251. package/lib/esm/label/Label.js.map +1 -1
  252. package/lib/esm/layout/Box.js +6 -18
  253. package/lib/esm/layout/Box.js.map +1 -1
  254. package/lib/esm/layout/Flex.js +5 -17
  255. package/lib/esm/layout/Flex.js.map +1 -1
  256. package/lib/esm/loading-spinner/LoadingSpinner.js +2 -13
  257. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
  258. package/lib/esm/modal/Modal.js +2 -2
  259. package/lib/esm/modal/Modal.js.map +1 -1
  260. package/lib/esm/popover/Popover.js +64 -204
  261. package/lib/esm/popover/Popover.js.map +1 -1
  262. package/lib/esm/popover/use-popover.js +83 -0
  263. package/lib/esm/popover/use-popover.js.map +1 -0
  264. package/lib/esm/progress-bar/ProgressBar.js +2 -14
  265. package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
  266. package/lib/esm/radio/Radio.js +2 -1
  267. package/lib/esm/radio/Radio.js.map +1 -1
  268. package/lib/esm/segmented-control/SegmentedControl.js +8 -20
  269. package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
  270. package/lib/esm/side-navigation/SideNavigation.js +52 -59
  271. package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
  272. package/lib/esm/slider/Slider.js +5 -6
  273. package/lib/esm/slider/Slider.js.map +1 -1
  274. package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
  275. package/lib/esm/switch/Switch.js +13 -1
  276. package/lib/esm/switch/Switch.js.map +1 -1
  277. package/lib/esm/tabs/Tabs.js +12 -28
  278. package/lib/esm/tabs/Tabs.js.map +1 -1
  279. package/lib/esm/tag/Tag.js +5 -18
  280. package/lib/esm/tag/Tag.js.map +1 -1
  281. package/lib/esm/text-area/TextArea.js +67 -0
  282. package/lib/esm/text-area/TextArea.js.map +1 -0
  283. package/lib/esm/{textarea → text-area}/index.js +1 -1
  284. package/lib/esm/text-area/index.js.map +1 -0
  285. package/lib/esm/text-input/TextInput.js +14 -24
  286. package/lib/esm/text-input/TextInput.js.map +1 -1
  287. package/lib/esm/text-link/TextLink.js +4 -17
  288. package/lib/esm/text-link/TextLink.js.map +1 -1
  289. package/lib/esm/toast/Toast.js +2 -3
  290. package/lib/esm/toast/Toast.js.map +1 -1
  291. package/lib/esm/tooltip/Tooltip.js +119 -0
  292. package/lib/esm/tooltip/Tooltip.js.map +1 -0
  293. package/lib/esm/{tip → tooltip}/index.js +0 -1
  294. package/lib/esm/tooltip/index.js.map +1 -0
  295. package/lib/esm/tooltip/use-tooltip.js +73 -0
  296. package/lib/esm/tooltip/use-tooltip.js.map +1 -0
  297. package/lib/esm/tree-view/TreeView.js +4 -16
  298. package/lib/esm/tree-view/TreeView.js.map +1 -1
  299. package/lib/esm/tree-view/TreeViewTextItem.js +11 -7
  300. package/lib/esm/tree-view/TreeViewTextItem.js.map +1 -1
  301. package/lib/esm/typography/Typography.js +5 -5
  302. package/lib/esm/typography/Typography.js.map +1 -1
  303. package/lib/esm/widget/Widget.js +3 -15
  304. package/lib/esm/widget/Widget.js.map +1 -1
  305. package/lib/esm/wizard/Wizard.js +83 -76
  306. package/lib/esm/wizard/Wizard.js.map +1 -1
  307. package/lib/types/_common/CodeBlockWrapper.d.ts +10 -6
  308. package/lib/types/_common/ConditionalWrap.d.ts +2 -2
  309. package/lib/types/_common/coditionalWrap.d.ts +2 -2
  310. package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +15 -4
  311. package/lib/types/_common/input/types.d.ts +7 -9
  312. package/lib/types/_common/messages.d.ts +0 -1
  313. package/lib/types/_common/types.d.ts +40 -0
  314. package/lib/types/accordion/Accordion.d.ts +15 -9
  315. package/lib/types/avatar/Avatar.d.ts +14 -7
  316. package/lib/types/banner/Banner.d.ts +39 -19
  317. package/lib/types/breadcrumbs/Breadcrumbs.d.ts +18 -21
  318. package/lib/types/button/Button.d.ts +35 -13
  319. package/lib/types/button/IconButton.d.ts +31 -12
  320. package/lib/types/button/IconButtonArray.d.ts +20 -15
  321. package/lib/types/callout/Callout.d.ts +6 -3
  322. package/lib/types/charts/Axis.d.ts +37 -0
  323. package/lib/types/{tip/Tooltip.d.ts → charts/CartesianGrid.d.ts} +7 -6
  324. package/lib/types/charts/Chart.d.ts +105 -0
  325. package/lib/types/charts/ChartTooltip.d.ts +59 -0
  326. package/lib/types/charts/Charts.d.ts +94 -0
  327. package/lib/types/charts/Dot.d.ts +27 -0
  328. package/lib/types/charts/Legend.d.ts +25 -0
  329. package/lib/types/charts/Line.d.ts +43 -0
  330. package/lib/types/{textarea → charts}/index.d.ts +1 -1
  331. package/lib/{esm/code-block/index.js → types/charts/utils.d.ts} +3 -2
  332. package/lib/types/clipboard-copier/ClipboardButton.d.ts +6 -4
  333. package/lib/types/{code-block/CodeBlock.d.ts → code/Code.d.ts} +29 -7
  334. package/lib/types/{code-block → code}/index.d.ts +1 -1
  335. package/lib/types/code/languages.d.ts +22 -0
  336. package/lib/types/context-menu/ContextMenu.d.ts +43 -66
  337. package/lib/types/data-grid/Components.d.ts +12 -5
  338. package/lib/types/data-grid/DataGrid.d.ts +8 -5
  339. package/lib/types/data-grid/DataGridContext.d.ts +3 -3
  340. package/lib/types/data-grid/datagrid-types.d.ts +3 -3
  341. package/lib/types/data-grid/illustrations/NoData.d.ts +23 -0
  342. package/lib/types/date-picker/DatePicker.d.ts +6 -6
  343. package/lib/types/dialog/Dialog.d.ts +14 -10
  344. package/lib/types/divider/Divider.d.ts +6 -3
  345. package/lib/types/drawer/Drawer.d.ts +11 -8
  346. package/lib/types/dropdown/Dropdown.d.ts +4 -1
  347. package/lib/types/dropdown/Overrides.d.ts +1 -1
  348. package/lib/types/dropdown/types.d.ts +5 -6
  349. package/lib/types/dropdown-button/DropdownButton.d.ts +7 -2
  350. package/lib/{esm/cypher-code-block/index.js → types/dropdown-button/avatar-test.stories.tsx.d.ts} +3 -2
  351. package/lib/types/dropzone/Dropzone.d.ts +8 -2
  352. package/lib/types/graph-label/GraphLabel.d.ts +18 -7
  353. package/lib/types/helpers/index.d.ts +0 -1
  354. package/lib/types/hooks/index.d.ts +1 -1
  355. package/lib/types/icons/generated/heroIcons.d.ts +256 -0
  356. package/lib/types/index.d.ts +4 -6
  357. package/lib/types/inline-edit/InlineEdit.d.ts +5 -2
  358. package/lib/types/label/Label.d.ts +4 -3
  359. package/lib/types/layout/Box.d.ts +6 -10
  360. package/lib/types/layout/Flex.d.ts +6 -11
  361. package/lib/types/loading-spinner/LoadingSpinner.d.ts +2 -0
  362. package/lib/types/modal/Modal.d.ts +6 -4
  363. package/lib/types/popover/Popover.d.ts +37 -66
  364. package/lib/types/popover/index.d.ts +4 -0
  365. package/lib/types/popover/use-popover.d.ts +44 -0
  366. package/lib/types/portal/Portal.d.ts +1 -1
  367. package/lib/types/progress-bar/ProgressBar.d.ts +5 -2
  368. package/lib/types/segmented-control/SegmentedControl.d.ts +13 -5
  369. package/lib/types/side-navigation/SideNavigation.d.ts +35 -19
  370. package/lib/types/slider/Slider.d.ts +7 -4
  371. package/lib/types/status-indicator/StatusIndicator.d.ts +4 -2
  372. package/lib/types/tabs/Tabs.d.ts +10 -19
  373. package/lib/types/tag/Tag.d.ts +9 -7
  374. package/lib/types/{textarea/Textarea.d.ts → text-area/TextArea.d.ts} +22 -6
  375. package/lib/types/{cypher-code-block → text-area}/index.d.ts +1 -1
  376. package/lib/types/text-input/TextInput.d.ts +18 -10
  377. package/lib/types/text-link/TextLink.d.ts +8 -6
  378. package/lib/types/toast/Toast.d.ts +3 -0
  379. package/lib/types/tooltip/Tooltip.d.ts +80 -0
  380. package/lib/types/{tip → tooltip}/index.d.ts +0 -1
  381. package/lib/types/tooltip/use-tooltip.d.ts +38 -0
  382. package/lib/types/tree-view/TreeView.d.ts +7 -3
  383. package/lib/types/tree-view/tree-view-types.d.ts +2 -2
  384. package/lib/types/typography/Typography.d.ts +16 -5
  385. package/lib/types/widget/Widget.d.ts +3 -0
  386. package/lib/types/wizard/Wizard.d.ts +18 -10
  387. package/package.json +37 -36
  388. package/lib/cjs/code-block/CodeBlock.js +0 -105
  389. package/lib/cjs/code-block/CodeBlock.js.map +0 -1
  390. package/lib/cjs/code-block/index.js.map +0 -1
  391. package/lib/cjs/code-block/languages.js +0 -303
  392. package/lib/cjs/code-block/languages.js.map +0 -1
  393. package/lib/cjs/context-menu/SafeArea.js +0 -84
  394. package/lib/cjs/context-menu/SafeArea.js.map +0 -1
  395. package/lib/cjs/cypher-code-block/CypherCodeBlock.js +0 -74
  396. package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +0 -1
  397. package/lib/cjs/cypher-code-block/index.js.map +0 -1
  398. package/lib/cjs/helpers/types.js.map +0 -1
  399. package/lib/cjs/table/Components.js +0 -264
  400. package/lib/cjs/table/Components.js.map +0 -1
  401. package/lib/cjs/table/Table.js +0 -100
  402. package/lib/cjs/table/Table.js.map +0 -1
  403. package/lib/cjs/table/TableContext.js.map +0 -1
  404. package/lib/cjs/table/helpers.js +0 -86
  405. package/lib/cjs/table/helpers.js.map +0 -1
  406. package/lib/cjs/table/index.js +0 -55
  407. package/lib/cjs/table/index.js.map +0 -1
  408. package/lib/cjs/text-input-preview/TextInputPreview.js +0 -75
  409. package/lib/cjs/text-input-preview/TextInputPreview.js.map +0 -1
  410. package/lib/cjs/text-input-preview/index.js +0 -38
  411. package/lib/cjs/text-input-preview/index.js.map +0 -1
  412. package/lib/cjs/textarea/Textarea.js +0 -84
  413. package/lib/cjs/textarea/Textarea.js.map +0 -1
  414. package/lib/cjs/textarea/index.js.map +0 -1
  415. package/lib/cjs/tip/Tip.js +0 -196
  416. package/lib/cjs/tip/Tip.js.map +0 -1
  417. package/lib/cjs/tip/Tooltip.js +0 -56
  418. package/lib/cjs/tip/Tooltip.js.map +0 -1
  419. package/lib/cjs/tip/index.js.map +0 -1
  420. package/lib/esm/code-block/CodeBlock.js +0 -79
  421. package/lib/esm/code-block/CodeBlock.js.map +0 -1
  422. package/lib/esm/code-block/index.js.map +0 -1
  423. package/lib/esm/code-block/languages.js +0 -302
  424. package/lib/esm/code-block/languages.js.map +0 -1
  425. package/lib/esm/context-menu/SafeArea.js +0 -81
  426. package/lib/esm/context-menu/SafeArea.js.map +0 -1
  427. package/lib/esm/cypher-code-block/CypherCodeBlock.js +0 -48
  428. package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +0 -1
  429. package/lib/esm/cypher-code-block/index.js.map +0 -1
  430. package/lib/esm/helpers/types.js.map +0 -1
  431. package/lib/esm/table/Components.js +0 -244
  432. package/lib/esm/table/Components.js.map +0 -1
  433. package/lib/esm/table/Table.js +0 -97
  434. package/lib/esm/table/Table.js.map +0 -1
  435. package/lib/esm/table/TableContext.js.map +0 -1
  436. package/lib/esm/table/helpers.js +0 -81
  437. package/lib/esm/table/helpers.js.map +0 -1
  438. package/lib/esm/table/index.js +0 -25
  439. package/lib/esm/table/index.js.map +0 -1
  440. package/lib/esm/text-input-preview/TextInputPreview.js +0 -72
  441. package/lib/esm/text-input-preview/TextInputPreview.js.map +0 -1
  442. package/lib/esm/text-input-preview/index.js +0 -22
  443. package/lib/esm/text-input-preview/index.js.map +0 -1
  444. package/lib/esm/textarea/Textarea.js +0 -81
  445. package/lib/esm/textarea/Textarea.js.map +0 -1
  446. package/lib/esm/textarea/index.js.map +0 -1
  447. package/lib/esm/tip/Tip.js +0 -186
  448. package/lib/esm/tip/Tip.js.map +0 -1
  449. package/lib/esm/tip/Tooltip.js +0 -50
  450. package/lib/esm/tip/Tooltip.js.map +0 -1
  451. package/lib/esm/tip/index.js.map +0 -1
  452. package/lib/types/code-block/languages.d.ts +0 -23
  453. package/lib/types/cypher-code-block/CypherCodeBlock.d.ts +0 -33
  454. package/lib/types/helpers/types.d.ts +0 -42
  455. package/lib/types/table/Components.d.ts +0 -81
  456. package/lib/types/table/Table.d.ts +0 -62
  457. package/lib/types/table/TableContext.d.ts +0 -61
  458. package/lib/types/table/helpers.d.ts +0 -39
  459. package/lib/types/table/index.d.ts +0 -24
  460. package/lib/types/text-input-preview/TextInputPreview.d.ts +0 -59
  461. package/lib/types/tip/Tip.d.ts +0 -168
@@ -75,10 +75,18 @@ export declare const ArrowLeftCircleIconOutline: import("react").ForwardRefExoti
75
75
  title?: string;
76
76
  titleId?: string;
77
77
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
78
+ export declare const ArrowLeftEndOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
79
+ title?: string;
80
+ titleId?: string;
81
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
78
82
  export declare const ArrowLeftOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
79
83
  title?: string;
80
84
  titleId?: string;
81
85
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
86
+ export declare const ArrowLeftStartOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
87
+ title?: string;
88
+ titleId?: string;
89
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
82
90
  export declare const ArrowLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
83
91
  title?: string;
84
92
  titleId?: string;
@@ -111,10 +119,18 @@ export declare const ArrowRightCircleIconOutline: import("react").ForwardRefExot
111
119
  title?: string;
112
120
  titleId?: string;
113
121
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
122
+ export declare const ArrowRightEndOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
123
+ title?: string;
124
+ titleId?: string;
125
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
114
126
  export declare const ArrowRightOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
115
127
  title?: string;
116
128
  titleId?: string;
117
129
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
130
+ export declare const ArrowRightStartOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
131
+ title?: string;
132
+ titleId?: string;
133
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
118
134
  export declare const ArrowRightIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
119
135
  title?: string;
120
136
  titleId?: string;
@@ -147,6 +163,38 @@ export declare const ArrowTrendingUpIconOutline: import("react").ForwardRefExoti
147
163
  title?: string;
148
164
  titleId?: string;
149
165
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
166
+ export declare const ArrowTurnDownLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
167
+ title?: string;
168
+ titleId?: string;
169
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
170
+ export declare const ArrowTurnDownRightIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
171
+ title?: string;
172
+ titleId?: string;
173
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
174
+ export declare const ArrowTurnLeftDownIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
175
+ title?: string;
176
+ titleId?: string;
177
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
178
+ export declare const ArrowTurnLeftUpIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
179
+ title?: string;
180
+ titleId?: string;
181
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
182
+ export declare const ArrowTurnRightDownIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
183
+ title?: string;
184
+ titleId?: string;
185
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
186
+ export declare const ArrowTurnRightUpIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
187
+ title?: string;
188
+ titleId?: string;
189
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
190
+ export declare const ArrowTurnUpLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
191
+ title?: string;
192
+ titleId?: string;
193
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
194
+ export declare const ArrowTurnUpRightIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
195
+ title?: string;
196
+ titleId?: string;
197
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
150
198
  export declare const ArrowUpCircleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
151
199
  title?: string;
152
200
  titleId?: string;
@@ -287,6 +335,10 @@ export declare const BellIconOutline: import("react").ForwardRefExoticComponent<
287
335
  title?: string;
288
336
  titleId?: string;
289
337
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
338
+ export declare const BoldIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
339
+ title?: string;
340
+ titleId?: string;
341
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
290
342
  export declare const BoltSlashIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
291
343
  title?: string;
292
344
  titleId?: string;
@@ -343,6 +395,10 @@ export declare const CalculatorIconOutline: import("react").ForwardRefExoticComp
343
395
  title?: string;
344
396
  titleId?: string;
345
397
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
398
+ export declare const CalendarDateRangeIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
399
+ title?: string;
400
+ titleId?: string;
401
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
346
402
  export declare const CalendarDaysIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
347
403
  title?: string;
348
404
  titleId?: string;
@@ -563,6 +619,10 @@ export declare const DeviceTabletIconOutline: import("react").ForwardRefExoticCo
563
619
  title?: string;
564
620
  titleId?: string;
565
621
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
622
+ export declare const DivideIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
623
+ title?: string;
624
+ titleId?: string;
625
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
566
626
  export declare const DocumentArrowDownIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
567
627
  title?: string;
568
628
  titleId?: string;
@@ -579,6 +639,30 @@ export declare const DocumentCheckIconOutline: import("react").ForwardRefExoticC
579
639
  title?: string;
580
640
  titleId?: string;
581
641
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
642
+ export declare const DocumentCurrencyBangladeshiIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
643
+ title?: string;
644
+ titleId?: string;
645
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
646
+ export declare const DocumentCurrencyDollarIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
647
+ title?: string;
648
+ titleId?: string;
649
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
650
+ export declare const DocumentCurrencyEuroIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
651
+ title?: string;
652
+ titleId?: string;
653
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
654
+ export declare const DocumentCurrencyPoundIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
655
+ title?: string;
656
+ titleId?: string;
657
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
658
+ export declare const DocumentCurrencyRupeeIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
659
+ title?: string;
660
+ titleId?: string;
661
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
662
+ export declare const DocumentCurrencyYenIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
663
+ title?: string;
664
+ titleId?: string;
665
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
582
666
  export declare const DocumentDuplicateIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
583
667
  title?: string;
584
668
  titleId?: string;
@@ -623,6 +707,10 @@ export declare const EnvelopeIconOutline: import("react").ForwardRefExoticCompon
623
707
  title?: string;
624
708
  titleId?: string;
625
709
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
710
+ export declare const EqualsIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
711
+ title?: string;
712
+ titleId?: string;
713
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
626
714
  export declare const ExclamationCircleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
627
715
  title?: string;
628
716
  titleId?: string;
@@ -723,6 +811,18 @@ export declare const GlobeEuropeAfricaIconOutline: import("react").ForwardRefExo
723
811
  title?: string;
724
812
  titleId?: string;
725
813
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
814
+ export declare const H1IconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
815
+ title?: string;
816
+ titleId?: string;
817
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
818
+ export declare const H2IconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
819
+ title?: string;
820
+ titleId?: string;
821
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
822
+ export declare const H3IconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
823
+ title?: string;
824
+ titleId?: string;
825
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
726
826
  export declare const HandRaisedIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
727
827
  title?: string;
728
828
  titleId?: string;
@@ -771,6 +871,10 @@ export declare const InformationCircleIconOutline: import("react").ForwardRefExo
771
871
  title?: string;
772
872
  titleId?: string;
773
873
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
874
+ export declare const ItalicIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
875
+ title?: string;
876
+ titleId?: string;
877
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
774
878
  export declare const KeyIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
775
879
  title?: string;
776
880
  titleId?: string;
@@ -787,6 +891,10 @@ export declare const LightBulbIconOutline: import("react").ForwardRefExoticCompo
787
891
  title?: string;
788
892
  titleId?: string;
789
893
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
894
+ export declare const LinkSlashIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
895
+ title?: string;
896
+ titleId?: string;
897
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
790
898
  export declare const LinkIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
791
899
  title?: string;
792
900
  titleId?: string;
@@ -863,6 +971,10 @@ export declare const NoSymbolIconOutline: import("react").ForwardRefExoticCompon
863
971
  title?: string;
864
972
  titleId?: string;
865
973
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
974
+ export declare const NumberedListIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
975
+ title?: string;
976
+ titleId?: string;
977
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
866
978
  export declare const PaintBrushIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
867
979
  title?: string;
868
980
  titleId?: string;
@@ -891,6 +1003,10 @@ export declare const PencilIconOutline: import("react").ForwardRefExoticComponen
891
1003
  title?: string;
892
1004
  titleId?: string;
893
1005
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1006
+ export declare const PercentBadgeIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1007
+ title?: string;
1008
+ titleId?: string;
1009
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
894
1010
  export declare const PhoneArrowDownLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
895
1011
  title?: string;
896
1012
  titleId?: string;
@@ -1039,6 +1155,10 @@ export declare const SignalIconOutline: import("react").ForwardRefExoticComponen
1039
1155
  title?: string;
1040
1156
  titleId?: string;
1041
1157
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1158
+ export declare const SlashIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1159
+ title?: string;
1160
+ titleId?: string;
1161
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1042
1162
  export declare const SparklesIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1043
1163
  title?: string;
1044
1164
  titleId?: string;
@@ -1079,6 +1199,10 @@ export declare const StopIconOutline: import("react").ForwardRefExoticComponent<
1079
1199
  title?: string;
1080
1200
  titleId?: string;
1081
1201
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1202
+ export declare const StrikethroughIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1203
+ title?: string;
1204
+ titleId?: string;
1205
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1082
1206
  export declare const SunIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1083
1207
  title?: string;
1084
1208
  titleId?: string;
@@ -1115,6 +1239,10 @@ export declare const TvIconOutline: import("react").ForwardRefExoticComponent<Om
1115
1239
  title?: string;
1116
1240
  titleId?: string;
1117
1241
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1242
+ export declare const UnderlineIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1243
+ title?: string;
1244
+ titleId?: string;
1245
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1118
1246
  export declare const UserCircleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1119
1247
  title?: string;
1120
1248
  titleId?: string;
@@ -1243,10 +1371,18 @@ export declare const ArrowLeftCircleIconSolid: import("react").ForwardRefExoticC
1243
1371
  title?: string;
1244
1372
  titleId?: string;
1245
1373
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1374
+ export declare const ArrowLeftEndOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1375
+ title?: string;
1376
+ titleId?: string;
1377
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1246
1378
  export declare const ArrowLeftOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1247
1379
  title?: string;
1248
1380
  titleId?: string;
1249
1381
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1382
+ export declare const ArrowLeftStartOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1383
+ title?: string;
1384
+ titleId?: string;
1385
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1250
1386
  export declare const ArrowLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1251
1387
  title?: string;
1252
1388
  titleId?: string;
@@ -1279,10 +1415,18 @@ export declare const ArrowRightCircleIconSolid: import("react").ForwardRefExotic
1279
1415
  title?: string;
1280
1416
  titleId?: string;
1281
1417
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1418
+ export declare const ArrowRightEndOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1419
+ title?: string;
1420
+ titleId?: string;
1421
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1282
1422
  export declare const ArrowRightOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1283
1423
  title?: string;
1284
1424
  titleId?: string;
1285
1425
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1426
+ export declare const ArrowRightStartOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1427
+ title?: string;
1428
+ titleId?: string;
1429
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1286
1430
  export declare const ArrowRightIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1287
1431
  title?: string;
1288
1432
  titleId?: string;
@@ -1315,6 +1459,38 @@ export declare const ArrowTrendingUpIconSolid: import("react").ForwardRefExoticC
1315
1459
  title?: string;
1316
1460
  titleId?: string;
1317
1461
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1462
+ export declare const ArrowTurnDownLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1463
+ title?: string;
1464
+ titleId?: string;
1465
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1466
+ export declare const ArrowTurnDownRightIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1467
+ title?: string;
1468
+ titleId?: string;
1469
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1470
+ export declare const ArrowTurnLeftDownIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1471
+ title?: string;
1472
+ titleId?: string;
1473
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1474
+ export declare const ArrowTurnLeftUpIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1475
+ title?: string;
1476
+ titleId?: string;
1477
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1478
+ export declare const ArrowTurnRightDownIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1479
+ title?: string;
1480
+ titleId?: string;
1481
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1482
+ export declare const ArrowTurnRightUpIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1483
+ title?: string;
1484
+ titleId?: string;
1485
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1486
+ export declare const ArrowTurnUpLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1487
+ title?: string;
1488
+ titleId?: string;
1489
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1490
+ export declare const ArrowTurnUpRightIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1491
+ title?: string;
1492
+ titleId?: string;
1493
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1318
1494
  export declare const ArrowUpCircleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1319
1495
  title?: string;
1320
1496
  titleId?: string;
@@ -1455,6 +1631,10 @@ export declare const BellIconSolid: import("react").ForwardRefExoticComponent<Om
1455
1631
  title?: string;
1456
1632
  titleId?: string;
1457
1633
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1634
+ export declare const BoldIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1635
+ title?: string;
1636
+ titleId?: string;
1637
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1458
1638
  export declare const BoltSlashIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1459
1639
  title?: string;
1460
1640
  titleId?: string;
@@ -1511,6 +1691,10 @@ export declare const CalculatorIconSolid: import("react").ForwardRefExoticCompon
1511
1691
  title?: string;
1512
1692
  titleId?: string;
1513
1693
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1694
+ export declare const CalendarDateRangeIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1695
+ title?: string;
1696
+ titleId?: string;
1697
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1514
1698
  export declare const CalendarDaysIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1515
1699
  title?: string;
1516
1700
  titleId?: string;
@@ -1731,6 +1915,10 @@ export declare const DeviceTabletIconSolid: import("react").ForwardRefExoticComp
1731
1915
  title?: string;
1732
1916
  titleId?: string;
1733
1917
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1918
+ export declare const DivideIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1919
+ title?: string;
1920
+ titleId?: string;
1921
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1734
1922
  export declare const DocumentArrowDownIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1735
1923
  title?: string;
1736
1924
  titleId?: string;
@@ -1747,6 +1935,30 @@ export declare const DocumentCheckIconSolid: import("react").ForwardRefExoticCom
1747
1935
  title?: string;
1748
1936
  titleId?: string;
1749
1937
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1938
+ export declare const DocumentCurrencyBangladeshiIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1939
+ title?: string;
1940
+ titleId?: string;
1941
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1942
+ export declare const DocumentCurrencyDollarIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1943
+ title?: string;
1944
+ titleId?: string;
1945
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1946
+ export declare const DocumentCurrencyEuroIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1947
+ title?: string;
1948
+ titleId?: string;
1949
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1950
+ export declare const DocumentCurrencyPoundIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1951
+ title?: string;
1952
+ titleId?: string;
1953
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1954
+ export declare const DocumentCurrencyRupeeIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1955
+ title?: string;
1956
+ titleId?: string;
1957
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1958
+ export declare const DocumentCurrencyYenIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1959
+ title?: string;
1960
+ titleId?: string;
1961
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1750
1962
  export declare const DocumentDuplicateIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1751
1963
  title?: string;
1752
1964
  titleId?: string;
@@ -1791,6 +2003,10 @@ export declare const EnvelopeIconSolid: import("react").ForwardRefExoticComponen
1791
2003
  title?: string;
1792
2004
  titleId?: string;
1793
2005
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2006
+ export declare const EqualsIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2007
+ title?: string;
2008
+ titleId?: string;
2009
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1794
2010
  export declare const ExclamationCircleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1795
2011
  title?: string;
1796
2012
  titleId?: string;
@@ -1891,6 +2107,18 @@ export declare const GlobeEuropeAfricaIconSolid: import("react").ForwardRefExoti
1891
2107
  title?: string;
1892
2108
  titleId?: string;
1893
2109
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2110
+ export declare const H1IconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2111
+ title?: string;
2112
+ titleId?: string;
2113
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2114
+ export declare const H2IconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2115
+ title?: string;
2116
+ titleId?: string;
2117
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2118
+ export declare const H3IconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2119
+ title?: string;
2120
+ titleId?: string;
2121
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1894
2122
  export declare const HandRaisedIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1895
2123
  title?: string;
1896
2124
  titleId?: string;
@@ -1939,6 +2167,10 @@ export declare const InformationCircleIconSolid: import("react").ForwardRefExoti
1939
2167
  title?: string;
1940
2168
  titleId?: string;
1941
2169
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2170
+ export declare const ItalicIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2171
+ title?: string;
2172
+ titleId?: string;
2173
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1942
2174
  export declare const KeyIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1943
2175
  title?: string;
1944
2176
  titleId?: string;
@@ -1955,6 +2187,10 @@ export declare const LightBulbIconSolid: import("react").ForwardRefExoticCompone
1955
2187
  title?: string;
1956
2188
  titleId?: string;
1957
2189
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2190
+ export declare const LinkSlashIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2191
+ title?: string;
2192
+ titleId?: string;
2193
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
1958
2194
  export declare const LinkIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
1959
2195
  title?: string;
1960
2196
  titleId?: string;
@@ -2031,6 +2267,10 @@ export declare const NoSymbolIconSolid: import("react").ForwardRefExoticComponen
2031
2267
  title?: string;
2032
2268
  titleId?: string;
2033
2269
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2270
+ export declare const NumberedListIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2271
+ title?: string;
2272
+ titleId?: string;
2273
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2034
2274
  export declare const PaintBrushIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2035
2275
  title?: string;
2036
2276
  titleId?: string;
@@ -2059,6 +2299,10 @@ export declare const PencilIconSolid: import("react").ForwardRefExoticComponent<
2059
2299
  title?: string;
2060
2300
  titleId?: string;
2061
2301
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2302
+ export declare const PercentBadgeIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2303
+ title?: string;
2304
+ titleId?: string;
2305
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2062
2306
  export declare const PhoneArrowDownLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2063
2307
  title?: string;
2064
2308
  titleId?: string;
@@ -2207,6 +2451,10 @@ export declare const SignalIconSolid: import("react").ForwardRefExoticComponent<
2207
2451
  title?: string;
2208
2452
  titleId?: string;
2209
2453
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2454
+ export declare const SlashIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2455
+ title?: string;
2456
+ titleId?: string;
2457
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2210
2458
  export declare const SparklesIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2211
2459
  title?: string;
2212
2460
  titleId?: string;
@@ -2247,6 +2495,10 @@ export declare const StopIconSolid: import("react").ForwardRefExoticComponent<Om
2247
2495
  title?: string;
2248
2496
  titleId?: string;
2249
2497
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2498
+ export declare const StrikethroughIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2499
+ title?: string;
2500
+ titleId?: string;
2501
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2250
2502
  export declare const SunIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2251
2503
  title?: string;
2252
2504
  titleId?: string;
@@ -2283,6 +2535,10 @@ export declare const TvIconSolid: import("react").ForwardRefExoticComponent<Omit
2283
2535
  title?: string;
2284
2536
  titleId?: string;
2285
2537
  } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2538
+ export declare const UnderlineIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2539
+ title?: string;
2540
+ titleId?: string;
2541
+ } & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
2286
2542
  export declare const UserCircleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
2287
2543
  title?: string;
2288
2544
  titleId?: string;
@@ -22,7 +22,6 @@ export * from './accordion';
22
22
  export * from './button';
23
23
  export * from './label';
24
24
  export * from './banner';
25
- export * from './tip';
26
25
  export * from './checkbox';
27
26
  export * from './switch';
28
27
  export * from './radio';
@@ -35,11 +34,10 @@ export * from './tabs';
35
34
  export * from './segmented-control';
36
35
  export * from './popover';
37
36
  export * from './progress-bar';
38
- export * from './table';
39
37
  export * from './dropzone';
40
38
  export * from './data-grid';
41
39
  export * from './text-input';
42
- export * from './textarea';
40
+ export * from './text-area';
43
41
  export * from './text-link';
44
42
  export * from './dropdown';
45
43
  export * from './tag';
@@ -47,8 +45,7 @@ export * from './theme';
47
45
  export * from './widget';
48
46
  export * from './wizard';
49
47
  export * from './graph-label';
50
- export * from './code-block';
51
- export * from './cypher-code-block';
48
+ export * from './code';
52
49
  export * from './status-indicator';
53
50
  export * from './side-navigation';
54
51
  export * from './typography';
@@ -66,4 +63,5 @@ export * from './divider';
66
63
  export * from './tree-view';
67
64
  export * from './toast';
68
65
  export * from './callout';
69
- export * from './text-input-preview';
66
+ export * from './tooltip';
67
+ export * from './charts';
@@ -19,7 +19,7 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
 
22
- import { type ComponentPropsWithoutRef, type InputHTMLAttributes, type ReactNode } from 'react';
22
+ import React, { type ComponentPropsWithoutRef, type InputHTMLAttributes, type ReactNode } from 'react';
23
23
  import { type TooltipObjectProps } from '../_common/input/types';
24
24
  import { Typography } from '../typography';
25
25
  import { type TypographyVariants } from '../typography/types';
@@ -80,4 +80,7 @@ export interface InlineEditProps {
80
80
  /** View mode Typography's props */
81
81
  typographyProps?: ComponentPropsWithoutRef<typeof Typography>;
82
82
  }
83
- export declare const InlineEdit: import("react").ForwardRefExoticComponent<InlineEditProps & import("react").RefAttributes<HTMLDivElement>>;
83
+ export declare const InlineEdit: React.ForwardRefExoticComponent<{
84
+ htmlAttributes?: import("../_common/types").HtmlAttributes<React.ElementType<any>> | undefined;
85
+ as?: React.ElementType<any> | undefined;
86
+ } & InlineEditProps & React.RefAttributes<unknown>>;
@@ -19,7 +19,7 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import React from 'react';
22
- import { type ElementBase } from '../helpers';
22
+ import { type HtmlAttributes } from '../_common/types';
23
23
  /**
24
24
  *
25
25
  *
@@ -28,7 +28,7 @@ import { type ElementBase } from '../helpers';
28
28
  *
29
29
  */
30
30
  export declare const LabelColors: readonly ["info", "success", "warning", "danger", "default"];
31
- export interface EventTypeLabelProps extends ElementBase {
31
+ export interface EventTypeLabelProps {
32
32
  /** Additional Classnames */
33
33
  className?: string;
34
34
  children: React.ReactNode | string;
@@ -36,6 +36,7 @@ export interface EventTypeLabelProps extends ElementBase {
36
36
  /** Fill type of label */
37
37
  fill?: 'filled' | 'outlined' | 'semi-filled' | 'clean';
38
38
  /** If label should have an icon */
39
- withIcon?: boolean;
39
+ hasIcon?: boolean;
40
+ htmlAttributes: HtmlAttributes<'span'>;
40
41
  }
41
42
  export declare const Label: React.ForwardRefExoticComponent<EventTypeLabelProps & React.RefAttributes<HTMLSpanElement>>;
@@ -18,14 +18,10 @@
18
18
  * You should have received a copy of the GNU General Public License
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
- import React, { type ComponentPropsWithoutRef } from 'react';
22
- import { type CustomElementType, type Radius, type Spacing } from './types';
23
- type BaseBoxProps<T extends CustomElementType> = {
24
- /**
25
- * The DOM element to render as the Box.
26
- * @default div
27
- */
28
- as?: T;
21
+ import React from 'react';
22
+ import { type Radius, type Spacing } from './types';
23
+ import { type PolymorphicComponentPropsWithRef } from '../_common/types';
24
+ type BaseBoxProps = {
29
25
  /**
30
26
  * @default tokens.space['4']
31
27
  */
@@ -55,9 +51,9 @@ type BaseBoxProps<T extends CustomElementType> = {
55
51
  */
56
52
  borderRadius?: Radius;
57
53
  children?: React.ReactNode;
54
+ style?: React.CSSProperties;
58
55
  };
59
- export type BoxProps<T extends CustomElementType> = Omit<ComponentPropsWithoutRef<T>, 'as'> & BaseBoxProps<T>;
60
- type BoxComponent = <T extends CustomElementType>(props: BoxProps<T>) => React.ReactNode;
56
+ type BoxComponent = <T extends React.ElementType = 'div'>(props: PolymorphicComponentPropsWithRef<T, BaseBoxProps>) => React.ReactNode | null;
61
57
  /**
62
58
  * Box is a general-purpose container that allows for controlled use of design tokens.
63
59
  * Use the given props to configure display behavior and styling that aligns with Needle's tokens.