@neo4j-ndl/base 1.3.1 → 1.3.3
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 +64 -89
- 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.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f483090: Change theme of the last components to palette
|
|
8
|
+
|
|
9
|
+
## 1.3.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 95991ed: Increase table resize button hitbox, change styling and update default min size from 20px to 100px
|
|
14
|
+
|
|
3
15
|
## 1.3.1
|
|
4
16
|
|
|
5
17
|
### Patch 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 Wed,
|
|
462
|
+
* Generated on Wed, 10 May 2023 09:58:23 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -1211,14 +1211,12 @@ a.ndl-btn{
|
|
|
1211
1211
|
gap: 0.25rem;
|
|
1212
1212
|
border-radius: 8px;
|
|
1213
1213
|
border-width: 1px;
|
|
1214
|
-
--
|
|
1215
|
-
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
1214
|
+
border-color: rgb(var(--palette-neutral-border-strong));
|
|
1216
1215
|
background-color: rgb(var(--palette-neutral-bg-weak));
|
|
1217
1216
|
padding: 0.25rem;
|
|
1218
1217
|
}
|
|
1219
1218
|
.ndl-icon-btn-array.ndl-array-floating{
|
|
1220
|
-
--
|
|
1221
|
-
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
1219
|
+
border-color: rgb(var(--palette-neutral-border-weak));
|
|
1222
1220
|
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
1223
1221
|
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
1224
1222
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -1284,8 +1282,7 @@ a.ndl-btn{
|
|
|
1284
1282
|
padding-bottom: 0px;
|
|
1285
1283
|
}
|
|
1286
1284
|
.ndl-label.ndl-clean .ndl-label-text{
|
|
1287
|
-
--
|
|
1288
|
-
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
1285
|
+
color: rgb(var(--palette-neutral-text-default));
|
|
1289
1286
|
}
|
|
1290
1287
|
.ndl-label.ndl-outlined{
|
|
1291
1288
|
border-width: 0.5px;
|
|
@@ -1610,8 +1607,7 @@ a.ndl-btn{
|
|
|
1610
1607
|
width: -moz-fit-content;
|
|
1611
1608
|
width: fit-content;
|
|
1612
1609
|
border-radius: 4px;
|
|
1613
|
-
--
|
|
1614
|
-
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
1610
|
+
background-color: rgb(var(--palette-neutral-bg-strongest));
|
|
1615
1611
|
padding-left: 0.75rem;
|
|
1616
1612
|
padding-right: 0.75rem;
|
|
1617
1613
|
padding-top: 0.5rem;
|
|
@@ -1628,8 +1624,7 @@ a.ndl-btn{
|
|
|
1628
1624
|
height: 0px;
|
|
1629
1625
|
width: 0px;
|
|
1630
1626
|
border-style: solid;
|
|
1631
|
-
|
|
1632
|
-
border-color: rgb(83 91 102 / var(--tw-border-opacity));
|
|
1627
|
+
border-color: rgb(var(--palette-neutral-bg-strongest));
|
|
1633
1628
|
}
|
|
1634
1629
|
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-bottom{
|
|
1635
1630
|
bottom: -8px;
|
|
@@ -2343,8 +2338,7 @@ a.ndl-btn{
|
|
|
2343
2338
|
padding-right: 0.5rem;
|
|
2344
2339
|
padding-top: 0.25rem;
|
|
2345
2340
|
padding-bottom: 0.25rem;
|
|
2346
|
-
--
|
|
2347
|
-
background-color: rgb(230 233 238 / var(--tw-bg-opacity));
|
|
2341
|
+
background-color: rgb(var(--palette-neutral-bg-strong));
|
|
2348
2342
|
font-size: var(--font-size-body-medium);
|
|
2349
2343
|
font-weight: var(--font-weight-normal);
|
|
2350
2344
|
letter-spacing: 0.016rem;
|
|
@@ -2558,8 +2552,7 @@ a.ndl-btn{
|
|
|
2558
2552
|
*/
|
|
2559
2553
|
.ndl-dialog{
|
|
2560
2554
|
border-radius: 16px;
|
|
2561
|
-
--
|
|
2562
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2555
|
+
background-color: rgb(var(--palette-neutral-bg-weak));
|
|
2563
2556
|
padding: 3rem;
|
|
2564
2557
|
--tw-shadow: 0px 4px 8px 0px rgba(12, 26, 37, 0.08);
|
|
2565
2558
|
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
|
@@ -2571,20 +2564,16 @@ a.ndl-btn{
|
|
|
2571
2564
|
margin-left: 1rem;
|
|
2572
2565
|
}
|
|
2573
2566
|
.ndl-dialog .ndl-dialog-type-icon.ndl-info{
|
|
2574
|
-
--
|
|
2575
|
-
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
2567
|
+
color: rgb(var(--palette-primary-icon));
|
|
2576
2568
|
}
|
|
2577
2569
|
.ndl-dialog .ndl-dialog-type-icon.ndl-success{
|
|
2578
|
-
--
|
|
2579
|
-
color: rgb(50 125 96 / var(--tw-text-opacity));
|
|
2570
|
+
color: rgb(var(--palette-success-icon));
|
|
2580
2571
|
}
|
|
2581
2572
|
.ndl-dialog .ndl-dialog-type-icon.ndl-warning{
|
|
2582
|
-
--
|
|
2583
|
-
color: rgb(150 108 46 / var(--tw-text-opacity));
|
|
2573
|
+
color: rgb(var(--palette-warning-icon));
|
|
2584
2574
|
}
|
|
2585
2575
|
.ndl-dialog .ndl-dialog-type-icon.ndl-danger{
|
|
2586
|
-
--
|
|
2587
|
-
color: rgb(204 37 75 / var(--tw-text-opacity));
|
|
2576
|
+
color: rgb(var(--palette-danger-icon));
|
|
2588
2577
|
}
|
|
2589
2578
|
.ndl-dialog .ndl-dialog-close{
|
|
2590
2579
|
position: absolute;
|
|
@@ -2601,8 +2590,7 @@ a.ndl-btn{
|
|
|
2601
2590
|
margin-bottom: 1rem;
|
|
2602
2591
|
}
|
|
2603
2592
|
.ndl-dialog-description{
|
|
2604
|
-
--
|
|
2605
|
-
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2593
|
+
color: rgb(var(--palette-neutral-text-weak));
|
|
2606
2594
|
}
|
|
2607
2595
|
.ndl-dialog.ndl-with-icon .ndl-dialog-description{
|
|
2608
2596
|
min-height: 70px;
|
|
@@ -2911,9 +2899,8 @@ a.ndl-btn{
|
|
|
2911
2899
|
transform: translate3d(0%, 0%, 0);
|
|
2912
2900
|
will-change: transform;
|
|
2913
2901
|
border-style: solid;
|
|
2914
|
-
border-color: rgb(
|
|
2915
|
-
|
|
2916
|
-
border-bottom-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
2902
|
+
border-color: rgb(var(--palette-neutral-bg-strong));
|
|
2903
|
+
border-bottom-color: rgb(var(--palette-primary-focus));
|
|
2917
2904
|
}
|
|
2918
2905
|
/**
|
|
2919
2906
|
*
|
|
@@ -3053,7 +3040,7 @@ a.ndl-btn{
|
|
|
3053
3040
|
width: 1px;
|
|
3054
3041
|
height: calc(100% + 1px);
|
|
3055
3042
|
background-color: rgb(var(--palette-primary-focus));
|
|
3056
|
-
right:
|
|
3043
|
+
right: 0;
|
|
3057
3044
|
top: 0;
|
|
3058
3045
|
z-index: 1000;
|
|
3059
3046
|
}
|
|
@@ -3121,23 +3108,33 @@ a.ndl-btn{
|
|
|
3121
3108
|
background-color: rgb(var(--palette-neutral-bg-strong));
|
|
3122
3109
|
}
|
|
3123
3110
|
/* Table head - Cell */
|
|
3124
|
-
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer
|
|
3125
|
-
|
|
3111
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper{
|
|
3112
|
+
position: absolute;
|
|
3113
|
+
right: -0.5rem;
|
|
3114
|
+
top: 0px;
|
|
3115
|
+
z-index: 50;
|
|
3116
|
+
display: flex;
|
|
3117
|
+
width: 1rem;
|
|
3118
|
+
cursor: col-resize;
|
|
3119
|
+
place-content: center;
|
|
3120
|
+
align-items: center;
|
|
3126
3121
|
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;
|
|
3122
|
+
}
|
|
3123
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper .ndl-table-resizer {
|
|
3124
|
+
height: calc(65% + 1px);
|
|
3125
|
+
width: 4px;
|
|
3126
|
+
border-radius: 4px;
|
|
3127
|
+
-webkit-user-select: none;
|
|
3128
|
+
-moz-user-select: none;
|
|
3129
|
+
user-select: none;
|
|
3130
|
+
touch-action: none;
|
|
3131
|
+
content: '';
|
|
3132
|
+
cursor: col-resize;
|
|
3140
3133
|
}
|
|
3134
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper .ndl-table-resizer.ndl-table-is-resizing {
|
|
3135
|
+
background-color: rgb(var(--palette-primary-focus));
|
|
3136
|
+
opacity: 1;
|
|
3137
|
+
}
|
|
3141
3138
|
/* Table column */
|
|
3142
3139
|
.ndl-table-root .ndl-div-table .ndl-table-col {
|
|
3143
3140
|
}
|
|
@@ -3299,8 +3296,7 @@ a.ndl-btn{
|
|
|
3299
3296
|
bottom: 0;
|
|
3300
3297
|
left: 50%;
|
|
3301
3298
|
border-bottom-width: 1px;
|
|
3302
|
-
--
|
|
3303
|
-
border-color: rgb(238 241 246 / var(--tw-border-opacity));
|
|
3299
|
+
border-color: rgb(var(--palette-neutral-border-weak));
|
|
3304
3300
|
}
|
|
3305
3301
|
/* Add prefix here also, as there is a conflict with native tailwind classes like "<prefix>table-row" */
|
|
3306
3302
|
.ndl-table .ndl-table-row:last-child:after{
|
|
@@ -3312,8 +3308,7 @@ a.ndl-btn{
|
|
|
3312
3308
|
align-items: center;
|
|
3313
3309
|
-moz-column-gap: 0.25rem;
|
|
3314
3310
|
column-gap: 0.25rem;
|
|
3315
|
-
--
|
|
3316
|
-
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
3311
|
+
color: rgb(var(--palette-neutral-text-weaker));
|
|
3317
3312
|
font-size: var(--font-size-body-large);
|
|
3318
3313
|
font-weight: var(--font-weight-normal);
|
|
3319
3314
|
letter-spacing: 0.016rem;
|
|
@@ -3326,8 +3321,7 @@ a.ndl-btn{
|
|
|
3326
3321
|
overflow: visible;
|
|
3327
3322
|
}
|
|
3328
3323
|
.ndl-table .ndl-table-row:hover{
|
|
3329
|
-
--
|
|
3330
|
-
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
3324
|
+
background-color: rgb(var(--palette-neutral-bg-default));
|
|
3331
3325
|
}
|
|
3332
3326
|
.ndl-table .ndl-table-row .ndl-table-row-actions{
|
|
3333
3327
|
display: none;
|
|
@@ -3356,8 +3350,7 @@ a.ndl-btn{
|
|
|
3356
3350
|
padding-right: 1.75rem;
|
|
3357
3351
|
padding-top: 0.75rem;
|
|
3358
3352
|
padding-bottom: 0.75rem;
|
|
3359
|
-
--
|
|
3360
|
-
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
3353
|
+
color: rgb(var(--palette-neutral-text-default));
|
|
3361
3354
|
font-size: var(--font-size-body-medium);
|
|
3362
3355
|
font-weight: var(--font-weight-normal);
|
|
3363
3356
|
letter-spacing: 0.016rem;
|
|
@@ -3388,8 +3381,7 @@ a.ndl-btn{
|
|
|
3388
3381
|
padding-top: 0.75rem;
|
|
3389
3382
|
padding-bottom: 0.75rem;
|
|
3390
3383
|
text-align: left;
|
|
3391
|
-
--
|
|
3392
|
-
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
3384
|
+
color: rgb(var(--palette-neutral-text-weak));
|
|
3393
3385
|
font-size: var(--font-size-body-large);
|
|
3394
3386
|
font-weight: var(--font-weight-normal);
|
|
3395
3387
|
letter-spacing: 0.016rem;
|
|
@@ -3398,10 +3390,8 @@ a.ndl-btn{
|
|
|
3398
3390
|
.ndl-table tr th.ndl-table-column-styling.ndl-sortable:hover{
|
|
3399
3391
|
border-left-width: 1px;
|
|
3400
3392
|
border-right-width: 1px;
|
|
3401
|
-
--
|
|
3402
|
-
|
|
3403
|
-
--tw-bg-opacity: 1;
|
|
3404
|
-
background-color: rgb(245 247 250 / var(--tw-bg-opacity));
|
|
3393
|
+
border-color: rgb(var(--palette-neutral-border-strong));
|
|
3394
|
+
background-color: rgb(var(--palette-neutral-bg-default));
|
|
3405
3395
|
}
|
|
3406
3396
|
.ndl-table tr th.ndl-table-column-styling.ndl-sortable:first-child{
|
|
3407
3397
|
border-left-width: 0px;
|
|
@@ -3431,8 +3421,7 @@ a.ndl-btn{
|
|
|
3431
3421
|
cursor: col-resize;
|
|
3432
3422
|
}
|
|
3433
3423
|
.ndl-table .ndl-table-resizing-bar:hover{
|
|
3434
|
-
--
|
|
3435
|
-
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
3424
|
+
background-color: rgb(var(--palette-neutral-bg-strongest));
|
|
3436
3425
|
}
|
|
3437
3426
|
.ndl-table-select {
|
|
3438
3427
|
/* Reset default select */
|
|
@@ -3449,10 +3438,8 @@ a.ndl-btn{
|
|
|
3449
3438
|
height: 2.25rem;
|
|
3450
3439
|
border-radius: 6px;
|
|
3451
3440
|
border-width: 1px;
|
|
3452
|
-
--
|
|
3453
|
-
|
|
3454
|
-
--tw-bg-opacity: 1;
|
|
3455
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
3441
|
+
border-color: rgb(var(--palette-neutral-border-strong));
|
|
3442
|
+
background-color: rgb(var(--palette-neutral-bg-weak));
|
|
3456
3443
|
padding-left: 0.75rem;
|
|
3457
3444
|
padding-right: 1.75rem;
|
|
3458
3445
|
line-height: 1;
|
|
@@ -3507,8 +3494,7 @@ a.ndl-btn{
|
|
|
3507
3494
|
margin-right: auto;
|
|
3508
3495
|
}
|
|
3509
3496
|
.ndl-drag-and-drop.ndl-drag-disabled{
|
|
3510
|
-
--
|
|
3511
|
-
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
3497
|
+
color: rgb(var(--palette-neutral-text-weakest));
|
|
3512
3498
|
}
|
|
3513
3499
|
.ndl-drag-and-drop.ndl-drag-active{
|
|
3514
3500
|
--tw-bg-opacity: 1;
|
|
@@ -3537,8 +3523,7 @@ a.ndl-btn{
|
|
|
3537
3523
|
line-height: 1.25rem;
|
|
3538
3524
|
}
|
|
3539
3525
|
.ndl-drag-and-drop .ndl-drag-and-drop-header .ndl-dnd-browse-link:not(:disabled){
|
|
3540
|
-
--
|
|
3541
|
-
color: rgb(0 111 214 / var(--tw-text-opacity));
|
|
3526
|
+
color: rgb(var(--palette-primary-text));
|
|
3542
3527
|
}
|
|
3543
3528
|
.ndl-drag-and-drop .ndl-drag-and-drop-header .ndl-upload-img-wrapper{
|
|
3544
3529
|
position: relative;
|
|
@@ -3571,8 +3556,7 @@ a.ndl-btn{
|
|
|
3571
3556
|
line-height: 1.25rem;
|
|
3572
3557
|
}
|
|
3573
3558
|
.ndl-drag-and-drop:not(.ndl-drag-disabled) .ndl-file-support-text{
|
|
3574
|
-
--
|
|
3575
|
-
color: rgb(113 119 128 / var(--tw-text-opacity));
|
|
3559
|
+
color: rgb(var(--palette-neutral-text-weaker));
|
|
3576
3560
|
}
|
|
3577
3561
|
.ndl-drag-and-drop.ndl-drag-active.ndl-file-invalid{
|
|
3578
3562
|
--tw-bg-opacity: 1;
|
|
@@ -3732,8 +3716,7 @@ a.ndl-btn{
|
|
|
3732
3716
|
.ndl-node-label:not(.ndl-disabled).ndl-selected:after,
|
|
3733
3717
|
.ndl-node-label:not(.ndl-disabled):active:after,
|
|
3734
3718
|
.ndl-node-label:not(.ndl-disabled):focus-visible:after{
|
|
3735
|
-
|
|
3736
|
-
border-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
3719
|
+
border-color: rgb(var(--palette-primary-focus));
|
|
3737
3720
|
}
|
|
3738
3721
|
.ndl-node-label.ndl-disabled{
|
|
3739
3722
|
cursor: default;
|
|
@@ -3749,8 +3732,7 @@ a.ndl-btn{
|
|
|
3749
3732
|
padding-bottom: 0.125rem;
|
|
3750
3733
|
padding-left: 0.5rem;
|
|
3751
3734
|
padding-right: 0.5rem;
|
|
3752
|
-
--
|
|
3753
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3735
|
+
color: rgb(var(--palette-neutral-text-inverse));
|
|
3754
3736
|
font-size: var(--font-size-label);
|
|
3755
3737
|
font-weight: var(--font-weight-bold);
|
|
3756
3738
|
letter-spacing: 0;
|
|
@@ -3758,8 +3740,7 @@ a.ndl-btn{
|
|
|
3758
3740
|
}
|
|
3759
3741
|
.ndl-property-key-label.ndl-disabled{
|
|
3760
3742
|
cursor: default;
|
|
3761
|
-
--
|
|
3762
|
-
color: rgb(178 183 189 / var(--tw-text-opacity));
|
|
3743
|
+
color: rgb(var(--palette-neutral-text-weakest));
|
|
3763
3744
|
}
|
|
3764
3745
|
.ndl-property-key-label .ndl-property-key-label-content{
|
|
3765
3746
|
width: 100%;
|
|
@@ -3790,8 +3771,7 @@ a.ndl-btn{
|
|
|
3790
3771
|
.ndl-property-key-label:not(.ndl-disabled).ndl-selected:after,
|
|
3791
3772
|
.ndl-property-key-label:not(.ndl-disabled):active:after,
|
|
3792
3773
|
.ndl-property-key-label:not(.ndl-disabled):focus-visible:after{
|
|
3793
|
-
|
|
3794
|
-
border-color: rgb(1 139 255 / var(--tw-border-opacity));
|
|
3774
|
+
border-color: rgb(var(--palette-primary-focus));
|
|
3795
3775
|
}
|
|
3796
3776
|
.ndl-relationship-label{
|
|
3797
3777
|
position: relative;
|
|
@@ -3852,15 +3832,13 @@ a.ndl-btn{
|
|
|
3852
3832
|
left: -3px;
|
|
3853
3833
|
}
|
|
3854
3834
|
.ndl-relationship-label:not(.ndl-disabled).ndl-selected .ndl-hexagon-end-active, .ndl-relationship-label:not(.ndl-disabled):focus-visible .ndl-hexagon-end-active, .ndl-relationship-label:not(.ndl-disabled):active .ndl-hexagon-end-active{
|
|
3855
|
-
fill:
|
|
3835
|
+
fill: rgb(var(--palette-primary-focus));
|
|
3856
3836
|
}
|
|
3857
3837
|
.ndl-relationship-label:not(.ndl-disabled).ndl-selected .ndl-relationship-label-container:after, .ndl-relationship-label:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:after, .ndl-relationship-label:not(.ndl-disabled):active .ndl-relationship-label-container:after{
|
|
3858
|
-
--
|
|
3859
|
-
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
3838
|
+
background-color: rgb(var(--palette-primary-focus));
|
|
3860
3839
|
}
|
|
3861
3840
|
.ndl-relationship-label:not(.ndl-disabled).ndl-selected .ndl-relationship-label-container:before, .ndl-relationship-label:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:before, .ndl-relationship-label:not(.ndl-disabled):active .ndl-relationship-label-container:before{
|
|
3862
|
-
--
|
|
3863
|
-
background-color: rgb(1 139 255 / var(--tw-bg-opacity));
|
|
3841
|
+
background-color: rgb(var(--palette-primary-focus));
|
|
3864
3842
|
}
|
|
3865
3843
|
.ndl-relationship-label:focus-visible{
|
|
3866
3844
|
outline: 2px solid transparent;
|
|
@@ -3891,8 +3869,7 @@ a.ndl-btn{
|
|
|
3891
3869
|
*/
|
|
3892
3870
|
.ndl-wizard-circle{
|
|
3893
3871
|
z-index: 2;
|
|
3894
|
-
--
|
|
3895
|
-
color: rgb(21 30 41 / var(--tw-text-opacity));
|
|
3872
|
+
color: rgb(var(--palette-neutral-text-default));
|
|
3896
3873
|
}
|
|
3897
3874
|
.ndl-wizard-circle .ndl-text.ndl-horizontal{
|
|
3898
3875
|
position: absolute;
|
|
@@ -3949,12 +3926,10 @@ a.ndl-btn{
|
|
|
3949
3926
|
z-index: 1;
|
|
3950
3927
|
}
|
|
3951
3928
|
.ndl-wizard-line.ndl-complete{
|
|
3952
|
-
--
|
|
3953
|
-
background-color: rgb(0 111 214 / var(--tw-bg-opacity));
|
|
3929
|
+
background-color: rgb(var(--palette-primary-text));
|
|
3954
3930
|
}
|
|
3955
3931
|
.ndl-wizard-line.ndl-incomplete{
|
|
3956
|
-
--
|
|
3957
|
-
background-color: rgb(178 183 189 / var(--tw-bg-opacity));
|
|
3932
|
+
background-color: rgb(var(--palette-neutral-text-weakest));
|
|
3958
3933
|
}
|
|
3959
3934
|
.ndl-wizard-line.ndl-active.ndl-horizontal {
|
|
3960
3935
|
background: linear-gradient(
|
package/lib/tokens/js/tokens.js
CHANGED