@neo4j-ndl/base 2.4.0 → 2.6.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 +12 -0
- package/lib/LICENSES.txt +2 -2
- package/lib/NOTICE.txt +18 -16
- 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 +105 -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,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#733](https://github.com/neo4j/needle/pull/733) [`6f374de548bbdb0f4fd32a76e49ec85c8118b351`](https://github.com/neo4j/needle/commit/6f374de548bbdb0f4fd32a76e49ec85c8118b351) Thanks [@konsalex](https://github.com/konsalex)! - add new slider component
|
|
8
|
+
|
|
9
|
+
## 2.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#731](https://github.com/neo4j/needle/pull/731) [`c43c28560d74965535b3c084d4d757c77c5e2d8d`](https://github.com/neo4j/needle/commit/c43c28560d74965535b3c084d4d757c77c5e2d8d) Thanks [@konsalex](https://github.com/konsalex)! - add new Neo4j logo as a component and individual icons
|
|
14
|
+
|
|
3
15
|
## 2.4.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -5133,7 +5133,7 @@ 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
|
|
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 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
5137
|
|
|
5138
5138
|
MIT License
|
|
5139
5139
|
|
|
@@ -17001,7 +17001,7 @@ SOFTWARE.
|
|
|
17001
17001
|
|
|
17002
17002
|
-----
|
|
17003
17003
|
|
|
17004
|
-
The following software may be included in this product: react-aria. A copy of the source code may be downloaded from https://github.com/adobe/react-spectrum. This software contains the following license and notice below:
|
|
17004
|
+
The following software may be included in this product: react-aria, react-stately. A copy of the source code may be downloaded from https://github.com/adobe/react-spectrum (react-aria), https://github.com/adobe/react-spectrum (react-stately). This software contains the following license and notice below:
|
|
17005
17005
|
|
|
17006
17006
|
Apache License
|
|
17007
17007
|
Version 2.0, January 2004
|
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.9[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,10 +83,10 @@ 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.
|
|
87
|
-
│ │ ├─ URL:
|
|
86
|
+
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.11.8 [a2e03][39m (via [38;5;37mnpm:^8.9.3 [a2e03][39m)
|
|
87
|
+
│ │ ├─ URL: https://github.com/TanStack/table.git
|
|
88
88
|
│ │ ├─ VendorName: Tanner Linsley
|
|
89
|
-
│ │ └─ VendorUrl: https://
|
|
89
|
+
│ │ └─ VendorUrl: https://tanstack.com/table
|
|
90
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
91
|
│ │ ├─ URL: git+https://github.com/tanstack/virtual.git
|
|
92
92
|
│ │ ├─ VendorName: Tanner Linsley
|
|
@@ -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.79[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.6[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)
|
|
@@ -141,7 +141,7 @@ Third-party licenses
|
|
|
141
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
|
-
│ ├─ [38;5;173mautoprefixer[39m[38;5;111m@[39m[38;5;111mnpm:10.4.
|
|
144
|
+
│ ├─ [38;5;173mautoprefixer[39m[38;5;111m@[39m[38;5;111mnpm:10.4.17 [708d2][39m (via [38;5;37mnpm:^10.4.0 [708d2][39m)
|
|
145
145
|
│ │ ├─ URL: git+https://github.com/postcss/autoprefixer.git
|
|
146
146
|
│ │ └─ VendorName: Andrey Sitnik
|
|
147
147
|
│ ├─ [38;5;173mchalk[39m[38;5;111m@[39m[38;5;111mnpm:5.3.0[39m (via [38;5;37mnpm:^5.1.0[39m)
|
|
@@ -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.35[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/
|
|
@@ -245,7 +245,7 @@ Third-party licenses
|
|
|
245
245
|
│ │ ├─ URL: https://github.com/react-dropzone/react-dropzone.git
|
|
246
246
|
│ │ ├─ VendorName: Param Aggarwal
|
|
247
247
|
│ │ └─ VendorUrl: https://github.com/react-dropzone/react-dropzone
|
|
248
|
-
│ ├─ [38;5;173mreact-focus-lock[39m[38;5;111m@[39m[38;5;111mnpm:2.9.
|
|
248
|
+
│ ├─ [38;5;173mreact-focus-lock[39m[38;5;111m@[39m[38;5;111mnpm:2.9.7 [a2e03][39m (via [38;5;37mnpm:^2.9.4 [a2e03][39m)
|
|
249
249
|
│ │ ├─ URL: git+https://github.com/theKashey/react-focus-lock.git
|
|
250
250
|
│ │ ├─ VendorName: theKashey
|
|
251
251
|
│ │ └─ VendorUrl: https://github.com/theKashey/react-focus-lock#readme
|
|
@@ -274,11 +274,11 @@ 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.
|
|
277
|
+
│ ├─ [38;5;173msass[39m[38;5;111m@[39m[38;5;111mnpm:1.70.0[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.13[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
284
|
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:7.6.8[39m (via [38;5;37mnpm:7.6.8[39m)
|
|
@@ -302,7 +302,7 @@ Third-party licenses
|
|
|
302
302
|
│ │ ├─ URL: https://github.com/juliencrn/usehooks-ts
|
|
303
303
|
│ │ ├─ VendorName: Julien CARON
|
|
304
304
|
│ │ └─ VendorUrl: https://usehooks-ts.com
|
|
305
|
-
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:4.5.
|
|
305
|
+
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:4.5.2 [9b3b8][39m (via [38;5;37mnpm:^3.0.0 || ^4.0.0 [9b3b8][39m)
|
|
306
306
|
│ │ ├─ URL: git+https://github.com/vitejs/vite.git
|
|
307
307
|
│ │ ├─ VendorName: Evan You
|
|
308
308
|
│ │ └─ VendorUrl: https://github.com/vitejs/vite/tree/main/#readme
|
|
@@ -333,9 +333,11 @@ 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.0 [a2e03][39m (via [38;5;37mnpm:3.31.0 [a2e03][39m)
|
|
337
337
|
│ │ └─ URL: https://github.com/adobe/react-spectrum
|
|
338
|
-
│ ├─ [38;5;
|
|
338
|
+
│ ├─ [38;5;173mreact-stately[39m[38;5;111m@[39m[38;5;111mnpm:3.29.1 [a2e03][39m (via [38;5;37mnpm:3.29.1 [a2e03][39m)
|
|
339
|
+
│ │ └─ URL: https://github.com/adobe/react-spectrum
|
|
340
|
+
│ ├─ [38;5;173mstyle-dictionary[39m[38;5;111m@[39m[38;5;111mnpm:3.9.2[39m (via [38;5;37mnpm:^3.0.3[39m)
|
|
339
341
|
│ │ ├─ URL: git://github.com/amzn/style-dictionary.git
|
|
340
342
|
│ │ ├─ VendorName: Amazon
|
|
341
343
|
│ │ └─ VendorUrl: https://github.com/amzn/style-dictionary
|
|
@@ -361,7 +363,7 @@ Third-party licenses
|
|
|
361
363
|
│ └─ [38;5;173mroot[39m[38;5;111m@[39m[38;5;111mworkspace:.[39m (via [38;5;37mworkspace:.[39m)
|
|
362
364
|
│
|
|
363
365
|
├─ BSD-2-Clause
|
|
364
|
-
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
366
|
+
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:6.15.0 [a2e03][39m (via [38;5;37mnpm:6.15.0 [a2e03][39m)
|
|
365
367
|
│ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
366
368
|
│
|
|
367
369
|
├─ AGPL-3.0-or-later
|
|
@@ -379,7 +381,7 @@ Third-party licenses
|
|
|
379
381
|
│ └─ VendorUrl: https://github.com/rpearce/react-medium-image-zoom
|
|
380
382
|
│
|
|
381
383
|
└─ Unlicense
|
|
382
|
-
└─ [38;5;173mreact-use[39m[38;5;111m@[39m[38;5;111mnpm:17.
|
|
384
|
+
└─ [38;5;173mreact-use[39m[38;5;111m@[39m[38;5;111mnpm:17.5.0 [a2e03][39m (via [38;5;37mnpm:^17.4.0 [a2e03][39m)
|
|
383
385
|
├─ URL: https://github.com/streamich/react-use
|
|
384
386
|
├─ VendorName: @streamich
|
|
385
387
|
└─ VendorUrl: https://github.com/streamich/react-use#readme
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -5835,6 +5835,108 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5835
5835
|
.ndl-avatar .ndl-avatar-status-svg-unknown-inner{
|
|
5836
5836
|
fill:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5837
5837
|
}
|
|
5838
|
+
.ndl-slider{
|
|
5839
|
+
display:flex;
|
|
5840
|
+
width:100%;
|
|
5841
|
+
position:relative;
|
|
5842
|
+
|
|
5843
|
+
--primary-color:var(--theme-palette-primary-bg-strong);
|
|
5844
|
+
}
|
|
5845
|
+
.ndl-slider .ndl-track{
|
|
5846
|
+
height:30px;
|
|
5847
|
+
width:100%;
|
|
5848
|
+
}
|
|
5849
|
+
.ndl-slider .ndl-track:before{
|
|
5850
|
+
content:'';
|
|
5851
|
+
display:block;
|
|
5852
|
+
position:absolute;
|
|
5853
|
+
height:4px;
|
|
5854
|
+
width:100%;
|
|
5855
|
+
top:50%;
|
|
5856
|
+
transform:translateY(-50%);
|
|
5857
|
+
border-radius:9999px;
|
|
5858
|
+
background-color:rgb(var(--theme-palette-neutral-bg-strong));
|
|
5859
|
+
}
|
|
5860
|
+
.ndl-slider .ndl-track.ndl-is-disabled{
|
|
5861
|
+
--primary-color:var(--theme-palette-neutral-text-weakest);
|
|
5862
|
+
cursor:not-allowed;
|
|
5863
|
+
}
|
|
5864
|
+
.ndl-slider .ndl-track .ndl-thumb{
|
|
5865
|
+
position:relative;
|
|
5866
|
+
width:20px;
|
|
5867
|
+
height:20px;
|
|
5868
|
+
border-radius:50%;
|
|
5869
|
+
top:50%;
|
|
5870
|
+
z-index:2;
|
|
5871
|
+
background-color:rgb(var(--primary-color));
|
|
5872
|
+
}
|
|
5873
|
+
.ndl-slider .ndl-track .ndl-thumb input{
|
|
5874
|
+
width:20px;
|
|
5875
|
+
height:20px;
|
|
5876
|
+
}
|
|
5877
|
+
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb:hover{
|
|
5878
|
+
cursor:pointer;
|
|
5879
|
+
}
|
|
5880
|
+
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb:hover:before{
|
|
5881
|
+
content:'';
|
|
5882
|
+
position:absolute;
|
|
5883
|
+
top:calc(50% - 18px);
|
|
5884
|
+
left:calc(50% - 18px);
|
|
5885
|
+
height:36px;
|
|
5886
|
+
width:36px;
|
|
5887
|
+
z-index:-1;
|
|
5888
|
+
pointer-events:none;
|
|
5889
|
+
border-radius:9999px;
|
|
5890
|
+
background-color:rgb(var(--theme-palette-primary-hover-weak));
|
|
5891
|
+
}
|
|
5892
|
+
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb.ndl-is-dragging:before{
|
|
5893
|
+
content:'';
|
|
5894
|
+
position:absolute;
|
|
5895
|
+
top:calc(50% - 18px);
|
|
5896
|
+
left:calc(50% - 18px);
|
|
5897
|
+
height:36px;
|
|
5898
|
+
width:36px;
|
|
5899
|
+
z-index:-1;
|
|
5900
|
+
pointer-events:none;
|
|
5901
|
+
border-radius:9999px;
|
|
5902
|
+
background-color:rgb(var(--theme-palette-primary-pressed-weak));
|
|
5903
|
+
}
|
|
5904
|
+
.ndl-slider .ndl-track .ndl-thumb.ndl-focus{
|
|
5905
|
+
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5906
|
+
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
5907
|
+
box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
5908
|
+
--tw-ring-color:rgb(var(--theme-palette-primary-focus));
|
|
5909
|
+
}
|
|
5910
|
+
.ndl-slider .ndl-filled-track{
|
|
5911
|
+
height:4px;
|
|
5912
|
+
position:absolute;
|
|
5913
|
+
top:calc(50% - 2px);
|
|
5914
|
+
left:0;
|
|
5915
|
+
z-index:1;
|
|
5916
|
+
background-color:rgb(var(--primary-color));
|
|
5917
|
+
border-radius:9999px;
|
|
5918
|
+
}
|
|
5919
|
+
.ndl-slider .ndl-track-marks{
|
|
5920
|
+
pointer-events:none;
|
|
5921
|
+
width:calc(100% - 4px);
|
|
5922
|
+
left:50%;
|
|
5923
|
+
translate:-50% 0;
|
|
5924
|
+
position:absolute;
|
|
5925
|
+
top:calc(50% - 1px);
|
|
5926
|
+
z-index:2;
|
|
5927
|
+
}
|
|
5928
|
+
.ndl-slider .ndl-track-mark{
|
|
5929
|
+
height:2px;
|
|
5930
|
+
width:2px;
|
|
5931
|
+
position:absolute;
|
|
5932
|
+
border-radius:100%;
|
|
5933
|
+
background-color:rgb(var(--theme-palette-neutral-bg-stronger));
|
|
5934
|
+
opacity:100%;
|
|
5935
|
+
}
|
|
5936
|
+
.ndl-slider .ndl-track-mark.ndl-on-active-track{
|
|
5937
|
+
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
5938
|
+
opacity:40%;
|
|
5939
|
+
}
|
|
5838
5940
|
.n-sr-only{
|
|
5839
5941
|
position:absolute;
|
|
5840
5942
|
width:1px;
|
|
@@ -6011,6 +6113,9 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
6011
6113
|
.n-w-40{
|
|
6012
6114
|
width:160px;
|
|
6013
6115
|
}
|
|
6116
|
+
.n-w-24{
|
|
6117
|
+
width:96px;
|
|
6118
|
+
}
|
|
6014
6119
|
.n-w-\[400px\]{
|
|
6015
6120
|
width:400px;
|
|
6016
6121
|
}
|
package/lib/tokens/js/tokens.js
CHANGED