@neo4j-ndl/base 3.3.13 → 3.3.15

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 Fri, 21 Mar 2025 14:00:22 GMT
25
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:23 GMT
25
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:22 GMT
25
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:22 GMT
24
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:23 GMT
24
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:22 GMT
25
+ * Generated on Fri, 04 Apr 2025 14:48:31 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -3685,7 +3685,6 @@ a.ndl-btn {
3685
3685
  display:flex;
3686
3686
  flex-direction:row;
3687
3687
  gap:4px;
3688
- overflow:hidden;
3689
3688
  text-overflow:ellipsis;
3690
3689
  width:auto;
3691
3690
  justify-content:space-between;
@@ -4408,11 +4407,11 @@ a.ndl-btn {
4408
4407
  .ndl-select-menu-list.ndl-large {
4409
4408
  max-height:314px;
4410
4409
  }
4411
- .ndl-node-label {
4410
+ .ndl-graph-label {
4412
4411
  position:relative;
4413
4412
  display:inline-block;
4413
+ height:24px;
4414
4414
  min-width:0px;
4415
- border-radius:12px;
4416
4415
  padding-top:2px;
4417
4416
  padding-bottom:2px;
4418
4417
  padding-left:8px;
@@ -4423,20 +4422,30 @@ a.ndl-btn {
4423
4422
  letter-spacing:0;
4424
4423
  line-height:1.25rem;
4425
4424
  }
4425
+ .ndl-graph-label.ndl-small {
4426
+ height:20px;
4427
+ padding-top:0px;
4428
+ padding-bottom:0px;
4429
+ padding-left:6px;
4430
+ padding-right:6px;
4431
+ }
4432
+ .ndl-node-label {
4433
+ border-radius:12px;
4434
+ }
4426
4435
  .ndl-node-label .ndl-node-label-content {
4427
4436
  width:100%;
4428
4437
  overflow:hidden;
4429
4438
  text-overflow:ellipsis;
4430
4439
  white-space:nowrap;
4431
4440
  }
4432
- .ndl-node-label.ndl-intractable {
4441
+ .ndl-node-label.ndl-interactable {
4433
4442
  cursor:pointer;
4434
4443
  }
4435
- .ndl-node-label.ndl-intractable:not(.ndl-disabled):active:after,
4436
- .ndl-node-label.ndl-intractable:not(.ndl-disabled):focus-visible:after {
4444
+ .ndl-node-label.ndl-interactable:not(.ndl-disabled):active:after,
4445
+ .ndl-node-label.ndl-interactable:not(.ndl-disabled):focus-visible:after {
4437
4446
  border-color:rgb(var(--theme-palette-primary-focus));
4438
4447
  }
4439
- .ndl-node-label.ndl-intractable.ndl-disabled {
4448
+ .ndl-node-label.ndl-interactable.ndl-disabled {
4440
4449
  cursor:not-allowed;
4441
4450
  }
4442
4451
  .ndl-node-label:after {
@@ -4457,21 +4466,9 @@ a.ndl-btn {
4457
4466
  outline-offset:2px;
4458
4467
  }
4459
4468
  .ndl-property-key-label {
4460
- position:relative;
4461
- display:inline-block;
4462
- min-width:0px;
4463
4469
  border-radius:4px;
4464
4470
  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
4471
  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
4472
  }
4476
4473
  .ndl-property-key-label.ndl-disabled {
4477
4474
  color:rgb(var(--theme-palette-neutral-text-weakest));
@@ -4479,17 +4476,17 @@ a.ndl-btn {
4479
4476
  .ndl-property-key-label.ndl-selected:after {
4480
4477
  border-color:rgb(var(--theme-palette-primary-focus));
4481
4478
  }
4482
- .ndl-property-key-label.ndl-intractable {
4479
+ .ndl-property-key-label.ndl-interactable {
4483
4480
  cursor:pointer;
4484
4481
  }
4485
- .ndl-property-key-label.ndl-intractable:not(.ndl-disabled):hover {
4482
+ .ndl-property-key-label.ndl-interactable:not(.ndl-disabled):hover {
4486
4483
  --tw-bg-opacity:92%;
4487
4484
  }
4488
- .ndl-property-key-label.ndl-intractable:not(.ndl-disabled):active:after,
4489
- .ndl-property-key-label.ndl-intractable:not(.ndl-disabled):focus-visible:after {
4485
+ .ndl-property-key-label.ndl-interactable:not(.ndl-disabled):active:after,
4486
+ .ndl-property-key-label.ndl-interactable:not(.ndl-disabled):focus-visible:after {
4490
4487
  border-color:rgb(var(--theme-palette-primary-focus));
4491
4488
  }
4492
- .ndl-property-key-label.ndl-intractable.ndl-disabled {
4489
+ .ndl-property-key-label.ndl-interactable.ndl-disabled {
4493
4490
  cursor:not-allowed;
4494
4491
  }
4495
4492
  .ndl-property-key-label .ndl-property-key-label-content {
@@ -4513,83 +4510,106 @@ a.ndl-btn {
4513
4510
  outline-offset:2px;
4514
4511
  }
4515
4512
  .ndl-relationship-label {
4516
- position:relative;
4517
4513
  display:flex;
4518
4514
  width:-moz-fit-content;
4519
4515
  width:fit-content;
4520
- min-width:0px;
4516
+ padding:0px;
4521
4517
  }
4522
- .ndl-relationship-label.ndl-intractable {
4518
+ .ndl-relationship-label.ndl-small {
4519
+ padding:0px;
4520
+ }
4521
+ .ndl-relationship-label.ndl-interactable {
4523
4522
  cursor:pointer;
4524
4523
  }
4525
- .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):focus-visible .ndl-hexagon-end-active, .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):active .ndl-hexagon-end-active {
4524
+ .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-hexagon-end-active,
4525
+ .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-square-end-active,
4526
+ .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):focus-visible .ndl-relationship-label-lines,
4527
+ .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-hexagon-end-active,
4528
+ .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-square-end-active,
4529
+ .ndl-relationship-label.ndl-interactable:not(.ndl-disabled):active .ndl-relationship-label-lines {
4526
4530
  fill:rgb(var(--theme-palette-primary-focus));
4527
4531
  }
4528
- .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:after, .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):active .ndl-relationship-label-container:after {
4532
+ .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
4533
  background-color:rgb(var(--theme-palette-primary-focus));
4530
4534
  }
4531
- .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:before, .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):active .ndl-relationship-label-container:before {
4535
+ .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
4536
  background-color:rgb(var(--theme-palette-primary-focus));
4533
4537
  }
4534
- .ndl-relationship-label.ndl-intractable.ndl-disabled {
4538
+ .ndl-relationship-label.ndl-interactable.ndl-disabled {
4535
4539
  cursor:not-allowed;
4536
4540
  }
4537
4541
  .ndl-relationship-label .ndl-relationship-label-container {
4538
4542
  position:relative;
4539
4543
  z-index:10;
4540
- display:inline-block;
4544
+ display:flex;
4545
+ height:100%;
4541
4546
  width:100%;
4542
4547
  min-width:0px;
4543
- padding-top:2px;
4544
- padding-bottom:2px;
4548
+ align-items:center;
4545
4549
  font-family:var(--font-font-family-body-label), sans-serif;
4546
4550
  font-size:var(--font-size-label);
4547
4551
  font-weight:var(--font-weight-bold);
4548
4552
  letter-spacing:0;
4549
4553
  line-height:1.25rem;
4550
4554
  }
4555
+ .ndl-relationship-label .ndl-relationship-label-container .ndl-relationship-label-lines {
4556
+ position:absolute;
4557
+ width:100%;
4558
+ }
4551
4559
  .ndl-relationship-label .ndl-relationship-label-container .ndl-relationship-label-content {
4552
4560
  width:100%;
4553
4561
  overflow:hidden;
4554
4562
  text-overflow:ellipsis;
4555
4563
  white-space:nowrap;
4564
+ padding-left:1px;
4565
+ padding-right:1px;
4556
4566
  }
4557
- .ndl-relationship-label .ndl-relationship-label-container:after {
4558
- position:absolute;
4559
- left:0px;
4560
- right:0px;
4561
- bottom:-3px;
4562
- height:2px;
4563
- background-color:transparent;
4564
- --tw-content:'';
4565
- content:var(--tw-content);
4567
+ .ndl-relationship-label .ndl-hexagon-end {
4568
+ position:relative;
4569
+ margin-right:-1px;
4570
+ margin-left:-0px;
4571
+ display:inline-block;
4572
+ vertical-align:bottom;
4566
4573
  }
4567
- .ndl-relationship-label .ndl-relationship-label-container:before {
4574
+ .ndl-relationship-label .ndl-hexagon-end.ndl-right {
4575
+ z-index:0;
4576
+ margin-right:-0px;
4577
+ margin-left:-1px;
4578
+ --tw-rotate:180deg;
4579
+ 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));
4580
+ }
4581
+ .ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-active {
4568
4582
  position:absolute;
4569
- left:0px;
4570
- right:0px;
4571
4583
  top:-3px;
4572
- height:2px;
4573
- background-color:transparent;
4574
- --tw-content:'';
4575
- content:var(--tw-content);
4584
+ left:-3px;
4576
4585
  }
4577
- .ndl-relationship-label .ndl-hexagon-end {
4586
+ .ndl-relationship-label .ndl-square-end {
4578
4587
  position:relative;
4588
+ margin-right:-1px;
4589
+ margin-left:-0px;
4579
4590
  display:inline-block;
4591
+ height:100%;
4580
4592
  vertical-align:bottom;
4581
4593
  }
4582
- .ndl-relationship-label .ndl-hexagon-end.ndl-right {
4594
+ .ndl-relationship-label .ndl-square-end.ndl-right {
4583
4595
  z-index:0;
4596
+ margin-right:-0px;
4597
+ margin-left:-1px;
4584
4598
  --tw-rotate:180deg;
4585
4599
  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
4600
  }
4587
- .ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-active {
4601
+ .ndl-relationship-label .ndl-square-end .ndl-square-end-inner {
4602
+ height:100%;
4603
+ width:4px;
4604
+ border-radius:2px 0px 0px 2px;
4605
+ }
4606
+ .ndl-relationship-label .ndl-square-end .ndl-square-end-active {
4588
4607
  position:absolute;
4589
4608
  top:-3px;
4590
4609
  left:-3px;
4591
4610
  }
4592
- .ndl-relationship-label.ndl-selected .ndl-hexagon-end-active {
4611
+ .ndl-relationship-label.ndl-selected .ndl-hexagon-end-active,
4612
+ .ndl-relationship-label.ndl-selected .ndl-square-end-active {
4593
4613
  fill:rgb(var(--theme-palette-primary-focus));
4594
4614
  }
4595
4615
  .ndl-relationship-label.ndl-selected .ndl-relationship-label-container:after {
@@ -7855,6 +7875,9 @@ button.ndl-avatar:focus-visible {
7855
7875
  .n-flex-1 {
7856
7876
  flex:1 1 0%;
7857
7877
  }
7878
+ .n-flex-shrink-0 {
7879
+ flex-shrink:0;
7880
+ }
7858
7881
  .n-flex-grow {
7859
7882
  flex-grow:1;
7860
7883
  }
@@ -7926,6 +7949,9 @@ button.ndl-avatar:focus-visible {
7926
7949
  .n-gap-4 {
7927
7950
  gap:16px;
7928
7951
  }
7952
+ .n-gap-6 {
7953
+ gap:24px;
7954
+ }
7929
7955
  .n-gap-9 {
7930
7956
  gap:36px;
7931
7957
  }
@@ -7985,8 +8011,8 @@ button.ndl-avatar:focus-visible {
7985
8011
  .n-whitespace-nowrap {
7986
8012
  white-space:nowrap;
7987
8013
  }
7988
- .n-break-words {
7989
- overflow-wrap:break-word;
8014
+ .n-break-all {
8015
+ word-break:break-all;
7990
8016
  }
7991
8017
  .n-rounded-1xl {
7992
8018
  border-radius:12px;
@@ -8000,9 +8026,6 @@ button.ndl-avatar:focus-visible {
8000
8026
  .n-rounded-5xl {
8001
8027
  border-radius:20px;
8002
8028
  }
8003
- .n-rounded-\[8px\] {
8004
- border-radius:8px;
8005
- }
8006
8029
  .n-rounded-lg {
8007
8030
  border-radius:8px;
8008
8031
  }
@@ -42682,9 +42705,6 @@ button.ndl-avatar:focus-visible {
42682
42705
  .n-p-token-0 {
42683
42706
  padding:0px;
42684
42707
  }
42685
- .n-p-token-3 {
42686
- padding:4px;
42687
- }
42688
42708
  .n-p-token-4 {
42689
42709
  padding:8px;
42690
42710
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Fri, 21 Mar 2025 14:00:22 GMT
24
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:22 GMT
24
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:22 GMT
24
+ * Generated on Fri, 04 Apr 2025 14:48:31 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 Fri, 21 Mar 2025 14:00:22 GMT
3
+ // Generated on Fri, 04 Apr 2025 14:48:30 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 Fri, 21 Mar 2025 14:00:22 GMT
24
+ * Generated on Fri, 04 Apr 2025 14:48:31 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.3.13",
3
+ "version": "3.3.15",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",