@neo4j-ndl/base 1.7.2 → 1.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - dc3ba1c: Implement Widget Component
8
+
9
+ ## 1.7.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 440b9e0: added graph and categorical colors
14
+
3
15
  ## 1.7.2
4
16
 
5
17
  ### Patch Changes
package/lib/LICENSES.txt CHANGED
@@ -5210,7 +5210,7 @@ MIT License
5210
5210
 
5211
5211
  -----
5212
5212
 
5213
- The following software may be included in this product: @types/jest, @types/jest-axe, @types/node, @types/react, @types/react-dom, @types/react-syntax-highlighter, @types/react-table, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest-axe), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
5213
+ The following software may be included in this product: @types/jest, @types/jest-axe, @types/node, @types/react, @types/react-dom, @types/react-resizable, @types/react-syntax-highlighter, @types/react-table, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest-axe), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-resizable), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
5214
5214
 
5215
5215
  MIT License
5216
5216
 
@@ -12381,6 +12381,32 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12381
12381
 
12382
12382
  -----
12383
12383
 
12384
+ The following software may be included in this product: react-resizable. A copy of the source code may be downloaded from git@github.com:react-grid-layout/react-resizable.git. This software contains the following license and notice below:
12385
+
12386
+ The MIT License (MIT)
12387
+
12388
+ Copyright (c) 2016-2018 Samuel Reed
12389
+
12390
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12391
+ of this software and associated documentation files (the "Software"), to deal
12392
+ in the Software without restriction, including without limitation the rights
12393
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12394
+ copies of the Software, and to permit persons to whom the Software is
12395
+ furnished to do so, subject to the following conditions:
12396
+
12397
+ The above copyright notice and this permission notice shall be included in all
12398
+ copies or substantial portions of the Software.
12399
+
12400
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12401
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12402
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12403
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12404
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12405
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12406
+ SOFTWARE.
12407
+
12408
+ -----
12409
+
12384
12410
  The following software may be included in this product: react-select-event. A copy of the source code may be downloaded from git+https://github.com/romgain/react-select-event.git. This software contains the following license and notice below:
12385
12411
 
12386
12412
  Copyright 2019 Romain Bertrand
package/lib/NOTICE.txt CHANGED
@@ -112,12 +112,15 @@ Third-party licenses
112
112
  │ ├─ @types/node@npm:16.18.27 (via npm:^16.11.7)
113
113
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
114
114
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
115
- │ ├─ @types/react@npm:17.0.60 (via npm:^17.0.53)
115
+ │ ├─ @types/react@npm:17.0.62 (via npm:^17.0.62)
116
116
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
117
117
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
118
118
  │ ├─ @types/react-dom@npm:17.0.18 (via npm:17.0.18)
119
119
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
120
120
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
121
+ │ ├─ @types/react-resizable@npm:3.0.4 (via npm:^3.0.4)
122
+ │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
123
+ │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-resizable
121
124
  │ ├─ @types/react-syntax-highlighter@npm:15.5.6 (via npm:^15.5.5)
122
125
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
123
126
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-syntax-highlighter
@@ -232,6 +235,10 @@ Third-party licenses
232
235
  │ ├─ react-hot-toast@npm:2.4.1 [d75d7] (via npm:^2.3.0 [d75d7])
233
236
  │ │ ├─ URL: git+https://github.com/timolins/react-hot-toast.git
234
237
  │ │ └─ VendorName: Timo Lins
238
+ │ ├─ react-resizable@npm:3.0.5 [d75d7] (via npm:^3.0.5 [d75d7])
239
+ │ │ ├─ URL: git@github.com:react-grid-layout/react-resizable.git
240
+ │ │ ├─ VendorName: Samuel Reed
241
+ │ │ └─ VendorUrl: https://github.com/react-grid-layout/react-resizable
235
242
  │ ├─ react-select@npm:5.7.0 [a2e03] (via npm:5.7.0 [a2e03])
236
243
  │ │ ├─ URL: https://github.com/JedWatson/react-select/tree/master/packages/react-select
237
244
  │ │ └─ VendorName: Jed Watson