@neo4j-ndl/react 3.9.3 → 3.9.4

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 (140) hide show
  1. package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js +1 -1
  2. package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js.map +1 -1
  3. package/lib/cjs/select/stories/index.js +80 -0
  4. package/lib/cjs/select/stories/index.js.map +1 -0
  5. package/lib/cjs/select/stories/select-async.story.js +52 -0
  6. package/lib/cjs/select/stories/select-async.story.js.map +1 -0
  7. package/lib/cjs/select/stories/select-clean.story.js +40 -0
  8. package/lib/cjs/select/stories/select-clean.story.js.map +1 -0
  9. package/lib/cjs/select/stories/select-controlled.story.js +45 -0
  10. package/lib/cjs/select/stories/select-controlled.story.js.map +1 -0
  11. package/lib/cjs/select/stories/select-creatable.story.js +41 -0
  12. package/lib/cjs/select/stories/select-creatable.story.js.map +1 -0
  13. package/lib/cjs/select/stories/select-custom-label.story.js +42 -0
  14. package/lib/cjs/select/stories/select-custom-label.story.js.map +1 -0
  15. package/lib/cjs/select/stories/select-default.story.js +40 -0
  16. package/lib/cjs/select/stories/select-default.story.js.map +1 -0
  17. package/lib/cjs/select/stories/select-disabled.story.js +41 -0
  18. package/lib/cjs/select/stories/select-disabled.story.js.map +1 -0
  19. package/lib/cjs/select/stories/select-empty.story.js +34 -0
  20. package/lib/cjs/select/stories/select-empty.story.js.map +1 -0
  21. package/lib/cjs/select/stories/select-error-state.story.js +40 -0
  22. package/lib/cjs/select/stories/select-error-state.story.js.map +1 -0
  23. package/lib/cjs/select/stories/select-inside-modal.story.js +44 -0
  24. package/lib/cjs/select/stories/select-inside-modal.story.js.map +1 -0
  25. package/lib/cjs/select/stories/select-menu-positionings.story.js +47 -0
  26. package/lib/cjs/select/stories/select-menu-positionings.story.js.map +1 -0
  27. package/lib/cjs/select/stories/select-multi.story.js +43 -0
  28. package/lib/cjs/select/stories/select-multi.story.js.map +1 -0
  29. package/lib/cjs/select/stories/select-sizes.story.js +46 -0
  30. package/lib/cjs/select/stories/select-sizes.story.js.map +1 -0
  31. package/lib/cjs/select/stories/select.stories.js +226 -0
  32. package/lib/cjs/select/stories/select.stories.js.map +1 -0
  33. package/lib/cjs/tooltip/stories/index.js +68 -0
  34. package/lib/cjs/tooltip/stories/index.js.map +1 -0
  35. package/lib/cjs/tooltip/stories/tooltip-controlled.story.js +32 -0
  36. package/lib/cjs/tooltip/stories/tooltip-controlled.story.js.map +1 -0
  37. package/lib/cjs/tooltip/stories/tooltip-default.story.js +30 -0
  38. package/lib/cjs/tooltip/stories/tooltip-default.story.js.map +1 -0
  39. package/lib/cjs/tooltip/stories/tooltip-disabled.story.js +30 -0
  40. package/lib/cjs/tooltip/stories/tooltip-disabled.story.js.map +1 -0
  41. package/lib/cjs/tooltip/stories/tooltip-hover-delay.story.js +30 -0
  42. package/lib/cjs/tooltip/stories/tooltip-hover-delay.story.js.map +1 -0
  43. package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js +30 -0
  44. package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js.map +1 -0
  45. package/lib/cjs/tooltip/stories/tooltip-initial-open.story.js +30 -0
  46. package/lib/cjs/tooltip/stories/tooltip-initial-open.story.js.map +1 -0
  47. package/lib/cjs/tooltip/stories/tooltip-placements.story.js +40 -0
  48. package/lib/cjs/tooltip/stories/tooltip-placements.story.js.map +1 -0
  49. package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js +30 -0
  50. package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js.map +1 -0
  51. package/lib/cjs/tooltip/stories/tooltip-rich.story.js +30 -0
  52. package/lib/cjs/tooltip/stories/tooltip-rich.story.js.map +1 -0
  53. package/lib/cjs/tooltip/stories/tooltip-trigger-button-wrapper.story.js +30 -0
  54. package/lib/cjs/tooltip/stories/tooltip-trigger-button-wrapper.story.js.map +1 -0
  55. package/lib/cjs/tooltip/stories/tooltip.stories.js +176 -0
  56. package/lib/cjs/tooltip/stories/tooltip.stories.js.map +1 -0
  57. package/lib/esm/next/side-navigation/stories/side-nav-default.story.js +1 -1
  58. package/lib/esm/next/side-navigation/stories/side-nav-default.story.js.map +1 -1
  59. package/lib/esm/select/stories/index.js +61 -0
  60. package/lib/esm/select/stories/index.js.map +1 -0
  61. package/lib/esm/select/stories/select-async.story.js +50 -0
  62. package/lib/esm/select/stories/select-async.story.js.map +1 -0
  63. package/lib/esm/select/stories/select-clean.story.js +38 -0
  64. package/lib/esm/select/stories/select-clean.story.js.map +1 -0
  65. package/lib/esm/select/stories/select-controlled.story.js +43 -0
  66. package/lib/esm/select/stories/select-controlled.story.js.map +1 -0
  67. package/lib/esm/select/stories/select-creatable.story.js +39 -0
  68. package/lib/esm/select/stories/select-creatable.story.js.map +1 -0
  69. package/lib/esm/select/stories/select-custom-label.story.js +40 -0
  70. package/lib/esm/select/stories/select-custom-label.story.js.map +1 -0
  71. package/lib/esm/select/stories/select-default.story.js +38 -0
  72. package/lib/esm/select/stories/select-default.story.js.map +1 -0
  73. package/lib/esm/select/stories/select-disabled.story.js +39 -0
  74. package/lib/esm/select/stories/select-disabled.story.js.map +1 -0
  75. package/lib/esm/select/stories/select-empty.story.js +32 -0
  76. package/lib/esm/select/stories/select-empty.story.js.map +1 -0
  77. package/lib/esm/select/stories/select-error-state.story.js +38 -0
  78. package/lib/esm/select/stories/select-error-state.story.js.map +1 -0
  79. package/lib/esm/select/stories/select-inside-modal.story.js +42 -0
  80. package/lib/esm/select/stories/select-inside-modal.story.js.map +1 -0
  81. package/lib/esm/select/stories/select-menu-positionings.story.js +45 -0
  82. package/lib/esm/select/stories/select-menu-positionings.story.js.map +1 -0
  83. package/lib/esm/select/stories/select-multi.story.js +41 -0
  84. package/lib/esm/select/stories/select-multi.story.js.map +1 -0
  85. package/lib/esm/select/stories/select-sizes.story.js +44 -0
  86. package/lib/esm/select/stories/select-sizes.story.js.map +1 -0
  87. package/lib/esm/select/stories/select.stories.js +220 -0
  88. package/lib/esm/select/stories/select.stories.js.map +1 -0
  89. package/lib/esm/tooltip/stories/index.js +52 -0
  90. package/lib/esm/tooltip/stories/index.js.map +1 -0
  91. package/lib/esm/tooltip/stories/tooltip-controlled.story.js +30 -0
  92. package/lib/esm/tooltip/stories/tooltip-controlled.story.js.map +1 -0
  93. package/lib/esm/tooltip/stories/tooltip-default.story.js +28 -0
  94. package/lib/esm/tooltip/stories/tooltip-default.story.js.map +1 -0
  95. package/lib/esm/tooltip/stories/tooltip-disabled.story.js +28 -0
  96. package/lib/esm/tooltip/stories/tooltip-disabled.story.js.map +1 -0
  97. package/lib/esm/tooltip/stories/tooltip-hover-delay.story.js +28 -0
  98. package/lib/esm/tooltip/stories/tooltip-hover-delay.story.js.map +1 -0
  99. package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js +28 -0
  100. package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js.map +1 -0
  101. package/lib/esm/tooltip/stories/tooltip-initial-open.story.js +28 -0
  102. package/lib/esm/tooltip/stories/tooltip-initial-open.story.js.map +1 -0
  103. package/lib/esm/tooltip/stories/tooltip-placements.story.js +38 -0
  104. package/lib/esm/tooltip/stories/tooltip-placements.story.js.map +1 -0
  105. package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js +28 -0
  106. package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js.map +1 -0
  107. package/lib/esm/tooltip/stories/tooltip-rich.story.js +28 -0
  108. package/lib/esm/tooltip/stories/tooltip-rich.story.js.map +1 -0
  109. package/lib/esm/tooltip/stories/tooltip-trigger-button-wrapper.story.js +28 -0
  110. package/lib/esm/tooltip/stories/tooltip-trigger-button-wrapper.story.js.map +1 -0
  111. package/lib/esm/tooltip/stories/tooltip.stories.js +170 -0
  112. package/lib/esm/tooltip/stories/tooltip.stories.js.map +1 -0
  113. package/lib/types/select/stories/index.d.ts +46 -0
  114. package/lib/types/select/stories/select-async.story.d.ts +24 -0
  115. package/lib/types/select/stories/select-clean.story.d.ts +24 -0
  116. package/lib/types/select/stories/select-controlled.story.d.ts +23 -0
  117. package/lib/types/select/stories/select-creatable.story.d.ts +24 -0
  118. package/lib/types/select/stories/select-custom-label.story.d.ts +24 -0
  119. package/lib/types/select/stories/select-default.story.d.ts +24 -0
  120. package/lib/types/select/stories/select-disabled.story.d.ts +24 -0
  121. package/lib/types/select/stories/select-empty.story.d.ts +24 -0
  122. package/lib/types/select/stories/select-error-state.story.d.ts +24 -0
  123. package/lib/types/select/stories/select-inside-modal.story.d.ts +24 -0
  124. package/lib/types/select/stories/select-menu-positionings.story.d.ts +24 -0
  125. package/lib/types/select/stories/select-multi.story.d.ts +24 -0
  126. package/lib/types/select/stories/select-sizes.story.d.ts +24 -0
  127. package/lib/types/select/stories/select.stories.d.ts +38 -0
  128. package/lib/types/tooltip/stories/index.d.ts +40 -0
  129. package/lib/types/tooltip/stories/tooltip-controlled.story.d.ts +23 -0
  130. package/lib/types/tooltip/stories/tooltip-default.story.d.ts +23 -0
  131. package/lib/types/tooltip/stories/tooltip-disabled.story.d.ts +23 -0
  132. package/lib/types/tooltip/stories/tooltip-hover-delay.story.d.ts +23 -0
  133. package/lib/types/tooltip/stories/tooltip-in-dialog.story.d.ts +23 -0
  134. package/lib/types/tooltip/stories/tooltip-initial-open.story.d.ts +23 -0
  135. package/lib/types/tooltip/stories/tooltip-placements.story.d.ts +23 -0
  136. package/lib/types/tooltip/stories/tooltip-rich-pass-through.story.d.ts +23 -0
  137. package/lib/types/tooltip/stories/tooltip-rich.story.d.ts +23 -0
  138. package/lib/types/tooltip/stories/tooltip-trigger-button-wrapper.story.d.ts +23 -0
  139. package/lib/types/tooltip/stories/tooltip.stories.d.ts +35 -0
  140. package/package.json +3 -3
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { Tooltip } from '../../index';
23
+ declare const componentMeta: Meta<typeof Tooltip>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof Tooltip>;
26
+ export declare const Default: Story;
27
+ export declare const Disabled: Story;
28
+ export declare const InitialOpen: Story;
29
+ export declare const HoverDelay: Story;
30
+ export declare const TriggerButtonWrapper: Story;
31
+ export declare const Controlled: Story;
32
+ export declare const Placements: Story;
33
+ export declare const InDialog: Story;
34
+ export declare const Rich: Story;
35
+ export declare const RichPassThrough: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -82,7 +82,7 @@
82
82
  "@tanstack/react-table": "8.20.5",
83
83
  "react": ">=16.8.0",
84
84
  "react-dom": ">=16.8.0",
85
- "@neo4j-ndl/base": "^3.7.21"
85
+ "@neo4j-ndl/base": "^3.7.22"
86
86
  },
87
87
  "dependencies": {
88
88
  "@dnd-kit/core": "6.1.0",
@@ -92,8 +92,8 @@
92
92
  "@heroicons/react": "2.1.5",
93
93
  "@neo4j-devtools/word-color": "^0.0.8",
94
94
  "@neo4j-nvl/base": "0.3.9",
95
- "@neo4j-nvl/react": "0.3.9",
96
95
  "@neo4j-nvl/interaction-handlers": "0.3.9",
96
+ "@neo4j-nvl/react": "0.3.9",
97
97
  "@uiw/react-color": "2.5.4",
98
98
  "classnames": "2.5.1",
99
99
  "date-fns": "4.1.0",