@neo4j-ndl/base 2.3.9 → 2.4.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 +6 -0
- package/lib/LICENSES.txt +59 -27
- package/lib/NOTICE.txt +15 -15
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +227 -0
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#717](https://github.com/neo4j/needle/pull/717) [`b49b844b733b8d69a9d0157f316eb12c926eec5c`](https://github.com/neo4j/needle/commit/b49b844b733b8d69a9d0157f316eb12c926eec5c) Thanks [@basickarl](https://github.com/basickarl)! - Added new avatar component
|
|
8
|
+
|
|
3
9
|
## 2.3.9
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -5133,6 +5133,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
5133
5133
|
|
|
5134
5134
|
-----
|
|
5135
5135
|
|
|
5136
|
+
The following software may be included in this product: @tanstack/react-table, react-table. A copy of the source code may be downloaded from git+https://github.com/tanstack/table.git (@tanstack/react-table), https://github.com/tannerlinsley/react-table (react-table). This software contains the following license and notice below:
|
|
5137
|
+
|
|
5138
|
+
MIT License
|
|
5139
|
+
|
|
5140
|
+
Copyright (c) 2016 Tanner Linsley
|
|
5141
|
+
|
|
5142
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5143
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5144
|
+
in the Software without restriction, including without limitation the rights
|
|
5145
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5146
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5147
|
+
furnished to do so, subject to the following conditions:
|
|
5148
|
+
|
|
5149
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5150
|
+
copies or substantial portions of the Software.
|
|
5151
|
+
|
|
5152
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5153
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5154
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5155
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5156
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5157
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5158
|
+
SOFTWARE.
|
|
5159
|
+
|
|
5160
|
+
-----
|
|
5161
|
+
|
|
5136
5162
|
The following software may be included in this product: @testing-library/jest-dom. A copy of the source code may be downloaded from https://github.com/testing-library/jest-dom. This software contains the following license and notice below:
|
|
5137
5163
|
|
|
5138
5164
|
The MIT License (MIT)
|
|
@@ -5425,7 +5451,7 @@ SOFTWARE.
|
|
|
5425
5451
|
|
|
5426
5452
|
-----
|
|
5427
5453
|
|
|
5428
|
-
The following software may be included in this product: classnames. A copy of the source code may be downloaded from https://github.com/JedWatson/classnames.git. This software contains the following license and notice below:
|
|
5454
|
+
The following software may be included in this product: classnames. A copy of the source code may be downloaded from git+https://github.com/JedWatson/classnames.git. This software contains the following license and notice below:
|
|
5429
5455
|
|
|
5430
5456
|
The MIT License (MIT)
|
|
5431
5457
|
|
|
@@ -17396,32 +17422,6 @@ SOFTWARE.
|
|
|
17396
17422
|
|
|
17397
17423
|
-----
|
|
17398
17424
|
|
|
17399
|
-
The following software may be included in this product: react-table. A copy of the source code may be downloaded from https://github.com/tannerlinsley/react-table. This software contains the following license and notice below:
|
|
17400
|
-
|
|
17401
|
-
MIT License
|
|
17402
|
-
|
|
17403
|
-
Copyright (c) 2016 Tanner Linsley
|
|
17404
|
-
|
|
17405
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17406
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
17407
|
-
in the Software without restriction, including without limitation the rights
|
|
17408
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17409
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
17410
|
-
furnished to do so, subject to the following conditions:
|
|
17411
|
-
|
|
17412
|
-
The above copyright notice and this permission notice shall be included in all
|
|
17413
|
-
copies or substantial portions of the Software.
|
|
17414
|
-
|
|
17415
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17416
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17417
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17418
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17419
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17420
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
17421
|
-
SOFTWARE.
|
|
17422
|
-
|
|
17423
|
-
-----
|
|
17424
|
-
|
|
17425
17425
|
The following software may be included in this product: react-use. A copy of the source code may be downloaded from https://github.com/streamich/react-use. This software contains the following license and notice below:
|
|
17426
17426
|
|
|
17427
17427
|
This is free and unencumbered software released into the public domain.
|
|
@@ -19051,6 +19051,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
19051
19051
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
19052
19052
|
|
|
19053
19053
|
|
|
19054
|
+
--------------------------------------------------------------------------------
|
|
19055
|
+
|
|
19056
|
+
web license:
|
|
19057
|
+
|
|
19058
|
+
Copyright 2023, the Dart project authors.
|
|
19059
|
+
|
|
19060
|
+
Redistribution and use in source and binary forms, with or without
|
|
19061
|
+
modification, are permitted provided that the following conditions are
|
|
19062
|
+
met:
|
|
19063
|
+
* Redistributions of source code must retain the above copyright
|
|
19064
|
+
notice, this list of conditions and the following disclaimer.
|
|
19065
|
+
* Redistributions in binary form must reproduce the above
|
|
19066
|
+
copyright notice, this list of conditions and the following
|
|
19067
|
+
disclaimer in the documentation and/or other materials provided
|
|
19068
|
+
with the distribution.
|
|
19069
|
+
* Neither the name of Google LLC nor the names of its
|
|
19070
|
+
contributors may be used to endorse or promote products derived
|
|
19071
|
+
from this software without specific prior written permission.
|
|
19072
|
+
|
|
19073
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
19074
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
19075
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
19076
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
19077
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
19078
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
19079
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
19080
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
19081
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
19082
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
19083
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
19084
|
+
|
|
19085
|
+
|
|
19054
19086
|
--------------------------------------------------------------------------------
|
|
19055
19087
|
|
|
19056
19088
|
yaml license:
|
package/lib/NOTICE.txt
CHANGED
|
@@ -23,7 +23,7 @@ Full license texts are found in LICENSES.txt.
|
|
|
23
23
|
Third-party licenses
|
|
24
24
|
--------------------
|
|
25
25
|
├─ MIT
|
|
26
|
-
│ ├─ [38;5;166m@babel/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:7.23.
|
|
26
|
+
│ ├─ [38;5;166m@babel/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:7.23.7[39m (via [38;5;37mnpm:^7.16.0[39m)
|
|
27
27
|
│ │ ├─ URL: https://github.com/babel/babel.git
|
|
28
28
|
│ │ ├─ VendorName: The Babel Team
|
|
29
29
|
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-core
|
|
@@ -83,7 +83,7 @@ Third-party licenses
|
|
|
83
83
|
│ │ └─ URL: https://github.com/konsalex/table-nav
|
|
84
84
|
│ ├─ [38;5;166m@table-nav/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:0.0.7 [a2e03][39m (via [38;5;37mnpm:0.0.7 [a2e03][39m)
|
|
85
85
|
│ │ └─ URL: https://github.com/konsalex/table-nav
|
|
86
|
-
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.11.
|
|
86
|
+
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.11.6 [a2e03][39m (via [38;5;37mnpm:^8.9.3 [a2e03][39m)
|
|
87
87
|
│ │ ├─ URL: git+https://github.com/tanstack/table.git
|
|
88
88
|
│ │ ├─ VendorName: Tanner Linsley
|
|
89
89
|
│ │ └─ VendorUrl: https://github.com/tanstack/table#readme
|
|
@@ -109,13 +109,13 @@ Third-party licenses
|
|
|
109
109
|
│ ├─ [38;5;166m@types/[39m[38;5;173mjest[39m[38;5;111m@[39m[38;5;111mnpm:27.5.2[39m (via [38;5;37mnpm:^27.0.3[39m)
|
|
110
110
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
111
111
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
|
|
112
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mnode[39m[38;5;111m@[39m[38;5;111mnpm:16.18.
|
|
112
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mnode[39m[38;5;111m@[39m[38;5;111mnpm:16.18.71[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
115
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:18.2.18[39m (via [38;5;37mnpm:18.2.18[39m)
|
|
116
116
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
117
117
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
|
118
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-datepicker[39m[38;5;111m@[39m[38;5;111mnpm:4.19.
|
|
118
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-datepicker[39m[38;5;111m@[39m[38;5;111mnpm:4.19.5[39m (via [38;5;37mnpm:^4.11.2[39m)
|
|
119
119
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
120
120
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-datepicker
|
|
121
121
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:18.2.7[39m (via [38;5;37mnpm:18.2.7[39m)
|
|
@@ -127,7 +127,7 @@ Third-party licenses
|
|
|
127
127
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-syntax-highlighter[39m[38;5;111m@[39m[38;5;111mnpm:15.5.11[39m (via [38;5;37mnpm:^15.5.5[39m)
|
|
128
128
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
129
129
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-syntax-highlighter
|
|
130
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:7.7.
|
|
130
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:7.7.19[39m (via [38;5;37mnpm:^7.7.10[39m)
|
|
131
131
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
132
132
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table
|
|
133
133
|
│ ├─ [38;5;166m@types/[39m[38;5;173mtinycolor2[39m[38;5;111m@[39m[38;5;111mnpm:1.4.6[39m (via [38;5;37mnpm:^1.4.3[39m)
|
|
@@ -135,10 +135,10 @@ Third-party licenses
|
|
|
135
135
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
|
|
136
136
|
│ ├─ [38;5;166m@typescript-eslint/[39m[38;5;173meslint-plugin[39m[38;5;111m@[39m[38;5;111mnpm:5.62.0 [a2e03][39m (via [38;5;37mnpm:^5.5.0 [a2e03][39m)
|
|
137
137
|
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
138
|
-
│ ├─ [38;5;173macorn[39m[38;5;111m@[39m[38;5;111mnpm:8.11.
|
|
138
|
+
│ ├─ [38;5;173macorn[39m[38;5;111m@[39m[38;5;111mnpm:8.11.3[39m (via [38;5;37mnpm:^8.8.2[39m)
|
|
139
139
|
│ │ ├─ URL: https://github.com/acornjs/acorn.git
|
|
140
140
|
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
|
|
141
|
-
│ ├─ [38;5;173macorn-walk[39m[38;5;111m@[39m[38;5;111mnpm:8.3.
|
|
141
|
+
│ ├─ [38;5;173macorn-walk[39m[38;5;111m@[39m[38;5;111mnpm:8.3.2[39m (via [38;5;37mnpm:^8.2.0[39m)
|
|
142
142
|
│ │ ├─ URL: https://github.com/acornjs/acorn.git
|
|
143
143
|
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
|
|
144
144
|
│ ├─ [38;5;173mautoprefixer[39m[38;5;111m@[39m[38;5;111mnpm:10.4.16 [708d2][39m (via [38;5;37mnpm:^10.4.0 [708d2][39m)
|
|
@@ -149,8 +149,8 @@ Third-party licenses
|
|
|
149
149
|
│ ├─ [38;5;173mchromatic[39m[38;5;111m@[39m[38;5;111mnpm:6.24.1[39m (via [38;5;37mnpm:^6.5.1[39m)
|
|
150
150
|
│ │ ├─ URL: https://github.com/chromaui/chromatic-cli.git
|
|
151
151
|
│ │ └─ VendorUrl: https://www.chromatic.com
|
|
152
|
-
│ ├─ [38;5;173mclassnames[39m[38;5;111m@[39m[38;5;111mnpm:2.
|
|
153
|
-
│ │ ├─ URL: https://github.com/JedWatson/classnames.git
|
|
152
|
+
│ ├─ [38;5;173mclassnames[39m[38;5;111m@[39m[38;5;111mnpm:2.5.1[39m (via [38;5;37mnpm:^2.3.1[39m)
|
|
153
|
+
│ │ ├─ URL: git+https://github.com/JedWatson/classnames.git
|
|
154
154
|
│ │ └─ VendorName: Jed Watson
|
|
155
155
|
│ ├─ [38;5;173mcommitizen[39m[38;5;111m@[39m[38;5;111mnpm:4.3.0[39m (via [38;5;37mnpm:^4.2.4[39m)
|
|
156
156
|
│ │ ├─ URL: https://github.com/commitizen/cz-cli.git
|
|
@@ -202,7 +202,7 @@ Third-party licenses
|
|
|
202
202
|
│ │ └─ URL: git+https://github.com/jsdom/jsdom.git
|
|
203
203
|
│ ├─ [38;5;173mleva[39m[38;5;111m@[39m[38;5;111mnpm:0.9.35 [d75d7][39m (via [38;5;37mnpm:^0.9.35 [d75d7][39m)
|
|
204
204
|
│ │ └─ URL: https://github.com/pmndrs/leva.git
|
|
205
|
-
│ ├─ [38;5;173mpostcss[39m[38;5;111m@[39m[38;5;111mnpm:8.4.
|
|
205
|
+
│ ├─ [38;5;173mpostcss[39m[38;5;111m@[39m[38;5;111mnpm:8.4.33[39m (via [38;5;37mnpm:^8.4.18[39m)
|
|
206
206
|
│ │ ├─ URL: git+https://github.com/postcss/postcss.git
|
|
207
207
|
│ │ ├─ VendorName: Andrey Sitnik
|
|
208
208
|
│ │ └─ VendorUrl: https://postcss.org/
|
|
@@ -274,14 +274,14 @@ Third-party licenses
|
|
|
274
274
|
│ │ ├─ URL: https://github.com/que-etc/resize-observer-polyfill.git
|
|
275
275
|
│ │ ├─ VendorName: Denis Rul
|
|
276
276
|
│ │ └─ VendorUrl: https://github.com/que-etc/resize-observer-polyfill
|
|
277
|
-
│ ├─ [38;5;173msass[39m[38;5;111m@[39m[38;5;111mnpm:1.69.
|
|
277
|
+
│ ├─ [38;5;173msass[39m[38;5;111m@[39m[38;5;111mnpm:1.69.7[39m (via [38;5;37mnpm:^1.62.0[39m)
|
|
278
278
|
│ │ ├─ URL: https://github.com/sass/dart-sass
|
|
279
279
|
│ │ ├─ VendorName: Natalie Weizenbaum
|
|
280
280
|
│ │ └─ VendorUrl: https://github.com/sass/dart-sass
|
|
281
|
-
│ ├─ [38;5;173msb[39m[38;5;111m@[39m[38;5;111mnpm:7.6.
|
|
281
|
+
│ ├─ [38;5;173msb[39m[38;5;111m@[39m[38;5;111mnpm:7.6.8[39m (via [38;5;37mnpm:^7.0.10[39m)
|
|
282
282
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
283
283
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/cli
|
|
284
|
-
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:7.6.
|
|
284
|
+
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:7.6.8[39m (via [38;5;37mnpm:7.6.8[39m)
|
|
285
285
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
286
286
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/cli
|
|
287
287
|
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.5 [d75d7][39m (via [38;5;37mnpm:^1.15.1 [d75d7][39m)
|
|
@@ -333,7 +333,7 @@ Third-party licenses
|
|
|
333
333
|
│ │ ├─ URL: https://github.com/krisk/Fuse.git
|
|
334
334
|
│ │ ├─ VendorName: Kiro Risk
|
|
335
335
|
│ │ └─ VendorUrl: http://fusejs.io
|
|
336
|
-
│ ├─ [38;5;173mreact-aria[39m[38;5;111m@[39m[38;5;111mnpm:3.31.
|
|
336
|
+
│ ├─ [38;5;173mreact-aria[39m[38;5;111m@[39m[38;5;111mnpm:3.31.1 [a2e03][39m (via [38;5;37mnpm:^3.25.0 [a2e03][39m)
|
|
337
337
|
│ │ └─ URL: https://github.com/adobe/react-spectrum
|
|
338
338
|
│ ├─ [38;5;173mstyle-dictionary[39m[38;5;111m@[39m[38;5;111mnpm:3.9.1[39m (via [38;5;37mnpm:^3.0.3[39m)
|
|
339
339
|
│ │ ├─ URL: git://github.com/amzn/style-dictionary.git
|
|
@@ -379,7 +379,7 @@ Third-party licenses
|
|
|
379
379
|
│ └─ VendorUrl: https://github.com/rpearce/react-medium-image-zoom
|
|
380
380
|
│
|
|
381
381
|
└─ Unlicense
|
|
382
|
-
└─ [38;5;173mreact-use[39m[38;5;111m@[39m[38;5;111mnpm:17.4.
|
|
382
|
+
└─ [38;5;173mreact-use[39m[38;5;111m@[39m[38;5;111mnpm:17.4.3 [a2e03][39m (via [38;5;37mnpm:^17.4.0 [a2e03][39m)
|
|
383
383
|
├─ URL: https://github.com/streamich/react-use
|
|
384
384
|
├─ VendorName: @streamich
|
|
385
385
|
└─ VendorUrl: https://github.com/streamich/react-use#readme
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -5608,6 +5608,233 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5608
5608
|
.ndl-breadcrumbs-group-item{
|
|
5609
5609
|
display:flex;
|
|
5610
5610
|
}
|
|
5611
|
+
.ndl-avatar{
|
|
5612
|
+
position:relative;
|
|
5613
|
+
display:flex;
|
|
5614
|
+
align-items:center;
|
|
5615
|
+
justify-content:center;
|
|
5616
|
+
}
|
|
5617
|
+
.ndl-avatar.ndl-avatar-small{
|
|
5618
|
+
height:16px;
|
|
5619
|
+
width:16px;
|
|
5620
|
+
}
|
|
5621
|
+
.ndl-avatar.ndl-avatar-medium{
|
|
5622
|
+
height:24px;
|
|
5623
|
+
width:24px;
|
|
5624
|
+
}
|
|
5625
|
+
.ndl-avatar.ndl-avatar-large{
|
|
5626
|
+
height:36px;
|
|
5627
|
+
width:36px;
|
|
5628
|
+
}
|
|
5629
|
+
.ndl-avatar.ndl-avatar-x-large{
|
|
5630
|
+
height:48px;
|
|
5631
|
+
width:48px;
|
|
5632
|
+
}
|
|
5633
|
+
.ndl-avatar .ndl-avatar-shape{
|
|
5634
|
+
cursor:pointer;
|
|
5635
|
+
}
|
|
5636
|
+
.ndl-avatar .ndl-avatar-shape.ndl-avatar-disabled{
|
|
5637
|
+
cursor:not-allowed;
|
|
5638
|
+
}
|
|
5639
|
+
.ndl-avatar .ndl-avatar-shape{
|
|
5640
|
+
outline:2px solid transparent;
|
|
5641
|
+
outline-offset:2px;
|
|
5642
|
+
--tw-ring-color:rgb(var(--theme-palette-primary-focus));
|
|
5643
|
+
--tw-ring-offset-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5644
|
+
}
|
|
5645
|
+
.ndl-avatar .ndl-avatar-shape:focus-visible{
|
|
5646
|
+
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5647
|
+
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
5648
|
+
box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
5649
|
+
--tw-ring-offset-width:1px;
|
|
5650
|
+
}
|
|
5651
|
+
.ndl-avatar .ndl-avatar-circle{
|
|
5652
|
+
border-radius:9999px;
|
|
5653
|
+
}
|
|
5654
|
+
.ndl-avatar .ndl-avatar-square-small,
|
|
5655
|
+
.ndl-avatar .ndl-avatar-square-medium{
|
|
5656
|
+
border-radius:4px;
|
|
5657
|
+
}
|
|
5658
|
+
.ndl-avatar .ndl-avatar-square-large{
|
|
5659
|
+
border-radius:6px;
|
|
5660
|
+
}
|
|
5661
|
+
.ndl-avatar .ndl-avatar-square-x-large{
|
|
5662
|
+
border-radius:8px;
|
|
5663
|
+
}
|
|
5664
|
+
.ndl-avatar .ndl-avatar-icon{
|
|
5665
|
+
position:absolute;
|
|
5666
|
+
display:flex;
|
|
5667
|
+
height:100%;
|
|
5668
|
+
width:100%;
|
|
5669
|
+
align-items:center;
|
|
5670
|
+
justify-content:center;
|
|
5671
|
+
background-color:rgb(var(--theme-palette-neutral-bg-strong));
|
|
5672
|
+
color:rgb(var(--theme-palette-neutral-icon));
|
|
5673
|
+
}
|
|
5674
|
+
.ndl-avatar .ndl-avatar-icon.ndl-avatar-disabled{
|
|
5675
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
5676
|
+
}
|
|
5677
|
+
.ndl-avatar .ndl-avatar-icon:hover:not(.ndl-avatar-disabled){
|
|
5678
|
+
color:rgb(var(--theme-palette-neutral-text-default));
|
|
5679
|
+
}
|
|
5680
|
+
.ndl-avatar .ndl-avatar-icon-small{
|
|
5681
|
+
height:12px;
|
|
5682
|
+
width:12px;
|
|
5683
|
+
}
|
|
5684
|
+
.ndl-avatar .ndl-avatar-icon-medium{
|
|
5685
|
+
height:16px;
|
|
5686
|
+
width:16px;
|
|
5687
|
+
}
|
|
5688
|
+
.ndl-avatar .ndl-avatar-icon-large{
|
|
5689
|
+
height:20px;
|
|
5690
|
+
width:20px;
|
|
5691
|
+
}
|
|
5692
|
+
.ndl-avatar .ndl-avatar-icon-x-large{
|
|
5693
|
+
height:24px;
|
|
5694
|
+
width:24px;
|
|
5695
|
+
}
|
|
5696
|
+
.ndl-avatar .ndl-avatar-image{
|
|
5697
|
+
height:100%;
|
|
5698
|
+
width:100%;
|
|
5699
|
+
overflow:hidden;
|
|
5700
|
+
}
|
|
5701
|
+
.ndl-avatar .ndl-avatar-image img{
|
|
5702
|
+
height:100%;
|
|
5703
|
+
max-height:100%;
|
|
5704
|
+
width:100%;
|
|
5705
|
+
max-width:100%;
|
|
5706
|
+
-o-object-fit:cover;
|
|
5707
|
+
object-fit:cover;
|
|
5708
|
+
}
|
|
5709
|
+
.ndl-avatar .ndl-avatar-image .ndl-avatar-image-overlay{
|
|
5710
|
+
position:absolute;
|
|
5711
|
+
top:0px;
|
|
5712
|
+
height:100%;
|
|
5713
|
+
width:100%;
|
|
5714
|
+
background-color:rgb(var(--theme-palette-neutral-bg-strongest));
|
|
5715
|
+
opacity:0;
|
|
5716
|
+
}
|
|
5717
|
+
.ndl-avatar .ndl-avatar-image .ndl-avatar-image-overlay:hover:not(.ndl-avatar-disabled){
|
|
5718
|
+
opacity:0.2;
|
|
5719
|
+
}
|
|
5720
|
+
.ndl-avatar .ndl-avatar-image .ndl-avatar-disabled{
|
|
5721
|
+
opacity:0.5;
|
|
5722
|
+
background-color:lightgray;
|
|
5723
|
+
}
|
|
5724
|
+
.ndl-avatar .ndl-avatar-image-small{
|
|
5725
|
+
height:12px;
|
|
5726
|
+
width:12px;
|
|
5727
|
+
}
|
|
5728
|
+
.ndl-avatar .ndl-avatar-image-medium{
|
|
5729
|
+
height:16px;
|
|
5730
|
+
width:16px;
|
|
5731
|
+
}
|
|
5732
|
+
.ndl-avatar .ndl-avatar-image-large{
|
|
5733
|
+
height:20px;
|
|
5734
|
+
width:20px;
|
|
5735
|
+
}
|
|
5736
|
+
.ndl-avatar .ndl-avatar-image-x-large{
|
|
5737
|
+
height:24px;
|
|
5738
|
+
width:24px;
|
|
5739
|
+
}
|
|
5740
|
+
.ndl-avatar .ndl-avatar-letters{
|
|
5741
|
+
display:flex;
|
|
5742
|
+
height:100%;
|
|
5743
|
+
width:100%;
|
|
5744
|
+
align-items:center;
|
|
5745
|
+
justify-content:center;
|
|
5746
|
+
background-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
5747
|
+
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
5748
|
+
}
|
|
5749
|
+
.ndl-avatar .ndl-avatar-letters.ndl-avatar-disabled{
|
|
5750
|
+
background-color:rgb(var(--theme-palette-neutral-bg-strong));
|
|
5751
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
5752
|
+
}
|
|
5753
|
+
.ndl-avatar .ndl-avatar-letters:hover:not(.ndl-avatar-disabled){
|
|
5754
|
+
background-color:rgb(var(--theme-palette-primary-hover-strong));
|
|
5755
|
+
}
|
|
5756
|
+
.ndl-avatar .ndl-avatar-letters:active:not(.ndl-avatar-disabled){
|
|
5757
|
+
background-color:rgb(var(--theme-palette-primary-pressed-strong));
|
|
5758
|
+
}
|
|
5759
|
+
.ndl-avatar .ndl-avatar-letters-small{
|
|
5760
|
+
font-family:Public Sans;
|
|
5761
|
+
font-size:8px;
|
|
5762
|
+
font-style:normal;
|
|
5763
|
+
font-weight:600;
|
|
5764
|
+
line-height:16px;
|
|
5765
|
+
}
|
|
5766
|
+
.ndl-avatar .ndl-avatar-letters-medium{
|
|
5767
|
+
font-family:Public Sans;
|
|
5768
|
+
font-size:12px;
|
|
5769
|
+
font-style:normal;
|
|
5770
|
+
font-weight:600;
|
|
5771
|
+
line-height:20px;
|
|
5772
|
+
}
|
|
5773
|
+
.ndl-avatar .ndl-avatar-letters-small,
|
|
5774
|
+
.ndl-avatar .ndl-avatar-letters-medium,
|
|
5775
|
+
.ndl-avatar .ndl-avatar-letters-large,
|
|
5776
|
+
.ndl-avatar .ndl-avatar-letters-x-large{
|
|
5777
|
+
text-align:center;
|
|
5778
|
+
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
5779
|
+
font-feature-settings:'clig' off, 'liga' off;
|
|
5780
|
+
}
|
|
5781
|
+
.ndl-avatar .ndl-avatar-status{
|
|
5782
|
+
position:absolute;
|
|
5783
|
+
}
|
|
5784
|
+
.ndl-avatar .ndl-avatar-status-small{
|
|
5785
|
+
height:8px;
|
|
5786
|
+
width:8px;
|
|
5787
|
+
}
|
|
5788
|
+
.ndl-avatar .ndl-avatar-status-medium{
|
|
5789
|
+
height:10px;
|
|
5790
|
+
width:10px;
|
|
5791
|
+
}
|
|
5792
|
+
.ndl-avatar .ndl-avatar-status-large{
|
|
5793
|
+
height:12px;
|
|
5794
|
+
width:12px;
|
|
5795
|
+
}
|
|
5796
|
+
.ndl-avatar .ndl-avatar-status-x-large{
|
|
5797
|
+
height:16px;
|
|
5798
|
+
width:16px;
|
|
5799
|
+
}
|
|
5800
|
+
.ndl-avatar .ndl-avatar-status-small,
|
|
5801
|
+
.ndl-avatar .ndl-avatar-status-medium,
|
|
5802
|
+
.ndl-avatar .ndl-avatar-status-large,
|
|
5803
|
+
.ndl-avatar .ndl-avatar-status-x-large{
|
|
5804
|
+
right:-2px;
|
|
5805
|
+
bottom:-2px;
|
|
5806
|
+
}
|
|
5807
|
+
.ndl-avatar .ndl-avatar-status-svg-offline{
|
|
5808
|
+
fill:rgb(var(--theme-palette-danger-bg-status));
|
|
5809
|
+
stroke:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5810
|
+
}
|
|
5811
|
+
.ndl-avatar .ndl-avatar-status-svg-online{
|
|
5812
|
+
fill:rgb(var(--theme-palette-success-bg-status));
|
|
5813
|
+
stroke:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5814
|
+
}
|
|
5815
|
+
.ndl-avatar .ndl-avatar-status-svg-small,
|
|
5816
|
+
.ndl-avatar .ndl-avatar-status-svg-medium{
|
|
5817
|
+
stroke-width:1.5;
|
|
5818
|
+
}
|
|
5819
|
+
.ndl-avatar .ndl-avatar-status-svg-large,
|
|
5820
|
+
.ndl-avatar .ndl-avatar-status-svg-x-large{
|
|
5821
|
+
stroke-width:2;
|
|
5822
|
+
}
|
|
5823
|
+
.ndl-avatar .ndl-avatar-status-svg-unknown-small{
|
|
5824
|
+
fill:rgb(var(--theme-palette-neutral-border-strongest));
|
|
5825
|
+
stroke:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5826
|
+
stroke-width:1.5;
|
|
5827
|
+
}
|
|
5828
|
+
.ndl-avatar .ndl-avatar-status-svg-unknown-medium,
|
|
5829
|
+
.ndl-avatar .ndl-avatar-status-svg-unknown-large,
|
|
5830
|
+
.ndl-avatar .ndl-avatar-status-svg-unknown-x-large{
|
|
5831
|
+
fill:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5832
|
+
stroke:rgb(var(--theme-palette-neutral-border-strongest));
|
|
5833
|
+
stroke-width:2;
|
|
5834
|
+
}
|
|
5835
|
+
.ndl-avatar .ndl-avatar-status-svg-unknown-inner{
|
|
5836
|
+
fill:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5837
|
+
}
|
|
5611
5838
|
.n-sr-only{
|
|
5612
5839
|
position:absolute;
|
|
5613
5840
|
width:1px;
|
package/lib/tokens/js/tokens.js
CHANGED