@neo4j-ndl/base 3.7.0 → 3.7.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 Mon, 02 Jun 2025 09:37:35 GMT
25
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:36 GMT
25
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:35 GMT
25
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:35 GMT
24
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:36 GMT
24
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:35 GMT
25
+ * Generated on Thu, 05 Jun 2025 10:17:43 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -3298,7 +3298,6 @@ a.ndl-btn {
3298
3298
  max-width:none;
3299
3299
  align-items:center;
3300
3300
  gap:4px;
3301
- overflow:hidden;
3302
3301
  border-radius:6px;
3303
3302
  border-width:1px;
3304
3303
  border-style:solid;
@@ -8033,6 +8032,7 @@ button.ndl-avatar:focus-visible {
8033
8032
  --side-nav-width-collapsed:52px;
8034
8033
  --side-nav-width-expanded:196px;
8035
8034
  --side-nav-width:var(--side-nav-width-collapsed);
8035
+ --ndl-side-nav-divider-left-margin:var(--space-4);
8036
8036
  }
8037
8037
  .ndl-side-nav.ndl-side-nav-root{
8038
8038
  width:calc(var(--side-nav-width) + 1px);
@@ -8247,17 +8247,19 @@ button.ndl-avatar:focus-visible {
8247
8247
  .ndl-side-nav .ndl-side-nav-category-header {
8248
8248
  display:flex;
8249
8249
  height:40px;
8250
- width:100%;
8251
8250
  align-items:center;
8252
- overflow:hidden;
8253
- text-overflow:ellipsis;
8254
- white-space:nowrap;
8255
8251
  padding-top:8px;
8256
8252
  padding-bottom:8px;
8257
8253
  padding-left:8px;
8254
+ padding-right:8px;
8255
+
8256
+ width:var(--side-nav-width);
8258
8257
  }
8259
8258
  .ndl-side-nav .ndl-side-nav-category-header.ndl-side-nav-category-header-expanded {
8260
8259
  display:block;
8260
+ overflow:hidden;
8261
+ text-overflow:ellipsis;
8262
+ white-space:nowrap;
8261
8263
  padding-left:16px;
8262
8264
  }
8263
8265
  .ndl-side-nav .ndl-side-nav-footer {
@@ -8276,14 +8278,15 @@ button.ndl-avatar:focus-visible {
8276
8278
  transition:var(--transitions-full-quick);
8277
8279
  transition-property:visibility, opacity;
8278
8280
  }
8279
- .ndl-side-nav .ndl-side-nav-divider{
8280
- --ndl-side-nav-divider-left-margin:var(--space-4);
8281
- margin-top:4px;
8282
- margin-bottom:4px;
8281
+ .ndl-side-nav .ndl-side-nav-divider {
8282
+ margin-top:4px;
8283
+ margin-bottom:4px;
8283
8284
  margin-left:var(--ndl-side-nav-divider-left-margin);
8284
8285
  margin-right:var(--ndl-side-nav-divider-left-margin);
8285
- width:calc(100% - var(--ndl-side-nav-divider-left-margin) * 2);
8286
- }
8286
+ width:calc(
8287
+ var(--side-nav-width) - var(--ndl-side-nav-divider-left-margin) * 2
8288
+ );
8289
+ }
8287
8290
  .ndl-side-nav .ndl-side-nav-item-badge {
8288
8291
  width:20px;
8289
8292
  height:20px;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 02 Jun 2025 09:37:35 GMT
24
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:35 GMT
24
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:36 GMT
24
+ * Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:35 GMT
3
+ // Generated on Thu, 05 Jun 2025 10:17:43 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, 02 Jun 2025 09:37:35 GMT
24
+ * Generated on Thu, 05 Jun 2025 10:17:43 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.0",
3
+ "version": "3.7.2",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",