@neo4j-ndl/base 4.0.0-alpha.0.c084490 → 4.0.0-alpha.0.c6243ce

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 2025-09-16T12:11:43.715Z
25
+ * Generated on 2025-09-17T07:32:25.753Z
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 2025-09-16T12:11:43.710Z
25
+ * Generated on 2025-09-17T07:32:25.750Z
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on 2025-09-16T12:11:43.715Z
24
+ * Generated on 2025-09-17T07:32:25.753Z
25
25
  */
26
26
  export const tokens = {
27
27
  "breakpoint": {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on 2025-09-16T12:11:43.710Z
24
+ * Generated on 2025-09-17T07:32:25.750Z
25
25
  */
26
26
  export const tokens = {
27
27
  "breakpoint": {
@@ -8277,6 +8277,8 @@ button.ndl-avatar:focus-visible {
8277
8277
  --side-nav-width-expanded:196px;
8278
8278
  --side-nav-width:var(--side-nav-width-collapsed);
8279
8279
  --ndl-side-nav-divider-left-margin:var(--space-8);
8280
+
8281
+ z-index:1;
8280
8282
  }
8281
8283
  .ndl-side-nav.ndl-side-nav-root{
8282
8284
  width:calc(var(--side-nav-width) + 1px);
@@ -8288,7 +8290,6 @@ button.ndl-avatar:focus-visible {
8288
8290
  --side-nav-width:var(--side-nav-width-expanded);
8289
8291
  width:-moz-fit-content;
8290
8292
  width:fit-content;
8291
- z-index:var(--z-index-0);
8292
8293
  }
8293
8294
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-expanded .ndl-side-nav-nav {
8294
8295
  overflow-y:auto;
@@ -8296,15 +8297,10 @@ button.ndl-avatar:focus-visible {
8296
8297
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-expanded .ndl-side-nav-inner {
8297
8298
  position:relative;
8298
8299
  }
8299
- .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-expanded .ndl-side-nav-pin-button {
8300
- visibility:visible;
8301
- opacity:1;
8302
- }
8303
8300
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-collapsed{
8304
8301
  --side-nav-width:var(--side-nav-width-collapsed);
8305
8302
  width:-moz-fit-content;
8306
8303
  width:fit-content;
8307
- z-index:var(--z-index-0);
8308
8304
  }
8309
8305
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-collapsed .ndl-side-nav-nav {
8310
8306
  overflow-y:auto;
@@ -8313,21 +8309,19 @@ button.ndl-avatar:focus-visible {
8313
8309
  position:relative;
8314
8310
  }
8315
8311
  .ndl-side-nav.ndl-side-nav-popover {
8316
- z-index:20;
8312
+ z-index:60;
8317
8313
  border-radius:12px;
8318
8314
  border-width:1px;
8319
8315
  border-color:var(--theme-color-neutral-border-weak);
8320
8316
  background-color:var(--theme-color-neutral-bg-weak);
8321
- padding:0px;
8322
8317
  --tw-shadow:var(--theme-shadow-overlay);
8323
8318
  --tw-shadow-colored:var(--theme-shadow-overlay);
8324
8319
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
8325
8320
 
8326
8321
  width:220px;
8327
8322
  }
8328
- .ndl-side-nav.ndl-side-nav-popover .ndl-side-nav-popover-list {
8323
+ .ndl-side-nav.ndl-side-nav-popover.ndl-side-nav-popover-list {
8329
8324
  display:flex;
8330
- width:100%;
8331
8325
  flex-direction:column;
8332
8326
  gap:4px;
8333
8327
  padding-top:8px;
@@ -8364,10 +8358,6 @@ button.ndl-avatar:focus-visible {
8364
8358
  .ndl-side-nav .ndl-side-nav-inner.ndl-side-nav-hover .ndl-side-nav-nav{
8365
8359
  overflow-y:auto;
8366
8360
  }
8367
- .ndl-side-nav .ndl-side-nav-inner.ndl-side-nav-hover .ndl-side-nav-pin-button {
8368
- visibility:visible;
8369
- opacity:1;
8370
- }
8371
8361
  .ndl-side-nav .ndl-side-nav-inner .ndl-side-nav-list {
8372
8362
  display:flex;
8373
8363
  flex-direction:column;
@@ -8519,12 +8509,8 @@ button.ndl-avatar:focus-visible {
8519
8509
  padding-left:8px;
8520
8510
  padding-right:8px;
8521
8511
  }
8522
- .ndl-side-nav .ndl-side-nav-pin-button {
8523
- visibility:hidden;
8524
- opacity:0;
8525
- transition:all var(--motion-transition-quick);
8526
- transition-property:visibility, opacity;
8527
- }
8512
+ .ndl-side-nav .ndl-side-nav-pin-button{
8513
+ }
8528
8514
  .ndl-side-nav .ndl-side-nav-divider {
8529
8515
  margin-top:4px;
8530
8516
  margin-bottom:4px;
@@ -8770,6 +8756,9 @@ button.ndl-avatar:focus-visible {
8770
8756
  .n-isolate {
8771
8757
  isolation:isolate;
8772
8758
  }
8759
+ .n-z-10 {
8760
+ z-index:10;
8761
+ }
8773
8762
  .n-col-start-2 {
8774
8763
  grid-column-start:2;
8775
8764
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "4.0.0-alpha.0.c084490",
3
+ "version": "4.0.0-alpha.0.c6243ce",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",