@mlw-packages/react-components 1.10.17 → 1.10.19
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 +230 -3
- package/dist/index.d.mts +12 -4
- package/dist/index.d.ts +12 -4
- package/dist/index.js +257 -206
- package/dist/index.mjs +257 -206
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -421,6 +421,9 @@ body {
|
|
|
421
421
|
.invisible {
|
|
422
422
|
visibility: hidden;
|
|
423
423
|
}
|
|
424
|
+
.collapse {
|
|
425
|
+
visibility: collapse;
|
|
426
|
+
}
|
|
424
427
|
.static {
|
|
425
428
|
position: static;
|
|
426
429
|
}
|
|
@@ -513,6 +516,9 @@ body {
|
|
|
513
516
|
.left-\[50\%\] {
|
|
514
517
|
left: 50%;
|
|
515
518
|
}
|
|
519
|
+
.left-\[calc\(100\%\+8px\)\] {
|
|
520
|
+
left: calc(100% + 8px);
|
|
521
|
+
}
|
|
516
522
|
.left-full {
|
|
517
523
|
left: 100%;
|
|
518
524
|
}
|
|
@@ -540,6 +546,9 @@ body {
|
|
|
540
546
|
.right-6 {
|
|
541
547
|
right: 1.5rem;
|
|
542
548
|
}
|
|
549
|
+
.right-\[calc\(100\%\+8px\)\] {
|
|
550
|
+
right: calc(100% + 8px);
|
|
551
|
+
}
|
|
543
552
|
.top-0 {
|
|
544
553
|
top: 0px;
|
|
545
554
|
}
|
|
@@ -749,6 +758,9 @@ body {
|
|
|
749
758
|
.-me-2 {
|
|
750
759
|
margin-inline-end: -0.5rem;
|
|
751
760
|
}
|
|
761
|
+
.-mr-0\.5 {
|
|
762
|
+
margin-right: -0.125rem;
|
|
763
|
+
}
|
|
752
764
|
.-mt-1 {
|
|
753
765
|
margin-top: -0.25rem;
|
|
754
766
|
}
|
|
@@ -926,6 +938,10 @@ body {
|
|
|
926
938
|
.aspect-square {
|
|
927
939
|
aspect-ratio: 1 / 1;
|
|
928
940
|
}
|
|
941
|
+
.size-10 {
|
|
942
|
+
width: 2.5rem;
|
|
943
|
+
height: 2.5rem;
|
|
944
|
+
}
|
|
929
945
|
.size-2 {
|
|
930
946
|
width: 0.5rem;
|
|
931
947
|
height: 0.5rem;
|
|
@@ -970,6 +986,10 @@ body {
|
|
|
970
986
|
width: 16rem;
|
|
971
987
|
height: 16rem;
|
|
972
988
|
}
|
|
989
|
+
.size-7 {
|
|
990
|
+
width: 1.75rem;
|
|
991
|
+
height: 1.75rem;
|
|
992
|
+
}
|
|
973
993
|
.size-72 {
|
|
974
994
|
width: 18rem;
|
|
975
995
|
height: 18rem;
|
|
@@ -1222,6 +1242,12 @@ body {
|
|
|
1222
1242
|
.min-h-\[300px\] {
|
|
1223
1243
|
min-height: 300px;
|
|
1224
1244
|
}
|
|
1245
|
+
.min-h-\[360px\] {
|
|
1246
|
+
min-height: 360px;
|
|
1247
|
+
}
|
|
1248
|
+
.min-h-\[36px\] {
|
|
1249
|
+
min-height: 36px;
|
|
1250
|
+
}
|
|
1225
1251
|
.min-h-\[3rem\] {
|
|
1226
1252
|
min-height: 3rem;
|
|
1227
1253
|
}
|
|
@@ -1300,9 +1326,6 @@ body {
|
|
|
1300
1326
|
.w-3\/4 {
|
|
1301
1327
|
width: 75%;
|
|
1302
1328
|
}
|
|
1303
|
-
.w-3\/6 {
|
|
1304
|
-
width: 50%;
|
|
1305
|
-
}
|
|
1306
1329
|
.w-32 {
|
|
1307
1330
|
width: 8rem;
|
|
1308
1331
|
}
|
|
@@ -1423,6 +1446,9 @@ body {
|
|
|
1423
1446
|
.w-\[90\%\] {
|
|
1424
1447
|
width: 90%;
|
|
1425
1448
|
}
|
|
1449
|
+
.w-\[95\%\] {
|
|
1450
|
+
width: 95%;
|
|
1451
|
+
}
|
|
1426
1452
|
.w-\[95vw\] {
|
|
1427
1453
|
width: 95vw;
|
|
1428
1454
|
}
|
|
@@ -1497,9 +1523,15 @@ body {
|
|
|
1497
1523
|
.min-w-\[2rem\] {
|
|
1498
1524
|
min-width: 2rem;
|
|
1499
1525
|
}
|
|
1526
|
+
.min-w-\[540px\] {
|
|
1527
|
+
min-width: 540px;
|
|
1528
|
+
}
|
|
1500
1529
|
.min-w-\[600px\] {
|
|
1501
1530
|
min-width: 600px;
|
|
1502
1531
|
}
|
|
1532
|
+
.min-w-\[80px\] {
|
|
1533
|
+
min-width: 80px;
|
|
1534
|
+
}
|
|
1503
1535
|
.min-w-\[8rem\] {
|
|
1504
1536
|
min-width: 8rem;
|
|
1505
1537
|
}
|
|
@@ -1546,6 +1578,12 @@ body {
|
|
|
1546
1578
|
.max-w-\[1100px\] {
|
|
1547
1579
|
max-width: 1100px;
|
|
1548
1580
|
}
|
|
1581
|
+
.max-w-\[140px\] {
|
|
1582
|
+
max-width: 140px;
|
|
1583
|
+
}
|
|
1584
|
+
.max-w-\[160px\] {
|
|
1585
|
+
max-width: 160px;
|
|
1586
|
+
}
|
|
1549
1587
|
.max-w-\[200px\] {
|
|
1550
1588
|
max-width: 200px;
|
|
1551
1589
|
}
|
|
@@ -1715,6 +1753,11 @@ body {
|
|
|
1715
1753
|
--tw-scale-y: 1.1;
|
|
1716
1754
|
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));
|
|
1717
1755
|
}
|
|
1756
|
+
.scale-125 {
|
|
1757
|
+
--tw-scale-x: 1.25;
|
|
1758
|
+
--tw-scale-y: 1.25;
|
|
1759
|
+
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));
|
|
1760
|
+
}
|
|
1718
1761
|
.scale-\[1\.02\] {
|
|
1719
1762
|
--tw-scale-x: 1.02;
|
|
1720
1763
|
--tw-scale-y: 1.02;
|
|
@@ -1745,6 +1788,9 @@ body {
|
|
|
1745
1788
|
.cursor-context-menu {
|
|
1746
1789
|
cursor: context-menu;
|
|
1747
1790
|
}
|
|
1791
|
+
.cursor-crosshair {
|
|
1792
|
+
cursor: crosshair;
|
|
1793
|
+
}
|
|
1748
1794
|
.cursor-default {
|
|
1749
1795
|
cursor: default;
|
|
1750
1796
|
}
|
|
@@ -1769,6 +1815,9 @@ body {
|
|
|
1769
1815
|
.cursor-pointer {
|
|
1770
1816
|
cursor: pointer;
|
|
1771
1817
|
}
|
|
1818
|
+
.cursor-text {
|
|
1819
|
+
cursor: text;
|
|
1820
|
+
}
|
|
1772
1821
|
.touch-none {
|
|
1773
1822
|
touch-action: none;
|
|
1774
1823
|
}
|
|
@@ -2210,6 +2259,9 @@ body {
|
|
|
2210
2259
|
.border-b {
|
|
2211
2260
|
border-bottom-width: 1px;
|
|
2212
2261
|
}
|
|
2262
|
+
.border-b-0 {
|
|
2263
|
+
border-bottom-width: 0px;
|
|
2264
|
+
}
|
|
2213
2265
|
.border-b-2 {
|
|
2214
2266
|
border-bottom-width: 2px;
|
|
2215
2267
|
}
|
|
@@ -2231,6 +2283,9 @@ body {
|
|
|
2231
2283
|
.border-t {
|
|
2232
2284
|
border-top-width: 1px;
|
|
2233
2285
|
}
|
|
2286
|
+
.border-t-0 {
|
|
2287
|
+
border-top-width: 0px;
|
|
2288
|
+
}
|
|
2234
2289
|
.border-t-2 {
|
|
2235
2290
|
border-top-width: 2px;
|
|
2236
2291
|
}
|
|
@@ -2246,6 +2301,10 @@ body {
|
|
|
2246
2301
|
.border-amber-200\/70 {
|
|
2247
2302
|
border-color: rgb(253 230 138 / 0.7);
|
|
2248
2303
|
}
|
|
2304
|
+
.border-amber-300 {
|
|
2305
|
+
--tw-border-opacity: 1;
|
|
2306
|
+
border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
|
|
2307
|
+
}
|
|
2249
2308
|
.border-amber-400 {
|
|
2250
2309
|
--tw-border-opacity: 1;
|
|
2251
2310
|
border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
|
|
@@ -2292,12 +2351,19 @@ body {
|
|
|
2292
2351
|
.border-border\/50 {
|
|
2293
2352
|
border-color: hsl(var(--border) / 0.5);
|
|
2294
2353
|
}
|
|
2354
|
+
.border-border\/60 {
|
|
2355
|
+
border-color: hsl(var(--border) / 0.6);
|
|
2356
|
+
}
|
|
2295
2357
|
.border-border\/70 {
|
|
2296
2358
|
border-color: hsl(var(--border) / 0.7);
|
|
2297
2359
|
}
|
|
2298
2360
|
.border-cyan-200\/70 {
|
|
2299
2361
|
border-color: rgb(165 243 252 / 0.7);
|
|
2300
2362
|
}
|
|
2363
|
+
.border-cyan-300 {
|
|
2364
|
+
--tw-border-opacity: 1;
|
|
2365
|
+
border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
|
|
2366
|
+
}
|
|
2301
2367
|
.border-destructive {
|
|
2302
2368
|
border-color: hsl(var(--destructive));
|
|
2303
2369
|
}
|
|
@@ -2318,6 +2384,12 @@ body {
|
|
|
2318
2384
|
.border-emerald-500\/10 {
|
|
2319
2385
|
border-color: rgb(16 185 129 / 0.1);
|
|
2320
2386
|
}
|
|
2387
|
+
.border-foreground\/20 {
|
|
2388
|
+
border-color: hsl(var(--foreground) / 0.2);
|
|
2389
|
+
}
|
|
2390
|
+
.border-foreground\/70 {
|
|
2391
|
+
border-color: hsl(var(--foreground) / 0.7);
|
|
2392
|
+
}
|
|
2321
2393
|
.border-fuchsia-200\/70 {
|
|
2322
2394
|
border-color: rgb(245 208 254 / 0.7);
|
|
2323
2395
|
}
|
|
@@ -2372,6 +2444,10 @@ body {
|
|
|
2372
2444
|
.border-orange-200\/70 {
|
|
2373
2445
|
border-color: rgb(254 215 170 / 0.7);
|
|
2374
2446
|
}
|
|
2447
|
+
.border-orange-300 {
|
|
2448
|
+
--tw-border-opacity: 1;
|
|
2449
|
+
border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
|
|
2450
|
+
}
|
|
2375
2451
|
.border-orange-400 {
|
|
2376
2452
|
--tw-border-opacity: 1;
|
|
2377
2453
|
border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
|
|
@@ -2388,6 +2464,9 @@ body {
|
|
|
2388
2464
|
.border-primary\/50 {
|
|
2389
2465
|
border-color: hsl(var(--primary) / 0.5);
|
|
2390
2466
|
}
|
|
2467
|
+
.border-primary\/60 {
|
|
2468
|
+
border-color: hsl(var(--primary) / 0.6);
|
|
2469
|
+
}
|
|
2391
2470
|
.border-primary\/70 {
|
|
2392
2471
|
border-color: hsl(var(--primary) / 0.7);
|
|
2393
2472
|
}
|
|
@@ -2618,6 +2697,12 @@ body {
|
|
|
2618
2697
|
.bg-border {
|
|
2619
2698
|
background-color: hsl(var(--border));
|
|
2620
2699
|
}
|
|
2700
|
+
.bg-border\/50 {
|
|
2701
|
+
background-color: hsl(var(--border) / 0.5);
|
|
2702
|
+
}
|
|
2703
|
+
.bg-border\/60 {
|
|
2704
|
+
background-color: hsl(var(--border) / 0.6);
|
|
2705
|
+
}
|
|
2621
2706
|
.bg-card {
|
|
2622
2707
|
background-color: hsl(var(--card));
|
|
2623
2708
|
}
|
|
@@ -2687,6 +2772,12 @@ body {
|
|
|
2687
2772
|
.bg-foreground {
|
|
2688
2773
|
background-color: hsl(var(--foreground));
|
|
2689
2774
|
}
|
|
2775
|
+
.bg-foreground\/10 {
|
|
2776
|
+
background-color: hsl(var(--foreground) / 0.1);
|
|
2777
|
+
}
|
|
2778
|
+
.bg-foreground\/5 {
|
|
2779
|
+
background-color: hsl(var(--foreground) / 0.05);
|
|
2780
|
+
}
|
|
2690
2781
|
.bg-fuchsia-100 {
|
|
2691
2782
|
--tw-bg-opacity: 1;
|
|
2692
2783
|
background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
|
|
@@ -3479,6 +3570,10 @@ body {
|
|
|
3479
3570
|
padding-left: 0.75rem;
|
|
3480
3571
|
padding-right: 0.75rem;
|
|
3481
3572
|
}
|
|
3573
|
+
.px-3\.5 {
|
|
3574
|
+
padding-left: 0.875rem;
|
|
3575
|
+
padding-right: 0.875rem;
|
|
3576
|
+
}
|
|
3482
3577
|
.px-4 {
|
|
3483
3578
|
padding-left: 1rem;
|
|
3484
3579
|
padding-right: 1rem;
|
|
@@ -3654,6 +3749,9 @@ body {
|
|
|
3654
3749
|
.pt-1 {
|
|
3655
3750
|
padding-top: 0.25rem;
|
|
3656
3751
|
}
|
|
3752
|
+
.pt-1\.5 {
|
|
3753
|
+
padding-top: 0.375rem;
|
|
3754
|
+
}
|
|
3657
3755
|
.pt-14 {
|
|
3658
3756
|
padding-top: 3.5rem;
|
|
3659
3757
|
}
|
|
@@ -3907,6 +4005,10 @@ body {
|
|
|
3907
4005
|
.text-current {
|
|
3908
4006
|
color: currentColor;
|
|
3909
4007
|
}
|
|
4008
|
+
.text-cyan-600 {
|
|
4009
|
+
--tw-text-opacity: 1;
|
|
4010
|
+
color: rgb(8 145 178 / var(--tw-text-opacity, 1));
|
|
4011
|
+
}
|
|
3910
4012
|
.text-cyan-900 {
|
|
3911
4013
|
--tw-text-opacity: 1;
|
|
3912
4014
|
color: rgb(22 78 99 / var(--tw-text-opacity, 1));
|
|
@@ -3917,6 +4019,9 @@ body {
|
|
|
3917
4019
|
.text-destructive-foreground {
|
|
3918
4020
|
color: hsl(var(--destructive-foreground));
|
|
3919
4021
|
}
|
|
4022
|
+
.text-destructive\/60 {
|
|
4023
|
+
color: hsl(var(--destructive) / 0.6);
|
|
4024
|
+
}
|
|
3920
4025
|
.text-emerald-500 {
|
|
3921
4026
|
--tw-text-opacity: 1;
|
|
3922
4027
|
color: rgb(16 185 129 / var(--tw-text-opacity, 1));
|
|
@@ -3939,6 +4044,12 @@ body {
|
|
|
3939
4044
|
.text-foreground {
|
|
3940
4045
|
color: hsl(var(--foreground));
|
|
3941
4046
|
}
|
|
4047
|
+
.text-foreground\/40 {
|
|
4048
|
+
color: hsl(var(--foreground) / 0.4);
|
|
4049
|
+
}
|
|
4050
|
+
.text-foreground\/60 {
|
|
4051
|
+
color: hsl(var(--foreground) / 0.6);
|
|
4052
|
+
}
|
|
3942
4053
|
.text-foreground\/70 {
|
|
3943
4054
|
color: hsl(var(--foreground) / 0.7);
|
|
3944
4055
|
}
|
|
@@ -4095,6 +4206,9 @@ body {
|
|
|
4095
4206
|
.text-primary-foreground\/60 {
|
|
4096
4207
|
color: hsl(var(--primary-foreground) / 0.6);
|
|
4097
4208
|
}
|
|
4209
|
+
.text-primary\/60 {
|
|
4210
|
+
color: hsl(var(--primary) / 0.6);
|
|
4211
|
+
}
|
|
4098
4212
|
.text-primary\/70 {
|
|
4099
4213
|
color: hsl(var(--primary) / 0.7);
|
|
4100
4214
|
}
|
|
@@ -4250,6 +4364,9 @@ body {
|
|
|
4250
4364
|
.no-underline {
|
|
4251
4365
|
text-decoration-line: none;
|
|
4252
4366
|
}
|
|
4367
|
+
.underline-offset-2 {
|
|
4368
|
+
text-underline-offset: 2px;
|
|
4369
|
+
}
|
|
4253
4370
|
.underline-offset-4 {
|
|
4254
4371
|
text-underline-offset: 4px;
|
|
4255
4372
|
}
|
|
@@ -4268,6 +4385,9 @@ body {
|
|
|
4268
4385
|
.opacity-15 {
|
|
4269
4386
|
opacity: 0.15;
|
|
4270
4387
|
}
|
|
4388
|
+
.opacity-30 {
|
|
4389
|
+
opacity: 0.3;
|
|
4390
|
+
}
|
|
4271
4391
|
.opacity-40 {
|
|
4272
4392
|
opacity: 0.4;
|
|
4273
4393
|
}
|
|
@@ -4316,6 +4436,14 @@ body {
|
|
|
4316
4436
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
4317
4437
|
var(--tw-shadow);
|
|
4318
4438
|
}
|
|
4439
|
+
.shadow-\[0_2px_16px_rgba\(0\,0\,0\,0\.06\)\] {
|
|
4440
|
+
--tw-shadow: 0 2px 16px rgba(0,0,0,0.06);
|
|
4441
|
+
--tw-shadow-colored: 0 2px 16px var(--tw-shadow-color);
|
|
4442
|
+
box-shadow:
|
|
4443
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
4444
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
4445
|
+
var(--tw-shadow);
|
|
4446
|
+
}
|
|
4319
4447
|
.shadow-\[0_6px_18px_rgba\(0\,0\,0\,0\.12\)\] {
|
|
4320
4448
|
--tw-shadow: 0 6px 18px rgba(0,0,0,0.12);
|
|
4321
4449
|
--tw-shadow-colored: 0 6px 18px var(--tw-shadow-color);
|
|
@@ -5105,6 +5233,18 @@ body {
|
|
|
5105
5233
|
--tw-bg-opacity: 1;
|
|
5106
5234
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
5107
5235
|
}
|
|
5236
|
+
.empty\:before\:pointer-events-none:empty::before {
|
|
5237
|
+
content: var(--tw-content);
|
|
5238
|
+
pointer-events: none;
|
|
5239
|
+
}
|
|
5240
|
+
.empty\:before\:text-muted-foreground\/40:empty::before {
|
|
5241
|
+
content: var(--tw-content);
|
|
5242
|
+
color: hsl(var(--muted-foreground) / 0.4);
|
|
5243
|
+
}
|
|
5244
|
+
.empty\:before\:content-\[attr\(data-placeholder\)\]:empty::before {
|
|
5245
|
+
--tw-content: attr(data-placeholder);
|
|
5246
|
+
content: var(--tw-content);
|
|
5247
|
+
}
|
|
5108
5248
|
.focus-within\:relative:focus-within {
|
|
5109
5249
|
position: relative;
|
|
5110
5250
|
}
|
|
@@ -5133,6 +5273,9 @@ body {
|
|
|
5133
5273
|
.focus-within\:ring-destructive:focus-within {
|
|
5134
5274
|
--tw-ring-color: hsl(var(--destructive));
|
|
5135
5275
|
}
|
|
5276
|
+
.focus-within\:ring-primary\/15:focus-within {
|
|
5277
|
+
--tw-ring-color: hsl(var(--primary) / 0.15);
|
|
5278
|
+
}
|
|
5136
5279
|
.focus-within\:ring-ring\/50:focus-within {
|
|
5137
5280
|
--tw-ring-color: hsl(var(--ring) / 0.5);
|
|
5138
5281
|
}
|
|
@@ -5203,6 +5346,9 @@ body {
|
|
|
5203
5346
|
.hover\:bg-background\/20:hover {
|
|
5204
5347
|
background-color: hsl(var(--background) / 0.2);
|
|
5205
5348
|
}
|
|
5349
|
+
.hover\:bg-background\/40:hover {
|
|
5350
|
+
background-color: hsl(var(--background) / 0.4);
|
|
5351
|
+
}
|
|
5206
5352
|
.hover\:bg-black\/70:hover {
|
|
5207
5353
|
background-color: rgb(0 0 0 / 0.7);
|
|
5208
5354
|
}
|
|
@@ -5226,6 +5372,9 @@ body {
|
|
|
5226
5372
|
.hover\:bg-destructive\/10:hover {
|
|
5227
5373
|
background-color: hsl(var(--destructive) / 0.1);
|
|
5228
5374
|
}
|
|
5375
|
+
.hover\:bg-destructive\/5:hover {
|
|
5376
|
+
background-color: hsl(var(--destructive) / 0.05);
|
|
5377
|
+
}
|
|
5229
5378
|
.hover\:bg-destructive\/90:hover {
|
|
5230
5379
|
background-color: hsl(var(--destructive) / 0.9);
|
|
5231
5380
|
}
|
|
@@ -5290,6 +5439,9 @@ body {
|
|
|
5290
5439
|
.hover\:bg-muted\/20:hover {
|
|
5291
5440
|
background-color: hsl(var(--muted) / 0.2);
|
|
5292
5441
|
}
|
|
5442
|
+
.hover\:bg-muted\/30:hover {
|
|
5443
|
+
background-color: hsl(var(--muted) / 0.3);
|
|
5444
|
+
}
|
|
5293
5445
|
.hover\:bg-muted\/5:hover {
|
|
5294
5446
|
background-color: hsl(var(--muted) / 0.05);
|
|
5295
5447
|
}
|
|
@@ -5417,6 +5569,12 @@ body {
|
|
|
5417
5569
|
.hover\:text-foreground:hover {
|
|
5418
5570
|
color: hsl(var(--foreground));
|
|
5419
5571
|
}
|
|
5572
|
+
.hover\:text-foreground\/70:hover {
|
|
5573
|
+
color: hsl(var(--foreground) / 0.7);
|
|
5574
|
+
}
|
|
5575
|
+
.hover\:text-foreground\/80:hover {
|
|
5576
|
+
color: hsl(var(--foreground) / 0.8);
|
|
5577
|
+
}
|
|
5420
5578
|
.hover\:text-primary:hover {
|
|
5421
5579
|
color: hsl(var(--primary));
|
|
5422
5580
|
}
|
|
@@ -5450,6 +5608,9 @@ body {
|
|
|
5450
5608
|
.hover\:underline:hover {
|
|
5451
5609
|
text-decoration-line: underline;
|
|
5452
5610
|
}
|
|
5611
|
+
.hover\:\!opacity-80:hover {
|
|
5612
|
+
opacity: 0.8 !important;
|
|
5613
|
+
}
|
|
5453
5614
|
.hover\:opacity-100:hover {
|
|
5454
5615
|
opacity: 1;
|
|
5455
5616
|
}
|
|
@@ -5729,6 +5890,9 @@ body {
|
|
|
5729
5890
|
.disabled\:bg-muted\/30:disabled {
|
|
5730
5891
|
background-color: hsl(var(--muted) / 0.3);
|
|
5731
5892
|
}
|
|
5893
|
+
.disabled\:opacity-20:disabled {
|
|
5894
|
+
opacity: 0.2;
|
|
5895
|
+
}
|
|
5732
5896
|
.disabled\:opacity-50:disabled {
|
|
5733
5897
|
opacity: 0.5;
|
|
5734
5898
|
}
|
|
@@ -5806,6 +5970,9 @@ body {
|
|
|
5806
5970
|
.group:hover .group-hover\:opacity-100 {
|
|
5807
5971
|
opacity: 1;
|
|
5808
5972
|
}
|
|
5973
|
+
.group:hover .group-hover\:opacity-40 {
|
|
5974
|
+
opacity: 0.4;
|
|
5975
|
+
}
|
|
5809
5976
|
.group.toast .group-\[\.toast\]\:text-neutral-600 {
|
|
5810
5977
|
--tw-text-opacity: 1;
|
|
5811
5978
|
color: rgb(82 82 82 / var(--tw-text-opacity, 1));
|
|
@@ -6662,12 +6829,20 @@ body {
|
|
|
6662
6829
|
.dark\:border-amber-400\/30:is(.dark *) {
|
|
6663
6830
|
border-color: rgb(251 191 36 / 0.3);
|
|
6664
6831
|
}
|
|
6832
|
+
.dark\:border-amber-600:is(.dark *) {
|
|
6833
|
+
--tw-border-opacity: 1;
|
|
6834
|
+
border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
|
|
6835
|
+
}
|
|
6665
6836
|
.dark\:border-blue-400\/30:is(.dark *) {
|
|
6666
6837
|
border-color: rgb(96 165 250 / 0.3);
|
|
6667
6838
|
}
|
|
6668
6839
|
.dark\:border-cyan-400\/30:is(.dark *) {
|
|
6669
6840
|
border-color: rgb(34 211 238 / 0.3);
|
|
6670
6841
|
}
|
|
6842
|
+
.dark\:border-cyan-800:is(.dark *) {
|
|
6843
|
+
--tw-border-opacity: 1;
|
|
6844
|
+
border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
|
|
6845
|
+
}
|
|
6671
6846
|
.dark\:border-emerald-400\/30:is(.dark *) {
|
|
6672
6847
|
border-color: rgb(52 211 153 / 0.3);
|
|
6673
6848
|
}
|
|
@@ -6682,6 +6857,10 @@ body {
|
|
|
6682
6857
|
--tw-border-opacity: 1;
|
|
6683
6858
|
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
|
|
6684
6859
|
}
|
|
6860
|
+
.dark\:border-gray-800:is(.dark *) {
|
|
6861
|
+
--tw-border-opacity: 1;
|
|
6862
|
+
border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
|
|
6863
|
+
}
|
|
6685
6864
|
.dark\:border-gray-900:is(.dark *) {
|
|
6686
6865
|
--tw-border-opacity: 1;
|
|
6687
6866
|
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
@@ -6713,6 +6892,10 @@ body {
|
|
|
6713
6892
|
.dark\:border-orange-400\/30:is(.dark *) {
|
|
6714
6893
|
border-color: rgb(251 146 60 / 0.3);
|
|
6715
6894
|
}
|
|
6895
|
+
.dark\:border-orange-800:is(.dark *) {
|
|
6896
|
+
--tw-border-opacity: 1;
|
|
6897
|
+
border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
|
|
6898
|
+
}
|
|
6716
6899
|
.dark\:border-pink-400\/30:is(.dark *) {
|
|
6717
6900
|
border-color: rgb(244 114 182 / 0.3);
|
|
6718
6901
|
}
|
|
@@ -6765,6 +6948,10 @@ body {
|
|
|
6765
6948
|
.dark\:bg-amber-400\/25:is(.dark *) {
|
|
6766
6949
|
background-color: rgb(251 191 36 / 0.25);
|
|
6767
6950
|
}
|
|
6951
|
+
.dark\:bg-amber-50:is(.dark *) {
|
|
6952
|
+
--tw-bg-opacity: 1;
|
|
6953
|
+
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
|
|
6954
|
+
}
|
|
6768
6955
|
.dark\:bg-amber-500\/25:is(.dark *) {
|
|
6769
6956
|
background-color: rgb(245 158 11 / 0.25);
|
|
6770
6957
|
}
|
|
@@ -6964,6 +7151,10 @@ body {
|
|
|
6964
7151
|
--tw-text-opacity: 1;
|
|
6965
7152
|
color: rgb(255 251 235 / var(--tw-text-opacity, 1));
|
|
6966
7153
|
}
|
|
7154
|
+
.dark\:text-amber-600:is(.dark *) {
|
|
7155
|
+
--tw-text-opacity: 1;
|
|
7156
|
+
color: rgb(217 119 6 / var(--tw-text-opacity, 1));
|
|
7157
|
+
}
|
|
6967
7158
|
.dark\:text-black:is(.dark *) {
|
|
6968
7159
|
--tw-text-opacity: 1;
|
|
6969
7160
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
@@ -6980,6 +7171,10 @@ body {
|
|
|
6980
7171
|
--tw-text-opacity: 1;
|
|
6981
7172
|
color: rgb(236 254 255 / var(--tw-text-opacity, 1));
|
|
6982
7173
|
}
|
|
7174
|
+
.dark\:text-cyan-800:is(.dark *) {
|
|
7175
|
+
--tw-text-opacity: 1;
|
|
7176
|
+
color: rgb(21 94 117 / var(--tw-text-opacity, 1));
|
|
7177
|
+
}
|
|
6983
7178
|
.dark\:text-emerald-200:is(.dark *) {
|
|
6984
7179
|
--tw-text-opacity: 1;
|
|
6985
7180
|
color: rgb(167 243 208 / var(--tw-text-opacity, 1));
|
|
@@ -7003,6 +7198,10 @@ body {
|
|
|
7003
7198
|
--tw-text-opacity: 1;
|
|
7004
7199
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
7005
7200
|
}
|
|
7201
|
+
.dark\:text-gray-800:is(.dark *) {
|
|
7202
|
+
--tw-text-opacity: 1;
|
|
7203
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
7204
|
+
}
|
|
7006
7205
|
.dark\:text-green-50:is(.dark *) {
|
|
7007
7206
|
--tw-text-opacity: 1;
|
|
7008
7207
|
color: rgb(240 253 244 / var(--tw-text-opacity, 1));
|
|
@@ -7035,6 +7234,10 @@ body {
|
|
|
7035
7234
|
--tw-text-opacity: 1;
|
|
7036
7235
|
color: rgb(255 247 237 / var(--tw-text-opacity, 1));
|
|
7037
7236
|
}
|
|
7237
|
+
.dark\:text-orange-800:is(.dark *) {
|
|
7238
|
+
--tw-text-opacity: 1;
|
|
7239
|
+
color: rgb(154 52 18 / var(--tw-text-opacity, 1));
|
|
7240
|
+
}
|
|
7038
7241
|
.dark\:text-pink-50:is(.dark *) {
|
|
7039
7242
|
--tw-text-opacity: 1;
|
|
7040
7243
|
color: rgb(253 242 248 / var(--tw-text-opacity, 1));
|
|
@@ -7434,6 +7637,9 @@ body {
|
|
|
7434
7637
|
.sm\:max-w-\[425px\] {
|
|
7435
7638
|
max-width: 425px;
|
|
7436
7639
|
}
|
|
7640
|
+
.sm\:max-w-lg {
|
|
7641
|
+
max-width: 32rem;
|
|
7642
|
+
}
|
|
7437
7643
|
.sm\:max-w-md {
|
|
7438
7644
|
max-width: 28rem;
|
|
7439
7645
|
}
|
|
@@ -8001,6 +8207,21 @@ body {
|
|
|
8001
8207
|
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
8002
8208
|
width: 1.25rem;
|
|
8003
8209
|
}
|
|
8210
|
+
.\[\&_a\]\:text-primary a {
|
|
8211
|
+
color: hsl(var(--primary));
|
|
8212
|
+
}
|
|
8213
|
+
.\[\&_a\]\:underline a {
|
|
8214
|
+
text-decoration-line: underline;
|
|
8215
|
+
}
|
|
8216
|
+
.\[\&_li\]\:pl-1 li {
|
|
8217
|
+
padding-left: 0.25rem;
|
|
8218
|
+
}
|
|
8219
|
+
.\[\&_ol\]\:ml-4 ol {
|
|
8220
|
+
margin-left: 1rem;
|
|
8221
|
+
}
|
|
8222
|
+
.\[\&_ol\]\:list-decimal ol {
|
|
8223
|
+
list-style-type: decimal;
|
|
8224
|
+
}
|
|
8004
8225
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]) {
|
|
8005
8226
|
width: 0.75rem;
|
|
8006
8227
|
height: 0.75rem;
|
|
@@ -8028,6 +8249,12 @@ body {
|
|
|
8028
8249
|
.\[\&_tr\]\:border-b tr {
|
|
8029
8250
|
border-bottom-width: 1px;
|
|
8030
8251
|
}
|
|
8252
|
+
.\[\&_ul\]\:ml-4 ul {
|
|
8253
|
+
margin-left: 1rem;
|
|
8254
|
+
}
|
|
8255
|
+
.\[\&_ul\]\:list-disc ul {
|
|
8256
|
+
list-style-type: disc;
|
|
8257
|
+
}
|
|
8031
8258
|
[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
|
|
8032
8259
|
right: -0.5rem;
|
|
8033
8260
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -79,13 +79,15 @@ declare const badgeVariants: (props?: ({
|
|
|
79
79
|
size?: "sm" | "lg" | "md" | null | undefined;
|
|
80
80
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
81
81
|
type BadgeColorType = "green" | "gray" | "red" | "yellow" | "blue" | "purple";
|
|
82
|
+
type BadgeRankType = "diamond" | "gold" | "silver" | "bronze";
|
|
82
83
|
interface BadgeBaseProps extends ComponentProps<"span">, VariantProps<typeof badgeVariants> {
|
|
83
84
|
asChild?: boolean;
|
|
84
85
|
color?: BadgeColorType;
|
|
86
|
+
rank?: BadgeRankType;
|
|
85
87
|
size?: "sm" | "md" | "lg";
|
|
86
88
|
status?: string;
|
|
87
89
|
}
|
|
88
|
-
declare function Badge({ className, color, size, asChild, children, style, ...props }: BadgeBaseProps): react_jsx_runtime.JSX.Element;
|
|
90
|
+
declare function Badge({ className, color, rank, size, asChild, children, style, ...props }: BadgeBaseProps): react_jsx_runtime.JSX.Element;
|
|
89
91
|
|
|
90
92
|
type CalendarProps = React$1.ComponentProps<typeof DayPicker>;
|
|
91
93
|
declare function CalendarBase({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
|
|
@@ -812,8 +814,9 @@ interface DateTimePickerProps extends ErrorMessageProps {
|
|
|
812
814
|
className?: string;
|
|
813
815
|
error?: string;
|
|
814
816
|
hideClear?: boolean;
|
|
817
|
+
triggerIcon?: boolean;
|
|
815
818
|
}
|
|
816
|
-
declare function DateTimePicker({ label, date, onChange, onConfirm, displayFormat, hideTime, hideSeconds, fromDate, toDate, disabled, className, error, hideClear, }: DateTimePickerProps): react_jsx_runtime.JSX.Element;
|
|
819
|
+
declare function DateTimePicker({ label, date, onChange, onConfirm, displayFormat, hideTime, hideSeconds, fromDate, toDate, disabled, className, error, hideClear, triggerIcon, }: DateTimePickerProps): react_jsx_runtime.JSX.Element;
|
|
817
820
|
|
|
818
821
|
interface RangePickerProps extends ErrorMessageProps {
|
|
819
822
|
value?: DateRange;
|
|
@@ -1007,13 +1010,18 @@ interface EventCalendarProps$1 {
|
|
|
1007
1010
|
onClick?: ((event: CalendarEventAgenda, e?: React__default.MouseEvent) => void) | React__default.ReactElement<ModalLikeProps>;
|
|
1008
1011
|
showYearView?: boolean;
|
|
1009
1012
|
noTime?: boolean;
|
|
1013
|
+
onlyDay?: boolean;
|
|
1014
|
+
onlyMonth?: boolean;
|
|
1015
|
+
onlyWeek?: boolean;
|
|
1016
|
+
onlyAgenda?: boolean;
|
|
1017
|
+
onlyYear?: boolean;
|
|
1010
1018
|
}
|
|
1011
1019
|
interface ModalLikeProps {
|
|
1012
1020
|
event?: CalendarEventAgenda;
|
|
1013
1021
|
onClose?: () => void;
|
|
1014
1022
|
[key: string]: unknown;
|
|
1015
1023
|
}
|
|
1016
|
-
declare function EventAgenda({ events, onEventUpdate, className, initialView, initialDate, onClick, showYearView, noTime, }: EventCalendarProps$1): react_jsx_runtime.JSX.Element;
|
|
1024
|
+
declare function EventAgenda({ events, onEventUpdate, className, initialView, initialDate, onClick, showYearView, noTime, onlyDay, onlyMonth, onlyWeek, onlyAgenda, onlyYear, }: EventCalendarProps$1): react_jsx_runtime.JSX.Element;
|
|
1017
1025
|
|
|
1018
1026
|
interface EventItemProps$1 {
|
|
1019
1027
|
event: CalendarEventAgenda;
|
|
@@ -2671,4 +2679,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2671
2679
|
isDragging: boolean;
|
|
2672
2680
|
};
|
|
2673
2681
|
|
|
2674
|
-
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, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CircularProgress, type CircularProgressProps, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, type CommandGroup, CommandGroupBase, CommandInputBase, type CommandItem, CommandItemBase, CommandItemRow, CommandListBase, CommandPalette, type CommandPaletteProps, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, 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, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileAccept, FileUploader, type FileUploaderProps, type FileWithPreview, type FilesAccepted, FilterButton, type FinalValueFormatter, GroupLabel, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type Integration, type IntegrationConnection, type IntegrationData, IntegrationModal, type IntegrationModalProps, type IntegrationProperties, type IntegrationProps, Kbd, KbdGroup, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, 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, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Position$1 as Position, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, 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, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createGroup, createItem, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, filterAndScore, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, 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, normaliseGroups, normalizeAttendDate, normalizeStr, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, scoreMatch, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, startOfLocalDay, toast, unionGroups, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCommandPalette, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useRecents, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
|
2682
|
+
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 BadgeRankType, 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, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CircularProgress, type CircularProgressProps, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, type CommandGroup, CommandGroupBase, CommandInputBase, type CommandItem, CommandItemBase, CommandItemRow, CommandListBase, CommandPalette, type CommandPaletteProps, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, 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, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileAccept, FileUploader, type FileUploaderProps, type FileWithPreview, type FilesAccepted, FilterButton, type FinalValueFormatter, GroupLabel, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type Integration, type IntegrationConnection, type IntegrationData, IntegrationModal, type IntegrationModalProps, type IntegrationProperties, type IntegrationProps, Kbd, KbdGroup, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, 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, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Position$1 as Position, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, 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, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createGroup, createItem, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, filterAndScore, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, 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, normaliseGroups, normalizeAttendDate, normalizeStr, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, scoreMatch, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, startOfLocalDay, toast, unionGroups, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCommandPalette, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useRecents, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|