@6thbridge/hexa 0.0.43 → 0.0.44
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/.turbo/turbo-lint.log +1 -1
- package/dist/index.d.mts +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.js +3189 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3126 -2
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +257 -0
- package/package.json +7 -5
package/dist/output.css
CHANGED
@@ -592,6 +592,20 @@ video {
|
|
592
592
|
inset: 0px;
|
593
593
|
}
|
594
594
|
|
595
|
+
.inset-x-0{
|
596
|
+
left: 0px;
|
597
|
+
right: 0px;
|
598
|
+
}
|
599
|
+
|
600
|
+
.inset-y-0{
|
601
|
+
top: 0px;
|
602
|
+
bottom: 0px;
|
603
|
+
}
|
604
|
+
|
605
|
+
.bottom-0{
|
606
|
+
bottom: 0px;
|
607
|
+
}
|
608
|
+
|
595
609
|
.left-0{
|
596
610
|
left: 0px;
|
597
611
|
}
|
@@ -620,6 +634,10 @@ video {
|
|
620
634
|
top: 0.5rem;
|
621
635
|
}
|
622
636
|
|
637
|
+
.top-3{
|
638
|
+
top: 0.75rem;
|
639
|
+
}
|
640
|
+
|
623
641
|
.top-4{
|
624
642
|
top: 1rem;
|
625
643
|
}
|
@@ -632,6 +650,10 @@ video {
|
|
632
650
|
isolation: isolate;
|
633
651
|
}
|
634
652
|
|
653
|
+
.z-40{
|
654
|
+
z-index: 40;
|
655
|
+
}
|
656
|
+
|
635
657
|
.z-50{
|
636
658
|
z-index: 50;
|
637
659
|
}
|
@@ -644,6 +666,14 @@ video {
|
|
644
666
|
order: -9999;
|
645
667
|
}
|
646
668
|
|
669
|
+
.\!m-0{
|
670
|
+
margin: 0px !important;
|
671
|
+
}
|
672
|
+
|
673
|
+
.m-auto{
|
674
|
+
margin: auto;
|
675
|
+
}
|
676
|
+
|
647
677
|
.-mx-1{
|
648
678
|
margin-left: -0.25rem;
|
649
679
|
margin-right: -0.25rem;
|
@@ -691,6 +721,10 @@ video {
|
|
691
721
|
margin-top: 0.75rem;
|
692
722
|
}
|
693
723
|
|
724
|
+
.mt-4{
|
725
|
+
margin-top: 1rem;
|
726
|
+
}
|
727
|
+
|
694
728
|
.mt-5{
|
695
729
|
margin-top: 1.25rem;
|
696
730
|
}
|
@@ -744,6 +778,10 @@ video {
|
|
744
778
|
height: 3rem;
|
745
779
|
}
|
746
780
|
|
781
|
+
.h-2{
|
782
|
+
height: 0.5rem;
|
783
|
+
}
|
784
|
+
|
747
785
|
.h-2\.5{
|
748
786
|
height: 0.625rem;
|
749
787
|
}
|
@@ -776,6 +814,10 @@ video {
|
|
776
814
|
height: 2.5rem;
|
777
815
|
}
|
778
816
|
|
817
|
+
.h-\[30px\]{
|
818
|
+
height: 30px;
|
819
|
+
}
|
820
|
+
|
779
821
|
.h-\[3rem\]{
|
780
822
|
height: 3rem;
|
781
823
|
}
|
@@ -805,6 +847,10 @@ video {
|
|
805
847
|
height: 1px;
|
806
848
|
}
|
807
849
|
|
850
|
+
.h-1\.5{
|
851
|
+
height: 0.375rem;
|
852
|
+
}
|
853
|
+
|
808
854
|
.max-h-\[225px\]{
|
809
855
|
max-height: 225px;
|
810
856
|
}
|
@@ -813,6 +859,10 @@ video {
|
|
813
859
|
max-height: 270px;
|
814
860
|
}
|
815
861
|
|
862
|
+
.max-h-\[90vh\]{
|
863
|
+
max-height: 90vh;
|
864
|
+
}
|
865
|
+
|
816
866
|
.min-h-\[80px\]{
|
817
867
|
min-height: 80px;
|
818
868
|
}
|
@@ -833,6 +883,10 @@ video {
|
|
833
883
|
width: 0.625rem;
|
834
884
|
}
|
835
885
|
|
886
|
+
.w-3\/4{
|
887
|
+
width: 75%;
|
888
|
+
}
|
889
|
+
|
836
890
|
.w-4{
|
837
891
|
width: 1rem;
|
838
892
|
}
|
@@ -857,6 +911,10 @@ video {
|
|
857
911
|
width: 1.75rem;
|
858
912
|
}
|
859
913
|
|
914
|
+
.w-\[100px\]{
|
915
|
+
width: 100px;
|
916
|
+
}
|
917
|
+
|
860
918
|
.w-\[2\.75rem\]{
|
861
919
|
width: 2.75rem;
|
862
920
|
}
|
@@ -883,6 +941,10 @@ video {
|
|
883
941
|
width: max-content;
|
884
942
|
}
|
885
943
|
|
944
|
+
.w-\[80px\]{
|
945
|
+
width: 80px;
|
946
|
+
}
|
947
|
+
|
886
948
|
.\!min-w-\[40px\]{
|
887
949
|
min-width: 40px !important;
|
888
950
|
}
|
@@ -1028,6 +1090,10 @@ video {
|
|
1028
1090
|
justify-content: space-between;
|
1029
1091
|
}
|
1030
1092
|
|
1093
|
+
.gap-0{
|
1094
|
+
gap: 0px;
|
1095
|
+
}
|
1096
|
+
|
1031
1097
|
.gap-0\.5{
|
1032
1098
|
gap: 0.125rem;
|
1033
1099
|
}
|
@@ -1162,6 +1228,11 @@ video {
|
|
1162
1228
|
border-bottom-left-radius: 0.25rem;
|
1163
1229
|
}
|
1164
1230
|
|
1231
|
+
.rounded-b-lg{
|
1232
|
+
border-bottom-right-radius: 0.5rem;
|
1233
|
+
border-bottom-left-radius: 0.5rem;
|
1234
|
+
}
|
1235
|
+
|
1165
1236
|
.rounded-e-none{
|
1166
1237
|
border-start-end-radius: 0px;
|
1167
1238
|
border-end-end-radius: 0px;
|
@@ -1182,6 +1253,27 @@ video {
|
|
1182
1253
|
border-bottom-right-radius: 8px;
|
1183
1254
|
}
|
1184
1255
|
|
1256
|
+
.rounded-t-lg{
|
1257
|
+
border-top-left-radius: 0.5rem;
|
1258
|
+
border-top-right-radius: 0.5rem;
|
1259
|
+
}
|
1260
|
+
|
1261
|
+
.rounded-bl-lg{
|
1262
|
+
border-bottom-left-radius: 0.5rem;
|
1263
|
+
}
|
1264
|
+
|
1265
|
+
.rounded-br-lg{
|
1266
|
+
border-bottom-right-radius: 0.5rem;
|
1267
|
+
}
|
1268
|
+
|
1269
|
+
.rounded-tl-lg{
|
1270
|
+
border-top-left-radius: 0.5rem;
|
1271
|
+
}
|
1272
|
+
|
1273
|
+
.rounded-tr-lg{
|
1274
|
+
border-top-right-radius: 0.5rem;
|
1275
|
+
}
|
1276
|
+
|
1185
1277
|
.\!border-0{
|
1186
1278
|
border-width: 0px !important;
|
1187
1279
|
}
|
@@ -1226,6 +1318,10 @@ video {
|
|
1226
1318
|
border-top-width: 1px;
|
1227
1319
|
}
|
1228
1320
|
|
1321
|
+
.border-b-0{
|
1322
|
+
border-bottom-width: 0px;
|
1323
|
+
}
|
1324
|
+
|
1229
1325
|
.\!border-\[\#DEDEDE\]{
|
1230
1326
|
--tw-border-opacity: 1 !important;
|
1231
1327
|
border-color: rgb(222 222 222 / var(--tw-border-opacity, 1)) !important;
|
@@ -1292,14 +1388,29 @@ video {
|
|
1292
1388
|
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
|
1293
1389
|
}
|
1294
1390
|
|
1391
|
+
.border-b-gray-300{
|
1392
|
+
--tw-border-opacity: 1;
|
1393
|
+
border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
1394
|
+
}
|
1395
|
+
|
1295
1396
|
.border-l-transparent{
|
1296
1397
|
border-left-color: transparent;
|
1297
1398
|
}
|
1298
1399
|
|
1400
|
+
.border-t-\[\#EDEDED\]{
|
1401
|
+
--tw-border-opacity: 1;
|
1402
|
+
border-top-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
|
1403
|
+
}
|
1404
|
+
|
1299
1405
|
.border-t-transparent{
|
1300
1406
|
border-top-color: transparent;
|
1301
1407
|
}
|
1302
1408
|
|
1409
|
+
.border-b-gray-200{
|
1410
|
+
--tw-border-opacity: 1;
|
1411
|
+
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
1412
|
+
}
|
1413
|
+
|
1303
1414
|
.\!bg-transparent{
|
1304
1415
|
background-color: transparent !important;
|
1305
1416
|
}
|
@@ -1324,10 +1435,19 @@ video {
|
|
1324
1435
|
background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
|
1325
1436
|
}
|
1326
1437
|
|
1438
|
+
.bg-black{
|
1439
|
+
--tw-bg-opacity: 1;
|
1440
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
1441
|
+
}
|
1442
|
+
|
1327
1443
|
.bg-black\/60{
|
1328
1444
|
background-color: rgb(0 0 0 / 0.6);
|
1329
1445
|
}
|
1330
1446
|
|
1447
|
+
.bg-black\/75{
|
1448
|
+
background-color: rgb(0 0 0 / 0.75);
|
1449
|
+
}
|
1450
|
+
|
1331
1451
|
.bg-blue-100{
|
1332
1452
|
--tw-bg-opacity: 1;
|
1333
1453
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
@@ -1390,6 +1510,11 @@ video {
|
|
1390
1510
|
background-color: rgb(234 179 8 / 0.2);
|
1391
1511
|
}
|
1392
1512
|
|
1513
|
+
.bg-gray-300{
|
1514
|
+
--tw-bg-opacity: 1;
|
1515
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
1516
|
+
}
|
1517
|
+
|
1393
1518
|
.\!p-0{
|
1394
1519
|
padding: 0px !important;
|
1395
1520
|
}
|
@@ -1406,6 +1531,10 @@ video {
|
|
1406
1531
|
padding: 0.5rem;
|
1407
1532
|
}
|
1408
1533
|
|
1534
|
+
.p-3{
|
1535
|
+
padding: 0.75rem;
|
1536
|
+
}
|
1537
|
+
|
1409
1538
|
.p-4{
|
1410
1539
|
padding: 1rem;
|
1411
1540
|
}
|
@@ -1518,6 +1647,11 @@ video {
|
|
1518
1647
|
padding-bottom: 0.75rem;
|
1519
1648
|
}
|
1520
1649
|
|
1650
|
+
.py-4{
|
1651
|
+
padding-top: 1rem;
|
1652
|
+
padding-bottom: 1rem;
|
1653
|
+
}
|
1654
|
+
|
1521
1655
|
.\!pl-0{
|
1522
1656
|
padding-left: 0px !important;
|
1523
1657
|
}
|
@@ -1562,6 +1696,11 @@ video {
|
|
1562
1696
|
text-align: center;
|
1563
1697
|
}
|
1564
1698
|
|
1699
|
+
.text-2xl{
|
1700
|
+
font-size: 1.5rem;
|
1701
|
+
line-height: 2rem;
|
1702
|
+
}
|
1703
|
+
|
1565
1704
|
.text-\[0\.875rem\]{
|
1566
1705
|
font-size: 0.875rem;
|
1567
1706
|
}
|
@@ -1583,6 +1722,11 @@ video {
|
|
1583
1722
|
line-height: 1.5rem;
|
1584
1723
|
}
|
1585
1724
|
|
1725
|
+
.text-lg{
|
1726
|
+
font-size: 1.125rem;
|
1727
|
+
line-height: 1.75rem;
|
1728
|
+
}
|
1729
|
+
|
1586
1730
|
.text-sm{
|
1587
1731
|
font-size: 0.875rem;
|
1588
1732
|
line-height: 1.25rem;
|
@@ -1618,6 +1762,10 @@ video {
|
|
1618
1762
|
font-weight: 600;
|
1619
1763
|
}
|
1620
1764
|
|
1765
|
+
.font-extrabold{
|
1766
|
+
font-weight: 800;
|
1767
|
+
}
|
1768
|
+
|
1621
1769
|
.uppercase{
|
1622
1770
|
text-transform: uppercase;
|
1623
1771
|
}
|
@@ -1672,11 +1820,21 @@ video {
|
|
1672
1820
|
color: rgb(25 25 25 / 0.5);
|
1673
1821
|
}
|
1674
1822
|
|
1823
|
+
.text-\[\#202020\]{
|
1824
|
+
--tw-text-opacity: 1;
|
1825
|
+
color: rgb(32 32 32 / var(--tw-text-opacity, 1));
|
1826
|
+
}
|
1827
|
+
|
1675
1828
|
.text-\[\#222222\]{
|
1676
1829
|
--tw-text-opacity: 1;
|
1677
1830
|
color: rgb(34 34 34 / var(--tw-text-opacity, 1));
|
1678
1831
|
}
|
1679
1832
|
|
1833
|
+
.text-\[\#484848\]{
|
1834
|
+
--tw-text-opacity: 1;
|
1835
|
+
color: rgb(72 72 72 / var(--tw-text-opacity, 1));
|
1836
|
+
}
|
1837
|
+
|
1680
1838
|
.text-\[\#5D5D5D\]{
|
1681
1839
|
--tw-text-opacity: 1;
|
1682
1840
|
color: rgb(93 93 93 / var(--tw-text-opacity, 1));
|
@@ -1780,6 +1938,11 @@ video {
|
|
1780
1938
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
1781
1939
|
}
|
1782
1940
|
|
1941
|
+
.text-\[\#5d5c5c\]{
|
1942
|
+
--tw-text-opacity: 1;
|
1943
|
+
color: rgb(93 92 92 / var(--tw-text-opacity, 1));
|
1944
|
+
}
|
1945
|
+
|
1783
1946
|
.caret-\[\#D7D7D7\]{
|
1784
1947
|
caret-color: #D7D7D7;
|
1785
1948
|
}
|
@@ -1884,6 +2047,10 @@ video {
|
|
1884
2047
|
transition-duration: 200ms;
|
1885
2048
|
}
|
1886
2049
|
|
2050
|
+
.ease-in-out{
|
2051
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2052
|
+
}
|
2053
|
+
|
1887
2054
|
@keyframes enter{
|
1888
2055
|
from{
|
1889
2056
|
opacity: var(--tw-enter-opacity, 1);
|
@@ -1902,6 +2069,10 @@ video {
|
|
1902
2069
|
animation-duration: 200ms;
|
1903
2070
|
}
|
1904
2071
|
|
2072
|
+
.ease-in-out{
|
2073
|
+
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2074
|
+
}
|
2075
|
+
|
1905
2076
|
input[type="number"] {
|
1906
2077
|
-moz-appearance: textfield;
|
1907
2078
|
}
|
@@ -2201,6 +2372,10 @@ input:-webkit-autofill:active {
|
|
2201
2372
|
outline-offset: 2px;
|
2202
2373
|
}
|
2203
2374
|
|
2375
|
+
.focus-visible\:outline-0:focus-visible{
|
2376
|
+
outline-width: 0px;
|
2377
|
+
}
|
2378
|
+
|
2204
2379
|
.focus-visible\:ring-0:focus-visible{
|
2205
2380
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
2206
2381
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
@@ -2278,6 +2453,14 @@ input:-webkit-autofill:active {
|
|
2278
2453
|
opacity: 0.5;
|
2279
2454
|
}
|
2280
2455
|
|
2456
|
+
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
|
2457
|
+
transition-duration: 300ms;
|
2458
|
+
}
|
2459
|
+
|
2460
|
+
.data-\[state\=open\]\:duration-500[data-state="open"]{
|
2461
|
+
transition-duration: 500ms;
|
2462
|
+
}
|
2463
|
+
|
2281
2464
|
.data-\[state\=open\]\:animate-in[data-state="open"]{
|
2282
2465
|
animation-name: enter;
|
2283
2466
|
animation-duration: 150ms;
|
@@ -2330,22 +2513,66 @@ input:-webkit-autofill:active {
|
|
2330
2513
|
--tw-enter-translate-y: 0.5rem;
|
2331
2514
|
}
|
2332
2515
|
|
2516
|
+
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{
|
2517
|
+
--tw-exit-translate-y: 100%;
|
2518
|
+
}
|
2519
|
+
|
2520
|
+
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{
|
2521
|
+
--tw-exit-translate-x: -100%;
|
2522
|
+
}
|
2523
|
+
|
2333
2524
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
|
2334
2525
|
--tw-exit-translate-x: -50%;
|
2335
2526
|
}
|
2336
2527
|
|
2528
|
+
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
|
2529
|
+
--tw-exit-translate-x: 100%;
|
2530
|
+
}
|
2531
|
+
|
2532
|
+
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{
|
2533
|
+
--tw-exit-translate-y: -100%;
|
2534
|
+
}
|
2535
|
+
|
2337
2536
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
|
2338
2537
|
--tw-exit-translate-y: -48%;
|
2339
2538
|
}
|
2340
2539
|
|
2540
|
+
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{
|
2541
|
+
--tw-enter-translate-y: 100%;
|
2542
|
+
}
|
2543
|
+
|
2544
|
+
.data-\[state\=open\]\:slide-in-from-left[data-state="open"]{
|
2545
|
+
--tw-enter-translate-x: -100%;
|
2546
|
+
}
|
2547
|
+
|
2341
2548
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
|
2342
2549
|
--tw-enter-translate-x: -50%;
|
2343
2550
|
}
|
2344
2551
|
|
2552
|
+
.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
|
2553
|
+
--tw-enter-translate-x: 100%;
|
2554
|
+
}
|
2555
|
+
|
2556
|
+
.data-\[state\=open\]\:slide-in-from-top[data-state="open"]{
|
2557
|
+
--tw-enter-translate-y: -100%;
|
2558
|
+
}
|
2559
|
+
|
2345
2560
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
|
2346
2561
|
--tw-enter-translate-y: -48%;
|
2347
2562
|
}
|
2348
2563
|
|
2564
|
+
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
|
2565
|
+
animation-duration: 300ms;
|
2566
|
+
}
|
2567
|
+
|
2568
|
+
.data-\[state\=open\]\:duration-500[data-state="open"]{
|
2569
|
+
animation-duration: 500ms;
|
2570
|
+
}
|
2571
|
+
|
2572
|
+
.dark\:border-none:is(.dark *){
|
2573
|
+
border-style: none;
|
2574
|
+
}
|
2575
|
+
|
2349
2576
|
.dark\:\!border-\[\#9299A2\]:is(.dark *){
|
2350
2577
|
--tw-border-opacity: 1 !important;
|
2351
2578
|
border-color: rgb(146 153 162 / var(--tw-border-opacity, 1)) !important;
|
@@ -2366,6 +2593,11 @@ input:-webkit-autofill:active {
|
|
2366
2593
|
border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
|
2367
2594
|
}
|
2368
2595
|
|
2596
|
+
.dark\:border-t-\[\#242424\]:is(.dark *){
|
2597
|
+
--tw-border-opacity: 1;
|
2598
|
+
border-top-color: rgb(36 36 36 / var(--tw-border-opacity, 1));
|
2599
|
+
}
|
2600
|
+
|
2369
2601
|
.dark\:\!bg-red-50:is(.dark *){
|
2370
2602
|
--tw-bg-opacity: 1 !important;
|
2371
2603
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
|
@@ -2375,6 +2607,11 @@ input:-webkit-autofill:active {
|
|
2375
2607
|
background-color: transparent !important;
|
2376
2608
|
}
|
2377
2609
|
|
2610
|
+
.dark\:bg-\[\#2B2B2B\]:is(.dark *){
|
2611
|
+
--tw-bg-opacity: 1;
|
2612
|
+
background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
|
2613
|
+
}
|
2614
|
+
|
2378
2615
|
.dark\:text-white:is(.dark *){
|
2379
2616
|
--tw-text-opacity: 1;
|
2380
2617
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
@@ -2437,6 +2674,14 @@ input:-webkit-autofill:active {
|
|
2437
2674
|
width: 14rem;
|
2438
2675
|
}
|
2439
2676
|
|
2677
|
+
.sm\:max-w-sm{
|
2678
|
+
max-width: 24rem;
|
2679
|
+
}
|
2680
|
+
|
2681
|
+
.sm\:max-w-\[512px\]{
|
2682
|
+
max-width: 512px;
|
2683
|
+
}
|
2684
|
+
|
2440
2685
|
.sm\:flex-row{
|
2441
2686
|
flex-direction: row;
|
2442
2687
|
}
|
@@ -2486,10 +2731,22 @@ input:-webkit-autofill:active {
|
|
2486
2731
|
}
|
2487
2732
|
|
2488
2733
|
@media (min-width: 768px){
|
2734
|
+
.md\:hidden{
|
2735
|
+
display: none;
|
2736
|
+
}
|
2737
|
+
|
2738
|
+
.md\:max-h-full{
|
2739
|
+
max-height: 100%;
|
2740
|
+
}
|
2741
|
+
|
2489
2742
|
.md\:w-\[300px\]{
|
2490
2743
|
width: 300px;
|
2491
2744
|
}
|
2492
2745
|
|
2746
|
+
.md\:w-\[540px\]{
|
2747
|
+
width: 540px;
|
2748
|
+
}
|
2749
|
+
|
2493
2750
|
.md\:flex-row{
|
2494
2751
|
flex-direction: row;
|
2495
2752
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@6thbridge/hexa",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.44",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"exports": {
|
@@ -17,12 +17,10 @@
|
|
17
17
|
"devDependencies": {
|
18
18
|
"@eslint/js": "^9.17.0",
|
19
19
|
"@turbo/gen": "^1.12.4",
|
20
|
+
"@types/jest": "^29.5.14",
|
20
21
|
"@types/node": "^20.11.24",
|
21
22
|
"@types/react": "18.3.0",
|
22
23
|
"@types/react-dom": "18.3.1",
|
23
|
-
"@types/jest": "^29.5.14",
|
24
|
-
"jest": "^29.7.0",
|
25
|
-
"ts-jest": "^29.1.1",
|
26
24
|
"autoprefixer": "^10.4.15",
|
27
25
|
"concurrently": "^9.1.2",
|
28
26
|
"eslint": "^9.19.0",
|
@@ -30,9 +28,11 @@
|
|
30
28
|
"eslint-config-turbo": "latest",
|
31
29
|
"eslint-plugin-react": "7.29.4",
|
32
30
|
"globals": "^15.12.0",
|
31
|
+
"jest": "^29.7.0",
|
33
32
|
"postcss": "^8.5.1",
|
34
33
|
"prettier": "^3.3.3",
|
35
34
|
"tailwindcss": "^3.3.3",
|
35
|
+
"ts-jest": "^29.1.1",
|
36
36
|
"tsup": "^8.3.5",
|
37
37
|
"typescript": "5.5.4",
|
38
38
|
"typescript-eslint": "^8.15.0",
|
@@ -56,8 +56,10 @@
|
|
56
56
|
"react-otp-input": "^3.1.1",
|
57
57
|
"react-paginate": "8.2.0",
|
58
58
|
"react-phone-number-input": "^3.3.9",
|
59
|
+
"react-use": "^17.6.0",
|
59
60
|
"tailwind-merge": "^2.6.0",
|
60
|
-
"tailwindcss-animate": "^1.0.7"
|
61
|
+
"tailwindcss-animate": "^1.0.7",
|
62
|
+
"vaul": "^1.1.2"
|
61
63
|
},
|
62
64
|
"peerDependencies": {
|
63
65
|
"react": ">=18.0.0",
|