@neo4j-ndl/base 3.1.1 → 3.1.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.
@@ -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 Tue, 14 Jan 2025 13:50:04 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 Tue, 14 Jan 2025 13:50:04 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 Tue, 14 Jan 2025 13:50:03 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 Tue, 14 Jan 2025 13:50:04 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 Tue, 14 Jan 2025 13:50:04 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 Tue, 14 Jan 2025 13:50:03 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -3379,9 +3379,11 @@ a.ndl-btn {
3379
3379
  }
3380
3380
  :root{
3381
3381
  --data-grid-hover-color:rgb(241, 241, 242);
3382
+ --data-grid-cell-hover-color:rgb(227, 228, 230);
3382
3383
  }
3383
3384
  .ndl-theme-dark{
3384
3385
  --data-grid-hover-color:rgba(45, 47, 49);
3386
+ --data-grid-cell-hover-color:rgba(55, 58, 60);
3385
3387
  }
3386
3388
  .ndl-data-grid-focusable-cells .ndl-focusable-cell {
3387
3389
  outline:2px solid transparent;
@@ -3615,13 +3617,15 @@ a.ndl-btn {
3615
3617
  .ndl-data-grid-root .ndl-div-table .ndl-data-grid-thead.ndl-data-grid-is-resizing .ndl-data-grid-th:not(.ndl-data-grid-is-resizing) .ndl-data-grid-resizer:not(.ndl-data-grid-is-resizing) {
3616
3618
  opacity:0;
3617
3619
  }
3618
- .ndl-data-grid-root .ndl-div-table .ndl-data-grid-td{
3620
+ .ndl-data-grid-root .ndl-div-table .ndl-data-grid-td:hover{
3621
+ --cell-background:var(--data-grid-cell-hover-color);
3622
+ }
3623
+ .ndl-data-grid-root .ndl-div-table .ndl-data-grid-td {
3619
3624
  background-color:var(--cell-background);
3620
3625
  position:relative;
3621
3626
  display:flex;
3622
3627
  height:auto;
3623
3628
  align-items:center;
3624
- overflow:hidden;
3625
3629
  text-overflow:ellipsis;
3626
3630
  white-space:pre-line;
3627
3631
  padding-top:10px;
@@ -3634,9 +3638,6 @@ a.ndl-btn {
3634
3638
  font-weight:var(--font-weight-normal);
3635
3639
  letter-spacing:0.016rem;
3636
3640
  line-height:1.25rem;
3637
- }
3638
- .ndl-data-grid-root .ndl-div-table .ndl-data-grid-td:hover {
3639
- background-color:rgb(var(--theme-palette-neutral-hover));
3640
3641
  }
3641
3642
  .ndl-data-grid-root .ndl-div-table .ndl-data-grid-td.ndl-data-grid-custom-cell {
3642
3643
  padding:0px;
@@ -3689,6 +3690,9 @@ a.ndl-btn {
3689
3690
  z-index:10 !important;
3690
3691
  background-color:rgb(var(--theme-palette-neutral-bg-default)) !important;
3691
3692
  }
3693
+ .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-pinned-cell:hover{
3694
+ background-color:var(--data-grid-cell-hover-color) !important;
3695
+ }
3692
3696
  .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-pinned-cell-left {
3693
3697
  left:0px;
3694
3698
  z-index:1;
@@ -5664,6 +5668,11 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5664
5668
 
5665
5669
  transition:var(--transitions-full-quick);
5666
5670
  }
5671
+ .ndl-side-navigation .ndl-side-navigation-nav-list {
5672
+ display:flex;
5673
+ flex-direction:column;
5674
+ gap:4px;
5675
+ }
5667
5676
  .ndl-side-navigation:not(.ndl-expanded) {
5668
5677
  width:64px;
5669
5678
  min-width:64px;
@@ -5740,8 +5749,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5740
5749
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
5741
5750
  }
5742
5751
  .ndl-side-navigation .ndl-side-navigation-nav-item {
5743
- margin-top:2px;
5744
- margin-bottom:2px;
5745
5752
  margin-left:12px;
5746
5753
  margin-right:7px;
5747
5754
  }
@@ -5819,8 +5826,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5819
5826
  color:rgb(var(--theme-palette-primary-text));
5820
5827
  }
5821
5828
  .ndl-side-navigation .ndl-side-navigation-nav-item-small {
5822
- margin-top:2px;
5823
- margin-bottom:2px;
5824
5829
  margin-left:8px;
5825
5830
  margin-right:7px;
5826
5831
  }
@@ -5869,7 +5874,9 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5869
5874
  color:rgb(var(--theme-palette-neutral-text-weak));
5870
5875
  }
5871
5876
  .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
5872
- height:28px;
5877
+ height:auto;
5878
+ padding-top:8px;
5879
+ padding-bottom:8px;
5873
5880
  font-family:var(--font-font-family-h6), sans-serif;
5874
5881
  font-size:var(--font-size-h6);
5875
5882
  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 Tue, 14 Jan 2025 13:50:03 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 Tue, 14 Jan 2025 13:50:04 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 Tue, 14 Jan 2025 13:50:04 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 Tue, 14 Jan 2025 13:50:03 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 Tue, 14 Jan 2025 13:50:04 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.3",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",