@neo4j-ndl/base 2.0.7 → 2.0.9
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 +32 -18
- 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.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#703](https://github.com/neo4j/neo4j-design/pull/703) [`278d9e6`](https://github.com/neo4j/neo4j-design/commit/278d9e6454a9a64ff30d1ac6248ad2567c5cffa5) Thanks [@konsalex](https://github.com/konsalex)! - Make codeblock scrollable without explicit click
|
|
8
|
+
|
|
9
|
+
## 2.0.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 2.0.7
|
|
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));
|
|
@@ -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;
|
|
@@ -4592,13 +4619,8 @@ a.ndl-btn{
|
|
|
4592
4619
|
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper{
|
|
4593
4620
|
position:relative;
|
|
4594
4621
|
width:100%;
|
|
4595
|
-
}
|
|
4596
|
-
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper.ndl-focused{
|
|
4597
4622
|
overflow-y:auto;
|
|
4598
4623
|
}
|
|
4599
|
-
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper:not(.ndl-focused){
|
|
4600
|
-
overflow-y:hidden;
|
|
4601
|
-
}
|
|
4602
4624
|
.ndl-code-block-container .ndl-code-block-actions{
|
|
4603
4625
|
background:rgb(var(--background));
|
|
4604
4626
|
position:absolute;
|
|
@@ -5539,6 +5561,9 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5539
5561
|
.n-h-\[1000px\]{
|
|
5540
5562
|
height:1000px;
|
|
5541
5563
|
}
|
|
5564
|
+
.n-h-\[290px\]{
|
|
5565
|
+
height:290px;
|
|
5566
|
+
}
|
|
5542
5567
|
.n-h-28{
|
|
5543
5568
|
height:112px;
|
|
5544
5569
|
}
|
|
@@ -5666,9 +5691,6 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5666
5691
|
.n-gap-2{
|
|
5667
5692
|
gap:8px;
|
|
5668
5693
|
}
|
|
5669
|
-
.n-gap-6{
|
|
5670
|
-
gap:24px;
|
|
5671
|
-
}
|
|
5672
5694
|
.n-gap-4{
|
|
5673
5695
|
gap:16px;
|
|
5674
5696
|
}
|
|
@@ -35689,9 +35711,6 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
35689
35711
|
--tw-text-opacity:1;
|
|
35690
35712
|
color:rgb(10 97 144 / var(--tw-text-opacity));
|
|
35691
35713
|
}
|
|
35692
|
-
.n-no-underline{
|
|
35693
|
-
text-decoration-line:none;
|
|
35694
|
-
}
|
|
35695
35714
|
.n-shadow-overlay{
|
|
35696
35715
|
--tw-shadow:var(--theme-shadow-overlay);
|
|
35697
35716
|
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
@@ -35737,11 +35756,6 @@ html{
|
|
|
35737
35756
|
--tw-rotate:12deg;
|
|
35738
35757
|
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
35758
|
}
|
|
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
35759
|
.hover\:n-border-neutral-10:hover{
|
|
35746
35760
|
--tw-border-opacity:1;
|
|
35747
35761
|
border-color:rgb(255 255 255 / var(--tw-border-opacity));
|
package/lib/tokens/js/tokens.js
CHANGED