@neo4j-ndl/base 3.7.5 → 3.7.7

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 Tue, 10 Jun 2025 12:24:54 GMT
25
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
25
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
25
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
24
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
24
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
25
+ * Generated on Thu, 12 Jun 2025 09:57:40 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -7665,37 +7665,48 @@ button.ndl-avatar:focus-visible {
7665
7665
  --spotlight-target-pulse-color:rgba(233, 222, 255, 0.5);
7666
7666
  --spotlight-overlay-z-index:var(--z-index-alias-blanket);
7667
7667
  --spotlight-target-z-index:calc(var(--spotlight-overlay-z-index) + 1);
7668
+ --spotlight-z-index:var(--z-index-alias-popover);
7668
7669
  }
7669
7670
  .ndl-theme-dark{
7670
7671
  --spotlight-target-pulse-color:rgba(233, 222, 255, 0.2);
7671
7672
  }
7672
7673
  .ndl-spotlight-overlay {
7673
- visibility:hidden;
7674
7674
  position:fixed;
7675
7675
  top:0px;
7676
7676
  bottom:0px;
7677
7677
  right:0px;
7678
7678
  left:0px;
7679
- background-color:rgba(0, 0, 0, 0.4);
7679
+ cursor:default;
7680
+ background-color:transparent;
7680
7681
  transition:opacity 0.2s ease;
7681
7682
  opacity:0;
7682
7683
  z-index:var(--spotlight-overlay-z-index);
7683
7684
  }
7684
- .ndl-spotlight-overlay.ndl-spotlight-overlay-open {
7685
- visibility:visible;
7685
+ .ndl-spotlight-overlay.ndl-spotlight-overlay-open{
7686
7686
  opacity:1;
7687
- }
7688
- .ndl-spotlight-overlay.ndl-spotlight-overlay-transparent {
7689
- background-color:transparent;
7690
- }
7687
+ }
7688
+ .ndl-spotlight-overlay.ndl-spotlight-overlay-opaque{
7689
+ background-color:rgba(0, 0, 0, 0.4);
7690
+ }
7691
+ .ndl-spotlight-overlay.ndl-spotlight-overlay-top{
7692
+ z-index:var(--spotlight-z-index);
7693
+ }
7691
7694
  .ndl-spotlight {
7692
7695
  width:320px;
7693
7696
  overflow:hidden;
7697
+ border-radius:8px;
7694
7698
  border-width:1px;
7695
7699
  border-color:rgb(var(--theme-palette-discovery-border-strong));
7696
7700
  background-color:rgb(var(--theme-palette-discovery-bg-strong));
7697
7701
  padding-bottom:16px;
7698
7702
  color:rgb(var(--theme-palette-neutral-text-inverse));
7703
+ --tw-shadow:var(--theme-shadow-overlay);
7704
+ --tw-shadow-colored:var(--theme-shadow-overlay);
7705
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
7706
+ outline:2px solid transparent;
7707
+ outline-offset:2px;
7708
+
7709
+ z-index:var(--spotlight-z-index);
7699
7710
  }
7700
7711
  .ndl-spotlight .ndl-spotlight-header,
7701
7712
  .ndl-spotlight .ndl-spotlight-body {
@@ -7777,6 +7788,12 @@ button.ndl-avatar:focus-visible {
7777
7788
  outline-offset:2px;
7778
7789
  outline-color:rgb(var(--theme-palette-primary-focus));
7779
7790
  }
7791
+ .ndl-spotlight-target.ndl-spotlight-target-fit-to-children {
7792
+ height:-moz-fit-content;
7793
+ height:fit-content;
7794
+ width:-moz-fit-content;
7795
+ width:fit-content;
7796
+ }
7780
7797
  .ndl-spotlight-target.ndl-spotlight-target-open {
7781
7798
  cursor:default;
7782
7799
  z-index:var(--spotlight-target-z-index);
@@ -7789,6 +7806,16 @@ button.ndl-avatar:focus-visible {
7789
7806
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
7790
7807
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
7791
7808
  }
7809
+ .ndl-spotlight-target .ndl-spotlight-target-inert.ndl-spotlight-target-inert-fit-to-children {
7810
+ display:flex;
7811
+ }
7812
+ .ndl-spotlight-target.ndl-spotlight-target-overlay {
7813
+ position:absolute;
7814
+ top:0px;
7815
+ left:0px;
7816
+ height:100%;
7817
+ width:100%;
7818
+ }
7792
7819
  .ndl-spotlight-target-indicator{
7793
7820
  z-index:var(--spotlight-target-z-index);
7794
7821
  }
@@ -8243,7 +8270,7 @@ button.ndl-avatar:focus-visible {
8243
8270
  color:rgb(var(--theme-palette-neutral-text-default));
8244
8271
  }
8245
8272
  .ndl-side-nav .ndl-side-nav-category-item .ndl-side-nav-item-button:hover {
8246
- cursor:context-menu;
8273
+ cursor:default;
8247
8274
  }
8248
8275
  .ndl-side-nav .ndl-side-nav-category-header {
8249
8276
  display:flex;
@@ -8328,51 +8355,51 @@ button.ndl-avatar:focus-visible {
8328
8355
  .ndl-icon-indicator-wrapper .ndl-icon-indicator.ndl-danger {
8329
8356
  fill:rgb(var(--theme-palette-danger-bg-status));
8330
8357
  }
8331
- .ndl-graph-viz-container {
8358
+ .ndl-graph-visualization-container {
8332
8359
  display:flex;
8333
8360
  height:100%;
8334
8361
  width:100%;
8335
8362
  }
8336
- .ndl-graph-viz-container .ndl-graph-viz {
8363
+ .ndl-graph-visualization-container .ndl-graph-visualization {
8337
8364
  position:relative;
8338
8365
  height:100%;
8339
8366
  width:100%;
8340
8367
  background-color:rgb(var(--theme-palette-neutral-bg-default));
8341
8368
  min-width:25px;
8342
8369
  }
8343
- .ndl-graph-viz-container .ndl-graph-resizable{
8370
+ .ndl-graph-visualization-container .ndl-graph-resizable{
8344
8371
  max-width:min(66%, calc(100% - 325px)) !important;
8345
8372
  }
8346
- .ndl-graph-viz-container .ndl-graph-viz-interaction-island {
8373
+ .ndl-graph-visualization-container .ndl-graph-visualization-interaction-island {
8347
8374
  position:absolute;
8348
8375
  }
8349
- .ndl-graph-viz-container .ndl-graph-viz-interaction-island.ndl-top-left {
8376
+ .ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-top-left {
8350
8377
  top:8px;
8351
8378
  left:8px;
8352
8379
  }
8353
- .ndl-graph-viz-container .ndl-graph-viz-interaction-island.ndl-top-right {
8380
+ .ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-top-right {
8354
8381
  top:8px;
8355
8382
  right:8px;
8356
8383
  }
8357
- .ndl-graph-viz-container .ndl-graph-viz-interaction-island.ndl-bottom-left {
8384
+ .ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-bottom-left {
8358
8385
  bottom:8px;
8359
8386
  left:8px;
8360
8387
  }
8361
- .ndl-graph-viz-container .ndl-graph-viz-interaction-island.ndl-bottom-right {
8388
+ .ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-bottom-right {
8362
8389
  bottom:8px;
8363
8390
  right:8px;
8364
8391
  }
8365
- .ndl-graph-viz-container .ndl-graph-viz-default-download-group {
8392
+ .ndl-graph-visualization-container .ndl-graph-visualization-default-download-group {
8366
8393
  display:flex;
8367
8394
  gap:8px;
8368
8395
  }
8369
- .ndl-graph-viz-container .ndl-graph-viz-toggle-sidepanel {
8396
+ .ndl-graph-visualization-container .ndl-graph-visualization-toggle-sidepanel {
8370
8397
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
8371
8398
  }
8372
- .ndl-graph-viz-container .ndl-graph-viz-toggle-sidepanel .ndl-graph-viz-toggle-icon {
8399
+ .ndl-graph-visualization-container .ndl-graph-visualization-toggle-sidepanel .ndl-graph-visualization-toggle-icon {
8373
8400
  color:rgb(var(--theme-palette-neutral-text-weak));
8374
8401
  }
8375
- .ndl-graph-viz-container .ndl-graph-viz-sidepanel-content {
8402
+ .ndl-graph-visualization-container .ndl-graph-visualization-sidepanel-content {
8376
8403
  display:grid;
8377
8404
  height:100%;
8378
8405
  gap:8px;
@@ -8383,32 +8410,32 @@ button.ndl-avatar:focus-visible {
8383
8410
  grid-template-columns:1fr auto;
8384
8411
  grid-template-rows:36px 1fr;
8385
8412
  }
8386
- .ndl-graph-viz-container .ndl-graph-viz-sidepanel-title {
8413
+ .ndl-graph-visualization-container .ndl-graph-visualization-sidepanel-title {
8387
8414
  margin-left:16px;
8388
8415
  display:flex;
8389
8416
  align-items:center;
8390
8417
  grid-area:title;
8391
8418
  }
8392
- .ndl-graph-viz-container .ndl-graph-viz-overview-panel {
8419
+ .ndl-graph-visualization-container .ndl-graph-visualization-overview-panel {
8393
8420
  margin-left:16px;
8394
8421
  margin-right:16px;
8395
8422
  display:flex;
8396
8423
  flex-direction:column;
8397
8424
  gap:8px;
8398
8425
  }
8399
- .ndl-graph-viz-container .ndl-graph-viz-overview-panel .ndl-overview-section {
8426
+ .ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-section {
8400
8427
  display:flex;
8401
8428
  flex-direction:column;
8402
8429
  gap:8px;
8403
8430
  }
8404
- .ndl-graph-viz-container .ndl-graph-viz-overview-panel .ndl-overview-header {
8431
+ .ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-header {
8405
8432
  display:flex;
8406
8433
  align-items:center;
8407
8434
  justify-content:space-between;
8408
8435
  font-size:0.875rem;
8409
8436
  line-height:1.25rem;
8410
8437
  }
8411
- .ndl-graph-viz-container .ndl-graph-viz-overview-panel .ndl-overview-items {
8438
+ .ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-items {
8412
8439
  display:flex;
8413
8440
  flex-direction:row;
8414
8441
  flex-wrap:wrap;
@@ -8417,16 +8444,16 @@ button.ndl-avatar:focus-visible {
8417
8444
  row-gap:4px;
8418
8445
  line-height:1.25;
8419
8446
  }
8420
- .ndl-graph-viz-container .ndl-graph-viz-overview-panel .ndl-overview-relationships-section {
8447
+ .ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-relationships-section {
8421
8448
  display:flex;
8422
8449
  flex-direction:column;
8423
8450
  gap:8px;
8424
8451
  }
8425
- .ndl-graph-viz-container .ndl-graph-viz-overview-panel .ndl-overview-relationships-section .ndl-overview-relationships-title {
8452
+ .ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-relationships-section .ndl-overview-relationships-title {
8426
8453
  font-size:0.875rem;
8427
8454
  line-height:1.25rem;
8428
8455
  }
8429
- .ndl-graph-viz-container .ndl-graph-viz-properties-table {
8456
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table {
8430
8457
  display:flex;
8431
8458
  width:100%;
8432
8459
  flex-direction:column;
@@ -8436,16 +8463,16 @@ button.ndl-avatar:focus-visible {
8436
8463
  font-size:0.875rem;
8437
8464
  line-height:1.25rem;
8438
8465
  }
8439
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-header {
8466
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-header {
8440
8467
  margin-bottom:4px;
8441
8468
  display:flex;
8442
8469
  flex-direction:row;
8443
8470
  padding-left:8px;
8444
8471
  }
8445
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-header-key {
8472
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-header-key {
8446
8473
  flex-basis:33.333333%;
8447
8474
  }
8448
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-row {
8475
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-row {
8449
8476
  display:flex;
8450
8477
  border-top-width:1px;
8451
8478
  border-color:rgb(var(--theme-palette-neutral-border-weak));
@@ -8453,10 +8480,10 @@ button.ndl-avatar:focus-visible {
8453
8480
  padding-bottom:4px;
8454
8481
  padding-left:8px;
8455
8482
  }
8456
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-row:first-child {
8483
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-row:first-child {
8457
8484
  border-style:none;
8458
8485
  }
8459
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-key {
8486
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-key {
8460
8487
  overflow:hidden;
8461
8488
  display:-webkit-box;
8462
8489
  -webkit-box-orient:vertical;
@@ -8464,18 +8491,18 @@ button.ndl-avatar:focus-visible {
8464
8491
  flex-basis:33.333333%;
8465
8492
  font-weight:900;
8466
8493
  }
8467
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-value {
8494
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-value {
8468
8495
  flex:1 1 0%;
8469
8496
  white-space:pre-wrap;
8470
8497
  }
8471
- .ndl-graph-viz-container .ndl-graph-viz-properties-table .ndl-properties-clipboard-button {
8498
+ .ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-clipboard-button {
8472
8499
  display:flex;
8473
8500
  justify-content:flex-end;
8474
8501
  }
8475
- .ndl-graph-viz-container .ndl-details-title {
8502
+ .ndl-graph-visualization-container .ndl-details-title {
8476
8503
  margin-right:auto;
8477
8504
  }
8478
- .ndl-graph-viz-container .ndl-details-tags {
8505
+ .ndl-graph-visualization-container .ndl-details-tags {
8479
8506
  margin-left:16px;
8480
8507
  margin-right:16px;
8481
8508
  display:flex;
@@ -8483,20 +8510,20 @@ button.ndl-avatar:focus-visible {
8483
8510
  flex-wrap:wrap;
8484
8511
  gap:8px;
8485
8512
  }
8486
- .ndl-graph-viz-container .ndl-details-divider {
8513
+ .ndl-graph-visualization-container .ndl-details-divider {
8487
8514
  margin-top:12px;
8488
8515
  margin-bottom:12px;
8489
8516
  height:1px;
8490
8517
  width:100%;
8491
8518
  background-color:rgb(var(--theme-palette-neutral-border-weak));
8492
8519
  }
8493
- .ndl-graph-viz-container .ndl-grid-area-title{
8520
+ .ndl-graph-visualization-container .ndl-grid-area-title{
8494
8521
  grid-area:title;
8495
8522
  }
8496
- .ndl-graph-viz-container .ndl-grid-area-content{
8523
+ .ndl-graph-visualization-container .ndl-grid-area-content{
8497
8524
  grid-area:content;
8498
8525
  }
8499
- .ndl-graph-viz-container .ndl-sidepanel-handle {
8526
+ .ndl-graph-visualization-container .ndl-sidepanel-handle {
8500
8527
  margin-left:4px;
8501
8528
  }
8502
8529
  .n-absolute {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 10 Jun 2025 12:24:54 GMT
24
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
24
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
24
+ * Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:53 GMT
3
+ // Generated on Thu, 12 Jun 2025 09:57:40 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 Tue, 10 Jun 2025 12:24:54 GMT
24
+ * Generated on Thu, 12 Jun 2025 09:57:40 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.5",
3
+ "version": "3.7.7",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",