@neo4j-ndl/base 2.7.12 → 2.7.14
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 +10 -2
- 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 +122 -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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.7.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#844](https://github.com/neo4j/needle/pull/844) [`5c97241c68ce0cf1705a9d37847fbba030bec182`](https://github.com/neo4j/needle/commit/5c97241c68ce0cf1705a9d37847fbba030bec182) Thanks [@daugerdas](https://github.com/daugerdas)! - add max height and overflow to ContextMenu
|
|
8
|
+
|
|
9
|
+
## 2.7.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 2.7.12
|
|
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
|
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;
|
|
@@ -2533,6 +2517,8 @@ a.ndl-btn{
|
|
|
2533
2517
|
--divider-color:var(--theme-dark-palette-neutral-border-strong);
|
|
2534
2518
|
}
|
|
2535
2519
|
.ndl-menu{
|
|
2520
|
+
max-height:95vh;
|
|
2521
|
+
overflow-y:auto;
|
|
2536
2522
|
padding:8px;
|
|
2537
2523
|
text-align:start;
|
|
2538
2524
|
color:rgb(var(--theme-palette-neutral-text-default));
|
|
@@ -6119,6 +6105,111 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6119
6105
|
display:flex;
|
|
6120
6106
|
gap:4px;
|
|
6121
6107
|
}
|
|
6108
|
+
.ndl-tree-view-list{
|
|
6109
|
+
margin:0px;
|
|
6110
|
+
list-style-type:none;
|
|
6111
|
+
padding:0px;
|
|
6112
|
+
}
|
|
6113
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
|
|
6114
|
+
.ndl-tree-view-list-item-placeholder
|
|
6115
|
+
):not(.ndl-tree-view-list-item-disable-interaction){
|
|
6116
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
6117
|
+
}
|
|
6118
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
|
|
6119
|
+
.ndl-tree-view-list-item-placeholder
|
|
6120
|
+
):not(.ndl-tree-view-list-item-disable-interaction) .ndl-tree-view-drag-handle{
|
|
6121
|
+
cursor:move;
|
|
6122
|
+
opacity:1;
|
|
6123
|
+
}
|
|
6124
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
|
|
6125
|
+
.ndl-tree-view-list-item-placeholder
|
|
6126
|
+
):not(.ndl-tree-view-list-item-disable-interaction) .ndl-tree-view-actions > button{
|
|
6127
|
+
opacity:1;
|
|
6128
|
+
}
|
|
6129
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible):not(.indicator):not(
|
|
6130
|
+
.ndl-tree-view-list-item-placeholder
|
|
6131
|
+
) .ndl-tree-view-drag-handle{
|
|
6132
|
+
opacity:1;
|
|
6133
|
+
}
|
|
6134
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible):not(.indicator):not(
|
|
6135
|
+
.ndl-tree-view-list-item-placeholder
|
|
6136
|
+
) .ndl-tree-view-actions > button{
|
|
6137
|
+
opacity:1;
|
|
6138
|
+
}
|
|
6139
|
+
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible){
|
|
6140
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
6141
|
+
}
|
|
6142
|
+
.ndl-tree-view-list .ndl-tree-view-list-item-placeholder{
|
|
6143
|
+
margin-bottom:4px;
|
|
6144
|
+
background-color:rgb(var(--theme-palette-primary-bg-weak));
|
|
6145
|
+
}
|
|
6146
|
+
.ndl-tree-view-list .ndl-tree-view-list-item{
|
|
6147
|
+
height:24px;
|
|
6148
|
+
}
|
|
6149
|
+
.ndl-tree-view-list .ndl-tree-view-list-item.indicator{
|
|
6150
|
+
position:relative;
|
|
6151
|
+
height:2px;
|
|
6152
|
+
opacity:1;
|
|
6153
|
+
}
|
|
6154
|
+
.ndl-tree-view-list .ndl-tree-view-list-item.indicator .ndl-tree-view-list-item-content{
|
|
6155
|
+
position:relative;
|
|
6156
|
+
height:2px;
|
|
6157
|
+
background-color:rgb(var(--theme-palette-primary-focus));
|
|
6158
|
+
padding:0px;
|
|
6159
|
+
}
|
|
6160
|
+
.ndl-tree-view-list .ndl-tree-view-list-item.indicator .ndl-tree-view-list-item-content > *{
|
|
6161
|
+
opacity:0;
|
|
6162
|
+
}
|
|
6163
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-text-clickable:hover{
|
|
6164
|
+
text-decoration-line:underline;
|
|
6165
|
+
}
|
|
6166
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-list-item-content{
|
|
6167
|
+
display:flex;
|
|
6168
|
+
flex-direction:row;
|
|
6169
|
+
align-items:center;
|
|
6170
|
+
gap:4px;
|
|
6171
|
+
}
|
|
6172
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions{
|
|
6173
|
+
margin-left:auto;
|
|
6174
|
+
display:flex;
|
|
6175
|
+
flex-direction:row;
|
|
6176
|
+
gap:4px;
|
|
6177
|
+
}
|
|
6178
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions > button{
|
|
6179
|
+
opacity:0;
|
|
6180
|
+
}
|
|
6181
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-drag-handle{
|
|
6182
|
+
opacity:0;
|
|
6183
|
+
cursor:unset;
|
|
6184
|
+
}
|
|
6185
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-drag-handle svg{
|
|
6186
|
+
height:16px;
|
|
6187
|
+
width:16px;
|
|
6188
|
+
color:rgb(var(--theme-palette-neutral-border-strongest));
|
|
6189
|
+
}
|
|
6190
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-collapse-button svg{
|
|
6191
|
+
height:16px;
|
|
6192
|
+
width:16px;
|
|
6193
|
+
color:rgb(var(--theme-palette-neutral-border-strongest));
|
|
6194
|
+
}
|
|
6195
|
+
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-text{
|
|
6196
|
+
font-size:var(--font-size-subheading-small);
|
|
6197
|
+
font-weight:var(--font-weight-semibold);
|
|
6198
|
+
letter-spacing:0.016rem;
|
|
6199
|
+
line-height:1.25rem;
|
|
6200
|
+
}
|
|
6201
|
+
.ndl-tree-view-list .ndl-trail{
|
|
6202
|
+
height:24px;
|
|
6203
|
+
width:16px;
|
|
6204
|
+
overflow:hidden;
|
|
6205
|
+
}
|
|
6206
|
+
.ndl-tree-view-list .ndl-trail .ndl-trail-curved{
|
|
6207
|
+
margin-left:7px;
|
|
6208
|
+
margin-bottom:11px;
|
|
6209
|
+
}
|
|
6210
|
+
.ndl-tree-view-list .ndl-trail .ndl-trail-straight{
|
|
6211
|
+
margin:auto;
|
|
6212
|
+
}
|
|
6122
6213
|
.n-sr-only{
|
|
6123
6214
|
position:absolute;
|
|
6124
6215
|
width:1px;
|
|
@@ -6269,6 +6360,9 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6269
6360
|
.n-h-28{
|
|
6270
6361
|
height:112px;
|
|
6271
6362
|
}
|
|
6363
|
+
.n-h-5{
|
|
6364
|
+
height:20px;
|
|
6365
|
+
}
|
|
6272
6366
|
.n-h-7{
|
|
6273
6367
|
height:28px;
|
|
6274
6368
|
}
|
package/lib/tokens/js/tokens.js
CHANGED