@neo4j-ndl/base 3.0.12 → 3.0.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.
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Fri, 15 Nov 2024 10:35:27 GMT
25
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
25
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
25
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
24
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
24
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
25
+ * Generated on Mon, 18 Nov 2024 14:09:55 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -3317,6 +3317,12 @@ a.ndl-btn {
3317
3317
  border-color:rgb(var(--theme-palette-neutral-bg-strong));
3318
3318
  border-bottom-color:rgb(var(--theme-palette-primary-bg-status));
3319
3319
  }
3320
+ :root{
3321
+ --data-grid-hover-color:rgb(241, 241, 242);
3322
+ }
3323
+ .ndl-theme-dark{
3324
+ --data-grid-hover-color:rgba(45, 47, 49);
3325
+ }
3320
3326
  .ndl-data-grid-focusable-cells .ndl-focusable-cell {
3321
3327
  outline:2px solid transparent;
3322
3328
  outline-offset:2px;
@@ -3455,7 +3461,7 @@ a.ndl-btn {
3455
3461
  background-color:var(--cell-background);
3456
3462
  }
3457
3463
  .ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr:hover{
3458
- --cell-background:rgb(241, 241, 242);
3464
+ --cell-background:var(--data-grid-hover-color);
3459
3465
  }
3460
3466
  .ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-row-action{
3461
3467
  background-color:var(--cell-background);
@@ -6783,7 +6789,6 @@ button.ndl-avatar:focus-visible {
6783
6789
  overflow:hidden;
6784
6790
  position:relative;
6785
6791
  z-index:5;
6786
- max-height:100%;
6787
6792
  }
6788
6793
  .ndl-chart-legend {
6789
6794
  display:flex;
@@ -6875,7 +6880,6 @@ button.ndl-avatar:focus-visible {
6875
6880
  .ndl-charts-chart-axis-x svg {
6876
6881
  overflow:visible;
6877
6882
  width:100%;
6878
- height:31px;
6879
6883
  }
6880
6884
  .ndl-charts-chart-axis-y {
6881
6885
  display:flex;
@@ -6944,6 +6948,18 @@ button.ndl-avatar:focus-visible {
6944
6948
  width:100%;
6945
6949
  background-color:rgb(var(--theme-palette-neutral-border-weak));
6946
6950
  }
6951
+ .ndl-charts-chart-cartesian-grid .ndl-charts-chart-cartesian-grid-zebra {
6952
+ position:absolute;
6953
+ background-color:rgb(var(--theme-palette-discovery-bg-status));
6954
+ opacity:0.04;
6955
+ }
6956
+ .ndl-charts-chart-cartesian-grid .ndl-charts-chart-cartesian-grid-filled {
6957
+ position:absolute;
6958
+ height:100%;
6959
+ width:100%;
6960
+ background-color:rgb(var(--theme-palette-discovery-bg-status));
6961
+ opacity:0.04;
6962
+ }
6947
6963
  .ndl-charts-chart-tooltip {
6948
6964
  display:flex;
6949
6965
  min-width:176px;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Fri, 15 Nov 2024 10:35:27 GMT
24
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
24
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
24
+ * Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
3
+ // Generated on Mon, 18 Nov 2024 14:09:55 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 Fri, 15 Nov 2024 10:35:27 GMT
24
+ * Generated on Mon, 18 Nov 2024 14:09:55 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.0.12",
3
+ "version": "3.0.14",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",