@neo4j-ndl/base 3.7.21 → 3.7.22

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 Thu, 14 Aug 2025 11:29:52 GMT
25
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
25
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
25
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
24
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
24
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
25
+ * Generated on Mon, 18 Aug 2025 14:04:54 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -8473,6 +8473,9 @@ button.ndl-avatar:focus-visible {
8473
8473
  white-space:nowrap;
8474
8474
  padding-left:16px;
8475
8475
  }
8476
+ .ndl-side-nav .ndl-side-nav-category-header:first-child:not(.ndl-side-nav-category-header-expanded){
8477
+ display:none;
8478
+ }
8476
8479
  .ndl-side-nav .ndl-side-nav-footer {
8477
8480
  display:flex;
8478
8481
  width:100%;
@@ -9017,6 +9020,9 @@ button.ndl-avatar:focus-visible {
9017
9020
  .n-grid-cols-1 {
9018
9021
  grid-template-columns:repeat(1, minmax(0, 1fr));
9019
9022
  }
9023
+ .n-grid-cols-4 {
9024
+ grid-template-columns:repeat(4, minmax(0, 1fr));
9025
+ }
9020
9026
  .n-grid-cols-6 {
9021
9027
  grid-template-columns:repeat(6, minmax(0, 1fr));
9022
9028
  }
@@ -43891,6 +43897,9 @@ button.ndl-avatar:focus-visible {
43891
43897
  .n-pr-token-3 {
43892
43898
  padding-right:4px;
43893
43899
  }
43900
+ .n-pt-6 {
43901
+ padding-top:24px;
43902
+ }
43894
43903
  .n-text-left {
43895
43904
  text-align:left;
43896
43905
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 14 Aug 2025 11:29:52 GMT
24
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
24
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
24
+ * Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
3
+ // Generated on Mon, 18 Aug 2025 14:04:54 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 Thu, 14 Aug 2025 11:29:52 GMT
24
+ * Generated on Mon, 18 Aug 2025 14:04:54 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.7.21",
3
+ "version": "3.7.22",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",