@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 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
+ │ ├─ @dnd-kit/core@npm:6.1.0 [a2e03] (via npm:6.1.0 [a2e03])
52
+ │ │ ├─ URL: git+https://github.com/clauderic/dnd-kit.git
53
+ │ │ └─ VendorName: Claudéric Demers
54
+ │ ├─ @dnd-kit/sortable@npm:8.0.0 [a2e03] (via npm:8.0.0 [a2e03])
55
+ │ │ ├─ URL: git+https://github.com/clauderic/dnd-kit.git
56
+ │ │ └─ VendorName: Claudéric Demers
51
57
  │ ├─ @floating-ui/react@npm:0.25.1 [a2e03] (via npm:0.25.1 [a2e03])
52
58
  │ │ ├─ URL: https://github.com/floating-ui/floating-ui.git
53
59
  │ │ ├─ VendorName: atomiks
@@ -159,8 +165,10 @@ Third-party licenses
159
165
  │ ├─ autoprefixer@npm:10.4.17 [708d2] (via npm:^10.4.0 [708d2])
160
166
  │ │ ├─ URL: git+https://github.com/postcss/autoprefixer.git
161
167
  │ │ └─ VendorName: Andrey Sitnik
162
- │ ├─ chalk@npm:5.3.0 (via npm:^5.1.0)
163
- │ │ └─ URL: git+https://github.com/chalk/chalk.git
168
+ │ ├─ chalk-cli@npm:5.0.1 (via npm:5.0.1)
169
+ │ │ ├─ URL: git+https://github.com/chalk/chalk-cli.git
170
+ │ │ ├─ VendorName: Sindre Sorhus
171
+ │ │ └─ VendorUrl: https://sindresorhus.com
164
172
  │ ├─ chromatic@npm:6.24.1 (via npm:^6.5.1)
165
173
  │ │ ├─ URL: https://github.com/chromaui/chromatic-cli.git
166
174
  │ │ └─ VendorUrl: https://www.chromatic.com
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
25
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
25
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
25
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
24
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": [
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
24
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": {
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
25
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -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.ndl-small: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
- }
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:14px;
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:4px;
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
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
24
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
24
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
25
25
  */
26
26
 
27
27
  module.exports = {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
24
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 03 Apr 2024 07:52:25 GMT
3
+ // Generated on Mon, 22 Apr 2024 06:53:21 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 03 Apr 2024 07:52:25 GMT
24
+ * Generated on Mon, 22 Apr 2024 06:53:21 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "2.7.12",
3
+ "version": "2.7.14",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",