@neo4j-ndl/base 2.9.2 → 2.9.3

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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#889](https://github.com/neo4j/needle/pull/889) [`734c677e4556348d6b0c1e3898b30b09396cf58a`](https://github.com/neo4j/needle/commit/734c677e4556348d6b0c1e3898b30b09396cf58a) Thanks [@basickarl](https://github.com/basickarl)! - Fixed spacing issues
8
+
3
9
  ## 2.9.2
4
10
 
5
11
  ### Patch Changes
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 06 May 2024 12:26:18 GMT
25
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
25
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
25
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
24
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
24
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
25
+ * Generated on Tue, 07 May 2024 09:15:53 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -5273,7 +5273,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5273
5273
  }
5274
5274
  .ndl-side-navigation{
5275
5275
  position:relative;
5276
- box-sizing:content-box;
5276
+ box-sizing:border-box;
5277
5277
  display:flex;
5278
5278
  height:100%;
5279
5279
  width:320px;
@@ -5305,10 +5305,10 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5305
5305
  justify-content:center;
5306
5306
  }
5307
5307
  .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item{
5308
- display:flex;
5309
- width:48px;
5310
- justify-content:center;
5311
- }
5308
+ display:flex;
5309
+ width:48px;
5310
+ justify-content:center;
5311
+ }
5312
5312
  .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon{
5313
5313
  margin-right:0px;
5314
5314
  }
@@ -5317,10 +5317,10 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5317
5317
  justify-content:center;
5318
5318
  }
5319
5319
  .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item{
5320
- display:flex;
5321
- width:36px;
5322
- justify-content:center;
5323
- }
5320
+ display:flex;
5321
+ width:36px;
5322
+ justify-content:center;
5323
+ }
5324
5324
  .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item .ndl-icon{
5325
5325
  margin-right:0px;
5326
5326
  }
@@ -5362,12 +5362,11 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5362
5362
  .ndl-side-navigation .ndl-side-navigation-nav-item{
5363
5363
  margin-top:2px;
5364
5364
  margin-bottom:2px;
5365
- margin-left:16px;
5366
- margin-right:16px;
5365
+ margin-left:12px;
5366
+ margin-right:7px;
5367
5367
  }
5368
5368
  .ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded){
5369
5369
  margin-left:8px;
5370
- margin-right:8px;
5371
5370
  }
5372
5371
  .ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded) .ndl-selected::before{
5373
5372
  position:absolute;
@@ -5383,7 +5382,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5383
5382
  }
5384
5383
  .ndl-side-navigation .ndl-side-navigation-nav-item.ndl-expanded .ndl-selected::before{
5385
5384
  position:absolute;
5386
- left:-16px;
5385
+ left:-12px;
5387
5386
  top:0px;
5388
5387
  height:100%;
5389
5388
  width:4px;
@@ -5402,19 +5401,19 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5402
5401
  color:rgb(var(--theme-palette-neutral-text-default));
5403
5402
  }
5404
5403
  .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon{
5405
- margin-right:16px;
5404
+ margin-right:12px;
5406
5405
  width:24px;
5407
5406
  height:24px;
5408
5407
  justify-content:center;
5409
5408
  color:rgb(var(--theme-palette-neutral-text-weak));
5410
5409
  }
5411
5410
  .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
5412
- height:48px;
5413
- font-size:var(--font-size-h6);
5411
+ height:48px;
5412
+ font-size:var(--font-size-h5);
5414
5413
  font-weight:var(--font-weight-bold);
5415
5414
  letter-spacing:0.016rem;
5416
- line-height:1.5rem;
5417
- }
5415
+ line-height:1.75rem;
5416
+ }
5418
5417
  .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected{
5419
5418
  position:relative;
5420
5419
  background-color:rgb(var(--theme-palette-primary-bg-weak));
@@ -5441,12 +5440,8 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5441
5440
  .ndl-side-navigation .ndl-side-navigation-nav-item-small{
5442
5441
  margin-top:2px;
5443
5442
  margin-bottom:2px;
5444
- margin-left:12px;
5445
- margin-right:12px;
5446
- }
5447
- .ndl-side-navigation .ndl-side-navigation-nav-item-small:not(.ndl-expanded){
5448
- margin-left:4px;
5449
- margin-right:4px;
5443
+ margin-left:8px;
5444
+ margin-right:7px;
5450
5445
  }
5451
5446
  .ndl-side-navigation .ndl-side-navigation-nav-item-small:not(.ndl-expanded) .ndl-selected::before{
5452
5447
  position:absolute;
@@ -5462,7 +5457,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5462
5457
  }
5463
5458
  .ndl-side-navigation .ndl-side-navigation-nav-item-small.ndl-expanded .ndl-selected::before{
5464
5459
  position:absolute;
5465
- left:-12px;
5460
+ left:-8px;
5466
5461
  top:0px;
5467
5462
  height:100%;
5468
5463
  width:4px;
@@ -5479,6 +5474,10 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5479
5474
  align-items:center;
5480
5475
  border-radius:8px;
5481
5476
  color:rgb(var(--theme-palette-neutral-text-default));
5477
+ font-size:var(--font-size-body-medium);
5478
+ font-weight:var(--font-weight-normal);
5479
+ letter-spacing:0.016rem;
5480
+ line-height:1.25rem;
5482
5481
  }
5483
5482
  .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item .ndl-icon{
5484
5483
  margin-right:8px;
@@ -5488,12 +5487,12 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5488
5487
  color:rgb(var(--theme-palette-neutral-text-weak));
5489
5488
  }
5490
5489
  .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
5491
- height:28px;
5490
+ height:28px;
5492
5491
  font-size:var(--font-size-h6);
5493
5492
  font-weight:var(--font-weight-bold);
5494
5493
  letter-spacing:0.016rem;
5495
5494
  line-height:1.5rem;
5496
- }
5495
+ }
5497
5496
  .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selected{
5498
5497
  position:relative;
5499
5498
  background-color:rgb(var(--theme-palette-primary-bg-weak));
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 06 May 2024 12:26:18 GMT
24
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
24
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
24
+ * Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:17 GMT
3
+ // Generated on Tue, 07 May 2024 09:15:53 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 Mon, 06 May 2024 12:26:18 GMT
24
+ * Generated on Tue, 07 May 2024 09:15:53 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.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",