@neo4j-ndl/base 3.3.12 → 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.
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 19 Mar 2025 09:20:31 GMT
25
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
25
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
25
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
24
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
24
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
25
+ * Generated on Tue, 01 Apr 2025 11:43:32 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -4408,11 +4408,11 @@ a.ndl-btn {
4408
4408
  .ndl-select-menu-list.ndl-large {
4409
4409
  max-height:314px;
4410
4410
  }
4411
- .ndl-node-label {
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-intractable {
4442
+ .ndl-node-label.ndl-interactable {
4433
4443
  cursor:pointer;
4434
4444
  }
4435
- .ndl-node-label.ndl-intractable:not(.ndl-disabled):active:after,
4436
- .ndl-node-label.ndl-intractable:not(.ndl-disabled):focus-visible:after {
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-intractable.ndl-disabled {
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-intractable {
4480
+ .ndl-property-key-label.ndl-interactable {
4483
4481
  cursor:pointer;
4484
4482
  }
4485
- .ndl-property-key-label.ndl-intractable:not(.ndl-disabled):hover {
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-intractable:not(.ndl-disabled):active:after,
4489
- .ndl-property-key-label.ndl-intractable:not(.ndl-disabled):focus-visible:after {
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-intractable.ndl-disabled {
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
- min-width:0px;
4517
+ padding:0px;
4521
4518
  }
4522
- .ndl-relationship-label.ndl-intractable {
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-intractable:not(.ndl-disabled):focus-visible .ndl-hexagon-end-active, .ndl-relationship-label.ndl-intractable:not(.ndl-disabled):active .ndl-hexagon-end-active {
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-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 {
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-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 {
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-intractable.ndl-disabled {
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:inline-block;
4545
+ display:flex;
4546
+ height:100%;
4541
4547
  width:100%;
4542
4548
  min-width:0px;
4543
- padding-top:2px;
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-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);
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-relationship-label-container:before {
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
- height:2px;
4573
- background-color:transparent;
4574
- --tw-content:'';
4575
- content:var(--tw-content);
4585
+ left:-3px;
4576
4586
  }
4577
- .ndl-relationship-label .ndl-hexagon-end {
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-hexagon-end.ndl-right {
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-hexagon-end .ndl-hexagon-end-active {
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 {
@@ -7245,6 +7266,7 @@ button.ndl-avatar:focus-visible {
7245
7266
  border-color:rgb(var(--theme-palette-neutral-border-strong));
7246
7267
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
7247
7268
  padding:8px;
7269
+ color:rgb(var(--theme-palette-neutral-text-default));
7248
7270
  --tw-shadow:var(--theme-shadow-overlay);
7249
7271
  --tw-shadow-colored:var(--theme-shadow-overlay);
7250
7272
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
@@ -7854,6 +7876,9 @@ button.ndl-avatar:focus-visible {
7854
7876
  .n-flex-1 {
7855
7877
  flex:1 1 0%;
7856
7878
  }
7879
+ .n-flex-shrink-0 {
7880
+ flex-shrink:0;
7881
+ }
7857
7882
  .n-flex-grow {
7858
7883
  flex-grow:1;
7859
7884
  }
@@ -7984,8 +8009,8 @@ button.ndl-avatar:focus-visible {
7984
8009
  .n-whitespace-nowrap {
7985
8010
  white-space:nowrap;
7986
8011
  }
7987
- .n-break-words {
7988
- overflow-wrap:break-word;
8012
+ .n-break-all {
8013
+ word-break:break-all;
7989
8014
  }
7990
8015
  .n-rounded-1xl {
7991
8016
  border-radius:12px;
@@ -7999,9 +8024,6 @@ button.ndl-avatar:focus-visible {
7999
8024
  .n-rounded-5xl {
8000
8025
  border-radius:20px;
8001
8026
  }
8002
- .n-rounded-\[8px\] {
8003
- border-radius:8px;
8004
- }
8005
8027
  .n-rounded-lg {
8006
8028
  border-radius:8px;
8007
8029
  }
@@ -42681,9 +42703,6 @@ button.ndl-avatar:focus-visible {
42681
42703
  .n-p-token-0 {
42682
42704
  padding:0px;
42683
42705
  }
42684
- .n-p-token-3 {
42685
- padding:4px;
42686
- }
42687
42706
  .n-p-token-4 {
42688
42707
  padding:8px;
42689
42708
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 19 Mar 2025 09:20:31 GMT
24
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
24
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
24
+ * Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
3
+ // Generated on Tue, 01 Apr 2025 11:43:32 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 Wed, 19 Mar 2025 09:20:31 GMT
24
+ * Generated on Tue, 01 Apr 2025 11:43:32 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.12",
3
+ "version": "3.3.14",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",