@neo4j-ndl/react 4.9.47 → 4.11.0
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/dismissible-tag/DismissibleTag.js +46 -0
- package/lib/cjs/dismissible-tag/DismissibleTag.js.map +1 -0
- package/lib/cjs/dismissible-tag/index.js +26 -0
- package/lib/cjs/dismissible-tag/index.js.map +1 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-colors.story.js +33 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-colors.story.js.map +1 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-default.story.js +30 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-default.story.js.map +1 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-sizes.story.js +33 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-sizes.story.js.map +1 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js +31 -0
- package/lib/cjs/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js.map +1 -0
- package/lib/cjs/dismissible-tag/stories/index.js +44 -0
- package/lib/cjs/dismissible-tag/stories/index.js.map +1 -0
- package/lib/cjs/icons/generated/custom/CollapseLayers.js +30 -0
- package/lib/cjs/icons/generated/custom/CollapseLayers.js.map +1 -0
- package/lib/cjs/icons/generated/custom/ExpandLayers.js +30 -0
- package/lib/cjs/icons/generated/custom/ExpandLayers.js.map +1 -0
- package/lib/cjs/icons/generated/custom/LayoutBottom.js +30 -0
- package/lib/cjs/icons/generated/custom/LayoutBottom.js.map +1 -0
- package/lib/cjs/icons/generated/custom/LayoutLeft.js +30 -0
- package/lib/cjs/icons/generated/custom/LayoutLeft.js.map +1 -0
- package/lib/cjs/icons/generated/custom/LayoutRight.js +30 -0
- package/lib/cjs/icons/generated/custom/LayoutRight.js.map +1 -0
- package/lib/cjs/icons/generated/custom/LayoutThreeSections.js +30 -0
- package/lib/cjs/icons/generated/custom/LayoutThreeSections.js.map +1 -0
- package/lib/cjs/icons/generated/custom/OpenQueryTab.js +30 -0
- package/lib/cjs/icons/generated/custom/OpenQueryTab.js.map +1 -0
- package/lib/cjs/icons/generated/custom/index.js +17 -2
- package/lib/cjs/icons/generated/custom/index.js.map +1 -1
- package/lib/cjs/index.js +5 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/read-only-tag/ReadOnlyTag.js +43 -0
- package/lib/cjs/read-only-tag/ReadOnlyTag.js.map +1 -0
- package/lib/cjs/read-only-tag/index.js +26 -0
- package/lib/cjs/read-only-tag/index.js.map +1 -0
- package/lib/cjs/read-only-tag/stories/index.js +44 -0
- package/lib/cjs/read-only-tag/stories/index.js.map +1 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-colors.story.js +30 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-colors.story.js.map +1 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-default.story.js +30 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-default.story.js.map +1 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-sizes.story.js +30 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-sizes.story.js.map +1 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-with-leading-icon.story.js +31 -0
- package/lib/cjs/read-only-tag/stories/read-only-tag-with-leading-icon.story.js.map +1 -0
- package/lib/cjs/tag-base/TagBase.js +98 -0
- package/lib/cjs/tag-base/TagBase.js.map +1 -0
- package/lib/cjs/tag-base/index.js +38 -0
- package/lib/cjs/tag-base/index.js.map +1 -0
- package/lib/esm/dismissible-tag/DismissibleTag.js +42 -0
- package/lib/esm/dismissible-tag/DismissibleTag.js.map +1 -0
- package/lib/esm/dismissible-tag/index.js +22 -0
- package/lib/esm/dismissible-tag/index.js.map +1 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-colors.story.js +31 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-colors.story.js.map +1 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-default.story.js +28 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-default.story.js.map +1 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-sizes.story.js +31 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-sizes.story.js.map +1 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js +29 -0
- package/lib/esm/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.js.map +1 -0
- package/lib/esm/dismissible-tag/stories/index.js +34 -0
- package/lib/esm/dismissible-tag/stories/index.js.map +1 -0
- package/lib/esm/icons/generated/custom/CollapseLayers.js +28 -0
- package/lib/esm/icons/generated/custom/CollapseLayers.js.map +1 -0
- package/lib/esm/icons/generated/custom/ExpandLayers.js +28 -0
- package/lib/esm/icons/generated/custom/ExpandLayers.js.map +1 -0
- package/lib/esm/icons/generated/custom/LayoutBottom.js +28 -0
- package/lib/esm/icons/generated/custom/LayoutBottom.js.map +1 -0
- package/lib/esm/icons/generated/custom/LayoutLeft.js +28 -0
- package/lib/esm/icons/generated/custom/LayoutLeft.js.map +1 -0
- package/lib/esm/icons/generated/custom/LayoutRight.js +28 -0
- package/lib/esm/icons/generated/custom/LayoutRight.js.map +1 -0
- package/lib/esm/icons/generated/custom/LayoutThreeSections.js +28 -0
- package/lib/esm/icons/generated/custom/LayoutThreeSections.js.map +1 -0
- package/lib/esm/icons/generated/custom/OpenQueryTab.js +28 -0
- package/lib/esm/icons/generated/custom/OpenQueryTab.js.map +1 -0
- package/lib/esm/icons/generated/custom/index.js +7 -0
- package/lib/esm/icons/generated/custom/index.js.map +1 -1
- package/lib/esm/index.js +2 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/read-only-tag/ReadOnlyTag.js +39 -0
- package/lib/esm/read-only-tag/ReadOnlyTag.js.map +1 -0
- package/lib/esm/read-only-tag/index.js +22 -0
- package/lib/esm/read-only-tag/index.js.map +1 -0
- package/lib/esm/read-only-tag/stories/index.js +34 -0
- package/lib/esm/read-only-tag/stories/index.js.map +1 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-colors.story.js +28 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-colors.story.js.map +1 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-default.story.js +28 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-default.story.js.map +1 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-sizes.story.js +28 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-sizes.story.js.map +1 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-with-leading-icon.story.js +29 -0
- package/lib/esm/read-only-tag/stories/read-only-tag-with-leading-icon.story.js.map +1 -0
- package/lib/esm/tag-base/TagBase.js +91 -0
- package/lib/esm/tag-base/TagBase.js.map +1 -0
- package/lib/esm/tag-base/index.js +22 -0
- package/lib/esm/tag-base/index.js.map +1 -0
- package/lib/types/dismissible-tag/DismissibleTag.d.ts +38 -0
- package/lib/types/dismissible-tag/DismissibleTag.d.ts.map +1 -0
- package/lib/types/dismissible-tag/index.d.ts +22 -0
- package/lib/types/dismissible-tag/index.d.ts.map +1 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-colors.story.d.ts +24 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-colors.story.d.ts.map +1 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-default.story.d.ts +24 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-default.story.d.ts.map +1 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-sizes.story.d.ts +24 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-sizes.story.d.ts.map +1 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.d.ts +24 -0
- package/lib/types/dismissible-tag/stories/dismissible-tag-with-leading-icon.story.d.ts.map +1 -0
- package/lib/types/dismissible-tag/stories/index.d.ts +29 -0
- package/lib/types/dismissible-tag/stories/index.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/CollapseLayers.d.ts +29 -0
- package/lib/types/icons/generated/custom/CollapseLayers.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/ExpandLayers.d.ts +29 -0
- package/lib/types/icons/generated/custom/ExpandLayers.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/LayoutBottom.d.ts +29 -0
- package/lib/types/icons/generated/custom/LayoutBottom.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/LayoutLeft.d.ts +29 -0
- package/lib/types/icons/generated/custom/LayoutLeft.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/LayoutRight.d.ts +29 -0
- package/lib/types/icons/generated/custom/LayoutRight.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/LayoutThreeSections.d.ts +29 -0
- package/lib/types/icons/generated/custom/LayoutThreeSections.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/OpenQueryTab.d.ts +29 -0
- package/lib/types/icons/generated/custom/OpenQueryTab.d.ts.map +1 -0
- package/lib/types/icons/generated/custom/index.d.ts +7 -0
- package/lib/types/icons/generated/custom/index.d.ts.map +1 -1
- package/lib/types/index.d.ts +2 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/read-only-tag/ReadOnlyTag.d.ts +36 -0
- package/lib/types/read-only-tag/ReadOnlyTag.d.ts.map +1 -0
- package/lib/types/read-only-tag/index.d.ts +22 -0
- package/lib/types/read-only-tag/index.d.ts.map +1 -0
- package/lib/types/read-only-tag/stories/index.d.ts +29 -0
- package/lib/types/read-only-tag/stories/index.d.ts.map +1 -0
- package/lib/types/read-only-tag/stories/read-only-tag-colors.story.d.ts +24 -0
- package/lib/types/read-only-tag/stories/read-only-tag-colors.story.d.ts.map +1 -0
- package/lib/types/read-only-tag/stories/read-only-tag-default.story.d.ts +24 -0
- package/lib/types/read-only-tag/stories/read-only-tag-default.story.d.ts.map +1 -0
- package/lib/types/read-only-tag/stories/read-only-tag-sizes.story.d.ts +24 -0
- package/lib/types/read-only-tag/stories/read-only-tag-sizes.story.d.ts.map +1 -0
- package/lib/types/read-only-tag/stories/read-only-tag-with-leading-icon.story.d.ts +24 -0
- package/lib/types/read-only-tag/stories/read-only-tag-with-leading-icon.story.d.ts.map +1 -0
- package/lib/types/tag-base/TagBase.d.ts +46 -0
- package/lib/types/tag-base/TagBase.d.ts.map +1 -0
- package/lib/types/tag-base/index.d.ts +22 -0
- package/lib/types/tag-base/index.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,24 @@
|
|
|
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;
|
|
24
|
+
//# sourceMappingURL=read-only-tag-default.story.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"read-only-tag-default.story.d.ts","sourceRoot":"","sources":["../../../../src/read-only-tag/stories/read-only-tag-default.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAIjD,QAAA,MAAM,SAAS,+CAEd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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;
|
|
24
|
+
//# sourceMappingURL=read-only-tag-sizes.story.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"read-only-tag-sizes.story.d.ts","sourceRoot":"","sources":["../../../../src/read-only-tag/stories/read-only-tag-sizes.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAIjD,QAAA,MAAM,SAAS,+CASd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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;
|
|
24
|
+
//# sourceMappingURL=read-only-tag-with-leading-icon.story.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"read-only-tag-with-leading-icon.story.d.ts","sourceRoot":"","sources":["../../../../src/read-only-tag/stories/read-only-tag-with-leading-icon.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAKjD,QAAA,MAAM,SAAS,+CAMd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
|
|
22
|
+
import type React from 'react';
|
|
23
|
+
import { type CommonProps } from '../_common/types';
|
|
24
|
+
export type TagSize = 'x-small' | 'small' | 'medium' | 'large';
|
|
25
|
+
export declare const CategoricalColors: readonly ["1", "2", "3", "4", "5", "6", "7", "8"];
|
|
26
|
+
export type TagColor = (typeof CategoricalColors)[number];
|
|
27
|
+
export interface TagBaseProps {
|
|
28
|
+
/** Categorical color for the background */
|
|
29
|
+
color?: TagColor;
|
|
30
|
+
/** The content of the tag */
|
|
31
|
+
children: React.ReactNode;
|
|
32
|
+
/** Id applied to the content element used for aria-describedby on actions */
|
|
33
|
+
contentId?: string;
|
|
34
|
+
/** Icon to display before the content */
|
|
35
|
+
leadingVisual?: React.ReactNode;
|
|
36
|
+
/** Size of the tag */
|
|
37
|
+
size?: TagSize;
|
|
38
|
+
/** Trailing content rendered after the content (e.g. a remove button) */
|
|
39
|
+
trailingContent?: React.ReactNode;
|
|
40
|
+
}
|
|
41
|
+
export declare const colorMap: Record<TagColor, {
|
|
42
|
+
'--tag-background-color': string;
|
|
43
|
+
'--tag-text-color': string;
|
|
44
|
+
}>;
|
|
45
|
+
export declare const TagBase: ({ size, color, children, className, contentId, htmlAttributes, leadingVisual, trailingContent, ref, style, ...restProps }: CommonProps<"div", TagBaseProps>) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
//# sourceMappingURL=TagBase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagBase.d.ts","sourceRoot":"","sources":["../../../src/tag-base/TagBase.tsx"],"names":[],"mappings":"AAsBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE/D,eAAO,MAAM,iBAAiB,mDASpB,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1D,MAAM,WAAW,YAAY;IAC3B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,6BAA6B;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,6EAA6E;IAC7E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yCAAyC;IACzC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,sBAAsB;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,yEAAyE;IACzE,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC;AAED,eAAO,MAAM,QAAQ,EAAE,MAAM,CAC3B,QAAQ,EACR;IACE,wBAAwB,EAAE,MAAM,CAAC;IACjC,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAkCF,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,2HAYrB,WAAW,CAAC,KAAK,EAAE,YAAY,CAAC,4CA+BlC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 * from './TagBase';
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tag-base/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,WAAW,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@tanstack/react-table": "8.21.3",
|
|
88
88
|
"react": ">=19.0.0",
|
|
89
89
|
"react-dom": ">=19.0.0",
|
|
90
|
-
"@neo4j-ndl/base": "^4.
|
|
90
|
+
"@neo4j-ndl/base": "^4.11.0"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@dnd-kit/core": "6.3.1",
|