@neo4j-ndl/react-charts 1.2.8 → 1.2.10
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 +54 -0
- package/lib/NOTICE.txt +8 -0
- package/package.json +3 -3
package/lib/LICENSES.txt
CHANGED
|
@@ -1729,6 +1729,33 @@ SOFTWARE.
|
|
|
1729
1729
|
|
|
1730
1730
|
---
|
|
1731
1731
|
|
|
1732
|
+
The following software may be included in this product: @tanstack/react-virtual (3.13.23)
|
|
1733
|
+
This software contains the following license and notice below:
|
|
1734
|
+
|
|
1735
|
+
MIT License
|
|
1736
|
+
|
|
1737
|
+
Copyright (c) 2021-present Tanner Linsley
|
|
1738
|
+
|
|
1739
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1740
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1741
|
+
in the Software without restriction, including without limitation the rights
|
|
1742
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1743
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1744
|
+
furnished to do so, subject to the following conditions:
|
|
1745
|
+
|
|
1746
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1747
|
+
copies or substantial portions of the Software.
|
|
1748
|
+
|
|
1749
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1750
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1751
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1752
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1753
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1754
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1755
|
+
SOFTWARE.
|
|
1756
|
+
|
|
1757
|
+
---
|
|
1758
|
+
|
|
1732
1759
|
The following software may be included in this product: @tanstack/table-core (8.21.3)
|
|
1733
1760
|
This software contains the following license and notice below:
|
|
1734
1761
|
|
|
@@ -1756,6 +1783,33 @@ SOFTWARE.
|
|
|
1756
1783
|
|
|
1757
1784
|
---
|
|
1758
1785
|
|
|
1786
|
+
The following software may be included in this product: @tanstack/virtual-core (3.13.23)
|
|
1787
|
+
This software contains the following license and notice below:
|
|
1788
|
+
|
|
1789
|
+
MIT License
|
|
1790
|
+
|
|
1791
|
+
Copyright (c) 2021-present Tanner Linsley
|
|
1792
|
+
|
|
1793
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1794
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1795
|
+
in the Software without restriction, including without limitation the rights
|
|
1796
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1797
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1798
|
+
furnished to do so, subject to the following conditions:
|
|
1799
|
+
|
|
1800
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1801
|
+
copies or substantial portions of the Software.
|
|
1802
|
+
|
|
1803
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1804
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1805
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1806
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1807
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1808
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1809
|
+
SOFTWARE.
|
|
1810
|
+
|
|
1811
|
+
---
|
|
1812
|
+
|
|
1759
1813
|
The following software may be included in this product: @types/chroma-js (2.1.4)
|
|
1760
1814
|
This software contains the following license and notice below:
|
|
1761
1815
|
|
package/lib/NOTICE.txt
CHANGED
|
@@ -807,10 +807,18 @@ Third-party licenses
|
|
|
807
807
|
│ │ │ Headless UI for building powerful tables & datagrids for React. │
|
|
808
808
|
│ │ │ https://tanstack.com/table │
|
|
809
809
|
├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
810
|
+
│ @tanstack/react-virtual │ MIT │ Tanner Linsley │
|
|
811
|
+
│ │ │ Headless UI for virtualizing scrollable elements in React │
|
|
812
|
+
│ │ │ https://tanstack.com/virtual │
|
|
813
|
+
├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
810
814
|
│ @tanstack/table-core │ MIT │ Tanner Linsley │
|
|
811
815
|
│ │ │ Headless UI for building powerful tables & datagrids for TS/JS. │
|
|
812
816
|
│ │ │ https://tanstack.com/table │
|
|
813
817
|
├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
818
|
+
│ @tanstack/virtual-core │ MIT │ Tanner Linsley │
|
|
819
|
+
│ │ │ Headless UI for virtualizing scrollable elements in TS/JS + Frameworks │
|
|
820
|
+
│ │ │ https://tanstack.com/virtual │
|
|
821
|
+
├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
814
822
|
│ @types/chroma-js │ MIT │ TypeScript definitions for Chroma.js │
|
|
815
823
|
│ │ │ https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chroma-js │
|
|
816
824
|
├────────────────────────────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────┤
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react-charts",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of charts from Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": ">=19.0.0",
|
|
58
58
|
"react-dom": ">=19.0.0",
|
|
59
|
-
"@neo4j-ndl/
|
|
60
|
-
"@neo4j-ndl/
|
|
59
|
+
"@neo4j-ndl/base": "^4.18.0",
|
|
60
|
+
"@neo4j-ndl/react": "^4.19.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"classnames": "2.5.1",
|