@neo4j-ndl/react 1.10.6 → 2.0.0-alpha-e609471

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 (283) hide show
  1. package/lib/LICENSES.txt +2105 -67
  2. package/lib/NOTICE.txt +30 -31
  3. package/lib/cjs/_common/CodeBlockWrapper.js +6 -6
  4. package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
  5. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +1 -1
  6. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
  7. package/lib/cjs/accordion/Accordion.js +4 -4
  8. package/lib/cjs/accordion/Accordion.js.map +1 -1
  9. package/lib/cjs/banner/Banner.js +2 -2
  10. package/lib/cjs/banner/Banner.js.map +1 -1
  11. package/lib/cjs/button/Button.js +1 -1
  12. package/lib/cjs/button/Button.js.map +1 -1
  13. package/lib/cjs/button/IconButton.js +1 -1
  14. package/lib/cjs/button/IconButton.js.map +1 -1
  15. package/lib/cjs/button/IconButtonArray.js +1 -1
  16. package/lib/cjs/button/IconButtonArray.js.map +1 -1
  17. package/lib/cjs/code-block/CodeBlock.js +3 -3
  18. package/lib/cjs/code-block/CodeBlock.js.map +1 -1
  19. package/lib/cjs/context-menu/ContextMenu.js +6 -6
  20. package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
  21. package/lib/cjs/context-menu/SafeArea.js +6 -6
  22. package/lib/cjs/context-menu/SafeArea.js.map +1 -1
  23. package/lib/cjs/cypher-code-block/CypherCodeBlock.js +1 -1
  24. package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +1 -1
  25. package/lib/cjs/date-picker/DatePicker.js +5 -5
  26. package/lib/cjs/date-picker/DatePicker.js.map +1 -1
  27. package/lib/cjs/dialog/Dialog.js +7 -7
  28. package/lib/cjs/dialog/Dialog.js.map +1 -1
  29. package/lib/cjs/drag-and-drop/DragAndDrop.js +2 -2
  30. package/lib/cjs/drag-and-drop/DragAndDrop.js.map +1 -1
  31. package/lib/cjs/drag-and-drop/icons/Cloud.js +1 -1
  32. package/lib/cjs/drag-and-drop/icons/Cloud.js.map +1 -1
  33. package/lib/cjs/drawer/Drawer.js +6 -6
  34. package/lib/cjs/drawer/Drawer.js.map +1 -1
  35. package/lib/cjs/dropdown/Dropdown.js +17 -17
  36. package/lib/cjs/dropdown/Dropdown.js.map +1 -1
  37. package/lib/cjs/dropdown/Overrides.js +4 -4
  38. package/lib/cjs/dropdown/Overrides.js.map +1 -1
  39. package/lib/cjs/graph-label/GraphLabel.js +11 -11
  40. package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
  41. package/lib/cjs/graph-label/color.js +8 -8
  42. package/lib/cjs/graph-label/color.js.map +1 -1
  43. package/lib/cjs/icons/generated/custom/NomLevel.js +1 -1
  44. package/lib/cjs/icons/generated/custom/NomLevel.js.map +1 -1
  45. package/lib/cjs/icons/generated/custom/Underline.js +1 -1
  46. package/lib/cjs/icons/generated/custom/Underline.js.map +1 -1
  47. package/lib/cjs/index.js +1 -1
  48. package/lib/cjs/index.js.map +1 -1
  49. package/lib/cjs/label/Label.js +17 -8
  50. package/lib/cjs/label/Label.js.map +1 -1
  51. package/lib/cjs/loading-spinner/LoadingSpinner.js +1 -1
  52. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
  53. package/lib/cjs/modal/Modal.js +2 -2
  54. package/lib/cjs/modal/Modal.js.map +1 -1
  55. package/lib/cjs/popover/Popover.js +2 -2
  56. package/lib/cjs/popover/Popover.js.map +1 -1
  57. package/lib/cjs/progress-bar/ProgressBar.js +1 -1
  58. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
  59. package/lib/cjs/side-navigation/SideNavigation.js +5 -5
  60. package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
  61. package/lib/cjs/status-indicator/StatusIndicator.js +5 -5
  62. package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
  63. package/lib/cjs/table/Components.js +18 -18
  64. package/lib/cjs/table/Components.js.map +1 -1
  65. package/lib/cjs/table/Table.js +3 -3
  66. package/lib/cjs/table/Table.js.map +1 -1
  67. package/lib/cjs/table-deprecated/Table.js +9 -9
  68. package/lib/cjs/table-deprecated/Table.js.map +1 -1
  69. package/lib/cjs/table-deprecated/TableNavigation.js +2 -2
  70. package/lib/cjs/table-deprecated/TableNavigation.js.map +1 -1
  71. package/lib/cjs/table-deprecated/helpers.js +1 -1
  72. package/lib/cjs/table-deprecated/helpers.js.map +1 -1
  73. package/lib/cjs/tabs/Tabs.js +3 -3
  74. package/lib/cjs/tabs/Tabs.js.map +1 -1
  75. package/lib/cjs/tag/Tag.js +1 -1
  76. package/lib/cjs/tag/Tag.js.map +1 -1
  77. package/lib/cjs/text-input/TextInput.js +3 -4
  78. package/lib/cjs/text-input/TextInput.js.map +1 -1
  79. package/lib/cjs/textarea/Textarea.js +3 -4
  80. package/lib/cjs/textarea/Textarea.js.map +1 -1
  81. package/lib/cjs/tip/Tip.js +193 -0
  82. package/lib/cjs/tip/Tip.js.map +1 -0
  83. package/lib/cjs/{tooltip → tip}/Tooltip.js +1 -1
  84. package/lib/cjs/tip/Tooltip.js.map +1 -0
  85. package/lib/cjs/{tooltip → tip}/index.js +16 -5
  86. package/lib/cjs/tip/index.js.map +1 -0
  87. package/lib/cjs/typography/Typography.js +1 -1
  88. package/lib/cjs/typography/Typography.js.map +1 -1
  89. package/lib/cjs/view-selector/ViewSelector.js +2 -2
  90. package/lib/cjs/view-selector/ViewSelector.js.map +1 -1
  91. package/lib/cjs/widget/Widget.js +1 -1
  92. package/lib/cjs/widget/Widget.js.map +1 -1
  93. package/lib/cjs/wizard/Wizard.js +6 -6
  94. package/lib/cjs/wizard/Wizard.js.map +1 -1
  95. package/lib/esm/_common/CodeBlockWrapper.js +6 -6
  96. package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
  97. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +1 -1
  98. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
  99. package/lib/esm/accordion/Accordion.js +4 -4
  100. package/lib/esm/accordion/Accordion.js.map +1 -1
  101. package/lib/esm/banner/Banner.js +2 -2
  102. package/lib/esm/banner/Banner.js.map +1 -1
  103. package/lib/esm/button/Button.js +1 -1
  104. package/lib/esm/button/Button.js.map +1 -1
  105. package/lib/esm/button/IconButton.js +1 -1
  106. package/lib/esm/button/IconButton.js.map +1 -1
  107. package/lib/esm/button/IconButtonArray.js +1 -1
  108. package/lib/esm/button/IconButtonArray.js.map +1 -1
  109. package/lib/esm/code-block/CodeBlock.js +3 -3
  110. package/lib/esm/code-block/CodeBlock.js.map +1 -1
  111. package/lib/esm/context-menu/ContextMenu.js +6 -6
  112. package/lib/esm/context-menu/ContextMenu.js.map +1 -1
  113. package/lib/esm/context-menu/SafeArea.js +6 -6
  114. package/lib/esm/context-menu/SafeArea.js.map +1 -1
  115. package/lib/esm/cypher-code-block/CypherCodeBlock.js +1 -1
  116. package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +1 -1
  117. package/lib/esm/date-picker/DatePicker.js +5 -5
  118. package/lib/esm/date-picker/DatePicker.js.map +1 -1
  119. package/lib/esm/dialog/Dialog.js +6 -6
  120. package/lib/esm/dialog/Dialog.js.map +1 -1
  121. package/lib/esm/drag-and-drop/DragAndDrop.js +2 -2
  122. package/lib/esm/drag-and-drop/DragAndDrop.js.map +1 -1
  123. package/lib/esm/drag-and-drop/icons/Cloud.js +1 -1
  124. package/lib/esm/drag-and-drop/icons/Cloud.js.map +1 -1
  125. package/lib/esm/drawer/Drawer.js +6 -6
  126. package/lib/esm/drawer/Drawer.js.map +1 -1
  127. package/lib/esm/dropdown/Dropdown.js +17 -17
  128. package/lib/esm/dropdown/Dropdown.js.map +1 -1
  129. package/lib/esm/dropdown/Overrides.js +4 -4
  130. package/lib/esm/dropdown/Overrides.js.map +1 -1
  131. package/lib/esm/graph-label/GraphLabel.js +11 -11
  132. package/lib/esm/graph-label/GraphLabel.js.map +1 -1
  133. package/lib/esm/graph-label/color.js +8 -8
  134. package/lib/esm/graph-label/color.js.map +1 -1
  135. package/lib/esm/icons/generated/custom/NomLevel.js +1 -1
  136. package/lib/esm/icons/generated/custom/NomLevel.js.map +1 -1
  137. package/lib/esm/icons/generated/custom/Underline.js +1 -1
  138. package/lib/esm/icons/generated/custom/Underline.js.map +1 -1
  139. package/lib/esm/index.js +1 -1
  140. package/lib/esm/index.js.map +1 -1
  141. package/lib/esm/label/Label.js +17 -8
  142. package/lib/esm/label/Label.js.map +1 -1
  143. package/lib/esm/loading-spinner/LoadingSpinner.js +1 -1
  144. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
  145. package/lib/esm/modal/Modal.js +1 -1
  146. package/lib/esm/modal/Modal.js.map +1 -1
  147. package/lib/esm/popover/Popover.js +2 -2
  148. package/lib/esm/popover/Popover.js.map +1 -1
  149. package/lib/esm/progress-bar/ProgressBar.js +1 -1
  150. package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
  151. package/lib/esm/side-navigation/SideNavigation.js +5 -5
  152. package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
  153. package/lib/esm/status-indicator/StatusIndicator.js +5 -5
  154. package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
  155. package/lib/esm/table/Components.js +18 -18
  156. package/lib/esm/table/Components.js.map +1 -1
  157. package/lib/esm/table/Table.js +3 -3
  158. package/lib/esm/table/Table.js.map +1 -1
  159. package/lib/esm/table-deprecated/Table.js +9 -9
  160. package/lib/esm/table-deprecated/Table.js.map +1 -1
  161. package/lib/esm/table-deprecated/TableNavigation.js +2 -2
  162. package/lib/esm/table-deprecated/TableNavigation.js.map +1 -1
  163. package/lib/esm/table-deprecated/helpers.js +1 -1
  164. package/lib/esm/table-deprecated/helpers.js.map +1 -1
  165. package/lib/esm/tabs/Tabs.js +3 -3
  166. package/lib/esm/tabs/Tabs.js.map +1 -1
  167. package/lib/esm/tag/Tag.js +1 -1
  168. package/lib/esm/tag/Tag.js.map +1 -1
  169. package/lib/esm/text-input/TextInput.js +4 -5
  170. package/lib/esm/text-input/TextInput.js.map +1 -1
  171. package/lib/esm/textarea/Textarea.js +4 -5
  172. package/lib/esm/textarea/Textarea.js.map +1 -1
  173. package/lib/esm/tip/Tip.js +183 -0
  174. package/lib/esm/tip/Tip.js.map +1 -0
  175. package/lib/esm/{tooltip → tip}/Tooltip.js +1 -1
  176. package/lib/esm/tip/Tooltip.js.map +1 -0
  177. package/lib/esm/{tooltip → tip}/index.js +1 -2
  178. package/lib/esm/tip/index.js.map +1 -0
  179. package/lib/esm/typography/Typography.js +1 -1
  180. package/lib/esm/typography/Typography.js.map +1 -1
  181. package/lib/esm/view-selector/ViewSelector.js +2 -2
  182. package/lib/esm/view-selector/ViewSelector.js.map +1 -1
  183. package/lib/esm/widget/Widget.js +1 -1
  184. package/lib/esm/widget/Widget.js.map +1 -1
  185. package/lib/esm/wizard/Wizard.js +6 -6
  186. package/lib/esm/wizard/Wizard.js.map +1 -1
  187. package/lib/types/_common/coditionalWrap.d.ts +2 -2
  188. package/lib/types/accordion/Accordion.d.ts +6 -6
  189. package/lib/types/banner/Banner.d.ts +6 -6
  190. package/lib/types/button/Button.d.ts +1 -1
  191. package/lib/types/code-block/languages.d.ts +1 -1
  192. package/lib/types/context-menu/ContextMenu.d.ts +5 -9
  193. package/lib/types/context-menu/SafeArea.d.ts +1 -1
  194. package/lib/types/dialog/Dialog.d.ts +12 -12
  195. package/lib/types/drag-and-drop/DragAndDrop.d.ts +1 -1
  196. package/lib/types/drag-and-drop/icons/CSV-file.d.ts +1 -1
  197. package/lib/types/drag-and-drop/icons/Cloud.d.ts +1 -1
  198. package/lib/types/drag-and-drop/icons/File.d.ts +1 -1
  199. package/lib/types/drag-and-drop/icons/InvalidFile.d.ts +1 -1
  200. package/lib/types/drawer/Drawer.d.ts +9 -9
  201. package/lib/types/dropdown/Overrides.d.ts +4 -5
  202. package/lib/types/dropdown/types.d.ts +5 -5
  203. package/lib/types/graph-label/color.d.ts +3 -3
  204. package/lib/types/helpers/forwardRef.d.ts +1 -1
  205. package/lib/types/helpers/types.d.ts +1 -1
  206. package/lib/types/icons/generated/custom/AddNode.d.ts +1 -1
  207. package/lib/types/icons/generated/custom/AlignBottom.d.ts +1 -1
  208. package/lib/types/icons/generated/custom/AlignCenter.d.ts +1 -1
  209. package/lib/types/icons/generated/custom/AlignTop.d.ts +1 -1
  210. package/lib/types/icons/generated/custom/Bold.d.ts +1 -1
  211. package/lib/types/icons/generated/custom/Circle.d.ts +1 -1
  212. package/lib/types/icons/generated/custom/CollapseExpand.d.ts +1 -1
  213. package/lib/types/icons/generated/custom/CollapseExpandLeft.d.ts +1 -1
  214. package/lib/types/icons/generated/custom/CollapseExpandRight.d.ts +1 -1
  215. package/lib/types/icons/generated/custom/Configure.d.ts +1 -1
  216. package/lib/types/icons/generated/custom/DatabaseAddCircle.d.ts +1 -1
  217. package/lib/types/icons/generated/custom/Dbms.d.ts +1 -1
  218. package/lib/types/icons/generated/custom/Drag.d.ts +1 -1
  219. package/lib/types/icons/generated/custom/Expand.d.ts +1 -1
  220. package/lib/types/icons/generated/custom/ExternalLink.d.ts +1 -1
  221. package/lib/types/icons/generated/custom/FitToScreen.d.ts +1 -1
  222. package/lib/types/icons/generated/custom/FolderBookmark.d.ts +1 -1
  223. package/lib/types/icons/generated/custom/Heirarchy2.d.ts +1 -1
  224. package/lib/types/icons/generated/custom/Hierarchy1.d.ts +1 -1
  225. package/lib/types/icons/generated/custom/Hierarchy2.d.ts +1 -1
  226. package/lib/types/icons/generated/custom/Italic.d.ts +1 -1
  227. package/lib/types/icons/generated/custom/NomLevel.d.ts +1 -1
  228. package/lib/types/icons/generated/custom/Pin.d.ts +1 -1
  229. package/lib/types/icons/generated/custom/PlanView.d.ts +1 -1
  230. package/lib/types/icons/generated/custom/Presentation.d.ts +1 -1
  231. package/lib/types/icons/generated/custom/QueryBrowser.d.ts +1 -1
  232. package/lib/types/icons/generated/custom/ResizeCorner.d.ts +1 -1
  233. package/lib/types/icons/generated/custom/Rhombus.d.ts +1 -1
  234. package/lib/types/icons/generated/custom/ScienceMolecule.d.ts +1 -1
  235. package/lib/types/icons/generated/custom/Shrink.d.ts +1 -1
  236. package/lib/types/icons/generated/custom/SidebarLineLeft.d.ts +1 -1
  237. package/lib/types/icons/generated/custom/SidebarLineRight.d.ts +1 -1
  238. package/lib/types/icons/generated/custom/Square.d.ts +1 -1
  239. package/lib/types/icons/generated/custom/Status.d.ts +1 -1
  240. package/lib/types/icons/generated/custom/Text.d.ts +1 -1
  241. package/lib/types/icons/generated/custom/Triangle.d.ts +1 -1
  242. package/lib/types/icons/generated/custom/Underline.d.ts +1 -1
  243. package/lib/types/icons/generated/custom/VisualizeBloom.d.ts +1 -1
  244. package/lib/types/index.d.ts +1 -1
  245. package/lib/types/loading-spinner/LoadingSpinner.d.ts +1 -1
  246. package/lib/types/modal/Modal.d.ts +1 -1
  247. package/lib/types/popover/Popover.d.ts +3 -3
  248. package/lib/types/side-navigation/SideNavigation.d.ts +3 -3
  249. package/lib/types/table/Components.d.ts +18 -18
  250. package/lib/types/table/Table.d.ts +19 -19
  251. package/lib/types/table/TableContext.d.ts +1 -1
  252. package/lib/types/table-deprecated/Table.d.ts +6 -6
  253. package/lib/types/table-deprecated/TableNavigation.d.ts +1 -2
  254. package/lib/types/table-deprecated/helpers.d.ts +2 -2
  255. package/lib/types/table-deprecated/hooks/hookCallbackTypes.d.ts +3 -3
  256. package/lib/types/tabs/Tabs.d.ts +3 -3
  257. package/lib/types/tag/Tag.d.ts +1 -1
  258. package/lib/types/text-input/TextInput.d.ts +5 -5
  259. package/lib/types/textarea/Textarea.d.ts +4 -4
  260. package/lib/types/tip/Tip.d.ts +166 -0
  261. package/lib/types/{tooltip → tip}/Tooltip.d.ts +1 -1
  262. package/lib/types/{tooltip → tip}/index.d.ts +1 -2
  263. package/lib/types/typography/Typography.d.ts +1 -2
  264. package/lib/types/typography/types.d.ts +6 -6
  265. package/lib/types/view-selector/ViewSelector.d.ts +1 -1
  266. package/lib/types/widget/Widget.d.ts +1 -1
  267. package/lib/types/wizard/Wizard.d.ts +4 -4
  268. package/package.json +19 -20
  269. package/CHANGELOG.md +0 -1266
  270. package/lib/cjs/tooltip/SmartTooltip.js +0 -33
  271. package/lib/cjs/tooltip/SmartTooltip.js.map +0 -1
  272. package/lib/cjs/tooltip/Tip.js +0 -169
  273. package/lib/cjs/tooltip/Tip.js.map +0 -1
  274. package/lib/cjs/tooltip/Tooltip.js.map +0 -1
  275. package/lib/cjs/tooltip/index.js.map +0 -1
  276. package/lib/esm/tooltip/SmartTooltip.js +0 -28
  277. package/lib/esm/tooltip/SmartTooltip.js.map +0 -1
  278. package/lib/esm/tooltip/Tip.js +0 -141
  279. package/lib/esm/tooltip/Tip.js.map +0 -1
  280. package/lib/esm/tooltip/Tooltip.js.map +0 -1
  281. package/lib/esm/tooltip/index.js.map +0 -1
  282. package/lib/types/tooltip/SmartTooltip.d.ts +0 -36
  283. package/lib/types/tooltip/Tip.d.ts +0 -62
@@ -21,8 +21,8 @@
21
21
  import { type ComponentPropsWithoutRef } from 'react';
22
22
  import { type ResizableProps } from 're-resizable';
23
23
  import { type ElementBase } from '../helpers';
24
- export declare type DrawerPosition = 'left' | 'right';
25
- export declare type DrawerType = 'overlay' | 'push';
24
+ export type DrawerPosition = 'left' | 'right';
25
+ export type DrawerType = 'overlay' | 'push';
26
26
  export interface DrawerProps extends ElementBase<HTMLDivElement> {
27
27
  /** If the component is expanded or hidden. */
28
28
  expanded: boolean;
@@ -44,12 +44,12 @@ export interface DrawerProps extends ElementBase<HTMLDivElement> {
44
44
  closeable?: boolean;
45
45
  }
46
46
  export declare const Drawer: {
47
- ({ children, className, expanded, onExpandedChange, position, type, isResizeable, resizeableProps, minWidth, closeable, ...props }: DrawerProps): JSX.Element;
48
- Header: ({ children, className, ...restProps }: DrawerHeaderProps) => JSX.Element;
49
- Actions: ({ children, className, ...restProps }: DrawerActionsProps) => JSX.Element;
50
- Body: ({ children, className, ...restProps }: DrawerBodyProps) => JSX.Element;
47
+ ({ children, className, expanded, onExpandedChange, position, type, isResizeable, resizeableProps, minWidth, closeable, ...props }: DrawerProps): import("react/jsx-runtime").JSX.Element;
48
+ Header: ({ children, className, ...restProps }: DrawerHeaderProps) => import("react/jsx-runtime").JSX.Element;
49
+ Actions: ({ children, className, ...restProps }: DrawerActionsProps) => import("react/jsx-runtime").JSX.Element;
50
+ Body: ({ children, className, ...restProps }: DrawerBodyProps) => import("react/jsx-runtime").JSX.Element;
51
51
  };
52
- declare type DrawerHeaderProps = ComponentPropsWithoutRef<'h5'>;
53
- declare type DrawerActionsProps = ComponentPropsWithoutRef<'div'>;
54
- declare type DrawerBodyProps = ComponentPropsWithoutRef<'div'>;
52
+ type DrawerHeaderProps = ComponentPropsWithoutRef<'h5'>;
53
+ type DrawerActionsProps = ComponentPropsWithoutRef<'div'>;
54
+ type DrawerBodyProps = ComponentPropsWithoutRef<'div'>;
55
55
  export default Drawer;
@@ -19,10 +19,9 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
 
22
- /// <reference types="react" />
23
22
  import { type ClearIndicatorProps, type DropdownIndicatorProps, type GroupBase, type MultiValueRemoveProps, type PlaceholderProps } from 'react-select';
24
23
  import { type DropdownOverrideCustomProps } from './types';
25
- export declare const DropdownIndicatorCurrying: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: DropdownIndicatorProps<OptionType, IsMulti, GroupType>) => JSX.Element;
26
- export declare const CustomClearIndication: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: ClearIndicatorProps<OptionType, IsMulti, GroupType>) => JSX.Element;
27
- export declare const CustomMultiValueRemove: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: MultiValueRemoveProps<OptionType, IsMulti, GroupType>) => JSX.Element;
28
- export declare const CustomPlaceholder: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: PlaceholderProps<OptionType, IsMulti, GroupType>) => JSX.Element;
24
+ export declare const DropdownIndicatorCurrying: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: DropdownIndicatorProps<OptionType, IsMulti, GroupType>) => import("react/jsx-runtime").JSX.Element;
25
+ export declare const CustomClearIndication: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: ClearIndicatorProps<OptionType, IsMulti, GroupType>) => import("react/jsx-runtime").JSX.Element;
26
+ export declare const CustomMultiValueRemove: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: MultiValueRemoveProps<OptionType, IsMulti, GroupType>) => import("react/jsx-runtime").JSX.Element;
27
+ export declare const CustomPlaceholder: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: PlaceholderProps<OptionType, IsMulti, GroupType>) => import("react/jsx-runtime").JSX.Element;
@@ -41,15 +41,15 @@ export interface DropdownCommonProps extends Omit<ElementBase<HTMLDivElement>, '
41
41
  /** Displays with fluid width */
42
42
  fluid?: boolean;
43
43
  }
44
- declare type ReactSelectProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = {
44
+ type ReactSelectProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = {
45
45
  type: 'select';
46
46
  selectProps: Props<OptionType, IsMulti, GroupType>;
47
47
  } & DropdownCommonProps;
48
- declare type ReactSelectAsyncProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = {
48
+ type ReactSelectAsyncProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = {
49
49
  type: 'async';
50
50
  selectProps: AsyncProps<OptionType, IsMulti, GroupType>;
51
51
  } & DropdownCommonProps;
52
- declare type ReactSelectCreatableProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = {
52
+ type ReactSelectCreatableProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = {
53
53
  type: 'creatable';
54
54
  selectProps: CreatableProps<OptionType, IsMulti, GroupType>;
55
55
  } & DropdownCommonProps;
@@ -61,6 +61,6 @@ declare type ReactSelectCreatableProps<OptionType, IsMulti extends boolean = fal
61
61
  * 3. Async for fetching while typing, useful for cases that we avoid storing things
62
62
  * in browser
63
63
  */
64
- export declare type DropdownProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = ReactSelectProps<OptionType, IsMulti, GroupType> | ReactSelectCreatableProps<OptionType, IsMulti, GroupType> | ReactSelectAsyncProps<OptionType, IsMulti, GroupType>;
65
- export declare type DropdownOverrideCustomProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = Pick<DropdownProps<OptionType, IsMulti, GroupType>, 'size' | 'errorText'>;
64
+ export type DropdownProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = ReactSelectProps<OptionType, IsMulti, GroupType> | ReactSelectCreatableProps<OptionType, IsMulti, GroupType> | ReactSelectAsyncProps<OptionType, IsMulti, GroupType>;
65
+ export type DropdownOverrideCustomProps<OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>> = Pick<DropdownProps<OptionType, IsMulti, GroupType>, 'size' | 'errorText'>;
66
66
  export {};
@@ -26,16 +26,16 @@
26
26
  export declare const getTextColorFromBackground: (color: string) => string;
27
27
  /**
28
28
  * Takes a color string and returns a color string
29
- * that is darker or ligher depending on the given color.
29
+ * that is darker or lighter depending on the given color.
30
30
  */
31
31
  export declare const getHoverColor: (color: string) => string;
32
32
  /**
33
- * Returns the most readlabale color on the given background color
33
+ * Returns the most readable color on the given background color
34
34
  * as a string from a list of palette text colors
35
35
  */
36
36
  export declare const getDisabledTextColor: (backgroundColor: string) => string;
37
37
  /**
38
38
  * Takes a color string and returns a color string
39
- * that is darker or ligher depending on the given color.
39
+ * that is darker or lighter depending on the given color.
40
40
  */
41
41
  export declare const getDisabledColor: (color: string) => string;
@@ -19,6 +19,6 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type ForwardedRef, type ReactElement, type RefAttributes } from 'react';
22
- declare type ForwardRefType = <T, P = Record<string, never>>(render: (props: P, ref: ForwardedRef<T>) => ReactElement | null) => (props: P & RefAttributes<T>) => ReactElement | null;
22
+ type ForwardRefType = <T, P = Record<string, never>>(render: (props: P, ref: ForwardedRef<T>) => ReactElement | null) => (props: P & RefAttributes<T>) => ReactElement | null;
23
23
  export declare const forwardRef: ForwardRefType;
24
24
  export {};
@@ -19,7 +19,7 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  /// <reference types="react" />
22
- export declare type ElementBase<T = HTMLElement> = Omit<React.HTMLProps<T>, 'as' | 'selected' | 'size' | 'onChange' | 'ref'> & {
22
+ export type ElementBase<T = HTMLElement> = Omit<React.HTMLProps<T>, 'as' | 'selected' | 'size' | 'onChange' | 'ref'> & {
23
23
  /** Override the root element rendered for the component */
24
24
  as?: string | React.ComponentType<any>;
25
25
  };
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgAddNode: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgAddNode: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgAddNode;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgAlignBottom: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgAlignBottom: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgAlignBottom;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgAlignCenter: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgAlignCenter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgAlignCenter;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgAlignTop: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgAlignTop: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgAlignTop;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgBold: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgBold: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgBold;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgCircle;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgCollapseExpand: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgCollapseExpand: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgCollapseExpand;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgCollapseExpandLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgCollapseExpandLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgCollapseExpandLeft;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgCollapseExpandRight: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgCollapseExpandRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgCollapseExpandRight;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgConfigure: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgConfigure: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgConfigure;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgDatabaseAddCircle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgDatabaseAddCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgDatabaseAddCircle;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgDbms: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgDbms: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgDbms;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgDrag: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgDrag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgDrag;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgExpand;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgExternalLink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgExternalLink: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgExternalLink;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgFitToScreen: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgFitToScreen: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgFitToScreen;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgFolderBookmark: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgFolderBookmark: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgFolderBookmark;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgHeirarchy2: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgHeirarchy2: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgHeirarchy2;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgHierarchy1: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgHierarchy1: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgHierarchy1;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgHierarchy2: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgHierarchy2: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgHierarchy2;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgItalic: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgItalic: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgItalic;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgNomLevel: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgNomLevel: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgNomLevel;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgPin: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgPin: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgPin;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgPlanView: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgPlanView: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgPlanView;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgPresentation: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgPresentation: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgPresentation;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgQueryBrowser: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgQueryBrowser: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgQueryBrowser;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgResizeCorner: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgResizeCorner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgResizeCorner;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgRhombus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgRhombus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgRhombus;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgScienceMolecule: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgScienceMolecule: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgScienceMolecule;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgShrink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgShrink: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgShrink;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgSidebarLineLeft: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgSidebarLineLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgSidebarLineLeft;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgSidebarLineRight: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgSidebarLineRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgSidebarLineRight;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgSquare: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgSquare: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgSquare;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgStatus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgStatus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgStatus;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgText: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgText: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgText;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgTriangle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgTriangle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgTriangle;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgUnderline: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgUnderline: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgUnderline;
@@ -19,5 +19,5 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  import { type SVGProps } from 'react';
22
- declare const SvgVisualizeBloom: (props: SVGProps<SVGSVGElement>) => JSX.Element;
22
+ declare const SvgVisualizeBloom: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
23
  export default SvgVisualizeBloom;
@@ -22,7 +22,7 @@ export * from './accordion';
22
22
  export * from './button';
23
23
  export * from './label';
24
24
  export * from './banner';
25
- export * from './tooltip';
25
+ export * from './tip';
26
26
  export * from './checkbox';
27
27
  export * from './switch';
28
28
  export * from './radio';
@@ -26,7 +26,7 @@ import React from 'react';
26
26
  *
27
27
  *
28
28
  */
29
- export declare type LoadingSpinnerProps = {
29
+ export type LoadingSpinnerProps = {
30
30
  size?: 'small' | 'medium' | 'large';
31
31
  className?: string;
32
32
  };
@@ -32,4 +32,4 @@ export interface ModalProps extends ElementBase {
32
32
  container?: Element;
33
33
  onClose?: (e: React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLElement>, reason?: ModalCloseReason) => void;
34
34
  }
35
- export declare const Modal: ({ open, size, onClose, children, className, container, ...rest }: ModalProps) => JSX.Element | null;
35
+ export declare const Modal: ({ open, size, onClose, children, className, container, ...rest }: ModalProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -25,12 +25,12 @@ import React from 'react';
25
25
  *
26
26
  * See the LICENSES.txt file for license for @mui/material
27
27
  */
28
- declare type ElementBase = Omit<React.HTMLProps<HTMLElement>, 'as' | 'size'> & {
28
+ type ElementBase = Omit<React.HTMLProps<HTMLElement>, 'as' | 'size'> & {
29
29
  /** Override the root element rendered for the component */
30
30
  as?: string | React.ComponentType<any>;
31
31
  };
32
- declare type Vertical = 'top' | 'bottom';
33
- declare type Horizontal = 'left' | 'right' | 'center';
32
+ type Vertical = 'top' | 'bottom';
33
+ type Horizontal = 'left' | 'right' | 'center';
34
34
  export interface PopoverProps extends ElementBase {
35
35
  open: boolean;
36
36
  children: React.ReactNode | string;
@@ -20,7 +20,7 @@
20
20
  */
21
21
  import React from 'react';
22
22
  import { type ElementBase } from '../helpers';
23
- declare type SideNavigationPosition = 'left' | 'right';
23
+ type SideNavigationPosition = 'left' | 'right';
24
24
  export interface SideNavigationProps extends ElementBase<HTMLDivElement> {
25
25
  /** True if the menu is expanded. */
26
26
  expanded: boolean;
@@ -32,7 +32,7 @@ export interface SideNavigationProps extends ElementBase<HTMLDivElement> {
32
32
  position?: SideNavigationPosition;
33
33
  }
34
34
  export declare const SideNavigation: React.ForwardRefExoticComponent<SideNavigationProps & React.RefAttributes<HTMLDivElement>>;
35
- export declare type SideNavigationListProps = ElementBase<HTMLUListElement>;
35
+ export type SideNavigationListProps = ElementBase<HTMLUListElement>;
36
36
  export declare const SideNavigationList: (props: Omit<React.HTMLProps<HTMLUListElement>, "as" | "selected" | "size" | "onChange" | "ref"> & {
37
37
  as?: string | React.ComponentType<any> | undefined;
38
38
  } & React.RefAttributes<HTMLUListElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
@@ -44,7 +44,7 @@ export interface SideNavigationItemProps extends ElementBase<HTMLAnchorElement>
44
44
  selectable?: boolean;
45
45
  }
46
46
  export declare const SideNavigationItem: (props: SideNavigationItemProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
47
- export declare type SideNavigationGroupHeaderProps = ElementBase<HTMLParagraphElement>;
47
+ export type SideNavigationGroupHeaderProps = ElementBase<HTMLParagraphElement>;
48
48
  export declare const SideNavigationGroupHeader: (props: Omit<React.HTMLProps<HTMLParagraphElement>, "as" | "selected" | "size" | "onChange" | "ref"> & {
49
49
  as?: string | React.ComponentType<any> | undefined;
50
50
  } & React.RefAttributes<HTMLParagraphElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
@@ -31,33 +31,33 @@ export interface CommonInnerProps<T = HTMLDivElement> {
31
31
  export interface ResizingBarProps<T extends RowData> extends CommonInnerProps<HTMLButtonElement> {
32
32
  header: HeaderType<T, unknown>;
33
33
  }
34
- declare const ResizingBar: <T extends unknown>({ header, children, innerProps, }: ResizingBarProps<T>) => JSX.Element;
35
- declare const Scrollable: ({ children, innerProps }: CommonInnerProps) => JSX.Element;
36
- declare const Header: ({ children, innerProps }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
34
+ declare const ResizingBar: <T extends unknown>({ header, children, innerProps, }: ResizingBarProps<T>) => import("react/jsx-runtime").JSX.Element;
35
+ declare const Scrollable: ({ children, innerProps }: CommonInnerProps) => import("react/jsx-runtime").JSX.Element;
36
+ declare const Header: ({ children, innerProps }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
37
37
  export interface SortingButtonProps {
38
38
  sortDirection: ReturnType<SortingColumn<any>['getIsSorted']>;
39
39
  children?: React.ReactNode;
40
40
  innerProps?: React.ComponentProps<'svg'>;
41
41
  }
42
- export declare const SortingButton: ({ sortDirection, children, innerProps, }: SortingButtonProps) => JSX.Element;
42
+ export declare const SortingButton: ({ sortDirection, children, innerProps, }: SortingButtonProps) => import("react/jsx-runtime").JSX.Element;
43
43
  export interface ColumnControlsProps<T extends RowData> extends CommonInnerProps<HTMLDivElement> {
44
44
  cell: HeaderType<T, unknown>;
45
45
  controls: Array<React.ReactNode>;
46
46
  }
47
- export declare const ColumnControls: <T extends unknown>({ cell, controls, children, innerProps, }: ColumnControlsProps<T>) => JSX.Element;
47
+ export declare const ColumnControls: <T extends unknown>({ cell, controls, children, innerProps, }: ColumnControlsProps<T>) => import("react/jsx-runtime").JSX.Element;
48
48
  export interface HeaderCellProps<T> extends CommonInnerProps<HTMLDivElement> {
49
49
  cell: HeaderType<T, unknown>;
50
50
  }
51
- declare const HeaderCell: <T extends unknown>({ cell, children, innerProps, }: HeaderCellProps<T>) => JSX.Element;
52
- declare const Body: ({ children, innerProps }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
51
+ declare const HeaderCell: <T extends unknown>({ cell, children, innerProps, }: HeaderCellProps<T>) => import("react/jsx-runtime").JSX.Element;
52
+ declare const Body: ({ children, innerProps }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
53
53
  export interface BodyCellProps<T extends RowData> extends CommonInnerProps<HTMLDivElement> {
54
54
  cell: Cell<T, unknown>;
55
55
  }
56
- declare const BodyCell: <T extends unknown>({ cell, children, innerProps, }: BodyCellProps<T>) => JSX.Element;
56
+ declare const BodyCell: <T extends unknown>({ cell, children, innerProps, }: BodyCellProps<T>) => import("react/jsx-runtime").JSX.Element;
57
57
  export interface BodyRowProps<T extends RowData> extends CommonInnerProps<HTMLDivElement> {
58
58
  row: Row<T>;
59
59
  }
60
- declare const BodyRow: <T extends unknown>({ row, children, innerProps, }: BodyRowProps<T>) => JSX.Element;
60
+ declare const BodyRow: <T extends unknown>({ row, children, innerProps, }: BodyRowProps<T>) => import("react/jsx-runtime").JSX.Element;
61
61
  export interface TableResultProps extends CommonInnerProps<HTMLSpanElement> {
62
62
  manualPagination?: {
63
63
  from: number;
@@ -65,20 +65,20 @@ export interface TableResultProps extends CommonInnerProps<HTMLSpanElement> {
65
65
  totalRows: number;
66
66
  };
67
67
  }
68
- declare const TableResults: ({ children, innerProps, manualPagination, }: TableResultProps) => JSX.Element;
69
- declare const RowsPerPage: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
68
+ declare const TableResults: ({ children, innerProps, manualPagination, }: TableResultProps) => import("react/jsx-runtime").JSX.Element;
69
+ declare const RowsPerPage: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
70
70
  export interface PaginationArrowButtonProps extends CommonInnerProps<HTMLButtonElement> {
71
71
  action: 'previous' | 'next';
72
72
  }
73
- declare const PaginationArrowButton: ({ action, children, innerProps, }: PaginationArrowButtonProps) => JSX.Element;
73
+ declare const PaginationArrowButton: ({ action, children, innerProps, }: PaginationArrowButtonProps) => import("react/jsx-runtime").JSX.Element;
74
74
  export interface PaginationNumericButtonProps extends CommonInnerProps<HTMLButtonElement> {
75
75
  currentIndex: number | string;
76
76
  isSelected: boolean;
77
77
  }
78
- declare const PaginationNumericButton: ({ currentIndex, isSelected, children, innerProps, }: PaginationNumericButtonProps) => JSX.Element;
79
- declare const PaginationNumericButtons: () => JSX.Element;
80
- declare const Pagination: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
81
- declare const Navigation: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
82
- declare const LoadingPlaceholder: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
83
- declare const NoDataPlaceholder: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => JSX.Element;
78
+ declare const PaginationNumericButton: ({ currentIndex, isSelected, children, innerProps, }: PaginationNumericButtonProps) => import("react/jsx-runtime").JSX.Element;
79
+ declare const PaginationNumericButtons: () => import("react/jsx-runtime").JSX.Element;
80
+ declare const Pagination: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
81
+ declare const Navigation: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
82
+ declare const LoadingPlaceholder: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
83
+ declare const NoDataPlaceholder: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
84
84
  export { ResizingBar, Header, Body, BodyCell, BodyRow, HeaderCell, Navigation, TableResults, RowsPerPage, Pagination, PaginationNumericButtons, PaginationArrowButton, PaginationNumericButton, NoDataPlaceholder, LoadingPlaceholder, Scrollable, };