@neo4j-ndl/base 2.7.11 → 2.7.13
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 +27 -1
- package/lib/NOTICE.txt +11 -3
- 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 +120 -28
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.7.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#814](https://github.com/neo4j/needle/pull/814) [`6e8315f13cf23f1fd7ad9f97d18733da7cd9b2af`](https://github.com/neo4j/needle/commit/6e8315f13cf23f1fd7ad9f97d18733da7cd9b2af) Thanks [@daugerdas](https://github.com/daugerdas)! - align tab design
|
|
8
|
+
|
|
9
|
+
## 2.7.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#776](https://github.com/neo4j/needle/pull/776) [`e96c79dee7a64b5ae9fbadf1d314fa59b3743abc`](https://github.com/neo4j/needle/commit/e96c79dee7a64b5ae9fbadf1d314fa59b3743abc) Thanks [@noahmay](https://github.com/noahmay)! - Add reset zoom icon
|
|
14
|
+
|
|
3
15
|
## 2.7.11
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -476,6 +476,32 @@ SOFTWARE.
|
|
|
476
476
|
|
|
477
477
|
-----
|
|
478
478
|
|
|
479
|
+
The following software may be included in this product: @dnd-kit/core, @dnd-kit/sortable. A copy of the source code may be downloaded from git+https://github.com/clauderic/dnd-kit.git (@dnd-kit/core), git+https://github.com/clauderic/dnd-kit.git (@dnd-kit/sortable). This software contains the following license and notice below:
|
|
480
|
+
|
|
481
|
+
MIT License
|
|
482
|
+
|
|
483
|
+
Copyright (c) 2021, Claudéric Demers
|
|
484
|
+
|
|
485
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
486
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
487
|
+
in the Software without restriction, including without limitation the rights
|
|
488
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
489
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
490
|
+
furnished to do so, subject to the following conditions:
|
|
491
|
+
|
|
492
|
+
The above copyright notice and this permission notice shall be included in all
|
|
493
|
+
copies or substantial portions of the Software.
|
|
494
|
+
|
|
495
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
496
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
497
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
498
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
499
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
500
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
501
|
+
SOFTWARE.
|
|
502
|
+
|
|
503
|
+
-----
|
|
504
|
+
|
|
479
505
|
The following software may be included in this product: @floating-ui/react. A copy of the source code may be downloaded from https://github.com/floating-ui/floating-ui.git. This software contains the following license and notice below:
|
|
480
506
|
|
|
481
507
|
MIT License
|
|
@@ -6167,7 +6193,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
6167
6193
|
|
|
6168
6194
|
-----
|
|
6169
6195
|
|
|
6170
|
-
The following software may be included in this product: chalk. A copy of the source code may be downloaded from git+https://github.com/chalk/chalk.git. This software contains the following license and notice below:
|
|
6196
|
+
The following software may be included in this product: chalk-cli. A copy of the source code may be downloaded from git+https://github.com/chalk/chalk-cli.git. This software contains the following license and notice below:
|
|
6171
6197
|
|
|
6172
6198
|
MIT License
|
|
6173
6199
|
|
package/lib/NOTICE.txt
CHANGED
|
@@ -48,6 +48,12 @@ Third-party licenses
|
|
|
48
48
|
│ │ ├─ URL: https://github.com/conventional-changelog/commitlint.git
|
|
49
49
|
│ │ ├─ VendorName: Mario Nebl
|
|
50
50
|
│ │ └─ VendorUrl: https://commitlint.js.org/
|
|
51
|
+
│ ├─ [38;5;166m@dnd-kit/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:6.1.0 [a2e03][39m (via [38;5;37mnpm:6.1.0 [a2e03][39m)
|
|
52
|
+
│ │ ├─ URL: git+https://github.com/clauderic/dnd-kit.git
|
|
53
|
+
│ │ └─ VendorName: Claudéric Demers
|
|
54
|
+
│ ├─ [38;5;166m@dnd-kit/[39m[38;5;173msortable[39m[38;5;111m@[39m[38;5;111mnpm:8.0.0 [a2e03][39m (via [38;5;37mnpm:8.0.0 [a2e03][39m)
|
|
55
|
+
│ │ ├─ URL: git+https://github.com/clauderic/dnd-kit.git
|
|
56
|
+
│ │ └─ VendorName: Claudéric Demers
|
|
51
57
|
│ ├─ [38;5;166m@floating-ui/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:0.25.1 [a2e03][39m (via [38;5;37mnpm:0.25.1 [a2e03][39m)
|
|
52
58
|
│ │ ├─ URL: https://github.com/floating-ui/floating-ui.git
|
|
53
59
|
│ │ ├─ VendorName: atomiks
|
|
@@ -159,8 +165,10 @@ Third-party licenses
|
|
|
159
165
|
│ ├─ [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)
|
|
160
166
|
│ │ ├─ URL: git+https://github.com/postcss/autoprefixer.git
|
|
161
167
|
│ │ └─ VendorName: Andrey Sitnik
|
|
162
|
-
│ ├─ [38;5;173mchalk[39m[38;5;111m@[39m[38;5;111mnpm:5.
|
|
163
|
-
│ │
|
|
168
|
+
│ ├─ [38;5;173mchalk-cli[39m[38;5;111m@[39m[38;5;111mnpm:5.0.1[39m (via [38;5;37mnpm:5.0.1[39m)
|
|
169
|
+
│ │ ├─ URL: git+https://github.com/chalk/chalk-cli.git
|
|
170
|
+
│ │ ├─ VendorName: Sindre Sorhus
|
|
171
|
+
│ │ └─ VendorUrl: https://sindresorhus.com
|
|
164
172
|
│ ├─ [38;5;173mchromatic[39m[38;5;111m@[39m[38;5;111mnpm:6.24.1[39m (via [38;5;37mnpm:^6.5.1[39m)
|
|
165
173
|
│ │ ├─ URL: https://github.com/chromaui/chromatic-cli.git
|
|
166
174
|
│ │ └─ VendorUrl: https://www.chromatic.com
|
|
@@ -317,7 +325,7 @@ Third-party licenses
|
|
|
317
325
|
│ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
|
|
318
326
|
│ │ ├─ VendorName: Blake Embrey
|
|
319
327
|
│ │ └─ VendorUrl: https://typestrong.org/ts-node
|
|
320
|
-
│ ├─ [38;5;173mts-node[39m[38;5;111m@[39m[38;5;111mnpm:10.9.2 [a2e03][39m (via [38;5;37mnpm
|
|
328
|
+
│ ├─ [38;5;173mts-node[39m[38;5;111m@[39m[38;5;111mnpm:10.9.2 [a2e03][39m (via [38;5;37mnpm:10.9.2 [a2e03][39m)
|
|
321
329
|
│ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
|
|
322
330
|
│ │ ├─ VendorName: Blake Embrey
|
|
323
331
|
│ │ └─ VendorUrl: https://typestrong.org/ts-node
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -1395,26 +1395,16 @@ a.ndl-btn{
|
|
|
1395
1395
|
border-bottom-style:solid;
|
|
1396
1396
|
position:relative;
|
|
1397
1397
|
}
|
|
1398
|
-
.ndl-tabs.ndl-underline-tab
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
.ndl-tabs.ndl-underline-tab.ndl-large:after{
|
|
1409
|
-
content:'';
|
|
1410
|
-
position:absolute;
|
|
1411
|
-
width:100%;
|
|
1412
|
-
height:2px;
|
|
1413
|
-
bottom:0px;
|
|
1414
|
-
left:0px;
|
|
1415
|
-
z-index:0;
|
|
1416
|
-
background-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
1417
|
-
}
|
|
1398
|
+
.ndl-tabs.ndl-underline-tab:after{
|
|
1399
|
+
content:'';
|
|
1400
|
+
position:absolute;
|
|
1401
|
+
width:100%;
|
|
1402
|
+
height:1px;
|
|
1403
|
+
bottom:0px;
|
|
1404
|
+
left:0px;
|
|
1405
|
+
z-index:0;
|
|
1406
|
+
background-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
1407
|
+
}
|
|
1418
1408
|
.ndl-tabs .ndl-tab{
|
|
1419
1409
|
font-weight:600;
|
|
1420
1410
|
background:none;
|
|
@@ -1468,17 +1458,11 @@ a.ndl-btn{
|
|
|
1468
1458
|
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-small{
|
|
1469
1459
|
padding-bottom:12px;
|
|
1470
1460
|
}
|
|
1471
|
-
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-small .ndl-tab-underline{
|
|
1472
|
-
height:2px;
|
|
1473
|
-
}
|
|
1474
1461
|
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-large{
|
|
1475
|
-
padding-bottom:
|
|
1462
|
+
padding-bottom:16px;
|
|
1476
1463
|
}
|
|
1477
|
-
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-large .ndl-tab-underline{
|
|
1478
|
-
height:4px;
|
|
1479
|
-
}
|
|
1480
1464
|
.ndl-tabs .ndl-tab.ndl-underline-tab .ndl-tab-underline{
|
|
1481
|
-
height:
|
|
1465
|
+
height:3px;
|
|
1482
1466
|
position:absolute;
|
|
1483
1467
|
left:0px;
|
|
1484
1468
|
bottom:0px;
|
|
@@ -6119,6 +6103,111 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6119
6103
|
display:flex;
|
|
6120
6104
|
gap:4px;
|
|
6121
6105
|
}
|
|
6106
|
+
.ndl-tree-view-list{
|
|
6107
|
+
margin:0px;
|
|
6108
|
+
list-style-type:none;
|
|
6109
|
+
padding:0px;
|
|
6110
|
+
}
|
|
6111
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
|
|
6112
|
+
.ndl-tree-view-list-item-placeholder
|
|
6113
|
+
):not(.ndl-tree-view-list-item-disable-interaction){
|
|
6114
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
6115
|
+
}
|
|
6116
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
|
|
6117
|
+
.ndl-tree-view-list-item-placeholder
|
|
6118
|
+
):not(.ndl-tree-view-list-item-disable-interaction) .ndl-tree-view-drag-handle{
|
|
6119
|
+
cursor:move;
|
|
6120
|
+
opacity:1;
|
|
6121
|
+
}
|
|
6122
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
|
|
6123
|
+
.ndl-tree-view-list-item-placeholder
|
|
6124
|
+
):not(.ndl-tree-view-list-item-disable-interaction) .ndl-tree-view-actions > button{
|
|
6125
|
+
opacity:1;
|
|
6126
|
+
}
|
|
6127
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible):not(.indicator):not(
|
|
6128
|
+
.ndl-tree-view-list-item-placeholder
|
|
6129
|
+
) .ndl-tree-view-drag-handle{
|
|
6130
|
+
opacity:1;
|
|
6131
|
+
}
|
|
6132
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible):not(.indicator):not(
|
|
6133
|
+
.ndl-tree-view-list-item-placeholder
|
|
6134
|
+
) .ndl-tree-view-actions > button{
|
|
6135
|
+
opacity:1;
|
|
6136
|
+
}
|
|
6137
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible){
|
|
6138
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
6139
|
+
}
|
|
6140
|
+
.ndl-tree-view-list .ndl-tree-view-list-item-placeholder{
|
|
6141
|
+
margin-bottom:4px;
|
|
6142
|
+
background-color:rgb(var(--theme-palette-primary-bg-weak));
|
|
6143
|
+
}
|
|
6144
|
+
.ndl-tree-view-list .ndl-tree-view-list-item{
|
|
6145
|
+
height:24px;
|
|
6146
|
+
}
|
|
6147
|
+
.ndl-tree-view-list .ndl-tree-view-list-item.indicator{
|
|
6148
|
+
position:relative;
|
|
6149
|
+
height:2px;
|
|
6150
|
+
opacity:1;
|
|
6151
|
+
}
|
|
6152
|
+
.ndl-tree-view-list .ndl-tree-view-list-item.indicator .ndl-tree-view-list-item-content{
|
|
6153
|
+
position:relative;
|
|
6154
|
+
height:2px;
|
|
6155
|
+
background-color:rgb(var(--theme-palette-primary-focus));
|
|
6156
|
+
padding:0px;
|
|
6157
|
+
}
|
|
6158
|
+
.ndl-tree-view-list .ndl-tree-view-list-item.indicator .ndl-tree-view-list-item-content > *{
|
|
6159
|
+
opacity:0;
|
|
6160
|
+
}
|
|
6161
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-text-clickable:hover{
|
|
6162
|
+
text-decoration-line:underline;
|
|
6163
|
+
}
|
|
6164
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-list-item-content{
|
|
6165
|
+
display:flex;
|
|
6166
|
+
flex-direction:row;
|
|
6167
|
+
align-items:center;
|
|
6168
|
+
gap:4px;
|
|
6169
|
+
}
|
|
6170
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions{
|
|
6171
|
+
margin-left:auto;
|
|
6172
|
+
display:flex;
|
|
6173
|
+
flex-direction:row;
|
|
6174
|
+
gap:4px;
|
|
6175
|
+
}
|
|
6176
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions > button{
|
|
6177
|
+
opacity:0;
|
|
6178
|
+
}
|
|
6179
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-drag-handle{
|
|
6180
|
+
opacity:0;
|
|
6181
|
+
cursor:unset;
|
|
6182
|
+
}
|
|
6183
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-drag-handle svg{
|
|
6184
|
+
height:16px;
|
|
6185
|
+
width:16px;
|
|
6186
|
+
color:rgb(var(--theme-palette-neutral-border-strongest));
|
|
6187
|
+
}
|
|
6188
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-collapse-button svg{
|
|
6189
|
+
height:16px;
|
|
6190
|
+
width:16px;
|
|
6191
|
+
color:rgb(var(--theme-palette-neutral-border-strongest));
|
|
6192
|
+
}
|
|
6193
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-text{
|
|
6194
|
+
font-size:var(--font-size-subheading-small);
|
|
6195
|
+
font-weight:var(--font-weight-semibold);
|
|
6196
|
+
letter-spacing:0.016rem;
|
|
6197
|
+
line-height:1.25rem;
|
|
6198
|
+
}
|
|
6199
|
+
.ndl-tree-view-list .ndl-trail{
|
|
6200
|
+
height:24px;
|
|
6201
|
+
width:16px;
|
|
6202
|
+
overflow:hidden;
|
|
6203
|
+
}
|
|
6204
|
+
.ndl-tree-view-list .ndl-trail .ndl-trail-curved{
|
|
6205
|
+
margin-left:7px;
|
|
6206
|
+
margin-bottom:11px;
|
|
6207
|
+
}
|
|
6208
|
+
.ndl-tree-view-list .ndl-trail .ndl-trail-straight{
|
|
6209
|
+
margin:auto;
|
|
6210
|
+
}
|
|
6122
6211
|
.n-sr-only{
|
|
6123
6212
|
position:absolute;
|
|
6124
6213
|
width:1px;
|
|
@@ -6269,6 +6358,9 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6269
6358
|
.n-h-28{
|
|
6270
6359
|
height:112px;
|
|
6271
6360
|
}
|
|
6361
|
+
.n-h-5{
|
|
6362
|
+
height:20px;
|
|
6363
|
+
}
|
|
6272
6364
|
.n-h-7{
|
|
6273
6365
|
height:28px;
|
|
6274
6366
|
}
|
package/lib/tokens/js/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/base",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.13",
|
|
4
4
|
"description": "Neo4j base package for the design system",
|
|
5
5
|
"author": "Neo4j Inc.",
|
|
6
6
|
"homepage": "https://www.neo4j.design",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"style-dictionary": "^3.0.3",
|
|
53
53
|
"tailwindcss": "3.4.1",
|
|
54
54
|
"ts-node": "^10.4.0",
|
|
55
|
-
"typescript": "5.
|
|
55
|
+
"typescript": "5.4.3"
|
|
56
56
|
}
|
|
57
57
|
}
|