@neo4j-ndl/react 3.9.2 → 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 (175) 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/cjs/wizard/stories/index.js +48 -0
  58. package/lib/cjs/wizard/stories/index.js.map +1 -0
  59. package/lib/cjs/wizard/stories/wizard-error-state.story.js +35 -0
  60. package/lib/cjs/wizard/stories/wizard-error-state.story.js.map +1 -0
  61. package/lib/cjs/wizard/stories/wizard-horizontal-small.story.js +35 -0
  62. package/lib/cjs/wizard/stories/wizard-horizontal-small.story.js.map +1 -0
  63. package/lib/cjs/wizard/stories/wizard-horizontal.story.js +35 -0
  64. package/lib/cjs/wizard/stories/wizard-horizontal.story.js.map +1 -0
  65. package/lib/cjs/wizard/stories/wizard-vertical-small.story.js +35 -0
  66. package/lib/cjs/wizard/stories/wizard-vertical-small.story.js.map +1 -0
  67. package/lib/cjs/wizard/stories/wizard-vertical.story.js +35 -0
  68. package/lib/cjs/wizard/stories/wizard-vertical.story.js.map +1 -0
  69. package/lib/cjs/wizard/stories/wizard.stories.js +99 -0
  70. package/lib/cjs/wizard/stories/wizard.stories.js.map +1 -0
  71. package/lib/esm/next/side-navigation/stories/side-nav-default.story.js +1 -1
  72. package/lib/esm/next/side-navigation/stories/side-nav-default.story.js.map +1 -1
  73. package/lib/esm/select/stories/index.js +61 -0
  74. package/lib/esm/select/stories/index.js.map +1 -0
  75. package/lib/esm/select/stories/select-async.story.js +50 -0
  76. package/lib/esm/select/stories/select-async.story.js.map +1 -0
  77. package/lib/esm/select/stories/select-clean.story.js +38 -0
  78. package/lib/esm/select/stories/select-clean.story.js.map +1 -0
  79. package/lib/esm/select/stories/select-controlled.story.js +43 -0
  80. package/lib/esm/select/stories/select-controlled.story.js.map +1 -0
  81. package/lib/esm/select/stories/select-creatable.story.js +39 -0
  82. package/lib/esm/select/stories/select-creatable.story.js.map +1 -0
  83. package/lib/esm/select/stories/select-custom-label.story.js +40 -0
  84. package/lib/esm/select/stories/select-custom-label.story.js.map +1 -0
  85. package/lib/esm/select/stories/select-default.story.js +38 -0
  86. package/lib/esm/select/stories/select-default.story.js.map +1 -0
  87. package/lib/esm/select/stories/select-disabled.story.js +39 -0
  88. package/lib/esm/select/stories/select-disabled.story.js.map +1 -0
  89. package/lib/esm/select/stories/select-empty.story.js +32 -0
  90. package/lib/esm/select/stories/select-empty.story.js.map +1 -0
  91. package/lib/esm/select/stories/select-error-state.story.js +38 -0
  92. package/lib/esm/select/stories/select-error-state.story.js.map +1 -0
  93. package/lib/esm/select/stories/select-inside-modal.story.js +42 -0
  94. package/lib/esm/select/stories/select-inside-modal.story.js.map +1 -0
  95. package/lib/esm/select/stories/select-menu-positionings.story.js +45 -0
  96. package/lib/esm/select/stories/select-menu-positionings.story.js.map +1 -0
  97. package/lib/esm/select/stories/select-multi.story.js +41 -0
  98. package/lib/esm/select/stories/select-multi.story.js.map +1 -0
  99. package/lib/esm/select/stories/select-sizes.story.js +44 -0
  100. package/lib/esm/select/stories/select-sizes.story.js.map +1 -0
  101. package/lib/esm/select/stories/select.stories.js +220 -0
  102. package/lib/esm/select/stories/select.stories.js.map +1 -0
  103. package/lib/esm/tooltip/stories/index.js +52 -0
  104. package/lib/esm/tooltip/stories/index.js.map +1 -0
  105. package/lib/esm/tooltip/stories/tooltip-controlled.story.js +30 -0
  106. package/lib/esm/tooltip/stories/tooltip-controlled.story.js.map +1 -0
  107. package/lib/esm/tooltip/stories/tooltip-default.story.js +28 -0
  108. package/lib/esm/tooltip/stories/tooltip-default.story.js.map +1 -0
  109. package/lib/esm/tooltip/stories/tooltip-disabled.story.js +28 -0
  110. package/lib/esm/tooltip/stories/tooltip-disabled.story.js.map +1 -0
  111. package/lib/esm/tooltip/stories/tooltip-hover-delay.story.js +28 -0
  112. package/lib/esm/tooltip/stories/tooltip-hover-delay.story.js.map +1 -0
  113. package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js +28 -0
  114. package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js.map +1 -0
  115. package/lib/esm/tooltip/stories/tooltip-initial-open.story.js +28 -0
  116. package/lib/esm/tooltip/stories/tooltip-initial-open.story.js.map +1 -0
  117. package/lib/esm/tooltip/stories/tooltip-placements.story.js +38 -0
  118. package/lib/esm/tooltip/stories/tooltip-placements.story.js.map +1 -0
  119. package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js +28 -0
  120. package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js.map +1 -0
  121. package/lib/esm/tooltip/stories/tooltip-rich.story.js +28 -0
  122. package/lib/esm/tooltip/stories/tooltip-rich.story.js.map +1 -0
  123. package/lib/esm/tooltip/stories/tooltip-trigger-button-wrapper.story.js +28 -0
  124. package/lib/esm/tooltip/stories/tooltip-trigger-button-wrapper.story.js.map +1 -0
  125. package/lib/esm/tooltip/stories/tooltip.stories.js +170 -0
  126. package/lib/esm/tooltip/stories/tooltip.stories.js.map +1 -0
  127. package/lib/esm/wizard/stories/index.js +37 -0
  128. package/lib/esm/wizard/stories/index.js.map +1 -0
  129. package/lib/esm/wizard/stories/wizard-error-state.story.js +33 -0
  130. package/lib/esm/wizard/stories/wizard-error-state.story.js.map +1 -0
  131. package/lib/esm/wizard/stories/wizard-horizontal-small.story.js +33 -0
  132. package/lib/esm/wizard/stories/wizard-horizontal-small.story.js.map +1 -0
  133. package/lib/esm/wizard/stories/wizard-horizontal.story.js +33 -0
  134. package/lib/esm/wizard/stories/wizard-horizontal.story.js.map +1 -0
  135. package/lib/esm/wizard/stories/wizard-vertical-small.story.js +33 -0
  136. package/lib/esm/wizard/stories/wizard-vertical-small.story.js.map +1 -0
  137. package/lib/esm/wizard/stories/wizard-vertical.story.js +33 -0
  138. package/lib/esm/wizard/stories/wizard-vertical.story.js.map +1 -0
  139. package/lib/esm/wizard/stories/wizard.stories.js +96 -0
  140. package/lib/esm/wizard/stories/wizard.stories.js.map +1 -0
  141. package/lib/types/select/stories/index.d.ts +46 -0
  142. package/lib/types/select/stories/select-async.story.d.ts +24 -0
  143. package/lib/types/select/stories/select-clean.story.d.ts +24 -0
  144. package/lib/types/select/stories/select-controlled.story.d.ts +23 -0
  145. package/lib/types/select/stories/select-creatable.story.d.ts +24 -0
  146. package/lib/types/select/stories/select-custom-label.story.d.ts +24 -0
  147. package/lib/types/select/stories/select-default.story.d.ts +24 -0
  148. package/lib/types/select/stories/select-disabled.story.d.ts +24 -0
  149. package/lib/types/select/stories/select-empty.story.d.ts +24 -0
  150. package/lib/types/select/stories/select-error-state.story.d.ts +24 -0
  151. package/lib/types/select/stories/select-inside-modal.story.d.ts +24 -0
  152. package/lib/types/select/stories/select-menu-positionings.story.d.ts +24 -0
  153. package/lib/types/select/stories/select-multi.story.d.ts +24 -0
  154. package/lib/types/select/stories/select-sizes.story.d.ts +24 -0
  155. package/lib/types/select/stories/select.stories.d.ts +38 -0
  156. package/lib/types/tooltip/stories/index.d.ts +40 -0
  157. package/lib/types/tooltip/stories/tooltip-controlled.story.d.ts +23 -0
  158. package/lib/types/tooltip/stories/tooltip-default.story.d.ts +23 -0
  159. package/lib/types/tooltip/stories/tooltip-disabled.story.d.ts +23 -0
  160. package/lib/types/tooltip/stories/tooltip-hover-delay.story.d.ts +23 -0
  161. package/lib/types/tooltip/stories/tooltip-in-dialog.story.d.ts +23 -0
  162. package/lib/types/tooltip/stories/tooltip-initial-open.story.d.ts +23 -0
  163. package/lib/types/tooltip/stories/tooltip-placements.story.d.ts +23 -0
  164. package/lib/types/tooltip/stories/tooltip-rich-pass-through.story.d.ts +23 -0
  165. package/lib/types/tooltip/stories/tooltip-rich.story.d.ts +23 -0
  166. package/lib/types/tooltip/stories/tooltip-trigger-button-wrapper.story.d.ts +23 -0
  167. package/lib/types/tooltip/stories/tooltip.stories.d.ts +35 -0
  168. package/lib/types/wizard/stories/index.d.ts +30 -0
  169. package/lib/types/wizard/stories/wizard-error-state.story.d.ts +23 -0
  170. package/lib/types/wizard/stories/wizard-horizontal-small.story.d.ts +23 -0
  171. package/lib/types/wizard/stories/wizard-horizontal.story.d.ts +23 -0
  172. package/lib/types/wizard/stories/wizard-vertical-small.story.d.ts +23 -0
  173. package/lib/types/wizard/stories/wizard-vertical.story.d.ts +23 -0
  174. package/lib/types/wizard/stories/wizard.stories.d.ts +30 -0
  175. 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,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;
@@ -0,0 +1,30 @@
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
+ export { default as WizardHorizontal } from './wizard-horizontal.story';
22
+ export { default as WizardVertical } from './wizard-vertical.story';
23
+ export { default as WizardHorizontalSmall } from './wizard-horizontal-small.story';
24
+ export { default as WizardVerticalSmall } from './wizard-vertical-small.story';
25
+ export { default as WizardErrorState } from './wizard-error-state.story';
26
+ export declare const WizardHorizontalSource: string;
27
+ export declare const WizardVerticalSource: string;
28
+ export declare const WizardHorizontalSmallSource: string;
29
+ export declare const WizardVerticalSmallSource: string;
30
+ export declare const WizardErrorStateSource: string;
@@ -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,30 @@
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 { Wizard } from '../index';
23
+ declare const componentMeta: Meta<typeof Wizard>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof Wizard>;
26
+ export declare const Horizontal: Story;
27
+ export declare const HorizontalSmall: Story;
28
+ export declare const Vertical: Story;
29
+ export declare const VerticalSmall: Story;
30
+ export declare const ErrorState: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "3.9.2",
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.20"
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",