@neo4j-ndl/base 1.3.0 → 1.3.2
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 +78 -0
- package/lib/NOTICE.txt +18 -8
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.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 +27 -17
- 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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 95991ed: Increase table resize button hitbox, change styling and update default min size from 20px to 100px
|
|
8
|
+
|
|
9
|
+
## 1.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0e08681: Added bold, italic, underline, align-center, align-bottom, align-top icons
|
|
14
|
+
|
|
3
15
|
## 1.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -5310,6 +5310,58 @@ along with this program. If not, see http://www.gnu.org/licenses/.
|
|
|
5310
5310
|
|
|
5311
5311
|
-----
|
|
5312
5312
|
|
|
5313
|
+
The following software may be included in this product: acorn. A copy of the source code may be downloaded from https://github.com/acornjs/acorn.git. This software contains the following license and notice below:
|
|
5314
|
+
|
|
5315
|
+
MIT License
|
|
5316
|
+
|
|
5317
|
+
Copyright (C) 2012-2022 by various contributors (see AUTHORS)
|
|
5318
|
+
|
|
5319
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5320
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5321
|
+
in the Software without restriction, including without limitation the rights
|
|
5322
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5323
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5324
|
+
furnished to do so, subject to the following conditions:
|
|
5325
|
+
|
|
5326
|
+
The above copyright notice and this permission notice shall be included in
|
|
5327
|
+
all copies or substantial portions of the Software.
|
|
5328
|
+
|
|
5329
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5330
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5331
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5332
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5333
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5334
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5335
|
+
THE SOFTWARE.
|
|
5336
|
+
|
|
5337
|
+
-----
|
|
5338
|
+
|
|
5339
|
+
The following software may be included in this product: acorn-walk. A copy of the source code may be downloaded from https://github.com/acornjs/acorn.git. This software contains the following license and notice below:
|
|
5340
|
+
|
|
5341
|
+
MIT License
|
|
5342
|
+
|
|
5343
|
+
Copyright (C) 2012-2020 by various contributors (see AUTHORS)
|
|
5344
|
+
|
|
5345
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5346
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5347
|
+
in the Software without restriction, including without limitation the rights
|
|
5348
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5349
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5350
|
+
furnished to do so, subject to the following conditions:
|
|
5351
|
+
|
|
5352
|
+
The above copyright notice and this permission notice shall be included in
|
|
5353
|
+
all copies or substantial portions of the Software.
|
|
5354
|
+
|
|
5355
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5356
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5357
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5358
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5359
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5360
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5361
|
+
THE SOFTWARE.
|
|
5362
|
+
|
|
5363
|
+
-----
|
|
5364
|
+
|
|
5313
5365
|
The following software may be included in this product: autoprefixer, postcss. A copy of the source code may be downloaded from git+https://github.com/postcss/autoprefixer.git (autoprefixer), git+https://github.com/postcss/postcss.git (postcss). This software contains the following license and notice below:
|
|
5314
5366
|
|
|
5315
5367
|
The MIT License (MIT)
|
|
@@ -17653,6 +17705,32 @@ Repository: github:eemeli/yaml
|
|
|
17653
17705
|
|
|
17654
17706
|
-----
|
|
17655
17707
|
|
|
17708
|
+
The following software may be included in this product: vite-plugin-entry-shaking. A copy of the source code may be downloaded from https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking. This software contains the following license and notice below:
|
|
17709
|
+
|
|
17710
|
+
MIT License
|
|
17711
|
+
|
|
17712
|
+
Copyright (c) 2022 Charles Gruenais
|
|
17713
|
+
|
|
17714
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17715
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17716
|
+
in the Software without restriction, including without limitation the rights
|
|
17717
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17718
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
17719
|
+
furnished to do so, subject to the following conditions:
|
|
17720
|
+
|
|
17721
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17722
|
+
copies or substantial portions of the Software.
|
|
17723
|
+
|
|
17724
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17725
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17726
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17727
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17728
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17729
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
17730
|
+
SOFTWARE.
|
|
17731
|
+
|
|
17732
|
+
-----
|
|
17733
|
+
|
|
17656
17734
|
The following software may be included in this product: vite-tsconfig-paths. A copy of the source code may be downloaded from git+https://github.com/aleclarson/vite-tsconfig-paths.git. This software contains the following license and notice below:
|
|
17657
17735
|
|
|
17658
17736
|
MIT License
|
package/lib/NOTICE.txt
CHANGED
|
@@ -57,28 +57,28 @@ Third-party licenses
|
|
|
57
57
|
│ ├─ [38;5;166m@heroicons/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:2.0.13 [a2e03][39m (via [38;5;37mnpm:2.0.13 [a2e03][39m)
|
|
58
58
|
│ │ ├─ URL: https://github.com/tailwindlabs/heroicons.git
|
|
59
59
|
│ │ └─ VendorUrl: https://github.com/tailwindlabs/heroicons#readme
|
|
60
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-a11y[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
60
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-a11y[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
61
61
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
62
62
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/a11y
|
|
63
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
63
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
64
64
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
65
65
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/actions
|
|
66
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
66
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
67
67
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
68
68
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/essentials
|
|
69
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-links[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
69
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-links[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
70
70
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
71
71
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/links
|
|
72
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
72
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
73
73
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
74
74
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/storysource
|
|
75
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
75
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
76
76
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
77
77
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/renderers/react
|
|
78
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-vite[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
78
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-vite[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
79
79
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
80
80
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/frameworks/react-vite
|
|
81
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:7.0.
|
|
81
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:7.0.6 [d75d7][39m (via [38;5;37mnpm:7.0.6 [d75d7][39m)
|
|
82
82
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
83
83
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/frameworks/react-webpack5
|
|
84
84
|
│ ├─ [38;5;166m@svgr/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:6.5.1[39m (via [38;5;37mnpm:6.5.1[39m)
|
|
@@ -129,6 +129,12 @@ Third-party licenses
|
|
|
129
129
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
|
|
130
130
|
│ ├─ [38;5;166m@typescript-eslint/[39m[38;5;173meslint-plugin[39m[38;5;111m@[39m[38;5;111mnpm:5.56.0 [a2e03][39m (via [38;5;37mnpm:^5.5.0 [a2e03][39m)
|
|
131
131
|
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
132
|
+
│ ├─ [38;5;173macorn[39m[38;5;111m@[39m[38;5;111mnpm:8.8.2[39m (via [38;5;37mnpm:^8.8.2[39m)
|
|
133
|
+
│ │ ├─ URL: https://github.com/acornjs/acorn.git
|
|
134
|
+
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
|
|
135
|
+
│ ├─ [38;5;173macorn-walk[39m[38;5;111m@[39m[38;5;111mnpm:8.2.0[39m (via [38;5;37mnpm:^8.2.0[39m)
|
|
136
|
+
│ │ ├─ URL: https://github.com/acornjs/acorn.git
|
|
137
|
+
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
|
|
132
138
|
│ ├─ [38;5;173mautoprefixer[39m[38;5;111m@[39m[38;5;111mnpm:10.4.14 [708d2][39m (via [38;5;37mnpm:^10.4.0 [708d2][39m)
|
|
133
139
|
│ │ ├─ URL: git+https://github.com/postcss/autoprefixer.git
|
|
134
140
|
│ │ └─ VendorName: Andrey Sitnik
|
|
@@ -269,6 +275,10 @@ Third-party licenses
|
|
|
269
275
|
│ │ ├─ URL: git+https://github.com/vitejs/vite.git
|
|
270
276
|
│ │ ├─ VendorName: Evan You
|
|
271
277
|
│ │ └─ VendorUrl: https://github.com/vitejs/vite/tree/main/#readme
|
|
278
|
+
│ ├─ [38;5;173mvite-plugin-entry-shaking[39m[38;5;111m@[39m[38;5;111mnpm:0.2.1 [d75d7][39m (via [38;5;37mnpm:^0.2.1 [d75d7][39m)
|
|
279
|
+
│ │ ├─ URL: https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking
|
|
280
|
+
│ │ ├─ VendorName: Charles Gruenais
|
|
281
|
+
│ │ └─ VendorUrl: https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking/tree/main/#readme
|
|
272
282
|
│ └─ [38;5;173mvite-tsconfig-paths[39m[38;5;111m@[39m[38;5;111mnpm:3.6.0 [d75d7][39m (via [38;5;37mnpm:^3.5.2 [d75d7][39m)
|
|
273
283
|
│ ├─ URL: git+https://github.com/aleclarson/vite-tsconfig-paths.git
|
|
274
284
|
│ └─ VendorName: aleclarson
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -459,7 +459,7 @@ video {
|
|
|
459
459
|
*/
|
|
460
460
|
/**
|
|
461
461
|
* Do not edit directly
|
|
462
|
-
* Generated on
|
|
462
|
+
* Generated on Tue, 09 May 2023 15:04:23 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -3053,7 +3053,7 @@ a.ndl-btn{
|
|
|
3053
3053
|
width: 1px;
|
|
3054
3054
|
height: calc(100% + 1px);
|
|
3055
3055
|
background-color: rgb(var(--palette-primary-focus));
|
|
3056
|
-
right:
|
|
3056
|
+
right: 0;
|
|
3057
3057
|
top: 0;
|
|
3058
3058
|
z-index: 1000;
|
|
3059
3059
|
}
|
|
@@ -3121,23 +3121,33 @@ a.ndl-btn{
|
|
|
3121
3121
|
background-color: rgb(var(--palette-neutral-bg-strong));
|
|
3122
3122
|
}
|
|
3123
3123
|
/* Table head - Cell */
|
|
3124
|
-
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer
|
|
3125
|
-
|
|
3124
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper{
|
|
3125
|
+
position: absolute;
|
|
3126
|
+
right: -0.5rem;
|
|
3127
|
+
top: 0px;
|
|
3128
|
+
z-index: 50;
|
|
3129
|
+
display: flex;
|
|
3130
|
+
width: 1rem;
|
|
3131
|
+
cursor: col-resize;
|
|
3132
|
+
place-content: center;
|
|
3133
|
+
align-items: center;
|
|
3126
3134
|
height: calc(100% + 1px);
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
background-color: rgb(var(--palette-primary-focus));
|
|
3139
|
-
opacity: 1;
|
|
3135
|
+
}
|
|
3136
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper .ndl-table-resizer {
|
|
3137
|
+
height: calc(65% + 1px);
|
|
3138
|
+
width: 4px;
|
|
3139
|
+
border-radius: 4px;
|
|
3140
|
+
-webkit-user-select: none;
|
|
3141
|
+
-moz-user-select: none;
|
|
3142
|
+
user-select: none;
|
|
3143
|
+
touch-action: none;
|
|
3144
|
+
content: '';
|
|
3145
|
+
cursor: col-resize;
|
|
3140
3146
|
}
|
|
3147
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper .ndl-table-resizer.ndl-table-is-resizing {
|
|
3148
|
+
background-color: rgb(var(--palette-primary-focus));
|
|
3149
|
+
opacity: 1;
|
|
3150
|
+
}
|
|
3141
3151
|
/* Table column */
|
|
3142
3152
|
.ndl-table-root .ndl-div-table .ndl-table-col {
|
|
3143
3153
|
}
|
package/lib/tokens/js/tokens.js
CHANGED