@neo4j-ndl/base 3.7.4 → 3.7.6
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.
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +73 -45
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -7411,11 +7411,11 @@ button.ndl-avatar:focus-visible {
|
|
|
7411
7411
|
padding:10px;
|
|
7412
7412
|
}
|
|
7413
7413
|
.ndl-chart-legend .ndl-chart-legend-item {
|
|
7414
|
+
margin-right:16px;
|
|
7414
7415
|
display:flex;
|
|
7415
7416
|
align-items:center;
|
|
7416
7417
|
gap:8px;
|
|
7417
7418
|
text-wrap:nowrap;
|
|
7418
|
-
padding-right:16px;
|
|
7419
7419
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
7420
7420
|
}
|
|
7421
7421
|
.ndl-chart-legend .ndl-chart-legend-item:last-child {
|
|
@@ -7427,9 +7427,10 @@ button.ndl-avatar:focus-visible {
|
|
|
7427
7427
|
flex-shrink:0;
|
|
7428
7428
|
border-radius:2px;
|
|
7429
7429
|
}
|
|
7430
|
-
.ndl-chart-legend .ndl-chart-legend-item .ndl-chart-legend-item-square .ndl-chart-legend-item-square-checkmark
|
|
7431
|
-
|
|
7432
|
-
|
|
7430
|
+
.ndl-chart-legend .ndl-chart-legend-item .ndl-chart-legend-item-square .ndl-chart-legend-item-square-checkmark{
|
|
7431
|
+
--tw-text-opacity:1;
|
|
7432
|
+
color:rgb(255 255 255 / var(--tw-text-opacity));
|
|
7433
|
+
}
|
|
7433
7434
|
.ndl-chart-legend .ndl-chart-legend-item.ndl-chart-legend-item-deselected {
|
|
7434
7435
|
text-decoration-line:line-through;
|
|
7435
7436
|
}
|
|
@@ -7664,37 +7665,48 @@ button.ndl-avatar:focus-visible {
|
|
|
7664
7665
|
--spotlight-target-pulse-color:rgba(233, 222, 255, 0.5);
|
|
7665
7666
|
--spotlight-overlay-z-index:var(--z-index-alias-blanket);
|
|
7666
7667
|
--spotlight-target-z-index:calc(var(--spotlight-overlay-z-index) + 1);
|
|
7668
|
+
--spotlight-z-index:var(--z-index-alias-popover);
|
|
7667
7669
|
}
|
|
7668
7670
|
.ndl-theme-dark{
|
|
7669
7671
|
--spotlight-target-pulse-color:rgba(233, 222, 255, 0.2);
|
|
7670
7672
|
}
|
|
7671
7673
|
.ndl-spotlight-overlay {
|
|
7672
|
-
visibility:hidden;
|
|
7673
7674
|
position:fixed;
|
|
7674
7675
|
top:0px;
|
|
7675
7676
|
bottom:0px;
|
|
7676
7677
|
right:0px;
|
|
7677
7678
|
left:0px;
|
|
7678
|
-
|
|
7679
|
+
cursor:default;
|
|
7680
|
+
background-color:transparent;
|
|
7679
7681
|
transition:opacity 0.2s ease;
|
|
7680
7682
|
opacity:0;
|
|
7681
7683
|
z-index:var(--spotlight-overlay-z-index);
|
|
7682
7684
|
}
|
|
7683
|
-
.ndl-spotlight-overlay.ndl-spotlight-overlay-open
|
|
7684
|
-
visibility:visible;
|
|
7685
|
+
.ndl-spotlight-overlay.ndl-spotlight-overlay-open{
|
|
7685
7686
|
opacity:1;
|
|
7686
|
-
}
|
|
7687
|
-
.ndl-spotlight-overlay.ndl-spotlight-overlay-
|
|
7688
|
-
|
|
7689
|
-
}
|
|
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
|
+
}
|
|
7690
7694
|
.ndl-spotlight {
|
|
7691
7695
|
width:320px;
|
|
7692
7696
|
overflow:hidden;
|
|
7697
|
+
border-radius:8px;
|
|
7693
7698
|
border-width:1px;
|
|
7694
7699
|
border-color:rgb(var(--theme-palette-discovery-border-strong));
|
|
7695
7700
|
background-color:rgb(var(--theme-palette-discovery-bg-strong));
|
|
7696
7701
|
padding-bottom:16px;
|
|
7697
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);
|
|
7698
7710
|
}
|
|
7699
7711
|
.ndl-spotlight .ndl-spotlight-header,
|
|
7700
7712
|
.ndl-spotlight .ndl-spotlight-body {
|
|
@@ -7776,6 +7788,12 @@ button.ndl-avatar:focus-visible {
|
|
|
7776
7788
|
outline-offset:2px;
|
|
7777
7789
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
7778
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
|
+
}
|
|
7779
7797
|
.ndl-spotlight-target.ndl-spotlight-target-open {
|
|
7780
7798
|
cursor:default;
|
|
7781
7799
|
z-index:var(--spotlight-target-z-index);
|
|
@@ -7788,6 +7806,16 @@ button.ndl-avatar:focus-visible {
|
|
|
7788
7806
|
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
7789
7807
|
box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
7790
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
|
+
}
|
|
7791
7819
|
.ndl-spotlight-target-indicator{
|
|
7792
7820
|
z-index:var(--spotlight-target-z-index);
|
|
7793
7821
|
}
|
|
@@ -8327,51 +8355,51 @@ button.ndl-avatar:focus-visible {
|
|
|
8327
8355
|
.ndl-icon-indicator-wrapper .ndl-icon-indicator.ndl-danger {
|
|
8328
8356
|
fill:rgb(var(--theme-palette-danger-bg-status));
|
|
8329
8357
|
}
|
|
8330
|
-
.ndl-graph-
|
|
8358
|
+
.ndl-graph-visualization-container {
|
|
8331
8359
|
display:flex;
|
|
8332
8360
|
height:100%;
|
|
8333
8361
|
width:100%;
|
|
8334
8362
|
}
|
|
8335
|
-
.ndl-graph-
|
|
8363
|
+
.ndl-graph-visualization-container .ndl-graph-visualization {
|
|
8336
8364
|
position:relative;
|
|
8337
8365
|
height:100%;
|
|
8338
8366
|
width:100%;
|
|
8339
8367
|
background-color:rgb(var(--theme-palette-neutral-bg-default));
|
|
8340
8368
|
min-width:25px;
|
|
8341
8369
|
}
|
|
8342
|
-
.ndl-graph-
|
|
8370
|
+
.ndl-graph-visualization-container .ndl-graph-resizable{
|
|
8343
8371
|
max-width:min(66%, calc(100% - 325px)) !important;
|
|
8344
8372
|
}
|
|
8345
|
-
.ndl-graph-
|
|
8373
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-interaction-island {
|
|
8346
8374
|
position:absolute;
|
|
8347
8375
|
}
|
|
8348
|
-
.ndl-graph-
|
|
8376
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-top-left {
|
|
8349
8377
|
top:8px;
|
|
8350
8378
|
left:8px;
|
|
8351
8379
|
}
|
|
8352
|
-
.ndl-graph-
|
|
8380
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-top-right {
|
|
8353
8381
|
top:8px;
|
|
8354
8382
|
right:8px;
|
|
8355
8383
|
}
|
|
8356
|
-
.ndl-graph-
|
|
8384
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-bottom-left {
|
|
8357
8385
|
bottom:8px;
|
|
8358
8386
|
left:8px;
|
|
8359
8387
|
}
|
|
8360
|
-
.ndl-graph-
|
|
8388
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-interaction-island.ndl-bottom-right {
|
|
8361
8389
|
bottom:8px;
|
|
8362
8390
|
right:8px;
|
|
8363
8391
|
}
|
|
8364
|
-
.ndl-graph-
|
|
8392
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-default-download-group {
|
|
8365
8393
|
display:flex;
|
|
8366
8394
|
gap:8px;
|
|
8367
8395
|
}
|
|
8368
|
-
.ndl-graph-
|
|
8396
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-toggle-sidepanel {
|
|
8369
8397
|
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
8370
8398
|
}
|
|
8371
|
-
.ndl-graph-
|
|
8399
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-toggle-sidepanel .ndl-graph-visualization-toggle-icon {
|
|
8372
8400
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
8373
8401
|
}
|
|
8374
|
-
.ndl-graph-
|
|
8402
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-sidepanel-content {
|
|
8375
8403
|
display:grid;
|
|
8376
8404
|
height:100%;
|
|
8377
8405
|
gap:8px;
|
|
@@ -8382,32 +8410,32 @@ button.ndl-avatar:focus-visible {
|
|
|
8382
8410
|
grid-template-columns:1fr auto;
|
|
8383
8411
|
grid-template-rows:36px 1fr;
|
|
8384
8412
|
}
|
|
8385
|
-
.ndl-graph-
|
|
8413
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-sidepanel-title {
|
|
8386
8414
|
margin-left:16px;
|
|
8387
8415
|
display:flex;
|
|
8388
8416
|
align-items:center;
|
|
8389
8417
|
grid-area:title;
|
|
8390
8418
|
}
|
|
8391
|
-
.ndl-graph-
|
|
8419
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-overview-panel {
|
|
8392
8420
|
margin-left:16px;
|
|
8393
8421
|
margin-right:16px;
|
|
8394
8422
|
display:flex;
|
|
8395
8423
|
flex-direction:column;
|
|
8396
8424
|
gap:8px;
|
|
8397
8425
|
}
|
|
8398
|
-
.ndl-graph-
|
|
8426
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-section {
|
|
8399
8427
|
display:flex;
|
|
8400
8428
|
flex-direction:column;
|
|
8401
8429
|
gap:8px;
|
|
8402
8430
|
}
|
|
8403
|
-
.ndl-graph-
|
|
8431
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-header {
|
|
8404
8432
|
display:flex;
|
|
8405
8433
|
align-items:center;
|
|
8406
8434
|
justify-content:space-between;
|
|
8407
8435
|
font-size:0.875rem;
|
|
8408
8436
|
line-height:1.25rem;
|
|
8409
8437
|
}
|
|
8410
|
-
.ndl-graph-
|
|
8438
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-items {
|
|
8411
8439
|
display:flex;
|
|
8412
8440
|
flex-direction:row;
|
|
8413
8441
|
flex-wrap:wrap;
|
|
@@ -8416,16 +8444,16 @@ button.ndl-avatar:focus-visible {
|
|
|
8416
8444
|
row-gap:4px;
|
|
8417
8445
|
line-height:1.25;
|
|
8418
8446
|
}
|
|
8419
|
-
.ndl-graph-
|
|
8447
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-relationships-section {
|
|
8420
8448
|
display:flex;
|
|
8421
8449
|
flex-direction:column;
|
|
8422
8450
|
gap:8px;
|
|
8423
8451
|
}
|
|
8424
|
-
.ndl-graph-
|
|
8452
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-overview-panel .ndl-overview-relationships-section .ndl-overview-relationships-title {
|
|
8425
8453
|
font-size:0.875rem;
|
|
8426
8454
|
line-height:1.25rem;
|
|
8427
8455
|
}
|
|
8428
|
-
.ndl-graph-
|
|
8456
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table {
|
|
8429
8457
|
display:flex;
|
|
8430
8458
|
width:100%;
|
|
8431
8459
|
flex-direction:column;
|
|
@@ -8435,16 +8463,16 @@ button.ndl-avatar:focus-visible {
|
|
|
8435
8463
|
font-size:0.875rem;
|
|
8436
8464
|
line-height:1.25rem;
|
|
8437
8465
|
}
|
|
8438
|
-
.ndl-graph-
|
|
8466
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-header {
|
|
8439
8467
|
margin-bottom:4px;
|
|
8440
8468
|
display:flex;
|
|
8441
8469
|
flex-direction:row;
|
|
8442
8470
|
padding-left:8px;
|
|
8443
8471
|
}
|
|
8444
|
-
.ndl-graph-
|
|
8472
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-header-key {
|
|
8445
8473
|
flex-basis:33.333333%;
|
|
8446
8474
|
}
|
|
8447
|
-
.ndl-graph-
|
|
8475
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-row {
|
|
8448
8476
|
display:flex;
|
|
8449
8477
|
border-top-width:1px;
|
|
8450
8478
|
border-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
@@ -8452,10 +8480,10 @@ button.ndl-avatar:focus-visible {
|
|
|
8452
8480
|
padding-bottom:4px;
|
|
8453
8481
|
padding-left:8px;
|
|
8454
8482
|
}
|
|
8455
|
-
.ndl-graph-
|
|
8483
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-row:first-child {
|
|
8456
8484
|
border-style:none;
|
|
8457
8485
|
}
|
|
8458
|
-
.ndl-graph-
|
|
8486
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-key {
|
|
8459
8487
|
overflow:hidden;
|
|
8460
8488
|
display:-webkit-box;
|
|
8461
8489
|
-webkit-box-orient:vertical;
|
|
@@ -8463,18 +8491,18 @@ button.ndl-avatar:focus-visible {
|
|
|
8463
8491
|
flex-basis:33.333333%;
|
|
8464
8492
|
font-weight:900;
|
|
8465
8493
|
}
|
|
8466
|
-
.ndl-graph-
|
|
8494
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-value {
|
|
8467
8495
|
flex:1 1 0%;
|
|
8468
8496
|
white-space:pre-wrap;
|
|
8469
8497
|
}
|
|
8470
|
-
.ndl-graph-
|
|
8498
|
+
.ndl-graph-visualization-container .ndl-graph-visualization-properties-table .ndl-properties-clipboard-button {
|
|
8471
8499
|
display:flex;
|
|
8472
8500
|
justify-content:flex-end;
|
|
8473
8501
|
}
|
|
8474
|
-
.ndl-graph-
|
|
8502
|
+
.ndl-graph-visualization-container .ndl-details-title {
|
|
8475
8503
|
margin-right:auto;
|
|
8476
8504
|
}
|
|
8477
|
-
.ndl-graph-
|
|
8505
|
+
.ndl-graph-visualization-container .ndl-details-tags {
|
|
8478
8506
|
margin-left:16px;
|
|
8479
8507
|
margin-right:16px;
|
|
8480
8508
|
display:flex;
|
|
@@ -8482,20 +8510,20 @@ button.ndl-avatar:focus-visible {
|
|
|
8482
8510
|
flex-wrap:wrap;
|
|
8483
8511
|
gap:8px;
|
|
8484
8512
|
}
|
|
8485
|
-
.ndl-graph-
|
|
8513
|
+
.ndl-graph-visualization-container .ndl-details-divider {
|
|
8486
8514
|
margin-top:12px;
|
|
8487
8515
|
margin-bottom:12px;
|
|
8488
8516
|
height:1px;
|
|
8489
8517
|
width:100%;
|
|
8490
8518
|
background-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
8491
8519
|
}
|
|
8492
|
-
.ndl-graph-
|
|
8520
|
+
.ndl-graph-visualization-container .ndl-grid-area-title{
|
|
8493
8521
|
grid-area:title;
|
|
8494
8522
|
}
|
|
8495
|
-
.ndl-graph-
|
|
8523
|
+
.ndl-graph-visualization-container .ndl-grid-area-content{
|
|
8496
8524
|
grid-area:content;
|
|
8497
8525
|
}
|
|
8498
|
-
.ndl-graph-
|
|
8526
|
+
.ndl-graph-visualization-container .ndl-sidepanel-handle {
|
|
8499
8527
|
margin-left:4px;
|
|
8500
8528
|
}
|
|
8501
8529
|
.n-absolute {
|
package/lib/tokens/js/tokens.js
CHANGED