@neo4j-ndl/react 4.1.7 → 4.1.8

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.
@@ -40,7 +40,7 @@ const Neo4JAiColor = (_a) => {
40
40
  var { theme, className, style, ref, htmlAttributes } = _a, restProps = __rest(_a, ["theme", "className", "style", "ref", "htmlAttributes"]);
41
41
  const uniqueId = (0, react_1.useId)();
42
42
  const gradientId = `neo4j-ai-color-gradient-${theme}-${uniqueId}`;
43
- return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, ref: ref, style: style }, restProps, htmlAttributes, { children: [(0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: `neo4j-ai-color-gradient-light-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#0A6190" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#754EC8" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: `neo4j-ai-color-gradient-dark-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8FE3E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CCB4FF" })] })] }), (0, jsx_runtime_1.jsx)("circle", { cx: 5.5, cy: 5.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), (0, jsx_runtime_1.jsx)("circle", { cx: 18.5, cy: 18.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), (0, jsx_runtime_1.jsx)("path", { d: "M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z", stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round", pathLength: 100 }), (0, jsx_runtime_1.jsx)("path", { d: "M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round", pathLength: 100 })] })));
43
+ return ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, ref: ref, style: style }, restProps, htmlAttributes, { children: [(0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: `neo4j-ai-color-gradient-light-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#0A6190" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#754EC8" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: `neo4j-ai-color-gradient-dark-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#8FE3E8" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#CCB4FF" })] })] }), (0, jsx_runtime_1.jsx)("circle", { cx: 5.5, cy: 5.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), (0, jsx_runtime_1.jsx)("circle", { cx: 18.5, cy: 18.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), (0, jsx_runtime_1.jsx)("path", { d: "M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z", stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round" })] })));
44
44
  };
45
45
  const Neo4JAiColorLightComponent = (props) => {
46
46
  return (0, jsx_runtime_1.jsx)(Neo4JAiColor, Object.assign({ theme: "light" }, props));
@@ -1 +1 @@
1
- {"version":3,"file":"Neo4JAiColor.js","sourceRoot":"","sources":["../../../../src/icons/manual/Neo4JAiColor.tsx"],"names":[],"mappings":"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","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport { type CommonProps } from '@neo4j-ndl/react/_common/types';\nimport { useId } from 'react';\n\nimport { wrapIcon } from '../wrapIcon';\n\ntype Neo4JAiColorProps = {\n theme: 'light' | 'dark';\n};\n\nconst Neo4JAiColor = ({\n theme,\n className,\n style,\n ref,\n htmlAttributes,\n ...restProps\n}: CommonProps<'svg', Neo4JAiColorProps>) => {\n const uniqueId = useId();\n const gradientId = `neo4j-ai-color-gradient-${theme}-${uniqueId}`;\n\n return (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={className}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <defs>\n <linearGradient\n id={`neo4j-ai-color-gradient-light-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#0A6190\" />\n <stop offset=\"1\" stopColor=\"#754EC8\" />\n </linearGradient>\n <linearGradient\n id={`neo4j-ai-color-gradient-dark-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#8FE3E8\" />\n <stop offset=\"1\" stopColor=\"#CCB4FF\" />\n </linearGradient>\n </defs>\n <circle\n cx={5.5}\n cy={5.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <circle\n cx={18.5}\n cy={18.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <path\n d=\"M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z\"\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n pathLength={100}\n />\n <path\n d=\"M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n pathLength={100}\n />\n </svg>\n );\n};\n\ntype ComponentProps = Omit<React.ComponentProps<typeof Neo4JAiColor>, 'theme'>;\n\nconst Neo4JAiColorLightComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"light\" {...props} />;\n};\n\nconst Neo4JAiColorDarkComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"dark\" {...props} />;\n};\n\nconst Neo4JAiColorLight = wrapIcon(Neo4JAiColorLightComponent);\nconst Neo4JAiColorDark = wrapIcon(Neo4JAiColorDarkComponent);\n\nexport { Neo4JAiColorLight, Neo4JAiColorDark };\n"]}
1
+ {"version":3,"file":"Neo4JAiColor.js","sourceRoot":"","sources":["../../../../src/icons/manual/Neo4JAiColor.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAqBA,iCAA8B;AAE9B,0CAAuC;AAMvC,MAAM,YAAY,GAAG,CAAC,EAOkB,EAAE,EAAE;QAPtB,EACpB,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,EACH,cAAc,OAEwB,EADnC,SAAS,cANQ,wDAOrB,CADa;IAEZ,MAAM,QAAQ,GAAG,IAAA,aAAK,GAAE,CAAC;IACzB,MAAM,UAAU,GAAG,2BAA2B,KAAK,IAAI,QAAQ,EAAE,CAAC;IAElE,OAAO,CACL,+CACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,IACR,SAAS,EACT,cAAc,eAElB,6CACE,4CACE,EAAE,EAAE,iCAAiC,QAAQ,EAAE,EAC/C,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,gCAAgC,QAAQ,EAAE,EAC9C,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,IACZ,EACP,mCACE,EAAE,EAAE,GAAG,EACP,EAAE,EAAE,GAAG,EACP,CAAC,EAAE,GAAG,EACN,MAAM,EAAE,QAAQ,UAAU,GAAG,EAC7B,IAAI,EAAE,QAAQ,UAAU,GAAG,EAC3B,WAAW,EAAE,GAAG,GAChB,EACF,mCACE,EAAE,EAAE,IAAI,EACR,EAAE,EAAE,IAAI,EACR,CAAC,EAAE,GAAG,EACN,MAAM,EAAE,QAAQ,UAAU,GAAG,EAC7B,IAAI,EAAE,QAAQ,UAAU,GAAG,EAC3B,WAAW,EAAE,GAAG,GAChB,EACF,iCACE,CAAC,EAAC,ySAAyS,EAC3S,MAAM,EAAE,QAAQ,UAAU,GAAG,EAC7B,IAAI,EAAE,QAAQ,UAAU,GAAG,EAC3B,WAAW,EAAE,GAAG,EAChB,cAAc,EAAC,OAAO,GACtB,EACF,iCACE,CAAC,EAAC,2FAA2F,EAC7F,MAAM,EAAE,QAAQ,UAAU,GAAG,EAC7B,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,CAAC,EAAC,4FAA4F,EAC9F,MAAM,EAAE,QAAQ,UAAU,GAAG,EAC7B,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,GACrB,KACE,CACP,CAAC;AACJ,CAAC,CAAC;AAIF,MAAM,0BAA0B,GAAG,CAAC,KAAqB,EAAE,EAAE;IAC3D,OAAO,uBAAC,YAAY,kBAAC,KAAK,EAAC,OAAO,IAAK,KAAK,EAAI,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,yBAAyB,GAAG,CAAC,KAAqB,EAAE,EAAE;IAC1D,OAAO,uBAAC,YAAY,kBAAC,KAAK,EAAC,MAAM,IAAK,KAAK,EAAI,CAAC;AAClD,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAG,IAAA,mBAAQ,EAAC,0BAA0B,CAAC,CAAC;AAGtD,8CAAiB;AAF1B,MAAM,gBAAgB,GAAG,IAAA,mBAAQ,EAAC,yBAAyB,CAAC,CAAC;AAEjC,4CAAgB","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport { type CommonProps } from '@neo4j-ndl/react/_common/types';\nimport { useId } from 'react';\n\nimport { wrapIcon } from '../wrapIcon';\n\ntype Neo4JAiColorProps = {\n theme: 'light' | 'dark';\n};\n\nconst Neo4JAiColor = ({\n theme,\n className,\n style,\n ref,\n htmlAttributes,\n ...restProps\n}: CommonProps<'svg', Neo4JAiColorProps>) => {\n const uniqueId = useId();\n const gradientId = `neo4j-ai-color-gradient-${theme}-${uniqueId}`;\n\n return (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={className}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <defs>\n <linearGradient\n id={`neo4j-ai-color-gradient-light-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#0A6190\" />\n <stop offset=\"1\" stopColor=\"#754EC8\" />\n </linearGradient>\n <linearGradient\n id={`neo4j-ai-color-gradient-dark-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#8FE3E8\" />\n <stop offset=\"1\" stopColor=\"#CCB4FF\" />\n </linearGradient>\n </defs>\n <circle\n cx={5.5}\n cy={5.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <circle\n cx={18.5}\n cy={18.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <path\n d=\"M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z\"\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n </svg>\n );\n};\n\ntype ComponentProps = Omit<React.ComponentProps<typeof Neo4JAiColor>, 'theme'>;\n\nconst Neo4JAiColorLightComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"light\" {...props} />;\n};\n\nconst Neo4JAiColorDarkComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"dark\" {...props} />;\n};\n\nconst Neo4JAiColorLight = wrapIcon(Neo4JAiColorLightComponent);\nconst Neo4JAiColorDark = wrapIcon(Neo4JAiColorDarkComponent);\n\nexport { Neo4JAiColorLight, Neo4JAiColorDark };\n"]}
@@ -37,7 +37,7 @@ const Neo4JAiColor = (_a) => {
37
37
  var { theme, className, style, ref, htmlAttributes } = _a, restProps = __rest(_a, ["theme", "className", "style", "ref", "htmlAttributes"]);
38
38
  const uniqueId = useId();
39
39
  const gradientId = `neo4j-ai-color-gradient-${theme}-${uniqueId}`;
40
- return (_jsxs("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, ref: ref, style: style }, restProps, htmlAttributes, { children: [_jsxs("defs", { children: [_jsxs("linearGradient", { id: `neo4j-ai-color-gradient-light-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0A6190" }), _jsx("stop", { offset: "1", stopColor: "#754EC8" })] }), _jsxs("linearGradient", { id: `neo4j-ai-color-gradient-dark-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#8FE3E8" }), _jsx("stop", { offset: "1", stopColor: "#CCB4FF" })] })] }), _jsx("circle", { cx: 5.5, cy: 5.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), _jsx("circle", { cx: 18.5, cy: 18.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), _jsx("path", { d: "M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z", stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinejoin: "round" }), _jsx("path", { d: "M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round", pathLength: 100 }), _jsx("path", { d: "M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round", pathLength: 100 })] })));
40
+ return (_jsxs("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, ref: ref, style: style }, restProps, htmlAttributes, { children: [_jsxs("defs", { children: [_jsxs("linearGradient", { id: `neo4j-ai-color-gradient-light-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0A6190" }), _jsx("stop", { offset: "1", stopColor: "#754EC8" })] }), _jsxs("linearGradient", { id: `neo4j-ai-color-gradient-dark-${uniqueId}`, x1: "9.5", y1: "1.5", x2: "19", y2: "16", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#8FE3E8" }), _jsx("stop", { offset: "1", stopColor: "#CCB4FF" })] })] }), _jsx("circle", { cx: 5.5, cy: 5.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), _jsx("circle", { cx: 18.5, cy: 18.5, r: 1.5, stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5 }), _jsx("path", { d: "M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z", stroke: `url(#${gradientId})`, fill: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinejoin: "round" }), _jsx("path", { d: "M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round" }), _jsx("path", { d: "M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15", stroke: `url(#${gradientId})`, strokeWidth: 1.5, strokeLinecap: "round" })] })));
41
41
  };
42
42
  const Neo4JAiColorLightComponent = (props) => {
43
43
  return _jsx(Neo4JAiColor, Object.assign({ theme: "light" }, props));
@@ -1 +1 @@
1
- {"version":3,"file":"Neo4JAiColor.js","sourceRoot":"","sources":["../../../../src/icons/manual/Neo4JAiColor.tsx"],"names":[],"mappings":"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","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport { type CommonProps } from '@neo4j-ndl/react/_common/types';\nimport { useId } from 'react';\n\nimport { wrapIcon } from '../wrapIcon';\n\ntype Neo4JAiColorProps = {\n theme: 'light' | 'dark';\n};\n\nconst Neo4JAiColor = ({\n theme,\n className,\n style,\n ref,\n htmlAttributes,\n ...restProps\n}: CommonProps<'svg', Neo4JAiColorProps>) => {\n const uniqueId = useId();\n const gradientId = `neo4j-ai-color-gradient-${theme}-${uniqueId}`;\n\n return (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={className}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <defs>\n <linearGradient\n id={`neo4j-ai-color-gradient-light-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#0A6190\" />\n <stop offset=\"1\" stopColor=\"#754EC8\" />\n </linearGradient>\n <linearGradient\n id={`neo4j-ai-color-gradient-dark-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#8FE3E8\" />\n <stop offset=\"1\" stopColor=\"#CCB4FF\" />\n </linearGradient>\n </defs>\n <circle\n cx={5.5}\n cy={5.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <circle\n cx={18.5}\n cy={18.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <path\n d=\"M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z\"\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n pathLength={100}\n />\n <path\n d=\"M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n pathLength={100}\n />\n </svg>\n );\n};\n\ntype ComponentProps = Omit<React.ComponentProps<typeof Neo4JAiColor>, 'theme'>;\n\nconst Neo4JAiColorLightComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"light\" {...props} />;\n};\n\nconst Neo4JAiColorDarkComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"dark\" {...props} />;\n};\n\nconst Neo4JAiColorLight = wrapIcon(Neo4JAiColorLightComponent);\nconst Neo4JAiColorDark = wrapIcon(Neo4JAiColorDarkComponent);\n\nexport { Neo4JAiColorLight, Neo4JAiColorDark };\n"]}
1
+ {"version":3,"file":"Neo4JAiColor.js","sourceRoot":"","sources":["../../../../src/icons/manual/Neo4JAiColor.tsx"],"names":[],"mappings":"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","sourcesContent":["/**\n *\n * Copyright (c) \"Neo4j\"\n * Neo4j Sweden AB [http://neo4j.com]\n *\n * This file is part of Neo4j.\n *\n * Neo4j is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\nimport { type CommonProps } from '@neo4j-ndl/react/_common/types';\nimport { useId } from 'react';\n\nimport { wrapIcon } from '../wrapIcon';\n\ntype Neo4JAiColorProps = {\n theme: 'light' | 'dark';\n};\n\nconst Neo4JAiColor = ({\n theme,\n className,\n style,\n ref,\n htmlAttributes,\n ...restProps\n}: CommonProps<'svg', Neo4JAiColorProps>) => {\n const uniqueId = useId();\n const gradientId = `neo4j-ai-color-gradient-${theme}-${uniqueId}`;\n\n return (\n <svg\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={className}\n ref={ref}\n style={style}\n {...restProps}\n {...htmlAttributes}\n >\n <defs>\n <linearGradient\n id={`neo4j-ai-color-gradient-light-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#0A6190\" />\n <stop offset=\"1\" stopColor=\"#754EC8\" />\n </linearGradient>\n <linearGradient\n id={`neo4j-ai-color-gradient-dark-${uniqueId}`}\n x1=\"9.5\"\n y1=\"1.5\"\n x2=\"19\"\n y2=\"16\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#8FE3E8\" />\n <stop offset=\"1\" stopColor=\"#CCB4FF\" />\n </linearGradient>\n </defs>\n <circle\n cx={5.5}\n cy={5.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <circle\n cx={18.5}\n cy={18.5}\n r={1.5}\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n />\n <path\n d=\"M12.7885 15.6345L12 18L11.2115 15.6345C10.7636 14.2908 9.70919 13.2364 8.36546 12.7885L6 12L8.36546 11.2115C9.70919 10.7636 10.7636 9.70919 11.2115 8.36546L12 6L12.7885 8.36546C13.2364 9.70919 14.2908 10.7636 15.6345 11.2115L18 12L15.6345 12.7885C14.2908 13.2364 13.2364 14.2908 12.7885 15.6345Z\"\n stroke={`url(#${gradientId})`}\n fill={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 21.418C15 21.418 9.56707 23.7462 4.91039 19.0895C0.253721 14.4328 2.58211 9 2.58211 9\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M9 2.58204C9 2.58204 14.4329 0.253777 19.0896 4.9105C23.7463 9.56722 21.4179 15 21.4179 15\"\n stroke={`url(#${gradientId})`}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n />\n </svg>\n );\n};\n\ntype ComponentProps = Omit<React.ComponentProps<typeof Neo4JAiColor>, 'theme'>;\n\nconst Neo4JAiColorLightComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"light\" {...props} />;\n};\n\nconst Neo4JAiColorDarkComponent = (props: ComponentProps) => {\n return <Neo4JAiColor theme=\"dark\" {...props} />;\n};\n\nconst Neo4JAiColorLight = wrapIcon(Neo4JAiColorLightComponent);\nconst Neo4JAiColorDark = wrapIcon(Neo4JAiColorDarkComponent);\n\nexport { Neo4JAiColorLight, Neo4JAiColorDark };\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Neo4JAiColor.d.ts","sourceRoot":"","sources":["../../../../src/icons/manual/Neo4JAiColor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAKlE,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,gEAOnB,WAAW,CAAC,KAAK,EAAE,iBAAiB,CAAC,4CA8EvC,CAAC;AAEF,KAAK,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC;AAU/E,QAAA,MAAM,iBAAiB;;;qFARoB,cAAc;;8CAQK,CAAC;AAC/D,QAAA,MAAM,gBAAgB;;;qFALoB,cAAc;;8CAKI,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"Neo4JAiColor.d.ts","sourceRoot":"","sources":["../../../../src/icons/manual/Neo4JAiColor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAKlE,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,gEAOnB,WAAW,CAAC,KAAK,EAAE,iBAAiB,CAAC,4CA4EvC,CAAC;AAEF,KAAK,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC;AAU/E,QAAA,MAAM,iBAAiB;;;qFARoB,cAAc;;8CAQK,CAAC;AAC/D,QAAA,MAAM,gBAAgB;;;qFALoB,cAAc;;8CAKI,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -86,7 +86,7 @@
86
86
  "@tanstack/react-table": "8.21.3",
87
87
  "react": ">=19.0.0",
88
88
  "react-dom": ">=19.0.0",
89
- "@neo4j-ndl/base": "^4.1.4"
89
+ "@neo4j-ndl/base": "^4.1.5"
90
90
  },
91
91
  "dependencies": {
92
92
  "@dnd-kit/core": "6.3.1",