@neo4j-ndl/react 2.9.2 → 2.9.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#776](https://github.com/neo4j/needle/pull/776) [`e96c79dee7a64b5ae9fbadf1d314fa59b3743abc`](https://github.com/neo4j/needle/commit/e96c79dee7a64b5ae9fbadf1d314fa59b3743abc) Thanks [@noahmay](https://github.com/noahmay)! - Add reset zoom icon
8
+
9
+ - Updated dependencies [[`e96c79dee7a64b5ae9fbadf1d314fa59b3743abc`](https://github.com/neo4j/needle/commit/e96c79dee7a64b5ae9fbadf1d314fa59b3743abc)]:
10
+ - @neo4j-ndl/base@2.7.12
11
+
3
12
  ## 2.9.2
4
13
 
5
14
  ### Patch Changes
package/lib/NOTICE.txt CHANGED
@@ -317,7 +317,7 @@ Third-party licenses
317
317
  │ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
318
318
  │ │ ├─ VendorName: Blake Embrey
319
319
  │ │ └─ VendorUrl: https://typestrong.org/ts-node
320
- │ ├─ ts-node@npm:10.9.2 [a2e03] (via npm:^10.9.1 [a2e03])
320
+ │ ├─ ts-node@npm:10.9.2 [a2e03] (via npm:10.9.2 [a2e03])
321
321
  │ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
322
322
  │ │ ├─ VendorName: Blake Embrey
323
323
  │ │ └─ VendorUrl: https://typestrong.org/ts-node
@@ -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
+
22
+ "use strict";
23
+ Object.defineProperty(exports, "__esModule", { value: true });
24
+ const jsx_runtime_1 = require("react/jsx-runtime");
25
+ const SvgResetZoom = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.0344 6.28509C4.52537 3.72346 7.31214 2 10.5039 2C15.2664 2 19.1271 5.837 19.1271 10.5702C19.1271 15.3034 15.2664 19.1403 10.5039 19.1403C6.23116 19.1403 2.68422 16.0518 2 11.9985M2.60085 2V6.28509H6.91242M22 22L16.6021 16.6352", stroke: "#4D5157", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
26
+ exports.default = SvgResetZoom;
27
+ //# sourceMappingURL=ResetZoom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResetZoom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ResetZoom.tsx"],"names":[],"mappings":";;;AAwBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,8CACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,iCACE,CAAC,EAAC,uOAAuO,EACzO,MAAM,EAAC,SAAS,EAChB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,kBAAe,YAAY,CAAC"}
@@ -0,0 +1,25 @@
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 { jsx as _jsx } from "react/jsx-runtime";
23
+ const SvgResetZoom = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M3.0344 6.28509C4.52537 3.72346 7.31214 2 10.5039 2C15.2664 2 19.1271 5.837 19.1271 10.5702C19.1271 15.3034 15.2664 19.1403 10.5039 19.1403C6.23116 19.1403 2.68422 16.0518 2 11.9985M2.60085 2V6.28509H6.91242M22 22L16.6021 16.6352", stroke: "#4D5157", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
24
+ export default SvgResetZoom;
25
+ //# sourceMappingURL=ResetZoom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResetZoom.js","sourceRoot":"","sources":["../../../../../src/icons/generated/custom/ResetZoom.tsx"],"names":[],"mappings":";AAwBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,uOAAuO,EACzO,MAAM,EAAC,SAAS,EAChB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -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 { type SVGProps } from 'react';
22
+ declare const SvgResetZoom: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
23
+ export default SvgResetZoom;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -75,8 +75,8 @@
75
75
  "react-select-event": "^5.5.0",
76
76
  "resize-observer-polyfill": "^1.5.1",
77
77
  "sinon": "17.0.1",
78
- "ts-node": "^10.9.1",
79
- "typescript": "5.1.6",
78
+ "ts-node": "10.9.2",
79
+ "typescript": "5.4.3",
80
80
  "vitest": "1.3.1"
81
81
  },
82
82
  "peerDependencies": {
@@ -88,7 +88,7 @@
88
88
  "@floating-ui/react": "0.25.1",
89
89
  "@heroicons/react": "2.0.13",
90
90
  "@neo4j-cypher/react-codemirror": "^1.0.1",
91
- "@neo4j-ndl/base": "^2.7.11",
91
+ "@neo4j-ndl/base": "^2.7.12",
92
92
  "@table-nav/core": "0.0.7",
93
93
  "@table-nav/react": "0.0.7",
94
94
  "@tanstack/react-table": "^8.9.3",