@neo4j-ndl/react-graph 2.1.14 → 2.1.16

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/LICENSES.txt CHANGED
@@ -1946,6 +1946,33 @@ SOFTWARE.
1946
1946
 
1947
1947
  ---
1948
1948
 
1949
+ The following software may be included in this product: @tanstack/react-virtual (3.13.23)
1950
+ This software contains the following license and notice below:
1951
+
1952
+ MIT License
1953
+
1954
+ Copyright (c) 2021-present Tanner Linsley
1955
+
1956
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1957
+ of this software and associated documentation files (the "Software"), to deal
1958
+ in the Software without restriction, including without limitation the rights
1959
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1960
+ copies of the Software, and to permit persons to whom the Software is
1961
+ furnished to do so, subject to the following conditions:
1962
+
1963
+ The above copyright notice and this permission notice shall be included in all
1964
+ copies or substantial portions of the Software.
1965
+
1966
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1967
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1968
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1969
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1970
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1971
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1972
+ SOFTWARE.
1973
+
1974
+ ---
1975
+
1949
1976
  The following software may be included in this product: @tanstack/table-core (8.21.3)
1950
1977
  This software contains the following license and notice below:
1951
1978
 
@@ -1973,6 +2000,33 @@ SOFTWARE.
1973
2000
 
1974
2001
  ---
1975
2002
 
2003
+ The following software may be included in this product: @tanstack/virtual-core (3.13.23)
2004
+ This software contains the following license and notice below:
2005
+
2006
+ MIT License
2007
+
2008
+ Copyright (c) 2021-present Tanner Linsley
2009
+
2010
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2011
+ of this software and associated documentation files (the "Software"), to deal
2012
+ in the Software without restriction, including without limitation the rights
2013
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2014
+ copies of the Software, and to permit persons to whom the Software is
2015
+ furnished to do so, subject to the following conditions:
2016
+
2017
+ The above copyright notice and this permission notice shall be included in all
2018
+ copies or substantial portions of the Software.
2019
+
2020
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2021
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2022
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2023
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2024
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2025
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2026
+ SOFTWARE.
2027
+
2028
+ ---
2029
+
1976
2030
  The following software may be included in this product: @types/chroma-js (2.1.4)
1977
2031
  This software contains the following license and notice below:
1978
2032
 
package/lib/NOTICE.txt CHANGED
@@ -867,10 +867,18 @@ Third-party licenses
867
867
  │ │ │ Headless UI for building powerful tables & datagrids for React. │
868
868
  │ │ │ https://tanstack.com/table │
869
869
  ├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
870
+ │ @tanstack/react-virtual │ MIT │ Tanner Linsley │
871
+ │ │ │ Headless UI for virtualizing scrollable elements in React │
872
+ │ │ │ https://tanstack.com/virtual │
873
+ ├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
870
874
  │ @tanstack/table-core │ MIT │ Tanner Linsley │
871
875
  │ │ │ Headless UI for building powerful tables & datagrids for TS/JS. │
872
876
  │ │ │ https://tanstack.com/table │
873
877
  ├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
878
+ │ @tanstack/virtual-core │ MIT │ Tanner Linsley │
879
+ │ │ │ Headless UI for virtualizing scrollable elements in TS/JS + Frameworks │
880
+ │ │ │ https://tanstack.com/virtual │
881
+ ├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
874
882
  │ @types/chroma-js │ MIT │ TypeScript definitions for Chroma.js │
875
883
  │ │ │ https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chroma-js │
876
884
  ├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react-graph",
3
- "version": "2.1.14",
3
+ "version": "2.1.16",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of the graph visualization from Neo4j Design System",
6
6
  "keywords": [
@@ -57,8 +57,8 @@
57
57
  "@neo4j-nvl/base": "^1.2.0",
58
58
  "@neo4j-nvl/interaction-handlers": "^1.2.0",
59
59
  "@neo4j-nvl/react": "^1.2.0",
60
- "@neo4j-ndl/base": "^4.17.7",
61
- "@neo4j-ndl/react": "^4.18.12"
60
+ "@neo4j-ndl/base": "^4.18.0",
61
+ "@neo4j-ndl/react": "^4.19.0"
62
62
  },
63
63
  "dependencies": {
64
64
  "classnames": "2.5.1",