@neo4j-ndl/base 3.7.22 → 3.7.30

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, 18 Aug 2025 14:04:54 GMT
25
+ * Generated on Mon, 22 Sep 2025 08:09:49 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, 18 Aug 2025 14:04:54 GMT
25
+ * Generated on Mon, 22 Sep 2025 08:09:49 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, 18 Aug 2025 14:04:54 GMT
25
+ * Generated on Mon, 22 Sep 2025 08:09:48 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, 18 Aug 2025 14:04:54 GMT
24
+ * Generated on Mon, 22 Sep 2025 08:09:49 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, 18 Aug 2025 14:04:54 GMT
24
+ * Generated on Mon, 22 Sep 2025 08:09:49 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, 18 Aug 2025 14:04:54 GMT
25
+ * Generated on Mon, 22 Sep 2025 08:09:48 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -1645,9 +1645,6 @@ a.ndl-btn {
1645
1645
  border-top-right-radius:9999px;
1646
1646
  background-color:transparent;
1647
1647
  }
1648
- .ndl-tabs .ndl-tab.ndl-underline-tab:focus-visible{
1649
- outline:none;
1650
- }
1651
1648
  .ndl-tabs .ndl-tab.ndl-underline-tab:focus-visible .ndl-tab-underline {
1652
1649
  background-color:rgb(var(--theme-palette-primary-focus));
1653
1650
  }
@@ -3063,9 +3060,6 @@ a.ndl-btn {
3063
3060
  .ndl-dialog .ndl-dialog-type-icon.ndl-info {
3064
3061
  color:rgb(var(--theme-palette-primary-icon));
3065
3062
  }
3066
- .ndl-dialog .ndl-dialog-type-icon.ndl-success {
3067
- color:rgb(var(--theme-palette-success-icon));
3068
- }
3069
3063
  .ndl-dialog .ndl-dialog-type-icon.ndl-warning {
3070
3064
  color:rgb(var(--theme-palette-warning-icon));
3071
3065
  }
@@ -5551,17 +5545,15 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5551
5545
  }
5552
5546
  .ndl-text-link:focus-visible::after {
5553
5547
  position:absolute;
5554
- left:-1px;
5555
- top:3px;
5556
- box-sizing:border-box;
5557
- height:calc(100% - 6px);
5558
- width:calc(100% + 1px);
5548
+ left:-4px;
5549
+ top:0px;
5550
+ height:100%;
5551
+ width:calc(100% + 8px);
5559
5552
  border-radius:4px;
5560
- border-style:solid;
5561
- border-color:rgb(var(--theme-palette-primary-focus));
5562
- color:rgb(var(--theme-palette-primary-pressed-strong));
5553
+ outline-style:solid;
5563
5554
  outline-width:2px;
5564
- outline-offset:0px;
5555
+ outline-offset:-2px;
5556
+ outline-color:rgb(var(--theme-palette-primary-focus));
5565
5557
  content:'';
5566
5558
  }
5567
5559
  .ndl-external-link,
@@ -8241,6 +8233,8 @@ button.ndl-avatar:focus-visible {
8241
8233
  --side-nav-width-expanded:196px;
8242
8234
  --side-nav-width:var(--side-nav-width-collapsed);
8243
8235
  --ndl-side-nav-divider-left-margin:var(--space-4);
8236
+
8237
+ z-index:1;
8244
8238
  }
8245
8239
  .ndl-side-nav.ndl-side-nav-root{
8246
8240
  width:calc(var(--side-nav-width) + 1px);
@@ -8252,7 +8246,6 @@ button.ndl-avatar:focus-visible {
8252
8246
  --side-nav-width:var(--side-nav-width-expanded);
8253
8247
  width:-moz-fit-content;
8254
8248
  width:fit-content;
8255
- z-index:var(--z-index-0);
8256
8249
  }
8257
8250
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-expanded .ndl-side-nav-nav {
8258
8251
  overflow-y:auto;
@@ -8260,15 +8253,10 @@ button.ndl-avatar:focus-visible {
8260
8253
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-expanded .ndl-side-nav-inner {
8261
8254
  position:relative;
8262
8255
  }
8263
- .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-expanded .ndl-side-nav-pin-button {
8264
- visibility:visible;
8265
- opacity:1;
8266
- }
8267
8256
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-collapsed{
8268
8257
  --side-nav-width:var(--side-nav-width-collapsed);
8269
8258
  width:-moz-fit-content;
8270
8259
  width:fit-content;
8271
- z-index:var(--z-index-0);
8272
8260
  }
8273
8261
  .ndl-side-nav.ndl-side-nav-root.ndl-side-nav-collapsed .ndl-side-nav-nav {
8274
8262
  overflow-y:auto;
@@ -8277,21 +8265,19 @@ button.ndl-avatar:focus-visible {
8277
8265
  position:relative;
8278
8266
  }
8279
8267
  .ndl-side-nav.ndl-side-nav-popover {
8280
- z-index:20;
8268
+ z-index:60;
8281
8269
  border-radius:10px;
8282
8270
  border-width:1px;
8283
8271
  border-color:rgb(var(--theme-palette-neutral-border-weak));
8284
8272
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
8285
- padding:0px;
8286
8273
  --tw-shadow:var(--theme-shadow-overlay);
8287
8274
  --tw-shadow-colored:var(--theme-shadow-overlay);
8288
8275
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
8289
8276
 
8290
8277
  width:220px;
8291
8278
  }
8292
- .ndl-side-nav.ndl-side-nav-popover .ndl-side-nav-popover-list {
8279
+ .ndl-side-nav.ndl-side-nav-popover.ndl-side-nav-popover-list {
8293
8280
  display:flex;
8294
- width:100%;
8295
8281
  flex-direction:column;
8296
8282
  gap:4px;
8297
8283
  padding-top:8px;
@@ -8328,10 +8314,6 @@ button.ndl-avatar:focus-visible {
8328
8314
  .ndl-side-nav .ndl-side-nav-inner.ndl-side-nav-hover .ndl-side-nav-nav{
8329
8315
  overflow-y:auto;
8330
8316
  }
8331
- .ndl-side-nav .ndl-side-nav-inner.ndl-side-nav-hover .ndl-side-nav-pin-button {
8332
- visibility:visible;
8333
- opacity:1;
8334
- }
8335
8317
  .ndl-side-nav .ndl-side-nav-inner .ndl-side-nav-list {
8336
8318
  display:flex;
8337
8319
  flex-direction:column;
@@ -8473,9 +8455,6 @@ button.ndl-avatar:focus-visible {
8473
8455
  white-space:nowrap;
8474
8456
  padding-left:16px;
8475
8457
  }
8476
- .ndl-side-nav .ndl-side-nav-category-header:first-child:not(.ndl-side-nav-category-header-expanded){
8477
- display:none;
8478
- }
8479
8458
  .ndl-side-nav .ndl-side-nav-footer {
8480
8459
  display:flex;
8481
8460
  width:100%;
@@ -8486,12 +8465,8 @@ button.ndl-avatar:focus-visible {
8486
8465
  padding-left:8px;
8487
8466
  padding-right:8px;
8488
8467
  }
8489
- .ndl-side-nav .ndl-side-nav-pin-button {
8490
- visibility:hidden;
8491
- opacity:0;
8492
- transition:var(--transitions-full-quick);
8493
- transition-property:visibility, opacity;
8494
- }
8468
+ .ndl-side-nav .ndl-side-nav-pin-button{
8469
+ }
8495
8470
  .ndl-side-nav .ndl-side-nav-divider {
8496
8471
  margin-top:4px;
8497
8472
  margin-bottom:4px;
@@ -8737,6 +8712,9 @@ button.ndl-avatar:focus-visible {
8737
8712
  .n-isolate {
8738
8713
  isolation:isolate;
8739
8714
  }
8715
+ .n-z-10 {
8716
+ z-index:10;
8717
+ }
8740
8718
  .n-m-auto {
8741
8719
  margin:auto;
8742
8720
  }
@@ -8877,6 +8855,9 @@ button.ndl-avatar:focus-visible {
8877
8855
  .n-h-28 {
8878
8856
  height:112px;
8879
8857
  }
8858
+ .n-h-32 {
8859
+ height:128px;
8860
+ }
8880
8861
  .n-h-36 {
8881
8862
  height:144px;
8882
8863
  }
@@ -43827,6 +43808,9 @@ button.ndl-avatar:focus-visible {
43827
43808
  .n-p-token-0 {
43828
43809
  padding:0px;
43829
43810
  }
43811
+ .n-p-token-2 {
43812
+ padding:2px;
43813
+ }
43830
43814
  .n-p-token-4 {
43831
43815
  padding:8px;
43832
43816
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 18 Aug 2025 14:04:54 GMT
24
+ * Generated on Mon, 22 Sep 2025 08:09:48 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, 18 Aug 2025 14:04:54 GMT
24
+ * Generated on Mon, 22 Sep 2025 08:09:49 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, 18 Aug 2025 14:04:54 GMT
24
+ * Generated on Mon, 22 Sep 2025 08:09:49 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, 18 Aug 2025 14:04:54 GMT
3
+ // Generated on Mon, 22 Sep 2025 08:09:48 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, 18 Aug 2025 14:04:54 GMT
24
+ * Generated on Mon, 22 Sep 2025 08:09:49 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.22",
3
+ "version": "3.7.30",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",