@neo4j-ndl/base 3.3.13 → 3.3.14
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 +79 -61
- 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
|
@@ -4408,11 +4408,11 @@ a.ndl-btn {
|
|
|
4408
4408
|
.ndl-select-menu-list.ndl-large {
|
|
4409
4409
|
max-height:314px;
|
|
4410
4410
|
}
|
|
4411
|
-
.ndl-
|
|
4411
|
+
.ndl-graph-label {
|
|
4412
4412
|
position:relative;
|
|
4413
4413
|
display:inline-block;
|
|
4414
|
+
height:24px;
|
|
4414
4415
|
min-width:0px;
|
|
4415
|
-
border-radius:12px;
|
|
4416
4416
|
padding-top:2px;
|
|
4417
4417
|
padding-bottom:2px;
|
|
4418
4418
|
padding-left:8px;
|
|
@@ -4423,20 +4423,30 @@ a.ndl-btn {
|
|
|
4423
4423
|
letter-spacing:0;
|
|
4424
4424
|
line-height:1.25rem;
|
|
4425
4425
|
}
|
|
4426
|
+
.ndl-graph-label.ndl-small {
|
|
4427
|
+
height:20px;
|
|
4428
|
+
padding-top:0px;
|
|
4429
|
+
padding-bottom:0px;
|
|
4430
|
+
padding-left:6px;
|
|
4431
|
+
padding-right:6px;
|
|
4432
|
+
}
|
|
4433
|
+
.ndl-node-label {
|
|
4434
|
+
border-radius:12px;
|
|
4435
|
+
}
|
|
4426
4436
|
.ndl-node-label .ndl-node-label-content {
|
|
4427
4437
|
width:100%;
|
|
4428
4438
|
overflow:hidden;
|
|
4429
4439
|
text-overflow:ellipsis;
|
|
4430
4440
|
white-space:nowrap;
|
|
4431
4441
|
}
|
|
4432
|
-
.ndl-node-label.ndl-
|
|
4442
|
+
.ndl-node-label.ndl-interactable {
|
|
4433
4443
|
cursor:pointer;
|
|
4434
4444
|
}
|
|
4435
|
-
.ndl-node-label.ndl-
|
|
4436
|
-
.ndl-node-label.ndl-
|
|
4445
|
+
.ndl-node-label.ndl-interactable:not(.ndl-disabled):active:after,
|
|
4446
|
+
.ndl-node-label.ndl-interactable:not(.ndl-disabled):focus-visible:after {
|
|
4437
4447
|
border-color:rgb(var(--theme-palette-primary-focus));
|
|
4438
4448
|
}
|
|
4439
|
-
.ndl-node-label.ndl-
|
|
4449
|
+
.ndl-node-label.ndl-interactable.ndl-disabled {
|
|
4440
4450
|
cursor:not-allowed;
|
|
4441
4451
|
}
|
|
4442
4452
|
.ndl-node-label:after {
|
|
@@ -4457,21 +4467,9 @@ a.ndl-btn {
|
|
|
4457
4467
|
outline-offset:2px;
|
|
4458
4468
|
}
|
|
4459
4469
|
.ndl-property-key-label {
|
|
4460
|
-
position:relative;
|
|
4461
|
-
display:inline-block;
|
|
4462
|
-
min-width:0px;
|
|
4463
4470
|
border-radius:4px;
|
|
4464
4471
|
background-color:rgb(var(--theme-palette-neutral-text-weak));
|
|
4465
|
-
padding-top:2px;
|
|
4466
|
-
padding-bottom:2px;
|
|
4467
|
-
padding-left:8px;
|
|
4468
|
-
padding-right:8px;
|
|
4469
4472
|
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
4470
|
-
font-family:var(--font-font-family-body-label), sans-serif;
|
|
4471
|
-
font-size:var(--font-size-label);
|
|
4472
|
-
font-weight:var(--font-weight-bold);
|
|
4473
|
-
letter-spacing:0;
|
|
4474
|
-
line-height:1.25rem;
|
|
4475
4473
|
}
|
|
4476
4474
|
.ndl-property-key-label.ndl-disabled {
|
|
4477
4475
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
@@ -4479,17 +4477,17 @@ a.ndl-btn {
|
|
|
4479
4477
|
.ndl-property-key-label.ndl-selected:after {
|
|
4480
4478
|
border-color:rgb(var(--theme-palette-primary-focus));
|
|
4481
4479
|
}
|
|
4482
|
-
.ndl-property-key-label.ndl-
|
|
4480
|
+
.ndl-property-key-label.ndl-interactable {
|
|
4483
4481
|
cursor:pointer;
|
|
4484
4482
|
}
|
|
4485
|
-
.ndl-property-key-label.ndl-
|
|
4483
|
+
.ndl-property-key-label.ndl-interactable:not(.ndl-disabled):hover {
|
|
4486
4484
|
--tw-bg-opacity:92%;
|
|
4487
4485
|
}
|
|
4488
|
-
.ndl-property-key-label.ndl-
|
|
4489
|
-
.ndl-property-key-label.ndl-
|
|
4486
|
+
.ndl-property-key-label.ndl-interactable:not(.ndl-disabled):active:after,
|
|
4487
|
+
.ndl-property-key-label.ndl-interactable:not(.ndl-disabled):focus-visible:after {
|
|
4490
4488
|
border-color:rgb(var(--theme-palette-primary-focus));
|
|
4491
4489
|
}
|
|
4492
|
-
.ndl-property-key-label.ndl-
|
|
4490
|
+
.ndl-property-key-label.ndl-interactable.ndl-disabled {
|
|
4493
4491
|
cursor:not-allowed;
|
|
4494
4492
|
}
|
|
4495
4493
|
.ndl-property-key-label .ndl-property-key-label-content {
|
|
@@ -4513,83 +4511,106 @@ a.ndl-btn {
|
|
|
4513
4511
|
outline-offset:2px;
|
|
4514
4512
|
}
|
|
4515
4513
|
.ndl-relationship-label {
|
|
4516
|
-
position:relative;
|
|
4517
4514
|
display:flex;
|
|
4518
4515
|
width:-moz-fit-content;
|
|
4519
4516
|
width:fit-content;
|
|
4520
|
-
|
|
4517
|
+
padding:0px;
|
|
4521
4518
|
}
|
|
4522
|
-
.ndl-relationship-label.ndl-
|
|
4519
|
+
.ndl-relationship-label.ndl-small {
|
|
4520
|
+
padding:0px;
|
|
4521
|
+
}
|
|
4522
|
+
.ndl-relationship-label.ndl-interactable {
|
|
4523
4523
|
cursor:pointer;
|
|
4524
4524
|
}
|
|
4525
|
-
.ndl-relationship-label.ndl-
|
|
4525
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-hexagon-end-active,
|
|
4526
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-square-end-active,
|
|
4527
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-relationship-label-lines,
|
|
4528
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-hexagon-end-active,
|
|
4529
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-square-end-active,
|
|
4530
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-relationship-label-lines {
|
|
4526
4531
|
fill:rgb(var(--theme-palette-primary-focus));
|
|
4527
4532
|
}
|
|
4528
|
-
.ndl-relationship-label.ndl-
|
|
4533
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:after, .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-relationship-label-container:after {
|
|
4529
4534
|
background-color:rgb(var(--theme-palette-primary-focus));
|
|
4530
4535
|
}
|
|
4531
|
-
.ndl-relationship-label.ndl-
|
|
4536
|
+
.ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:before, .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-relationship-label-container:before {
|
|
4532
4537
|
background-color:rgb(var(--theme-palette-primary-focus));
|
|
4533
4538
|
}
|
|
4534
|
-
.ndl-relationship-label.ndl-
|
|
4539
|
+
.ndl-relationship-label.ndl-interactable.ndl-disabled {
|
|
4535
4540
|
cursor:not-allowed;
|
|
4536
4541
|
}
|
|
4537
4542
|
.ndl-relationship-label .ndl-relationship-label-container {
|
|
4538
4543
|
position:relative;
|
|
4539
4544
|
z-index:10;
|
|
4540
|
-
display:
|
|
4545
|
+
display:flex;
|
|
4546
|
+
height:100%;
|
|
4541
4547
|
width:100%;
|
|
4542
4548
|
min-width:0px;
|
|
4543
|
-
|
|
4544
|
-
padding-bottom:2px;
|
|
4549
|
+
align-items:center;
|
|
4545
4550
|
font-family:var(--font-font-family-body-label), sans-serif;
|
|
4546
4551
|
font-size:var(--font-size-label);
|
|
4547
4552
|
font-weight:var(--font-weight-bold);
|
|
4548
4553
|
letter-spacing:0;
|
|
4549
4554
|
line-height:1.25rem;
|
|
4550
4555
|
}
|
|
4556
|
+
.ndl-relationship-label .ndl-relationship-label-container .ndl-relationship-label-lines {
|
|
4557
|
+
position:absolute;
|
|
4558
|
+
width:100%;
|
|
4559
|
+
}
|
|
4551
4560
|
.ndl-relationship-label .ndl-relationship-label-container .ndl-relationship-label-content {
|
|
4552
4561
|
width:100%;
|
|
4553
4562
|
overflow:hidden;
|
|
4554
4563
|
text-overflow:ellipsis;
|
|
4555
4564
|
white-space:nowrap;
|
|
4565
|
+
padding-left:1px;
|
|
4566
|
+
padding-right:1px;
|
|
4556
4567
|
}
|
|
4557
|
-
.ndl-relationship-label .ndl-
|
|
4558
|
-
position:
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
background-color:transparent;
|
|
4564
|
-
--tw-content:'';
|
|
4565
|
-
content:var(--tw-content);
|
|
4568
|
+
.ndl-relationship-label .ndl-hexagon-end {
|
|
4569
|
+
position:relative;
|
|
4570
|
+
margin-right:-1px;
|
|
4571
|
+
margin-left:-0px;
|
|
4572
|
+
display:inline-block;
|
|
4573
|
+
vertical-align:bottom;
|
|
4566
4574
|
}
|
|
4567
|
-
.ndl-relationship-label .ndl-
|
|
4575
|
+
.ndl-relationship-label .ndl-hexagon-end.ndl-right {
|
|
4576
|
+
z-index:0;
|
|
4577
|
+
margin-right:-0px;
|
|
4578
|
+
margin-left:-1px;
|
|
4579
|
+
--tw-rotate:180deg;
|
|
4580
|
+
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4581
|
+
}
|
|
4582
|
+
.ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-active {
|
|
4568
4583
|
position:absolute;
|
|
4569
|
-
left:0px;
|
|
4570
|
-
right:0px;
|
|
4571
4584
|
top:-3px;
|
|
4572
|
-
|
|
4573
|
-
background-color:transparent;
|
|
4574
|
-
--tw-content:'';
|
|
4575
|
-
content:var(--tw-content);
|
|
4585
|
+
left:-3px;
|
|
4576
4586
|
}
|
|
4577
|
-
.ndl-relationship-label .ndl-
|
|
4587
|
+
.ndl-relationship-label .ndl-square-end {
|
|
4578
4588
|
position:relative;
|
|
4589
|
+
margin-right:-1px;
|
|
4590
|
+
margin-left:-0px;
|
|
4579
4591
|
display:inline-block;
|
|
4592
|
+
height:100%;
|
|
4580
4593
|
vertical-align:bottom;
|
|
4581
4594
|
}
|
|
4582
|
-
.ndl-relationship-label .ndl-
|
|
4595
|
+
.ndl-relationship-label .ndl-square-end.ndl-right {
|
|
4583
4596
|
z-index:0;
|
|
4597
|
+
margin-right:-0px;
|
|
4598
|
+
margin-left:-1px;
|
|
4584
4599
|
--tw-rotate:180deg;
|
|
4585
4600
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4586
4601
|
}
|
|
4587
|
-
.ndl-relationship-label .ndl-
|
|
4602
|
+
.ndl-relationship-label .ndl-square-end .ndl-square-end-inner {
|
|
4603
|
+
height:100%;
|
|
4604
|
+
width:4px;
|
|
4605
|
+
border-radius:2px 0px 0px 2px;
|
|
4606
|
+
}
|
|
4607
|
+
.ndl-relationship-label .ndl-square-end .ndl-square-end-active {
|
|
4588
4608
|
position:absolute;
|
|
4589
4609
|
top:-3px;
|
|
4590
4610
|
left:-3px;
|
|
4591
4611
|
}
|
|
4592
|
-
.ndl-relationship-label.ndl-selected .ndl-hexagon-end-active
|
|
4612
|
+
.ndl-relationship-label.ndl-selected .ndl-hexagon-end-active,
|
|
4613
|
+
.ndl-relationship-label.ndl-selected .ndl-square-end-active {
|
|
4593
4614
|
fill:rgb(var(--theme-palette-primary-focus));
|
|
4594
4615
|
}
|
|
4595
4616
|
.ndl-relationship-label.ndl-selected .ndl-relationship-label-container:after {
|
|
@@ -7855,6 +7876,9 @@ button.ndl-avatar:focus-visible {
|
|
|
7855
7876
|
.n-flex-1 {
|
|
7856
7877
|
flex:1 1 0%;
|
|
7857
7878
|
}
|
|
7879
|
+
.n-flex-shrink-0 {
|
|
7880
|
+
flex-shrink:0;
|
|
7881
|
+
}
|
|
7858
7882
|
.n-flex-grow {
|
|
7859
7883
|
flex-grow:1;
|
|
7860
7884
|
}
|
|
@@ -7985,8 +8009,8 @@ button.ndl-avatar:focus-visible {
|
|
|
7985
8009
|
.n-whitespace-nowrap {
|
|
7986
8010
|
white-space:nowrap;
|
|
7987
8011
|
}
|
|
7988
|
-
.n-break-
|
|
7989
|
-
|
|
8012
|
+
.n-break-all {
|
|
8013
|
+
word-break:break-all;
|
|
7990
8014
|
}
|
|
7991
8015
|
.n-rounded-1xl {
|
|
7992
8016
|
border-radius:12px;
|
|
@@ -8000,9 +8024,6 @@ button.ndl-avatar:focus-visible {
|
|
|
8000
8024
|
.n-rounded-5xl {
|
|
8001
8025
|
border-radius:20px;
|
|
8002
8026
|
}
|
|
8003
|
-
.n-rounded-\[8px\] {
|
|
8004
|
-
border-radius:8px;
|
|
8005
|
-
}
|
|
8006
8027
|
.n-rounded-lg {
|
|
8007
8028
|
border-radius:8px;
|
|
8008
8029
|
}
|
|
@@ -42682,9 +42703,6 @@ button.ndl-avatar:focus-visible {
|
|
|
42682
42703
|
.n-p-token-0 {
|
|
42683
42704
|
padding:0px;
|
|
42684
42705
|
}
|
|
42685
|
-
.n-p-token-3 {
|
|
42686
|
-
padding:4px;
|
|
42687
|
-
}
|
|
42688
42706
|
.n-p-token-4 {
|
|
42689
42707
|
padding:8px;
|
|
42690
42708
|
}
|
package/lib/tokens/js/tokens.js
CHANGED