@neo4j-ndl/base 2.0.6 → 2.0.8
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 +53 -27
- package/lib/NOTICE.txt +15 -10
- 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 +35 -16
- 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,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#705](https://github.com/neo4j/neo4j-design/pull/705) [`4d0b697`](https://github.com/neo4j/neo4j-design/commit/4d0b697822652df7dd481fbbc5d07c325918bd84) Thanks [@konsalex](https://github.com/konsalex)! - Make checkbox's tick themeable
|
|
8
|
+
|
|
9
|
+
## 2.0.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#690](https://github.com/neo4j/neo4j-design/pull/690) [`90cb21d`](https://github.com/neo4j/neo4j-design/commit/90cb21d159013ddc8527e86311c813cf6a05dec4) Thanks [@konsalex](https://github.com/konsalex)! - bring back transition effects in switch component
|
|
14
|
+
|
|
3
15
|
## 2.0.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -5234,7 +5234,7 @@ MIT License
|
|
|
5234
5234
|
|
|
5235
5235
|
-----
|
|
5236
5236
|
|
|
5237
|
-
The following software may be included in this product: @types/jest, @types/
|
|
5237
|
+
The following software may be included in this product: @types/jest, @types/node, @types/react, @types/react-datepicker, @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/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-datepicker), 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:
|
|
5238
5238
|
|
|
5239
5239
|
MIT License
|
|
5240
5240
|
|
|
@@ -6007,32 +6007,6 @@ SOFTWARE.
|
|
|
6007
6007
|
|
|
6008
6008
|
-----
|
|
6009
6009
|
|
|
6010
|
-
The following software may be included in this product: jest-axe. A copy of the source code may be downloaded from git+https://github.com/nickcolley/jest-axe.git. This software contains the following license and notice below:
|
|
6011
|
-
|
|
6012
|
-
The MIT License (MIT)
|
|
6013
|
-
|
|
6014
|
-
Copyright (C) 2017 Crown Copyright (Government Digital Service)
|
|
6015
|
-
|
|
6016
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6017
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
6018
|
-
the Software without restriction, including without limitation the rights to
|
|
6019
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
6020
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
6021
|
-
so, subject to the following conditions:
|
|
6022
|
-
|
|
6023
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6024
|
-
copies or substantial portions of the Software.
|
|
6025
|
-
|
|
6026
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6027
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6028
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6029
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6030
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6031
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6032
|
-
SOFTWARE.
|
|
6033
|
-
|
|
6034
|
-
-----
|
|
6035
|
-
|
|
6036
6010
|
The following software may be included in this product: jsdom. A copy of the source code may be downloaded from git+https://github.com/jsdom/jsdom.git. This software contains the following license and notice below:
|
|
6037
6011
|
|
|
6038
6012
|
Copyright (c) 2010 Elijah Insua
|
|
@@ -20129,3 +20103,55 @@ Repository: sindresorhus/yocto-queue
|
|
|
20129
20103
|
>
|
|
20130
20104
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20131
20105
|
|
|
20106
|
+
-----
|
|
20107
|
+
|
|
20108
|
+
The following software may be included in this product: vitest-axe. A copy of the source code may be downloaded from git+https://github.com/chaance/vitest-axe.git. This software contains the following license and notice below:
|
|
20109
|
+
|
|
20110
|
+
The MIT License (MIT)
|
|
20111
|
+
|
|
20112
|
+
Copyright (c) 2017 Crown Copyright (Government Digital Service)
|
|
20113
|
+
Copyright (c) 2022 Chance Strickland
|
|
20114
|
+
|
|
20115
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20116
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
20117
|
+
the Software without restriction, including without limitation the rights to
|
|
20118
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20119
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
20120
|
+
subject to the following conditions:
|
|
20121
|
+
|
|
20122
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20123
|
+
copies or substantial portions of the Software.
|
|
20124
|
+
|
|
20125
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20126
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20127
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20128
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20129
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20130
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20131
|
+
|
|
20132
|
+
-----
|
|
20133
|
+
|
|
20134
|
+
The following software may be included in this product: vitest-canvas-mock. A copy of the source code may be downloaded from git+https://github.com/wobsoriano/vitest-canvas-mock.git. This software contains the following license and notice below:
|
|
20135
|
+
|
|
20136
|
+
MIT License
|
|
20137
|
+
|
|
20138
|
+
Copyright (c) 2022 Robert Soriano <https://github.com/wobsoriano>
|
|
20139
|
+
|
|
20140
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20141
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20142
|
+
in the Software without restriction, including without limitation the rights
|
|
20143
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20144
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20145
|
+
furnished to do so, subject to the following conditions:
|
|
20146
|
+
|
|
20147
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20148
|
+
copies or substantial portions of the Software.
|
|
20149
|
+
|
|
20150
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20151
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20152
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20153
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20154
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20155
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20156
|
+
SOFTWARE.
|
|
20157
|
+
|
package/lib/NOTICE.txt
CHANGED
|
@@ -87,6 +87,10 @@ Third-party licenses
|
|
|
87
87
|
│ │ ├─ URL: git+https://github.com/tanstack/table.git
|
|
88
88
|
│ │ ├─ VendorName: Tanner Linsley
|
|
89
89
|
│ │ └─ VendorUrl: https://github.com/tanstack/table#readme
|
|
90
|
+
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-virtual[39m[38;5;111m@[39m[38;5;111mnpm:3.0.0-beta.68 [d75d7][39m (via [38;5;37mnpm:3.0.0-beta.68 [d75d7][39m)
|
|
91
|
+
│ │ ├─ URL: git+https://github.com/tanstack/virtual.git
|
|
92
|
+
│ │ ├─ VendorName: Tanner Linsley
|
|
93
|
+
│ │ └─ VendorUrl: https://github.com/tanstack/virtual#readme
|
|
90
94
|
│ ├─ [38;5;166m@testing-library/[39m[38;5;173mjest-dom[39m[38;5;111m@[39m[38;5;111mnpm:5.17.0[39m (via [38;5;37mnpm:5.17.0[39m)
|
|
91
95
|
│ │ ├─ URL: https://github.com/testing-library/jest-dom
|
|
92
96
|
│ │ ├─ VendorName: Ernesto Garcia
|
|
@@ -108,9 +112,6 @@ Third-party licenses
|
|
|
108
112
|
│ ├─ [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)
|
|
109
113
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
110
114
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
|
|
111
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mjest-axe[39m[38;5;111m@[39m[38;5;111mnpm:3.5.5[39m (via [38;5;37mnpm:^3.5.3[39m)
|
|
112
|
-
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
113
|
-
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-axe
|
|
114
115
|
│ ├─ [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)
|
|
115
116
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
116
117
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
|
@@ -200,9 +201,6 @@ Third-party licenses
|
|
|
200
201
|
│ │ ├─ URL: git+https://github.com/typicode/husky.git
|
|
201
202
|
│ │ ├─ VendorName: Typicode
|
|
202
203
|
│ │ └─ VendorUrl: https://typicode.github.io/husky
|
|
203
|
-
│ ├─ [38;5;173mjest-axe[39m[38;5;111m@[39m[38;5;111mnpm:5.0.1[39m (via [38;5;37mnpm:^5.0.1[39m)
|
|
204
|
-
│ │ ├─ URL: git+https://github.com/nickcolley/jest-axe.git
|
|
205
|
-
│ │ └─ VendorName: Nick Colley
|
|
206
204
|
│ ├─ [38;5;173mjsdom[39m[38;5;111m@[39m[38;5;111mnpm:22.1.0 [a2e03][39m (via [38;5;37mnpm:22.1.0 [a2e03][39m)
|
|
207
205
|
│ │ └─ URL: git+https://github.com/jsdom/jsdom.git
|
|
208
206
|
│ ├─ [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)
|
|
@@ -310,10 +308,17 @@ Third-party licenses
|
|
|
310
308
|
│ ├─ [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)
|
|
311
309
|
│ │ ├─ URL: git+https://github.com/aleclarson/vite-tsconfig-paths.git
|
|
312
310
|
│ │ └─ VendorName: aleclarson
|
|
313
|
-
│
|
|
314
|
-
│
|
|
315
|
-
│
|
|
316
|
-
│
|
|
311
|
+
│ ├─ [38;5;173mvitest[39m[38;5;111m@[39m[38;5;111mnpm:0.34.1 [a2e03][39m (via [38;5;37mnpm:0.34.1 [a2e03][39m)
|
|
312
|
+
│ │ ├─ URL: git+https://github.com/vitest-dev/vitest.git
|
|
313
|
+
│ │ ├─ VendorName: Anthony Fu
|
|
314
|
+
│ │ └─ VendorUrl: https://github.com/vitest-dev/vitest#readme
|
|
315
|
+
│ ├─ [38;5;173mvitest-axe[39m[38;5;111m@[39m[38;5;111mnpm:0.1.0 [a2e03][39m (via [38;5;37mnpm:0.1.0 [a2e03][39m)
|
|
316
|
+
│ │ ├─ URL: git+https://github.com/chaance/vitest-axe.git
|
|
317
|
+
│ │ └─ VendorName: Chance Stricklad
|
|
318
|
+
│ └─ [38;5;173mvitest-canvas-mock[39m[38;5;111m@[39m[38;5;111mnpm:0.3.3 [a2e03][39m (via [38;5;37mnpm:0.3.3 [a2e03][39m)
|
|
319
|
+
│ ├─ URL: git+https://github.com/wobsoriano/vitest-canvas-mock.git
|
|
320
|
+
│ ├─ VendorName: Robert Soriano
|
|
321
|
+
│ └─ VendorUrl: https://github.com/wobsoriano/vitest-canvas-mock#readme
|
|
317
322
|
│
|
|
318
323
|
├─ Apache-2.0
|
|
319
324
|
│ ├─ [38;5;166m@neo4j-cypher/[39m[38;5;173mreact-codemirror[39m[38;5;111m@[39m[38;5;111mnpm:1.0.2 [a2e03][39m (via [38;5;37mnpm:^1.0.1 [a2e03][39m)
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -1818,14 +1818,40 @@ a.ndl-btn{
|
|
|
1818
1818
|
color:#fff;
|
|
1819
1819
|
}
|
|
1820
1820
|
.ndl-form-item input[type='checkbox']:checked::after{
|
|
1821
|
-
content:
|
|
1821
|
+
content:'';
|
|
1822
|
+
width:100%;
|
|
1823
|
+
height:100%;
|
|
1824
|
+
background-color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
1825
|
+
transition:opacity var(--transitions-stripped-slow);
|
|
1826
|
+
-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L5 10.5L11 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1827
|
+
mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L5 10.5L11 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1828
|
+
-webkit-mask-repeat:no-repeat;
|
|
1829
|
+
mask-repeat:no-repeat;
|
|
1830
|
+
-webkit-mask-size:12px;
|
|
1831
|
+
mask-size:12px;
|
|
1832
|
+
-webkit-mask-position:calc(100% - 1px) 2px;
|
|
1833
|
+
mask-position:calc(100% - 1px) 2px;
|
|
1822
1834
|
}
|
|
1823
1835
|
.ndl-form-item input[type='checkbox']:indeterminate{
|
|
1824
1836
|
border-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
1825
1837
|
background-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
1826
1838
|
}
|
|
1827
1839
|
.ndl-form-item input[type='checkbox']:indeterminate::after{
|
|
1828
|
-
content:
|
|
1840
|
+
content:'';
|
|
1841
|
+
width:100%;
|
|
1842
|
+
height:2px;
|
|
1843
|
+
background-color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
1844
|
+
transition:opacity var(--transitions-stripped-slow);
|
|
1845
|
+
-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1H10.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1846
|
+
mask-image:url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1H10.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1847
|
+
-webkit-mask-repeat:no-repeat;
|
|
1848
|
+
mask-repeat:no-repeat;
|
|
1849
|
+
-webkit-mask-size:12px;
|
|
1850
|
+
mask-size:12px;
|
|
1851
|
+
top:50%;
|
|
1852
|
+
-webkit-mask-position:calc(100% - 1px) 0;
|
|
1853
|
+
mask-position:calc(100% - 1px) 0;
|
|
1854
|
+
transform:translateY(-50%);
|
|
1829
1855
|
}
|
|
1830
1856
|
.ndl-form-item input[type='checkbox']:disabled{
|
|
1831
1857
|
border-color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
@@ -1854,7 +1880,7 @@ a.ndl-btn{
|
|
|
1854
1880
|
touch-action:pan-y;
|
|
1855
1881
|
pointer-events:auto;
|
|
1856
1882
|
box-sizing:content-box;
|
|
1857
|
-
transition:background-color var(--transitions-stripped);
|
|
1883
|
+
transition:background-color var(--transitions-stripped-quick);
|
|
1858
1884
|
}
|
|
1859
1885
|
.ndl-form-item input[type='checkbox'][role='switch']:active:checked{
|
|
1860
1886
|
outline:2px solid transparent;
|
|
@@ -1902,7 +1928,7 @@ a.ndl-btn{
|
|
|
1902
1928
|
inline-size:var(--thumb-size);
|
|
1903
1929
|
block-size:var(--thumb-size);
|
|
1904
1930
|
|
|
1905
|
-
transition:transform var(--transitions-stripped), box-shadow var(--transitions-stripped);
|
|
1931
|
+
transition:transform var(--transitions-stripped-quick), box-shadow var(--transitions-stripped-quick);
|
|
1906
1932
|
content:'';
|
|
1907
1933
|
grid-area:track;
|
|
1908
1934
|
transform:translateX(0);
|
|
@@ -1922,7 +1948,7 @@ a.ndl-btn{
|
|
|
1922
1948
|
.ndl-form-item input[type='checkbox'][role='switch']:checked::after{
|
|
1923
1949
|
content:'';
|
|
1924
1950
|
opacity:1;
|
|
1925
|
-
transition:opacity var(--transitions-stripped);
|
|
1951
|
+
transition:opacity var(--transitions-stripped-slow);
|
|
1926
1952
|
background-color:rgb(var(--theme-palette-primary-text));
|
|
1927
1953
|
width:100%;
|
|
1928
1954
|
height:100%;
|
|
@@ -4041,6 +4067,7 @@ a.ndl-btn{
|
|
|
4041
4067
|
font-weight:400;
|
|
4042
4068
|
}
|
|
4043
4069
|
.ndl-dropzone .ndl-dropzone-header .ndl-dnd-browse-link{
|
|
4070
|
+
text-decoration-line:underline;
|
|
4044
4071
|
font-size:var(--font-size-subheading-small);
|
|
4045
4072
|
font-weight:var(--font-weight-semibold);
|
|
4046
4073
|
letter-spacing:0.016rem;
|
|
@@ -5539,6 +5566,9 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5539
5566
|
.n-h-\[1000px\]{
|
|
5540
5567
|
height:1000px;
|
|
5541
5568
|
}
|
|
5569
|
+
.n-h-\[290px\]{
|
|
5570
|
+
height:290px;
|
|
5571
|
+
}
|
|
5542
5572
|
.n-h-28{
|
|
5543
5573
|
height:112px;
|
|
5544
5574
|
}
|
|
@@ -5666,9 +5696,6 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5666
5696
|
.n-gap-2{
|
|
5667
5697
|
gap:8px;
|
|
5668
5698
|
}
|
|
5669
|
-
.n-gap-6{
|
|
5670
|
-
gap:24px;
|
|
5671
|
-
}
|
|
5672
5699
|
.n-gap-4{
|
|
5673
5700
|
gap:16px;
|
|
5674
5701
|
}
|
|
@@ -35689,9 +35716,6 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
35689
35716
|
--tw-text-opacity:1;
|
|
35690
35717
|
color:rgb(10 97 144 / var(--tw-text-opacity));
|
|
35691
35718
|
}
|
|
35692
|
-
.n-no-underline{
|
|
35693
|
-
text-decoration-line:none;
|
|
35694
|
-
}
|
|
35695
35719
|
.n-shadow-overlay{
|
|
35696
35720
|
--tw-shadow:var(--theme-shadow-overlay);
|
|
35697
35721
|
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
@@ -35737,11 +35761,6 @@ html{
|
|
|
35737
35761
|
--tw-rotate:12deg;
|
|
35738
35762
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
35739
35763
|
}
|
|
35740
|
-
.hover\:n-scale-105:hover{
|
|
35741
|
-
--tw-scale-x:1.05;
|
|
35742
|
-
--tw-scale-y:1.05;
|
|
35743
|
-
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
35744
|
-
}
|
|
35745
35764
|
.hover\:n-border-neutral-10:hover{
|
|
35746
35765
|
--tw-border-opacity:1;
|
|
35747
35766
|
border-color:rgb(255 255 255 / var(--tw-border-opacity));
|
package/lib/tokens/js/tokens.js
CHANGED