@mlw-packages/react-components 1.9.7 → 1.9.8
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/dist/index.css +195 -14
- package/dist/index.d.mts +95 -2
- package/dist/index.d.ts +95 -2
- package/dist/index.js +334 -237
- package/dist/index.mjs +335 -239
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -394,6 +394,9 @@ body {
|
|
|
394
394
|
.pointer-events-auto {
|
|
395
395
|
pointer-events: auto;
|
|
396
396
|
}
|
|
397
|
+
.\!visible {
|
|
398
|
+
visibility: visible !important;
|
|
399
|
+
}
|
|
397
400
|
.visible {
|
|
398
401
|
visibility: visible;
|
|
399
402
|
}
|
|
@@ -579,12 +582,18 @@ body {
|
|
|
579
582
|
.z-50 {
|
|
580
583
|
z-index: 50;
|
|
581
584
|
}
|
|
585
|
+
.z-\[10000\] {
|
|
586
|
+
z-index: 10000;
|
|
587
|
+
}
|
|
582
588
|
.z-\[100\] {
|
|
583
589
|
z-index: 100;
|
|
584
590
|
}
|
|
585
591
|
.z-\[1\] {
|
|
586
592
|
z-index: 1;
|
|
587
593
|
}
|
|
594
|
+
.z-\[9998\] {
|
|
595
|
+
z-index: 9998;
|
|
596
|
+
}
|
|
588
597
|
.z-\[9999\] {
|
|
589
598
|
z-index: 9999;
|
|
590
599
|
}
|
|
@@ -2383,6 +2392,10 @@ body {
|
|
|
2383
2392
|
.bg-destructive\/5 {
|
|
2384
2393
|
background-color: hsl(var(--destructive) / 0.05);
|
|
2385
2394
|
}
|
|
2395
|
+
.bg-emerald-100 {
|
|
2396
|
+
--tw-bg-opacity: 1;
|
|
2397
|
+
background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
|
|
2398
|
+
}
|
|
2386
2399
|
.bg-emerald-200\/50 {
|
|
2387
2400
|
background-color: rgb(167 243 208 / 0.5);
|
|
2388
2401
|
}
|
|
@@ -2600,6 +2613,10 @@ body {
|
|
|
2600
2613
|
.bg-ring {
|
|
2601
2614
|
background-color: hsl(var(--ring));
|
|
2602
2615
|
}
|
|
2616
|
+
.bg-rose-100 {
|
|
2617
|
+
--tw-bg-opacity: 1;
|
|
2618
|
+
background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
|
|
2619
|
+
}
|
|
2603
2620
|
.bg-rose-200\/50 {
|
|
2604
2621
|
background-color: rgb(254 205 211 / 0.5);
|
|
2605
2622
|
}
|
|
@@ -2624,6 +2641,10 @@ body {
|
|
|
2624
2641
|
.bg-secondary-foreground {
|
|
2625
2642
|
background-color: hsl(var(--secondary-foreground));
|
|
2626
2643
|
}
|
|
2644
|
+
.bg-sky-100 {
|
|
2645
|
+
--tw-bg-opacity: 1;
|
|
2646
|
+
background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
|
|
2647
|
+
}
|
|
2627
2648
|
.bg-sky-200\/50 {
|
|
2628
2649
|
background-color: rgb(186 230 253 / 0.5);
|
|
2629
2650
|
}
|
|
@@ -3219,6 +3240,10 @@ body {
|
|
|
3219
3240
|
--tw-text-opacity: 1;
|
|
3220
3241
|
color: rgb(180 83 9 / var(--tw-text-opacity, 1));
|
|
3221
3242
|
}
|
|
3243
|
+
.text-amber-900 {
|
|
3244
|
+
--tw-text-opacity: 1;
|
|
3245
|
+
color: rgb(120 53 15 / var(--tw-text-opacity, 1));
|
|
3246
|
+
}
|
|
3222
3247
|
.text-amber-950\/80 {
|
|
3223
3248
|
color: rgb(69 26 3 / 0.8);
|
|
3224
3249
|
}
|
|
@@ -3266,6 +3291,10 @@ body {
|
|
|
3266
3291
|
--tw-text-opacity: 1;
|
|
3267
3292
|
color: rgb(4 120 87 / var(--tw-text-opacity, 1));
|
|
3268
3293
|
}
|
|
3294
|
+
.text-emerald-900 {
|
|
3295
|
+
--tw-text-opacity: 1;
|
|
3296
|
+
color: rgb(6 78 59 / var(--tw-text-opacity, 1));
|
|
3297
|
+
}
|
|
3269
3298
|
.text-emerald-950\/80 {
|
|
3270
3299
|
color: rgb(2 44 34 / 0.8);
|
|
3271
3300
|
}
|
|
@@ -3375,6 +3404,10 @@ body {
|
|
|
3375
3404
|
--tw-text-opacity: 1;
|
|
3376
3405
|
color: rgb(194 65 12 / var(--tw-text-opacity, 1));
|
|
3377
3406
|
}
|
|
3407
|
+
.text-orange-900 {
|
|
3408
|
+
--tw-text-opacity: 1;
|
|
3409
|
+
color: rgb(124 45 18 / var(--tw-text-opacity, 1));
|
|
3410
|
+
}
|
|
3378
3411
|
.text-orange-950\/80 {
|
|
3379
3412
|
color: rgb(67 20 7 / 0.8);
|
|
3380
3413
|
}
|
|
@@ -3427,6 +3460,10 @@ body {
|
|
|
3427
3460
|
--tw-text-opacity: 1;
|
|
3428
3461
|
color: rgb(190 18 60 / var(--tw-text-opacity, 1));
|
|
3429
3462
|
}
|
|
3463
|
+
.text-rose-900 {
|
|
3464
|
+
--tw-text-opacity: 1;
|
|
3465
|
+
color: rgb(136 19 55 / var(--tw-text-opacity, 1));
|
|
3466
|
+
}
|
|
3430
3467
|
.text-rose-950\/80 {
|
|
3431
3468
|
color: rgb(76 5 25 / 0.8);
|
|
3432
3469
|
}
|
|
@@ -3436,6 +3473,10 @@ body {
|
|
|
3436
3473
|
.text-secondary-foreground {
|
|
3437
3474
|
color: hsl(var(--secondary-foreground));
|
|
3438
3475
|
}
|
|
3476
|
+
.text-sky-900 {
|
|
3477
|
+
--tw-text-opacity: 1;
|
|
3478
|
+
color: rgb(12 74 110 / var(--tw-text-opacity, 1));
|
|
3479
|
+
}
|
|
3439
3480
|
.text-sky-950\/80 {
|
|
3440
3481
|
color: rgb(8 47 73 / 0.8);
|
|
3441
3482
|
}
|
|
@@ -3478,6 +3519,10 @@ body {
|
|
|
3478
3519
|
--tw-text-opacity: 1;
|
|
3479
3520
|
color: rgb(109 40 217 / var(--tw-text-opacity, 1));
|
|
3480
3521
|
}
|
|
3522
|
+
.text-violet-900 {
|
|
3523
|
+
--tw-text-opacity: 1;
|
|
3524
|
+
color: rgb(76 29 149 / var(--tw-text-opacity, 1));
|
|
3525
|
+
}
|
|
3481
3526
|
.text-violet-950\/80 {
|
|
3482
3527
|
color: rgb(46 16 101 / 0.8);
|
|
3483
3528
|
}
|
|
@@ -3641,10 +3686,34 @@ body {
|
|
|
3641
3686
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
3642
3687
|
var(--tw-shadow);
|
|
3643
3688
|
}
|
|
3689
|
+
.shadow-amber-500\/15 {
|
|
3690
|
+
--tw-shadow-color: rgb(245 158 11 / 0.15);
|
|
3691
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3692
|
+
}
|
|
3644
3693
|
.shadow-black\/10 {
|
|
3645
3694
|
--tw-shadow-color: rgb(0 0 0 / 0.1);
|
|
3646
3695
|
--tw-shadow: var(--tw-shadow-colored);
|
|
3647
3696
|
}
|
|
3697
|
+
.shadow-emerald-500\/15 {
|
|
3698
|
+
--tw-shadow-color: rgb(16 185 129 / 0.15);
|
|
3699
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3700
|
+
}
|
|
3701
|
+
.shadow-orange-500\/15 {
|
|
3702
|
+
--tw-shadow-color: rgb(249 115 22 / 0.15);
|
|
3703
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3704
|
+
}
|
|
3705
|
+
.shadow-rose-500\/15 {
|
|
3706
|
+
--tw-shadow-color: rgb(244 63 94 / 0.15);
|
|
3707
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3708
|
+
}
|
|
3709
|
+
.shadow-sky-500\/15 {
|
|
3710
|
+
--tw-shadow-color: rgb(14 165 233 / 0.15);
|
|
3711
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3712
|
+
}
|
|
3713
|
+
.shadow-violet-500\/15 {
|
|
3714
|
+
--tw-shadow-color: rgb(139 92 246 / 0.15);
|
|
3715
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3716
|
+
}
|
|
3648
3717
|
.outline-none {
|
|
3649
3718
|
outline: 2px solid transparent;
|
|
3650
3719
|
outline-offset: 2px;
|
|
@@ -4334,20 +4403,6 @@ body {
|
|
|
4334
4403
|
.focus-within\:z-20:focus-within {
|
|
4335
4404
|
z-index: 20;
|
|
4336
4405
|
}
|
|
4337
|
-
.focus-within\:border-ring:focus-within {
|
|
4338
|
-
border-color: hsl(var(--ring));
|
|
4339
|
-
}
|
|
4340
|
-
.focus-within\:ring-1:focus-within {
|
|
4341
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4342
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
4343
|
-
box-shadow:
|
|
4344
|
-
var(--tw-ring-offset-shadow),
|
|
4345
|
-
var(--tw-ring-shadow),
|
|
4346
|
-
var(--tw-shadow, 0 0 #0000);
|
|
4347
|
-
}
|
|
4348
|
-
.focus-within\:ring-ring:focus-within {
|
|
4349
|
-
--tw-ring-color: hsl(var(--ring));
|
|
4350
|
-
}
|
|
4351
4406
|
.hover\:z-10:hover {
|
|
4352
4407
|
z-index: 10;
|
|
4353
4408
|
}
|
|
@@ -4405,6 +4460,10 @@ body {
|
|
|
4405
4460
|
.hover\:bg-accent\/15:hover {
|
|
4406
4461
|
background-color: hsl(var(--accent) / 0.15);
|
|
4407
4462
|
}
|
|
4463
|
+
.hover\:bg-amber-200:hover {
|
|
4464
|
+
--tw-bg-opacity: 1;
|
|
4465
|
+
background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
|
|
4466
|
+
}
|
|
4408
4467
|
.hover\:bg-amber-200\/40:hover {
|
|
4409
4468
|
background-color: rgb(253 230 138 / 0.4);
|
|
4410
4469
|
}
|
|
@@ -4431,6 +4490,10 @@ body {
|
|
|
4431
4490
|
.hover\:bg-destructive\/90:hover {
|
|
4432
4491
|
background-color: hsl(var(--destructive) / 0.9);
|
|
4433
4492
|
}
|
|
4493
|
+
.hover\:bg-emerald-200:hover {
|
|
4494
|
+
--tw-bg-opacity: 1;
|
|
4495
|
+
background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
|
|
4496
|
+
}
|
|
4434
4497
|
.hover\:bg-emerald-200\/40:hover {
|
|
4435
4498
|
background-color: rgb(167 243 208 / 0.4);
|
|
4436
4499
|
}
|
|
@@ -4490,6 +4553,10 @@ body {
|
|
|
4490
4553
|
--tw-bg-opacity: 1;
|
|
4491
4554
|
background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
|
|
4492
4555
|
}
|
|
4556
|
+
.hover\:bg-orange-200:hover {
|
|
4557
|
+
--tw-bg-opacity: 1;
|
|
4558
|
+
background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
|
|
4559
|
+
}
|
|
4493
4560
|
.hover\:bg-orange-200\/40:hover {
|
|
4494
4561
|
background-color: rgb(254 215 170 / 0.4);
|
|
4495
4562
|
}
|
|
@@ -4525,12 +4592,20 @@ body {
|
|
|
4525
4592
|
--tw-bg-opacity: 1;
|
|
4526
4593
|
background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
|
|
4527
4594
|
}
|
|
4595
|
+
.hover\:bg-rose-200:hover {
|
|
4596
|
+
--tw-bg-opacity: 1;
|
|
4597
|
+
background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
|
|
4598
|
+
}
|
|
4528
4599
|
.hover\:bg-rose-200\/40:hover {
|
|
4529
4600
|
background-color: rgb(254 205 211 / 0.4);
|
|
4530
4601
|
}
|
|
4531
4602
|
.hover\:bg-secondary\/80:hover {
|
|
4532
4603
|
background-color: hsl(var(--secondary) / 0.8);
|
|
4533
4604
|
}
|
|
4605
|
+
.hover\:bg-sky-200:hover {
|
|
4606
|
+
--tw-bg-opacity: 1;
|
|
4607
|
+
background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
|
|
4608
|
+
}
|
|
4534
4609
|
.hover\:bg-sky-200\/40:hover {
|
|
4535
4610
|
background-color: rgb(186 230 253 / 0.4);
|
|
4536
4611
|
}
|
|
@@ -4541,6 +4616,10 @@ body {
|
|
|
4541
4616
|
.hover\:bg-transparent:hover {
|
|
4542
4617
|
background-color: transparent;
|
|
4543
4618
|
}
|
|
4619
|
+
.hover\:bg-violet-200:hover {
|
|
4620
|
+
--tw-bg-opacity: 1;
|
|
4621
|
+
background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
|
|
4622
|
+
}
|
|
4544
4623
|
.hover\:bg-violet-200\/40:hover {
|
|
4545
4624
|
background-color: rgb(221 214 254 / 0.4);
|
|
4546
4625
|
}
|
|
@@ -4667,10 +4746,34 @@ body {
|
|
|
4667
4746
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
4668
4747
|
var(--tw-shadow);
|
|
4669
4748
|
}
|
|
4749
|
+
.hover\:shadow-amber-500\/25:hover {
|
|
4750
|
+
--tw-shadow-color: rgb(245 158 11 / 0.25);
|
|
4751
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4752
|
+
}
|
|
4753
|
+
.hover\:shadow-emerald-500\/25:hover {
|
|
4754
|
+
--tw-shadow-color: rgb(16 185 129 / 0.25);
|
|
4755
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4756
|
+
}
|
|
4757
|
+
.hover\:shadow-orange-500\/25:hover {
|
|
4758
|
+
--tw-shadow-color: rgb(249 115 22 / 0.25);
|
|
4759
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4760
|
+
}
|
|
4670
4761
|
.hover\:shadow-primary\/10:hover {
|
|
4671
4762
|
--tw-shadow-color: hsl(var(--primary) / 0.1);
|
|
4672
4763
|
--tw-shadow: var(--tw-shadow-colored);
|
|
4673
4764
|
}
|
|
4765
|
+
.hover\:shadow-rose-500\/25:hover {
|
|
4766
|
+
--tw-shadow-color: rgb(244 63 94 / 0.25);
|
|
4767
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4768
|
+
}
|
|
4769
|
+
.hover\:shadow-sky-500\/25:hover {
|
|
4770
|
+
--tw-shadow-color: rgb(14 165 233 / 0.25);
|
|
4771
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4772
|
+
}
|
|
4773
|
+
.hover\:shadow-violet-500\/25:hover {
|
|
4774
|
+
--tw-shadow-color: rgb(139 92 246 / 0.25);
|
|
4775
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4776
|
+
}
|
|
4674
4777
|
.hover\:after\:scale-x-100:hover::after {
|
|
4675
4778
|
content: var(--tw-content);
|
|
4676
4779
|
--tw-scale-x: 1;
|
|
@@ -5755,6 +5858,12 @@ body {
|
|
|
5755
5858
|
transition-property: none;
|
|
5756
5859
|
}
|
|
5757
5860
|
}
|
|
5861
|
+
.dark\:border-amber-400\/40:is(.dark *) {
|
|
5862
|
+
border-color: rgb(251 191 36 / 0.4);
|
|
5863
|
+
}
|
|
5864
|
+
.dark\:border-emerald-400\/40:is(.dark *) {
|
|
5865
|
+
border-color: rgb(52 211 153 / 0.4);
|
|
5866
|
+
}
|
|
5758
5867
|
.dark\:border-emerald-900:is(.dark *) {
|
|
5759
5868
|
--tw-border-opacity: 1;
|
|
5760
5869
|
border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
|
|
@@ -5782,14 +5891,23 @@ body {
|
|
|
5782
5891
|
--tw-border-opacity: 1;
|
|
5783
5892
|
border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
|
|
5784
5893
|
}
|
|
5894
|
+
.dark\:border-orange-400\/40:is(.dark *) {
|
|
5895
|
+
border-color: rgb(251 146 60 / 0.4);
|
|
5896
|
+
}
|
|
5785
5897
|
.dark\:border-red-500:is(.dark *) {
|
|
5786
5898
|
--tw-border-opacity: 1;
|
|
5787
5899
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
5788
5900
|
}
|
|
5901
|
+
.dark\:border-rose-400\/40:is(.dark *) {
|
|
5902
|
+
border-color: rgb(251 113 133 / 0.4);
|
|
5903
|
+
}
|
|
5789
5904
|
.dark\:border-rose-900:is(.dark *) {
|
|
5790
5905
|
--tw-border-opacity: 1;
|
|
5791
5906
|
border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
|
|
5792
5907
|
}
|
|
5908
|
+
.dark\:border-sky-400\/40:is(.dark *) {
|
|
5909
|
+
border-color: rgb(56 189 248 / 0.4);
|
|
5910
|
+
}
|
|
5793
5911
|
.dark\:border-slate-600:is(.dark *) {
|
|
5794
5912
|
--tw-border-opacity: 1;
|
|
5795
5913
|
border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
|
|
@@ -5802,6 +5920,9 @@ body {
|
|
|
5802
5920
|
--tw-border-opacity: 1;
|
|
5803
5921
|
border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
|
|
5804
5922
|
}
|
|
5923
|
+
.dark\:border-violet-400\/40:is(.dark *) {
|
|
5924
|
+
border-color: rgb(167 139 250 / 0.4);
|
|
5925
|
+
}
|
|
5805
5926
|
.dark\:border-white:is(.dark *) {
|
|
5806
5927
|
--tw-border-opacity: 1;
|
|
5807
5928
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
@@ -5813,6 +5934,9 @@ body {
|
|
|
5813
5934
|
.dark\:bg-amber-400\/25:is(.dark *) {
|
|
5814
5935
|
background-color: rgb(251 191 36 / 0.25);
|
|
5815
5936
|
}
|
|
5937
|
+
.dark\:bg-amber-500\/30:is(.dark *) {
|
|
5938
|
+
background-color: rgb(245 158 11 / 0.3);
|
|
5939
|
+
}
|
|
5816
5940
|
.dark\:bg-background:is(.dark *) {
|
|
5817
5941
|
background-color: hsl(var(--background));
|
|
5818
5942
|
}
|
|
@@ -5828,6 +5952,9 @@ body {
|
|
|
5828
5952
|
.dark\:bg-emerald-500\/10:is(.dark *) {
|
|
5829
5953
|
background-color: rgb(16 185 129 / 0.1);
|
|
5830
5954
|
}
|
|
5955
|
+
.dark\:bg-emerald-500\/30:is(.dark *) {
|
|
5956
|
+
background-color: rgb(16 185 129 / 0.3);
|
|
5957
|
+
}
|
|
5831
5958
|
.dark\:bg-emerald-950\/30:is(.dark *) {
|
|
5832
5959
|
background-color: rgb(2 44 34 / 0.3);
|
|
5833
5960
|
}
|
|
@@ -5862,6 +5989,9 @@ body {
|
|
|
5862
5989
|
.dark\:bg-orange-400\/25:is(.dark *) {
|
|
5863
5990
|
background-color: rgb(251 146 60 / 0.25);
|
|
5864
5991
|
}
|
|
5992
|
+
.dark\:bg-orange-500\/30:is(.dark *) {
|
|
5993
|
+
background-color: rgb(249 115 22 / 0.3);
|
|
5994
|
+
}
|
|
5865
5995
|
.dark\:bg-primary:is(.dark *) {
|
|
5866
5996
|
background-color: hsl(var(--primary));
|
|
5867
5997
|
}
|
|
@@ -5871,12 +6001,18 @@ body {
|
|
|
5871
6001
|
.dark\:bg-rose-400\/25:is(.dark *) {
|
|
5872
6002
|
background-color: rgb(251 113 133 / 0.25);
|
|
5873
6003
|
}
|
|
6004
|
+
.dark\:bg-rose-500\/30:is(.dark *) {
|
|
6005
|
+
background-color: rgb(244 63 94 / 0.3);
|
|
6006
|
+
}
|
|
5874
6007
|
.dark\:bg-rose-950\/30:is(.dark *) {
|
|
5875
6008
|
background-color: rgb(76 5 25 / 0.3);
|
|
5876
6009
|
}
|
|
5877
6010
|
.dark\:bg-sky-400\/25:is(.dark *) {
|
|
5878
6011
|
background-color: rgb(56 189 248 / 0.25);
|
|
5879
6012
|
}
|
|
6013
|
+
.dark\:bg-sky-500\/30:is(.dark *) {
|
|
6014
|
+
background-color: rgb(14 165 233 / 0.3);
|
|
6015
|
+
}
|
|
5880
6016
|
.dark\:bg-slate-50:is(.dark *) {
|
|
5881
6017
|
--tw-bg-opacity: 1;
|
|
5882
6018
|
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
@@ -5905,6 +6041,9 @@ body {
|
|
|
5905
6041
|
.dark\:bg-violet-400\/25:is(.dark *) {
|
|
5906
6042
|
background-color: rgb(167 139 250 / 0.25);
|
|
5907
6043
|
}
|
|
6044
|
+
.dark\:bg-violet-500\/30:is(.dark *) {
|
|
6045
|
+
background-color: rgb(139 92 246 / 0.3);
|
|
6046
|
+
}
|
|
5908
6047
|
.dark\:bg-white:is(.dark *) {
|
|
5909
6048
|
--tw-bg-opacity: 1;
|
|
5910
6049
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
@@ -5944,6 +6083,10 @@ body {
|
|
|
5944
6083
|
--tw-text-opacity: 1;
|
|
5945
6084
|
color: rgb(253 230 138 / var(--tw-text-opacity, 1));
|
|
5946
6085
|
}
|
|
6086
|
+
.dark\:text-amber-50:is(.dark *) {
|
|
6087
|
+
--tw-text-opacity: 1;
|
|
6088
|
+
color: rgb(255 251 235 / var(--tw-text-opacity, 1));
|
|
6089
|
+
}
|
|
5947
6090
|
.dark\:text-black:is(.dark *) {
|
|
5948
6091
|
--tw-text-opacity: 1;
|
|
5949
6092
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
@@ -5960,6 +6103,10 @@ body {
|
|
|
5960
6103
|
--tw-text-opacity: 1;
|
|
5961
6104
|
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
|
|
5962
6105
|
}
|
|
6106
|
+
.dark\:text-emerald-50:is(.dark *) {
|
|
6107
|
+
--tw-text-opacity: 1;
|
|
6108
|
+
color: rgb(236 253 245 / var(--tw-text-opacity, 1));
|
|
6109
|
+
}
|
|
5963
6110
|
.dark\:text-gray-200\/90:is(.dark *) {
|
|
5964
6111
|
color: rgb(229 231 235 / 0.9);
|
|
5965
6112
|
}
|
|
@@ -5983,6 +6130,10 @@ body {
|
|
|
5983
6130
|
--tw-text-opacity: 1;
|
|
5984
6131
|
color: rgb(254 215 170 / var(--tw-text-opacity, 1));
|
|
5985
6132
|
}
|
|
6133
|
+
.dark\:text-orange-50:is(.dark *) {
|
|
6134
|
+
--tw-text-opacity: 1;
|
|
6135
|
+
color: rgb(255 247 237 / var(--tw-text-opacity, 1));
|
|
6136
|
+
}
|
|
5986
6137
|
.dark\:text-purple-400:is(.dark *) {
|
|
5987
6138
|
--tw-text-opacity: 1;
|
|
5988
6139
|
color: rgb(192 132 252 / var(--tw-text-opacity, 1));
|
|
@@ -5999,10 +6150,18 @@ body {
|
|
|
5999
6150
|
--tw-text-opacity: 1;
|
|
6000
6151
|
color: rgb(251 113 133 / var(--tw-text-opacity, 1));
|
|
6001
6152
|
}
|
|
6153
|
+
.dark\:text-rose-50:is(.dark *) {
|
|
6154
|
+
--tw-text-opacity: 1;
|
|
6155
|
+
color: rgb(255 241 242 / var(--tw-text-opacity, 1));
|
|
6156
|
+
}
|
|
6002
6157
|
.dark\:text-sky-200:is(.dark *) {
|
|
6003
6158
|
--tw-text-opacity: 1;
|
|
6004
6159
|
color: rgb(186 230 253 / var(--tw-text-opacity, 1));
|
|
6005
6160
|
}
|
|
6161
|
+
.dark\:text-sky-50:is(.dark *) {
|
|
6162
|
+
--tw-text-opacity: 1;
|
|
6163
|
+
color: rgb(240 249 255 / var(--tw-text-opacity, 1));
|
|
6164
|
+
}
|
|
6006
6165
|
.dark\:text-slate-100:is(.dark *) {
|
|
6007
6166
|
--tw-text-opacity: 1;
|
|
6008
6167
|
color: rgb(241 245 249 / var(--tw-text-opacity, 1));
|
|
@@ -6035,6 +6194,10 @@ body {
|
|
|
6035
6194
|
--tw-text-opacity: 1;
|
|
6036
6195
|
color: rgb(221 214 254 / var(--tw-text-opacity, 1));
|
|
6037
6196
|
}
|
|
6197
|
+
.dark\:text-violet-50:is(.dark *) {
|
|
6198
|
+
--tw-text-opacity: 1;
|
|
6199
|
+
color: rgb(245 243 255 / var(--tw-text-opacity, 1));
|
|
6200
|
+
}
|
|
6038
6201
|
.dark\:text-white:is(.dark *) {
|
|
6039
6202
|
--tw-text-opacity: 1;
|
|
6040
6203
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
@@ -6077,21 +6240,36 @@ body {
|
|
|
6077
6240
|
.dark\:hover\:bg-amber-400\/20:hover:is(.dark *) {
|
|
6078
6241
|
background-color: rgb(251 191 36 / 0.2);
|
|
6079
6242
|
}
|
|
6243
|
+
.dark\:hover\:bg-amber-500\/40:hover:is(.dark *) {
|
|
6244
|
+
background-color: rgb(245 158 11 / 0.4);
|
|
6245
|
+
}
|
|
6080
6246
|
.dark\:hover\:bg-background\/95:hover:is(.dark *) {
|
|
6081
6247
|
background-color: hsl(var(--background) / 0.95);
|
|
6082
6248
|
}
|
|
6083
6249
|
.dark\:hover\:bg-emerald-400\/20:hover:is(.dark *) {
|
|
6084
6250
|
background-color: rgb(52 211 153 / 0.2);
|
|
6085
6251
|
}
|
|
6252
|
+
.dark\:hover\:bg-emerald-500\/40:hover:is(.dark *) {
|
|
6253
|
+
background-color: rgb(16 185 129 / 0.4);
|
|
6254
|
+
}
|
|
6086
6255
|
.dark\:hover\:bg-orange-400\/20:hover:is(.dark *) {
|
|
6087
6256
|
background-color: rgb(251 146 60 / 0.2);
|
|
6088
6257
|
}
|
|
6258
|
+
.dark\:hover\:bg-orange-500\/40:hover:is(.dark *) {
|
|
6259
|
+
background-color: rgb(249 115 22 / 0.4);
|
|
6260
|
+
}
|
|
6089
6261
|
.dark\:hover\:bg-rose-400\/20:hover:is(.dark *) {
|
|
6090
6262
|
background-color: rgb(251 113 133 / 0.2);
|
|
6091
6263
|
}
|
|
6264
|
+
.dark\:hover\:bg-rose-500\/40:hover:is(.dark *) {
|
|
6265
|
+
background-color: rgb(244 63 94 / 0.4);
|
|
6266
|
+
}
|
|
6092
6267
|
.dark\:hover\:bg-sky-400\/20:hover:is(.dark *) {
|
|
6093
6268
|
background-color: rgb(56 189 248 / 0.2);
|
|
6094
6269
|
}
|
|
6270
|
+
.dark\:hover\:bg-sky-500\/40:hover:is(.dark *) {
|
|
6271
|
+
background-color: rgb(14 165 233 / 0.4);
|
|
6272
|
+
}
|
|
6095
6273
|
.dark\:hover\:bg-slate-50:hover:is(.dark *) {
|
|
6096
6274
|
--tw-bg-opacity: 1;
|
|
6097
6275
|
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
@@ -6107,6 +6285,9 @@ body {
|
|
|
6107
6285
|
.dark\:hover\:bg-violet-400\/20:hover:is(.dark *) {
|
|
6108
6286
|
background-color: rgb(167 139 250 / 0.2);
|
|
6109
6287
|
}
|
|
6288
|
+
.dark\:hover\:bg-violet-500\/40:hover:is(.dark *) {
|
|
6289
|
+
background-color: rgb(139 92 246 / 0.4);
|
|
6290
|
+
}
|
|
6110
6291
|
.dark\:hover\:text-emerald-300:hover:is(.dark *) {
|
|
6111
6292
|
--tw-text-opacity: 1;
|
|
6112
6293
|
color: rgb(110 231 183 / var(--tw-text-opacity, 1));
|
package/dist/index.d.mts
CHANGED
|
@@ -483,6 +483,7 @@ declare const CommandListBase: React$1.ForwardRefExoticComponent<Omit<{
|
|
|
483
483
|
label?: string;
|
|
484
484
|
} & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
485
485
|
testid?: string;
|
|
486
|
+
onEndReached?: () => void;
|
|
486
487
|
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
487
488
|
declare const CommandEmptyBase: React$1.ForwardRefExoticComponent<Omit<{
|
|
488
489
|
children?: React$1.ReactNode;
|
|
@@ -762,7 +763,7 @@ interface DebouncedInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEl
|
|
|
762
763
|
showLoadingIndicator?: boolean;
|
|
763
764
|
error?: string | undefined;
|
|
764
765
|
}
|
|
765
|
-
declare
|
|
766
|
+
declare const DebouncedInput: React$1.ForwardRefExoticComponent<DebouncedInputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
766
767
|
|
|
767
768
|
interface TreeNode {
|
|
768
769
|
id: string;
|
|
@@ -1634,6 +1635,15 @@ declare function formatLinePercentage(value: number | string | undefined): strin
|
|
|
1634
1635
|
interface ChartData$3 {
|
|
1635
1636
|
[key: string]: string | number | boolean | null | undefined;
|
|
1636
1637
|
}
|
|
1638
|
+
interface DataMapper {
|
|
1639
|
+
[dataKey: string]: {
|
|
1640
|
+
label?: string;
|
|
1641
|
+
valueFormatter?: (value: string | number) => string | number;
|
|
1642
|
+
color?: string;
|
|
1643
|
+
type?: "number" | "string" | "auto";
|
|
1644
|
+
visible?: boolean;
|
|
1645
|
+
};
|
|
1646
|
+
}
|
|
1637
1647
|
interface BiaxialConfig {
|
|
1638
1648
|
key: string[];
|
|
1639
1649
|
label?: string;
|
|
@@ -1699,6 +1709,18 @@ interface SeriesConfig {
|
|
|
1699
1709
|
line?: string[];
|
|
1700
1710
|
area?: string[];
|
|
1701
1711
|
}
|
|
1712
|
+
type SeriesOrder = {
|
|
1713
|
+
type: "bar" | "line" | "area";
|
|
1714
|
+
key: string;
|
|
1715
|
+
};
|
|
1716
|
+
type PropsLabelList = {
|
|
1717
|
+
height?: number | string;
|
|
1718
|
+
width?: number | string;
|
|
1719
|
+
x?: number | string;
|
|
1720
|
+
y?: number | string;
|
|
1721
|
+
value?: number | string;
|
|
1722
|
+
payload?: Record<string, unknown>;
|
|
1723
|
+
};
|
|
1702
1724
|
type ValueFormatterType = (props: {
|
|
1703
1725
|
value: number | string | undefined;
|
|
1704
1726
|
formattedValue: string;
|
|
@@ -1716,6 +1738,8 @@ type Margins = Partial<{
|
|
|
1716
1738
|
left: number;
|
|
1717
1739
|
bottom: number;
|
|
1718
1740
|
}>;
|
|
1741
|
+
type LabelListContent = (props: unknown) => React.ReactNode;
|
|
1742
|
+
type Primitive = string | number | boolean | null | undefined;
|
|
1719
1743
|
interface XAxisConfig {
|
|
1720
1744
|
dataKey: string;
|
|
1721
1745
|
label?: string;
|
|
@@ -1729,6 +1753,18 @@ interface XAxisConfig {
|
|
|
1729
1753
|
autoLabel?: boolean;
|
|
1730
1754
|
}
|
|
1731
1755
|
type ValueFormatter = (value: string | number) => string | number;
|
|
1756
|
+
type FinalValueFormatter = (value: number | string | null | undefined) => string;
|
|
1757
|
+
type SeriesEntry = {
|
|
1758
|
+
type: "bar" | "line" | "area";
|
|
1759
|
+
key: string;
|
|
1760
|
+
};
|
|
1761
|
+
type SeriesCounts = {
|
|
1762
|
+
bar: number;
|
|
1763
|
+
line: number;
|
|
1764
|
+
area: number;
|
|
1765
|
+
};
|
|
1766
|
+
type YAxisSide = "left" | "right";
|
|
1767
|
+
type YAxisMap = Record<string, YAxisSide>;
|
|
1732
1768
|
interface MapperConfigEntry {
|
|
1733
1769
|
label?: string;
|
|
1734
1770
|
valueFormatter?: ValueFormatter;
|
|
@@ -1737,6 +1773,17 @@ interface MapperConfigEntry {
|
|
|
1737
1773
|
visible?: boolean;
|
|
1738
1774
|
}
|
|
1739
1775
|
type MapperConfig = Record<string, MapperConfigEntry>;
|
|
1776
|
+
interface YAxisOptions {
|
|
1777
|
+
label?: string;
|
|
1778
|
+
stroke?: string;
|
|
1779
|
+
width?: number;
|
|
1780
|
+
percent?: boolean;
|
|
1781
|
+
percentDecimals?: number;
|
|
1782
|
+
}
|
|
1783
|
+
type YAxes = Partial<{
|
|
1784
|
+
left: YAxisOptions;
|
|
1785
|
+
right: YAxisOptions;
|
|
1786
|
+
}>;
|
|
1740
1787
|
interface TooltipItem$2 {
|
|
1741
1788
|
id: string;
|
|
1742
1789
|
data: ChartData$3;
|
|
@@ -1745,6 +1792,9 @@ interface TooltipItem$2 {
|
|
|
1745
1792
|
left: number;
|
|
1746
1793
|
};
|
|
1747
1794
|
}
|
|
1795
|
+
type TooltipAdaptedRow = Record<string, string | number> & {
|
|
1796
|
+
name: string;
|
|
1797
|
+
};
|
|
1748
1798
|
interface TimeSeriesConfig {
|
|
1749
1799
|
start?: number;
|
|
1750
1800
|
end?: number;
|
|
@@ -1755,6 +1805,25 @@ interface TimeSeriesConfig {
|
|
|
1755
1805
|
miniChartOpacity?: number;
|
|
1756
1806
|
chartHeight?: number;
|
|
1757
1807
|
}
|
|
1808
|
+
interface ChartHooksArgs {
|
|
1809
|
+
width?: number | string;
|
|
1810
|
+
measuredWidth?: number | null;
|
|
1811
|
+
points?: number;
|
|
1812
|
+
seriesCounts?: SeriesCounts;
|
|
1813
|
+
niceMax?: number;
|
|
1814
|
+
yAxes?: YAxes;
|
|
1815
|
+
yAxisLabel?: string;
|
|
1816
|
+
chartMargin?: Partial<{
|
|
1817
|
+
top: number;
|
|
1818
|
+
right: number;
|
|
1819
|
+
left: number;
|
|
1820
|
+
bottom: number;
|
|
1821
|
+
}>;
|
|
1822
|
+
showLabels?: boolean;
|
|
1823
|
+
timeSeries?: boolean | TimeSeriesConfig;
|
|
1824
|
+
timeSeriesLegend?: string;
|
|
1825
|
+
customLegend?: boolean;
|
|
1826
|
+
}
|
|
1758
1827
|
interface LegendItem {
|
|
1759
1828
|
label: string;
|
|
1760
1829
|
value: string | number;
|
|
@@ -1907,6 +1976,14 @@ interface Props$2 {
|
|
|
1907
1976
|
}
|
|
1908
1977
|
declare const TooltipSimple: React__default.FC<Props$2>;
|
|
1909
1978
|
|
|
1979
|
+
interface Neo4jNode {
|
|
1980
|
+
identity: number;
|
|
1981
|
+
labels: string[];
|
|
1982
|
+
properties: {
|
|
1983
|
+
nome: string;
|
|
1984
|
+
};
|
|
1985
|
+
elementId: string;
|
|
1986
|
+
}
|
|
1910
1987
|
interface IntegrationProperties {
|
|
1911
1988
|
tipo?: string;
|
|
1912
1989
|
Tipo?: string;
|
|
@@ -1919,6 +1996,21 @@ interface IntegrationProperties {
|
|
|
1919
1996
|
Sustentacao?: string;
|
|
1920
1997
|
Origem?: string;
|
|
1921
1998
|
}
|
|
1999
|
+
interface Neo4jRelationship {
|
|
2000
|
+
identity: number;
|
|
2001
|
+
start: number;
|
|
2002
|
+
end: number;
|
|
2003
|
+
type: string;
|
|
2004
|
+
properties: IntegrationProperties;
|
|
2005
|
+
elementId: string;
|
|
2006
|
+
startNodeElementId: string;
|
|
2007
|
+
endNodeElementId: string;
|
|
2008
|
+
}
|
|
2009
|
+
interface Neo4jIntegration {
|
|
2010
|
+
origem: Neo4jNode;
|
|
2011
|
+
r: Neo4jRelationship;
|
|
2012
|
+
destino: Neo4jNode;
|
|
2013
|
+
}
|
|
1922
2014
|
interface Connection {
|
|
1923
2015
|
id: string;
|
|
1924
2016
|
name: string;
|
|
@@ -1931,6 +2023,7 @@ interface SystemData {
|
|
|
1931
2023
|
description?: string;
|
|
1932
2024
|
connections: Connection[];
|
|
1933
2025
|
}
|
|
2026
|
+
declare function processNeo4jData(integrations: Neo4jIntegration[], targetSystemName: string): SystemData;
|
|
1934
2027
|
|
|
1935
2028
|
interface Position$1 {
|
|
1936
2029
|
top: number;
|
|
@@ -2238,4 +2331,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2238
2331
|
isDragging: boolean;
|
|
2239
2332
|
};
|
|
2240
2333
|
|
|
2241
|
-
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, ChartControls, ChartHeader, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, type LeaderboardItem, type LeaderboardProps, LikeButton, LoadingBase, LockButton, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type NewSelectProps, NoData, NotificationButton, NumericInput, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
|
2334
|
+
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type IntegrationProperties, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|