@6thbridge/hexa 0.0.42 → 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 +255 -6
- package/package.json +7 -5
package/dist/output.css
CHANGED
@@ -588,14 +588,24 @@ video {
|
|
588
588
|
position: relative;
|
589
589
|
}
|
590
590
|
|
591
|
-
.sticky{
|
592
|
-
position: sticky;
|
593
|
-
}
|
594
|
-
|
595
591
|
.inset-0{
|
596
592
|
inset: 0px;
|
597
593
|
}
|
598
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
|
+
|
599
609
|
.left-0{
|
600
610
|
left: 0px;
|
601
611
|
}
|
@@ -624,6 +634,10 @@ video {
|
|
624
634
|
top: 0.5rem;
|
625
635
|
}
|
626
636
|
|
637
|
+
.top-3{
|
638
|
+
top: 0.75rem;
|
639
|
+
}
|
640
|
+
|
627
641
|
.top-4{
|
628
642
|
top: 1rem;
|
629
643
|
}
|
@@ -636,8 +650,8 @@ video {
|
|
636
650
|
isolation: isolate;
|
637
651
|
}
|
638
652
|
|
639
|
-
.z-
|
640
|
-
z-index:
|
653
|
+
.z-40{
|
654
|
+
z-index: 40;
|
641
655
|
}
|
642
656
|
|
643
657
|
.z-50{
|
@@ -652,6 +666,14 @@ video {
|
|
652
666
|
order: -9999;
|
653
667
|
}
|
654
668
|
|
669
|
+
.\!m-0{
|
670
|
+
margin: 0px !important;
|
671
|
+
}
|
672
|
+
|
673
|
+
.m-auto{
|
674
|
+
margin: auto;
|
675
|
+
}
|
676
|
+
|
655
677
|
.-mx-1{
|
656
678
|
margin-left: -0.25rem;
|
657
679
|
margin-right: -0.25rem;
|
@@ -699,6 +721,10 @@ video {
|
|
699
721
|
margin-top: 0.75rem;
|
700
722
|
}
|
701
723
|
|
724
|
+
.mt-4{
|
725
|
+
margin-top: 1rem;
|
726
|
+
}
|
727
|
+
|
702
728
|
.mt-5{
|
703
729
|
margin-top: 1.25rem;
|
704
730
|
}
|
@@ -752,6 +778,10 @@ video {
|
|
752
778
|
height: 3rem;
|
753
779
|
}
|
754
780
|
|
781
|
+
.h-2{
|
782
|
+
height: 0.5rem;
|
783
|
+
}
|
784
|
+
|
755
785
|
.h-2\.5{
|
756
786
|
height: 0.625rem;
|
757
787
|
}
|
@@ -784,6 +814,10 @@ video {
|
|
784
814
|
height: 2.5rem;
|
785
815
|
}
|
786
816
|
|
817
|
+
.h-\[30px\]{
|
818
|
+
height: 30px;
|
819
|
+
}
|
820
|
+
|
787
821
|
.h-\[3rem\]{
|
788
822
|
height: 3rem;
|
789
823
|
}
|
@@ -813,6 +847,10 @@ video {
|
|
813
847
|
height: 1px;
|
814
848
|
}
|
815
849
|
|
850
|
+
.h-1\.5{
|
851
|
+
height: 0.375rem;
|
852
|
+
}
|
853
|
+
|
816
854
|
.max-h-\[225px\]{
|
817
855
|
max-height: 225px;
|
818
856
|
}
|
@@ -821,6 +859,10 @@ video {
|
|
821
859
|
max-height: 270px;
|
822
860
|
}
|
823
861
|
|
862
|
+
.max-h-\[90vh\]{
|
863
|
+
max-height: 90vh;
|
864
|
+
}
|
865
|
+
|
824
866
|
.min-h-\[80px\]{
|
825
867
|
min-height: 80px;
|
826
868
|
}
|
@@ -841,6 +883,10 @@ video {
|
|
841
883
|
width: 0.625rem;
|
842
884
|
}
|
843
885
|
|
886
|
+
.w-3\/4{
|
887
|
+
width: 75%;
|
888
|
+
}
|
889
|
+
|
844
890
|
.w-4{
|
845
891
|
width: 1rem;
|
846
892
|
}
|
@@ -865,6 +911,10 @@ video {
|
|
865
911
|
width: 1.75rem;
|
866
912
|
}
|
867
913
|
|
914
|
+
.w-\[100px\]{
|
915
|
+
width: 100px;
|
916
|
+
}
|
917
|
+
|
868
918
|
.w-\[2\.75rem\]{
|
869
919
|
width: 2.75rem;
|
870
920
|
}
|
@@ -891,6 +941,10 @@ video {
|
|
891
941
|
width: max-content;
|
892
942
|
}
|
893
943
|
|
944
|
+
.w-\[80px\]{
|
945
|
+
width: 80px;
|
946
|
+
}
|
947
|
+
|
894
948
|
.\!min-w-\[40px\]{
|
895
949
|
min-width: 40px !important;
|
896
950
|
}
|
@@ -1036,6 +1090,10 @@ video {
|
|
1036
1090
|
justify-content: space-between;
|
1037
1091
|
}
|
1038
1092
|
|
1093
|
+
.gap-0{
|
1094
|
+
gap: 0px;
|
1095
|
+
}
|
1096
|
+
|
1039
1097
|
.gap-0\.5{
|
1040
1098
|
gap: 0.125rem;
|
1041
1099
|
}
|
@@ -1170,6 +1228,11 @@ video {
|
|
1170
1228
|
border-bottom-left-radius: 0.25rem;
|
1171
1229
|
}
|
1172
1230
|
|
1231
|
+
.rounded-b-lg{
|
1232
|
+
border-bottom-right-radius: 0.5rem;
|
1233
|
+
border-bottom-left-radius: 0.5rem;
|
1234
|
+
}
|
1235
|
+
|
1173
1236
|
.rounded-e-none{
|
1174
1237
|
border-start-end-radius: 0px;
|
1175
1238
|
border-end-end-radius: 0px;
|
@@ -1190,6 +1253,27 @@ video {
|
|
1190
1253
|
border-bottom-right-radius: 8px;
|
1191
1254
|
}
|
1192
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
|
+
|
1193
1277
|
.\!border-0{
|
1194
1278
|
border-width: 0px !important;
|
1195
1279
|
}
|
@@ -1234,6 +1318,10 @@ video {
|
|
1234
1318
|
border-top-width: 1px;
|
1235
1319
|
}
|
1236
1320
|
|
1321
|
+
.border-b-0{
|
1322
|
+
border-bottom-width: 0px;
|
1323
|
+
}
|
1324
|
+
|
1237
1325
|
.\!border-\[\#DEDEDE\]{
|
1238
1326
|
--tw-border-opacity: 1 !important;
|
1239
1327
|
border-color: rgb(222 222 222 / var(--tw-border-opacity, 1)) !important;
|
@@ -1300,14 +1388,29 @@ video {
|
|
1300
1388
|
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
|
1301
1389
|
}
|
1302
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
|
+
|
1303
1396
|
.border-l-transparent{
|
1304
1397
|
border-left-color: transparent;
|
1305
1398
|
}
|
1306
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
|
+
|
1307
1405
|
.border-t-transparent{
|
1308
1406
|
border-top-color: transparent;
|
1309
1407
|
}
|
1310
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
|
+
|
1311
1414
|
.\!bg-transparent{
|
1312
1415
|
background-color: transparent !important;
|
1313
1416
|
}
|
@@ -1332,10 +1435,19 @@ video {
|
|
1332
1435
|
background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
|
1333
1436
|
}
|
1334
1437
|
|
1438
|
+
.bg-black{
|
1439
|
+
--tw-bg-opacity: 1;
|
1440
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
1441
|
+
}
|
1442
|
+
|
1335
1443
|
.bg-black\/60{
|
1336
1444
|
background-color: rgb(0 0 0 / 0.6);
|
1337
1445
|
}
|
1338
1446
|
|
1447
|
+
.bg-black\/75{
|
1448
|
+
background-color: rgb(0 0 0 / 0.75);
|
1449
|
+
}
|
1450
|
+
|
1339
1451
|
.bg-blue-100{
|
1340
1452
|
--tw-bg-opacity: 1;
|
1341
1453
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
@@ -1398,6 +1510,11 @@ video {
|
|
1398
1510
|
background-color: rgb(234 179 8 / 0.2);
|
1399
1511
|
}
|
1400
1512
|
|
1513
|
+
.bg-gray-300{
|
1514
|
+
--tw-bg-opacity: 1;
|
1515
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
1516
|
+
}
|
1517
|
+
|
1401
1518
|
.\!p-0{
|
1402
1519
|
padding: 0px !important;
|
1403
1520
|
}
|
@@ -1414,6 +1531,10 @@ video {
|
|
1414
1531
|
padding: 0.5rem;
|
1415
1532
|
}
|
1416
1533
|
|
1534
|
+
.p-3{
|
1535
|
+
padding: 0.75rem;
|
1536
|
+
}
|
1537
|
+
|
1417
1538
|
.p-4{
|
1418
1539
|
padding: 1rem;
|
1419
1540
|
}
|
@@ -1526,6 +1647,11 @@ video {
|
|
1526
1647
|
padding-bottom: 0.75rem;
|
1527
1648
|
}
|
1528
1649
|
|
1650
|
+
.py-4{
|
1651
|
+
padding-top: 1rem;
|
1652
|
+
padding-bottom: 1rem;
|
1653
|
+
}
|
1654
|
+
|
1529
1655
|
.\!pl-0{
|
1530
1656
|
padding-left: 0px !important;
|
1531
1657
|
}
|
@@ -1570,6 +1696,11 @@ video {
|
|
1570
1696
|
text-align: center;
|
1571
1697
|
}
|
1572
1698
|
|
1699
|
+
.text-2xl{
|
1700
|
+
font-size: 1.5rem;
|
1701
|
+
line-height: 2rem;
|
1702
|
+
}
|
1703
|
+
|
1573
1704
|
.text-\[0\.875rem\]{
|
1574
1705
|
font-size: 0.875rem;
|
1575
1706
|
}
|
@@ -1591,6 +1722,11 @@ video {
|
|
1591
1722
|
line-height: 1.5rem;
|
1592
1723
|
}
|
1593
1724
|
|
1725
|
+
.text-lg{
|
1726
|
+
font-size: 1.125rem;
|
1727
|
+
line-height: 1.75rem;
|
1728
|
+
}
|
1729
|
+
|
1594
1730
|
.text-sm{
|
1595
1731
|
font-size: 0.875rem;
|
1596
1732
|
line-height: 1.25rem;
|
@@ -1626,6 +1762,10 @@ video {
|
|
1626
1762
|
font-weight: 600;
|
1627
1763
|
}
|
1628
1764
|
|
1765
|
+
.font-extrabold{
|
1766
|
+
font-weight: 800;
|
1767
|
+
}
|
1768
|
+
|
1629
1769
|
.uppercase{
|
1630
1770
|
text-transform: uppercase;
|
1631
1771
|
}
|
@@ -1680,11 +1820,21 @@ video {
|
|
1680
1820
|
color: rgb(25 25 25 / 0.5);
|
1681
1821
|
}
|
1682
1822
|
|
1823
|
+
.text-\[\#202020\]{
|
1824
|
+
--tw-text-opacity: 1;
|
1825
|
+
color: rgb(32 32 32 / var(--tw-text-opacity, 1));
|
1826
|
+
}
|
1827
|
+
|
1683
1828
|
.text-\[\#222222\]{
|
1684
1829
|
--tw-text-opacity: 1;
|
1685
1830
|
color: rgb(34 34 34 / var(--tw-text-opacity, 1));
|
1686
1831
|
}
|
1687
1832
|
|
1833
|
+
.text-\[\#484848\]{
|
1834
|
+
--tw-text-opacity: 1;
|
1835
|
+
color: rgb(72 72 72 / var(--tw-text-opacity, 1));
|
1836
|
+
}
|
1837
|
+
|
1688
1838
|
.text-\[\#5D5D5D\]{
|
1689
1839
|
--tw-text-opacity: 1;
|
1690
1840
|
color: rgb(93 93 93 / var(--tw-text-opacity, 1));
|
@@ -1788,6 +1938,11 @@ video {
|
|
1788
1938
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
1789
1939
|
}
|
1790
1940
|
|
1941
|
+
.text-\[\#5d5c5c\]{
|
1942
|
+
--tw-text-opacity: 1;
|
1943
|
+
color: rgb(93 92 92 / var(--tw-text-opacity, 1));
|
1944
|
+
}
|
1945
|
+
|
1791
1946
|
.caret-\[\#D7D7D7\]{
|
1792
1947
|
caret-color: #D7D7D7;
|
1793
1948
|
}
|
@@ -1892,6 +2047,10 @@ video {
|
|
1892
2047
|
transition-duration: 200ms;
|
1893
2048
|
}
|
1894
2049
|
|
2050
|
+
.ease-in-out{
|
2051
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2052
|
+
}
|
2053
|
+
|
1895
2054
|
@keyframes enter{
|
1896
2055
|
from{
|
1897
2056
|
opacity: var(--tw-enter-opacity, 1);
|
@@ -1910,6 +2069,10 @@ video {
|
|
1910
2069
|
animation-duration: 200ms;
|
1911
2070
|
}
|
1912
2071
|
|
2072
|
+
.ease-in-out{
|
2073
|
+
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2074
|
+
}
|
2075
|
+
|
1913
2076
|
input[type="number"] {
|
1914
2077
|
-moz-appearance: textfield;
|
1915
2078
|
}
|
@@ -2209,6 +2372,10 @@ input:-webkit-autofill:active {
|
|
2209
2372
|
outline-offset: 2px;
|
2210
2373
|
}
|
2211
2374
|
|
2375
|
+
.focus-visible\:outline-0:focus-visible{
|
2376
|
+
outline-width: 0px;
|
2377
|
+
}
|
2378
|
+
|
2212
2379
|
.focus-visible\:ring-0:focus-visible{
|
2213
2380
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
2214
2381
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
@@ -2286,6 +2453,14 @@ input:-webkit-autofill:active {
|
|
2286
2453
|
opacity: 0.5;
|
2287
2454
|
}
|
2288
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
|
+
|
2289
2464
|
.data-\[state\=open\]\:animate-in[data-state="open"]{
|
2290
2465
|
animation-name: enter;
|
2291
2466
|
animation-duration: 150ms;
|
@@ -2338,22 +2513,66 @@ input:-webkit-autofill:active {
|
|
2338
2513
|
--tw-enter-translate-y: 0.5rem;
|
2339
2514
|
}
|
2340
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
|
+
|
2341
2524
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
|
2342
2525
|
--tw-exit-translate-x: -50%;
|
2343
2526
|
}
|
2344
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
|
+
|
2345
2536
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
|
2346
2537
|
--tw-exit-translate-y: -48%;
|
2347
2538
|
}
|
2348
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
|
+
|
2349
2548
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
|
2350
2549
|
--tw-enter-translate-x: -50%;
|
2351
2550
|
}
|
2352
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
|
+
|
2353
2560
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
|
2354
2561
|
--tw-enter-translate-y: -48%;
|
2355
2562
|
}
|
2356
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
|
+
|
2357
2576
|
.dark\:\!border-\[\#9299A2\]:is(.dark *){
|
2358
2577
|
--tw-border-opacity: 1 !important;
|
2359
2578
|
border-color: rgb(146 153 162 / var(--tw-border-opacity, 1)) !important;
|
@@ -2374,6 +2593,11 @@ input:-webkit-autofill:active {
|
|
2374
2593
|
border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
|
2375
2594
|
}
|
2376
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
|
+
|
2377
2601
|
.dark\:\!bg-red-50:is(.dark *){
|
2378
2602
|
--tw-bg-opacity: 1 !important;
|
2379
2603
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
|
@@ -2383,6 +2607,11 @@ input:-webkit-autofill:active {
|
|
2383
2607
|
background-color: transparent !important;
|
2384
2608
|
}
|
2385
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
|
+
|
2386
2615
|
.dark\:text-white:is(.dark *){
|
2387
2616
|
--tw-text-opacity: 1;
|
2388
2617
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
@@ -2445,6 +2674,14 @@ input:-webkit-autofill:active {
|
|
2445
2674
|
width: 14rem;
|
2446
2675
|
}
|
2447
2676
|
|
2677
|
+
.sm\:max-w-sm{
|
2678
|
+
max-width: 24rem;
|
2679
|
+
}
|
2680
|
+
|
2681
|
+
.sm\:max-w-\[512px\]{
|
2682
|
+
max-width: 512px;
|
2683
|
+
}
|
2684
|
+
|
2448
2685
|
.sm\:flex-row{
|
2449
2686
|
flex-direction: row;
|
2450
2687
|
}
|
@@ -2494,10 +2731,22 @@ input:-webkit-autofill:active {
|
|
2494
2731
|
}
|
2495
2732
|
|
2496
2733
|
@media (min-width: 768px){
|
2734
|
+
.md\:hidden{
|
2735
|
+
display: none;
|
2736
|
+
}
|
2737
|
+
|
2738
|
+
.md\:max-h-full{
|
2739
|
+
max-height: 100%;
|
2740
|
+
}
|
2741
|
+
|
2497
2742
|
.md\:w-\[300px\]{
|
2498
2743
|
width: 300px;
|
2499
2744
|
}
|
2500
2745
|
|
2746
|
+
.md\:w-\[540px\]{
|
2747
|
+
width: 540px;
|
2748
|
+
}
|
2749
|
+
|
2501
2750
|
.md\:flex-row{
|
2502
2751
|
flex-direction: row;
|
2503
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",
|