@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 +12 -0
- package/lib/LICENSES.txt +27 -1
- package/lib/NOTICE.txt +8 -1
- package/lib/cjs/tokens/js/storybook-design-token.js +822 -626
- package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +96 -68
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +96 -68
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +822 -626
- package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +96 -68
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +96 -68
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +158 -58
- package/lib/tokens/css/tokens.css +76 -52
- package/lib/tokens/js/tokens-raw.js +2748 -2288
- package/lib/tokens/js/tokens.js +96 -68
- package/lib/tokens/scss/tokens.scss +76 -52
- package/lib/types/tokens/js/storybook-design-token.d.ts +10 -2
- package/lib/types/tokens/js/tokens-esm.d.ts +114 -86
- package/lib/types/tokens/js/tokens.d.ts +114 -86
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
│ ├─ [38;5;166m@types/[39m[38;5;173mnode[39m[38;5;111m@[39m[38;5;111mnpm:16.18.27[39m (via [38;5;37mnpm:^16.11.7[39m)
|
|
113
113
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
114
114
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
|
115
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.
|
|
115
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.62[39m (via [38;5;37mnpm:^17.0.62[39m)
|
|
116
116
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
117
117
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
|
118
118
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.18[39m (via [38;5;37mnpm:17.0.18[39m)
|
|
119
119
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
120
120
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
|
|
121
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-resizable[39m[38;5;111m@[39m[38;5;111mnpm:3.0.4[39m (via [38;5;37mnpm:^3.0.4[39m)
|
|
122
|
+
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
123
|
+
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-resizable
|
|
121
124
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-syntax-highlighter[39m[38;5;111m@[39m[38;5;111mnpm:15.5.6[39m (via [38;5;37mnpm:^15.5.5[39m)
|
|
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
|
│ ├─ [38;5;173mreact-hot-toast[39m[38;5;111m@[39m[38;5;111mnpm:2.4.1 [d75d7][39m (via [38;5;37mnpm:^2.3.0 [d75d7][39m)
|
|
233
236
|
│ │ ├─ URL: git+https://github.com/timolins/react-hot-toast.git
|
|
234
237
|
│ │ └─ VendorName: Timo Lins
|
|
238
|
+
│ ├─ [38;5;173mreact-resizable[39m[38;5;111m@[39m[38;5;111mnpm:3.0.5 [d75d7][39m (via [38;5;37mnpm:^3.0.5 [d75d7][39m)
|
|
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
|
│ ├─ [38;5;173mreact-select[39m[38;5;111m@[39m[38;5;111mnpm:5.7.0 [a2e03][39m (via [38;5;37mnpm:5.7.0 [a2e03][39m)
|
|
236
243
|
│ │ ├─ URL: https://github.com/JedWatson/react-select/tree/master/packages/react-select
|
|
237
244
|
│ │ └─ VendorName: Jed Watson
|