@neo4j-ndl/react 3.9.4 → 3.9.6

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 (80) hide show
  1. package/lib/cjs/graph-label/stories/graph-label-color.story.js +2 -1
  2. package/lib/cjs/graph-label/stories/graph-label-color.story.js.map +1 -1
  3. package/lib/cjs/progress-bar/stories/index.js +40 -0
  4. package/lib/cjs/progress-bar/stories/index.js.map +1 -0
  5. package/lib/cjs/progress-bar/stories/progress-bar-default.story.js +30 -0
  6. package/lib/cjs/progress-bar/stories/progress-bar-default.story.js.map +1 -0
  7. package/lib/cjs/progress-bar/stories/progress-bar-heading.story.js +30 -0
  8. package/lib/cjs/progress-bar/stories/progress-bar-heading.story.js.map +1 -0
  9. package/lib/cjs/progress-bar/stories/progress-bar-sizes.story.js +30 -0
  10. package/lib/cjs/progress-bar/stories/progress-bar-sizes.story.js.map +1 -0
  11. package/lib/cjs/progress-bar/stories/progress-bar.stories.js +80 -0
  12. package/lib/cjs/progress-bar/stories/progress-bar.stories.js.map +1 -0
  13. package/lib/cjs/spotlight/stories/index.js +59 -0
  14. package/lib/cjs/spotlight/stories/index.js.map +1 -0
  15. package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js +48 -0
  16. package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -0
  17. package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js +49 -0
  18. package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js.map +1 -0
  19. package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js +53 -0
  20. package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -0
  21. package/lib/cjs/spotlight/stories/spotlight-tour.story.js +46 -0
  22. package/lib/cjs/spotlight/stories/spotlight-tour.story.js.map +1 -0
  23. package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js +49 -0
  24. package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js.map +1 -0
  25. package/lib/cjs/spotlight/stories/spotlight-with-image.story.js +48 -0
  26. package/lib/cjs/spotlight/stories/spotlight-with-image.story.js.map +1 -0
  27. package/lib/cjs/spotlight/stories/spotlight-with-label.story.js +48 -0
  28. package/lib/cjs/spotlight/stories/spotlight-with-label.story.js.map +1 -0
  29. package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js +48 -0
  30. package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js.map +1 -0
  31. package/lib/cjs/spotlight/stories/spotlight.stories.js +163 -0
  32. package/lib/cjs/spotlight/stories/spotlight.stories.js.map +1 -0
  33. package/lib/esm/graph-label/stories/graph-label-color.story.js +2 -1
  34. package/lib/esm/graph-label/stories/graph-label-color.story.js.map +1 -1
  35. package/lib/esm/progress-bar/stories/index.js +31 -0
  36. package/lib/esm/progress-bar/stories/index.js.map +1 -0
  37. package/lib/esm/progress-bar/stories/progress-bar-default.story.js +28 -0
  38. package/lib/esm/progress-bar/stories/progress-bar-default.story.js.map +1 -0
  39. package/lib/esm/progress-bar/stories/progress-bar-heading.story.js +28 -0
  40. package/lib/esm/progress-bar/stories/progress-bar-heading.story.js.map +1 -0
  41. package/lib/esm/progress-bar/stories/progress-bar-sizes.story.js +28 -0
  42. package/lib/esm/progress-bar/stories/progress-bar-sizes.story.js.map +1 -0
  43. package/lib/esm/progress-bar/stories/progress-bar.stories.js +77 -0
  44. package/lib/esm/progress-bar/stories/progress-bar.stories.js.map +1 -0
  45. package/lib/esm/spotlight/stories/index.js +45 -0
  46. package/lib/esm/spotlight/stories/index.js.map +1 -0
  47. package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js +46 -0
  48. package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -0
  49. package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js +47 -0
  50. package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js.map +1 -0
  51. package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js +51 -0
  52. package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -0
  53. package/lib/esm/spotlight/stories/spotlight-tour.story.js +44 -0
  54. package/lib/esm/spotlight/stories/spotlight-tour.story.js.map +1 -0
  55. package/lib/esm/spotlight/stories/spotlight-with-icon.story.js +47 -0
  56. package/lib/esm/spotlight/stories/spotlight-with-icon.story.js.map +1 -0
  57. package/lib/esm/spotlight/stories/spotlight-with-image.story.js +46 -0
  58. package/lib/esm/spotlight/stories/spotlight-with-image.story.js.map +1 -0
  59. package/lib/esm/spotlight/stories/spotlight-with-label.story.js +46 -0
  60. package/lib/esm/spotlight/stories/spotlight-with-label.story.js.map +1 -0
  61. package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js +46 -0
  62. package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js.map +1 -0
  63. package/lib/esm/spotlight/stories/spotlight.stories.js +157 -0
  64. package/lib/esm/spotlight/stories/spotlight.stories.js.map +1 -0
  65. package/lib/types/progress-bar/stories/index.d.ts +26 -0
  66. package/lib/types/progress-bar/stories/progress-bar-default.story.d.ts +23 -0
  67. package/lib/types/progress-bar/stories/progress-bar-heading.story.d.ts +23 -0
  68. package/lib/types/progress-bar/stories/progress-bar-sizes.story.d.ts +23 -0
  69. package/lib/types/progress-bar/stories/progress-bar.stories.d.ts +28 -0
  70. package/lib/types/spotlight/stories/index.d.ts +36 -0
  71. package/lib/types/spotlight/stories/spotlight-fixed-positioning.story.d.ts +27 -0
  72. package/lib/types/spotlight/stories/spotlight-in-dialog.story.d.ts +27 -0
  73. package/lib/types/spotlight/stories/spotlight-in-side-nav.story.d.ts +27 -0
  74. package/lib/types/spotlight/stories/spotlight-tour.story.d.ts +23 -0
  75. package/lib/types/spotlight/stories/spotlight-with-icon.story.d.ts +27 -0
  76. package/lib/types/spotlight/stories/spotlight-with-image.story.d.ts +27 -0
  77. package/lib/types/spotlight/stories/spotlight-with-label.story.d.ts +27 -0
  78. package/lib/types/spotlight/stories/spotlight-with-pointer.story.d.ts +27 -0
  79. package/lib/types/spotlight/stories/spotlight.stories.d.ts +36 -0
  80. package/package.json +5 -5
@@ -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,28 @@
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 { ProgressBar } from '../../index';
23
+ declare const componentMeta: Meta<typeof ProgressBar>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Default: Story;
27
+ export declare const Heading: Story;
28
+ export declare const Sizes: Story;
@@ -0,0 +1,36 @@
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 SpotlightWithLabel } from './spotlight-with-label.story';
22
+ export { default as SpotlightWithIcon } from './spotlight-with-icon.story';
23
+ export { default as SpotlightWithImage } from './spotlight-with-image.story';
24
+ export { default as SpotlightWithPointer } from './spotlight-with-pointer.story';
25
+ export { default as SpotlightTour } from './spotlight-tour.story';
26
+ export { default as SpotlightInSideNav } from './spotlight-in-side-nav.story';
27
+ export { default as SpotlightInDialog } from './spotlight-in-dialog.story';
28
+ export { default as SpotlightFixedPositioning } from './spotlight-fixed-positioning.story';
29
+ export declare const SpotlightWithLabelSrc: string;
30
+ export declare const SpotlightWithIconSrc: string;
31
+ export declare const SpotlightWithImageSrc: string;
32
+ export declare const SpotlightWithPointerSrc: string;
33
+ export declare const SpotlightTourSrc: string;
34
+ export declare const SpotlightInSideNavSrc: string;
35
+ export declare const SpotlightInDialogSrc: string;
36
+ export declare const SpotlightFixedPositioningSrc: string;
@@ -0,0 +1,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ export default Component;
@@ -0,0 +1,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ export default Component;
@@ -0,0 +1,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ 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,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ export default Component;
@@ -0,0 +1,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ export default Component;
@@ -0,0 +1,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ export default Component;
@@ -0,0 +1,27 @@
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
+ import { Spotlight } from '@neo4j-ndl/react';
23
+ interface ComponentProps extends React.ComponentProps<typeof Spotlight> {
24
+ isChromatic: boolean;
25
+ }
26
+ declare const Component: (props: ComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ export default Component;
@@ -0,0 +1,36 @@
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 { Spotlight } from '../../index';
23
+ type ComponentProps = React.ComponentProps<typeof Spotlight> & {
24
+ isChromatic: boolean;
25
+ };
26
+ declare const componentMeta: Meta<ComponentProps>;
27
+ export default componentMeta;
28
+ type Story = StoryObj<typeof componentMeta>;
29
+ export declare const WithLabel: Story;
30
+ export declare const WithIcon: Story;
31
+ export declare const WithImage: Story;
32
+ export declare const WithPointerIndicator: Story;
33
+ export declare const Tour: Story;
34
+ export declare const InSideNav: Story;
35
+ export declare const TargetInDialog: Story;
36
+ export declare const FixedPositioning: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "3.9.4",
3
+ "version": "3.9.6",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -79,10 +79,10 @@
79
79
  "yargs": "18.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "@tanstack/react-table": "8.20.5",
82
+ "@tanstack/react-table": "8.21.3",
83
83
  "react": ">=16.8.0",
84
84
  "react-dom": ">=16.8.0",
85
- "@neo4j-ndl/base": "^3.7.22"
85
+ "@neo4j-ndl/base": "^3.7.23"
86
86
  },
87
87
  "dependencies": {
88
88
  "@dnd-kit/core": "6.1.0",
@@ -103,14 +103,14 @@
103
103
  "react-aria": "3.35.0",
104
104
  "react-datepicker": "6.9.0",
105
105
  "react-dropzone": "14.2.9",
106
- "react-focus-lock": "2.13.2",
106
+ "react-focus-lock": "2.13.6",
107
107
  "react-select": "5.9.0",
108
108
  "react-stately": "3.33.0",
109
109
  "react-syntax-highlighter": "15.5.0",
110
110
  "react-use": "17.5.1",
111
111
  "sonner": "1.7.1",
112
112
  "tinycolor2": "1.6.0",
113
- "usehooks-ts": "3.1.0"
113
+ "usehooks-ts": "3.1.1"
114
114
  },
115
115
  "scripts": {
116
116
  "generate-component": "node ./scripts/component-generator.js",