@neo4j-ndl/react 3.9.3 → 3.9.5
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.
- package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js +1 -1
- package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js.map +1 -1
- package/lib/cjs/select/stories/index.js +80 -0
- package/lib/cjs/select/stories/index.js.map +1 -0
- package/lib/cjs/select/stories/select-async.story.js +52 -0
- package/lib/cjs/select/stories/select-async.story.js.map +1 -0
- package/lib/cjs/select/stories/select-clean.story.js +40 -0
- package/lib/cjs/select/stories/select-clean.story.js.map +1 -0
- package/lib/cjs/select/stories/select-controlled.story.js +45 -0
- package/lib/cjs/select/stories/select-controlled.story.js.map +1 -0
- package/lib/cjs/select/stories/select-creatable.story.js +41 -0
- package/lib/cjs/select/stories/select-creatable.story.js.map +1 -0
- package/lib/cjs/select/stories/select-custom-label.story.js +42 -0
- package/lib/cjs/select/stories/select-custom-label.story.js.map +1 -0
- package/lib/cjs/select/stories/select-default.story.js +40 -0
- package/lib/cjs/select/stories/select-default.story.js.map +1 -0
- package/lib/cjs/select/stories/select-disabled.story.js +41 -0
- package/lib/cjs/select/stories/select-disabled.story.js.map +1 -0
- package/lib/cjs/select/stories/select-empty.story.js +34 -0
- package/lib/cjs/select/stories/select-empty.story.js.map +1 -0
- package/lib/cjs/select/stories/select-error-state.story.js +40 -0
- package/lib/cjs/select/stories/select-error-state.story.js.map +1 -0
- package/lib/cjs/select/stories/select-inside-modal.story.js +44 -0
- package/lib/cjs/select/stories/select-inside-modal.story.js.map +1 -0
- package/lib/cjs/select/stories/select-menu-positionings.story.js +47 -0
- package/lib/cjs/select/stories/select-menu-positionings.story.js.map +1 -0
- package/lib/cjs/select/stories/select-multi.story.js +43 -0
- package/lib/cjs/select/stories/select-multi.story.js.map +1 -0
- package/lib/cjs/select/stories/select-sizes.story.js +46 -0
- package/lib/cjs/select/stories/select-sizes.story.js.map +1 -0
- package/lib/cjs/select/stories/select.stories.js +226 -0
- package/lib/cjs/select/stories/select.stories.js.map +1 -0
- package/lib/cjs/spotlight/stories/index.js +59 -0
- package/lib/cjs/spotlight/stories/index.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js +48 -0
- package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js +49 -0
- package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js +53 -0
- package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-tour.story.js +46 -0
- package/lib/cjs/spotlight/stories/spotlight-tour.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js +49 -0
- package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-with-image.story.js +48 -0
- package/lib/cjs/spotlight/stories/spotlight-with-image.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-with-label.story.js +48 -0
- package/lib/cjs/spotlight/stories/spotlight-with-label.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js +48 -0
- package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight.stories.js +163 -0
- package/lib/cjs/spotlight/stories/spotlight.stories.js.map +1 -0
- package/lib/cjs/tooltip/stories/index.js +68 -0
- package/lib/cjs/tooltip/stories/index.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-controlled.story.js +32 -0
- package/lib/cjs/tooltip/stories/tooltip-controlled.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-default.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-default.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-disabled.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-disabled.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-hover-delay.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-hover-delay.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-initial-open.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-initial-open.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-placements.story.js +40 -0
- package/lib/cjs/tooltip/stories/tooltip-placements.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-rich.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-rich.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-trigger-button-wrapper.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-trigger-button-wrapper.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip.stories.js +176 -0
- package/lib/cjs/tooltip/stories/tooltip.stories.js.map +1 -0
- package/lib/esm/next/side-navigation/stories/side-nav-default.story.js +1 -1
- package/lib/esm/next/side-navigation/stories/side-nav-default.story.js.map +1 -1
- package/lib/esm/select/stories/index.js +61 -0
- package/lib/esm/select/stories/index.js.map +1 -0
- package/lib/esm/select/stories/select-async.story.js +50 -0
- package/lib/esm/select/stories/select-async.story.js.map +1 -0
- package/lib/esm/select/stories/select-clean.story.js +38 -0
- package/lib/esm/select/stories/select-clean.story.js.map +1 -0
- package/lib/esm/select/stories/select-controlled.story.js +43 -0
- package/lib/esm/select/stories/select-controlled.story.js.map +1 -0
- package/lib/esm/select/stories/select-creatable.story.js +39 -0
- package/lib/esm/select/stories/select-creatable.story.js.map +1 -0
- package/lib/esm/select/stories/select-custom-label.story.js +40 -0
- package/lib/esm/select/stories/select-custom-label.story.js.map +1 -0
- package/lib/esm/select/stories/select-default.story.js +38 -0
- package/lib/esm/select/stories/select-default.story.js.map +1 -0
- package/lib/esm/select/stories/select-disabled.story.js +39 -0
- package/lib/esm/select/stories/select-disabled.story.js.map +1 -0
- package/lib/esm/select/stories/select-empty.story.js +32 -0
- package/lib/esm/select/stories/select-empty.story.js.map +1 -0
- package/lib/esm/select/stories/select-error-state.story.js +38 -0
- package/lib/esm/select/stories/select-error-state.story.js.map +1 -0
- package/lib/esm/select/stories/select-inside-modal.story.js +42 -0
- package/lib/esm/select/stories/select-inside-modal.story.js.map +1 -0
- package/lib/esm/select/stories/select-menu-positionings.story.js +45 -0
- package/lib/esm/select/stories/select-menu-positionings.story.js.map +1 -0
- package/lib/esm/select/stories/select-multi.story.js +41 -0
- package/lib/esm/select/stories/select-multi.story.js.map +1 -0
- package/lib/esm/select/stories/select-sizes.story.js +44 -0
- package/lib/esm/select/stories/select-sizes.story.js.map +1 -0
- package/lib/esm/select/stories/select.stories.js +220 -0
- package/lib/esm/select/stories/select.stories.js.map +1 -0
- package/lib/esm/spotlight/stories/index.js +45 -0
- package/lib/esm/spotlight/stories/index.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js +46 -0
- package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js +47 -0
- package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js +51 -0
- package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-tour.story.js +44 -0
- package/lib/esm/spotlight/stories/spotlight-tour.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-with-icon.story.js +47 -0
- package/lib/esm/spotlight/stories/spotlight-with-icon.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-with-image.story.js +46 -0
- package/lib/esm/spotlight/stories/spotlight-with-image.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-with-label.story.js +46 -0
- package/lib/esm/spotlight/stories/spotlight-with-label.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js +46 -0
- package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight.stories.js +157 -0
- package/lib/esm/spotlight/stories/spotlight.stories.js.map +1 -0
- package/lib/esm/tooltip/stories/index.js +52 -0
- package/lib/esm/tooltip/stories/index.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-controlled.story.js +30 -0
- package/lib/esm/tooltip/stories/tooltip-controlled.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-default.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-default.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-disabled.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-disabled.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-hover-delay.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-hover-delay.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-initial-open.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-initial-open.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-placements.story.js +38 -0
- package/lib/esm/tooltip/stories/tooltip-placements.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-rich.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-rich.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-trigger-button-wrapper.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-trigger-button-wrapper.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip.stories.js +170 -0
- package/lib/esm/tooltip/stories/tooltip.stories.js.map +1 -0
- package/lib/types/select/stories/index.d.ts +46 -0
- package/lib/types/select/stories/select-async.story.d.ts +24 -0
- package/lib/types/select/stories/select-clean.story.d.ts +24 -0
- package/lib/types/select/stories/select-controlled.story.d.ts +23 -0
- package/lib/types/select/stories/select-creatable.story.d.ts +24 -0
- package/lib/types/select/stories/select-custom-label.story.d.ts +24 -0
- package/lib/types/select/stories/select-default.story.d.ts +24 -0
- package/lib/types/select/stories/select-disabled.story.d.ts +24 -0
- package/lib/types/select/stories/select-empty.story.d.ts +24 -0
- package/lib/types/select/stories/select-error-state.story.d.ts +24 -0
- package/lib/types/select/stories/select-inside-modal.story.d.ts +24 -0
- package/lib/types/select/stories/select-menu-positionings.story.d.ts +24 -0
- package/lib/types/select/stories/select-multi.story.d.ts +24 -0
- package/lib/types/select/stories/select-sizes.story.d.ts +24 -0
- package/lib/types/select/stories/select.stories.d.ts +38 -0
- package/lib/types/spotlight/stories/index.d.ts +36 -0
- package/lib/types/spotlight/stories/spotlight-fixed-positioning.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight-in-dialog.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight-in-side-nav.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight-tour.story.d.ts +23 -0
- package/lib/types/spotlight/stories/spotlight-with-icon.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight-with-image.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight-with-label.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight-with-pointer.story.d.ts +27 -0
- package/lib/types/spotlight/stories/spotlight.stories.d.ts +36 -0
- package/lib/types/tooltip/stories/index.d.ts +40 -0
- package/lib/types/tooltip/stories/tooltip-controlled.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-default.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-disabled.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-hover-delay.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-in-dialog.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-initial-open.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-placements.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-rich-pass-through.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-rich.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-trigger-button-wrapper.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip.stories.d.ts +35 -0
- package/package.json +3 -3
|
@@ -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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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 TooltipDefault } from './tooltip-default.story';
|
|
22
|
+
export { default as TooltipDisabled } from './tooltip-disabled.story';
|
|
23
|
+
export { default as TooltipControlled } from './tooltip-controlled.story';
|
|
24
|
+
export { default as TooltipInitialOpen } from './tooltip-initial-open.story';
|
|
25
|
+
export { default as TooltipPlacements } from './tooltip-placements.story';
|
|
26
|
+
export { default as TooltipInDialog } from './tooltip-in-dialog.story';
|
|
27
|
+
export { default as TooltipHoverDelay } from './tooltip-hover-delay.story';
|
|
28
|
+
export { default as TooltipTriggerButtonWrapper } from './tooltip-trigger-button-wrapper.story';
|
|
29
|
+
export { default as TooltipRich } from './tooltip-rich.story';
|
|
30
|
+
export { default as TooltipRichPassThrough } from './tooltip-rich-pass-through.story';
|
|
31
|
+
export declare const TooltipDefaultSource: string;
|
|
32
|
+
export declare const TooltipDisabledSource: string;
|
|
33
|
+
export declare const TooltipControlledSource: string;
|
|
34
|
+
export declare const TooltipInitialOpenSource: string;
|
|
35
|
+
export declare const TooltipPlacementsSource: string;
|
|
36
|
+
export declare const TooltipInDialogSource: string;
|
|
37
|
+
export declare const TooltipHoverDelaySource: string;
|
|
38
|
+
export declare const TooltipTriggerButtonWrapperSource: string;
|
|
39
|
+
export declare const TooltipRichSource: string;
|
|
40
|
+
export declare const TooltipRichPassThroughSource: 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,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
|
+
"version": "3.9.5",
|
|
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.
|
|
85
|
+
"@neo4j-ndl/base": "^3.7.23"
|
|
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",
|