@neo4j-ndl/base 3.1.1 → 3.1.2

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.
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 08 Jan 2025 13:15:54 GMT
25
+ * Generated on Thu, 09 Jan 2025 10:13:52 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, 08 Jan 2025 13:15:54 GMT
25
+ * Generated on Thu, 09 Jan 2025 10:13:52 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, 08 Jan 2025 13:15:54 GMT
25
+ * Generated on Thu, 09 Jan 2025 10:13:51 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, 08 Jan 2025 13:15:54 GMT
24
+ * Generated on Thu, 09 Jan 2025 10:13:52 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, 08 Jan 2025 13:15:54 GMT
24
+ * Generated on Thu, 09 Jan 2025 10:13:52 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, 08 Jan 2025 13:15:54 GMT
25
+ * Generated on Thu, 09 Jan 2025 10:13:51 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -5664,6 +5664,11 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5664
5664
 
5665
5665
  transition:var(--transitions-full-quick);
5666
5666
  }
5667
+ .ndl-side-navigation .ndl-side-navigation-nav-list {
5668
+ display:flex;
5669
+ flex-direction:column;
5670
+ gap:4px;
5671
+ }
5667
5672
  .ndl-side-navigation:not(.ndl-expanded) {
5668
5673
  width:64px;
5669
5674
  min-width:64px;
@@ -5740,8 +5745,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5740
5745
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
5741
5746
  }
5742
5747
  .ndl-side-navigation .ndl-side-navigation-nav-item {
5743
- margin-top:2px;
5744
- margin-bottom:2px;
5745
5748
  margin-left:12px;
5746
5749
  margin-right:7px;
5747
5750
  }
@@ -5819,8 +5822,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5819
5822
  color:rgb(var(--theme-palette-primary-text));
5820
5823
  }
5821
5824
  .ndl-side-navigation .ndl-side-navigation-nav-item-small {
5822
- margin-top:2px;
5823
- margin-bottom:2px;
5824
5825
  margin-left:8px;
5825
5826
  margin-right:7px;
5826
5827
  }
@@ -5869,7 +5870,9 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5869
5870
  color:rgb(var(--theme-palette-neutral-text-weak));
5870
5871
  }
5871
5872
  .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
5872
- height:28px;
5873
+ height:auto;
5874
+ padding-top:8px;
5875
+ padding-bottom:8px;
5873
5876
  font-family:var(--font-font-family-h6), sans-serif;
5874
5877
  font-size:var(--font-size-h6);
5875
5878
  font-weight:var(--font-weight-bold);
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 08 Jan 2025 13:15:54 GMT
24
+ * Generated on Thu, 09 Jan 2025 10:13:51 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, 08 Jan 2025 13:15:54 GMT
24
+ * Generated on Thu, 09 Jan 2025 10:13:52 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, 08 Jan 2025 13:15:54 GMT
24
+ * Generated on Thu, 09 Jan 2025 10:13:52 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, 08 Jan 2025 13:15:54 GMT
3
+ // Generated on Thu, 09 Jan 2025 10:13:51 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, 08 Jan 2025 13:15:54 GMT
24
+ * Generated on Thu, 09 Jan 2025 10:13:52 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": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",