@6thbridge/hexa 0.0.43 → 0.0.45
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +200 -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
|
}
|
@@ -736,6 +770,10 @@ video {
|
|
736
770
|
height: 1.25rem !important;
|
737
771
|
}
|
738
772
|
|
773
|
+
.h-1\.5{
|
774
|
+
height: 0.375rem;
|
775
|
+
}
|
776
|
+
|
739
777
|
.h-10{
|
740
778
|
height: 2.5rem;
|
741
779
|
}
|
@@ -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
|
}
|
@@ -813,6 +855,10 @@ video {
|
|
813
855
|
max-height: 270px;
|
814
856
|
}
|
815
857
|
|
858
|
+
.max-h-\[90vh\]{
|
859
|
+
max-height: 90vh;
|
860
|
+
}
|
861
|
+
|
816
862
|
.min-h-\[80px\]{
|
817
863
|
min-height: 80px;
|
818
864
|
}
|
@@ -833,6 +879,10 @@ video {
|
|
833
879
|
width: 0.625rem;
|
834
880
|
}
|
835
881
|
|
882
|
+
.w-3\/4{
|
883
|
+
width: 75%;
|
884
|
+
}
|
885
|
+
|
836
886
|
.w-4{
|
837
887
|
width: 1rem;
|
838
888
|
}
|
@@ -869,6 +919,10 @@ video {
|
|
869
919
|
width: 3rem;
|
870
920
|
}
|
871
921
|
|
922
|
+
.w-\[80px\]{
|
923
|
+
width: 80px;
|
924
|
+
}
|
925
|
+
|
872
926
|
.w-fit{
|
873
927
|
width: -moz-fit-content;
|
874
928
|
width: fit-content;
|
@@ -903,6 +957,10 @@ video {
|
|
903
957
|
max-width: 100px;
|
904
958
|
}
|
905
959
|
|
960
|
+
.max-w-\[500px\]{
|
961
|
+
max-width: 500px;
|
962
|
+
}
|
963
|
+
|
906
964
|
.max-w-full{
|
907
965
|
max-width: 100%;
|
908
966
|
}
|
@@ -1028,6 +1086,10 @@ video {
|
|
1028
1086
|
justify-content: space-between;
|
1029
1087
|
}
|
1030
1088
|
|
1089
|
+
.gap-0{
|
1090
|
+
gap: 0px;
|
1091
|
+
}
|
1092
|
+
|
1031
1093
|
.gap-0\.5{
|
1032
1094
|
gap: 0.125rem;
|
1033
1095
|
}
|
@@ -1162,6 +1224,11 @@ video {
|
|
1162
1224
|
border-bottom-left-radius: 0.25rem;
|
1163
1225
|
}
|
1164
1226
|
|
1227
|
+
.rounded-b-lg{
|
1228
|
+
border-bottom-right-radius: 0.5rem;
|
1229
|
+
border-bottom-left-radius: 0.5rem;
|
1230
|
+
}
|
1231
|
+
|
1165
1232
|
.rounded-e-none{
|
1166
1233
|
border-start-end-radius: 0px;
|
1167
1234
|
border-end-end-radius: 0px;
|
@@ -1182,6 +1249,11 @@ video {
|
|
1182
1249
|
border-bottom-right-radius: 8px;
|
1183
1250
|
}
|
1184
1251
|
|
1252
|
+
.rounded-t-lg{
|
1253
|
+
border-top-left-radius: 0.5rem;
|
1254
|
+
border-top-right-radius: 0.5rem;
|
1255
|
+
}
|
1256
|
+
|
1185
1257
|
.\!border-0{
|
1186
1258
|
border-width: 0px !important;
|
1187
1259
|
}
|
@@ -1210,6 +1282,10 @@ video {
|
|
1210
1282
|
border-bottom-width: 1px;
|
1211
1283
|
}
|
1212
1284
|
|
1285
|
+
.border-b-0{
|
1286
|
+
border-bottom-width: 0px;
|
1287
|
+
}
|
1288
|
+
|
1213
1289
|
.border-e-0{
|
1214
1290
|
border-inline-end-width: 0px;
|
1215
1291
|
}
|
@@ -1292,10 +1368,20 @@ video {
|
|
1292
1368
|
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
|
1293
1369
|
}
|
1294
1370
|
|
1371
|
+
.border-b-gray-200{
|
1372
|
+
--tw-border-opacity: 1;
|
1373
|
+
border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
1374
|
+
}
|
1375
|
+
|
1295
1376
|
.border-l-transparent{
|
1296
1377
|
border-left-color: transparent;
|
1297
1378
|
}
|
1298
1379
|
|
1380
|
+
.border-t-\[\#EDEDED\]{
|
1381
|
+
--tw-border-opacity: 1;
|
1382
|
+
border-top-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
|
1383
|
+
}
|
1384
|
+
|
1299
1385
|
.border-t-transparent{
|
1300
1386
|
border-top-color: transparent;
|
1301
1387
|
}
|
@@ -1328,6 +1414,10 @@ video {
|
|
1328
1414
|
background-color: rgb(0 0 0 / 0.6);
|
1329
1415
|
}
|
1330
1416
|
|
1417
|
+
.bg-black\/75{
|
1418
|
+
background-color: rgb(0 0 0 / 0.75);
|
1419
|
+
}
|
1420
|
+
|
1331
1421
|
.bg-blue-100{
|
1332
1422
|
--tw-bg-opacity: 1;
|
1333
1423
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
@@ -1338,6 +1428,11 @@ video {
|
|
1338
1428
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
1339
1429
|
}
|
1340
1430
|
|
1431
|
+
.bg-gray-300{
|
1432
|
+
--tw-bg-opacity: 1;
|
1433
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
1434
|
+
}
|
1435
|
+
|
1341
1436
|
.bg-gray-50{
|
1342
1437
|
--tw-bg-opacity: 1;
|
1343
1438
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
@@ -1406,6 +1501,10 @@ video {
|
|
1406
1501
|
padding: 0.5rem;
|
1407
1502
|
}
|
1408
1503
|
|
1504
|
+
.p-3{
|
1505
|
+
padding: 0.75rem;
|
1506
|
+
}
|
1507
|
+
|
1409
1508
|
.p-4{
|
1410
1509
|
padding: 1rem;
|
1411
1510
|
}
|
@@ -1498,6 +1597,11 @@ video {
|
|
1498
1597
|
padding-bottom: 0.75rem;
|
1499
1598
|
}
|
1500
1599
|
|
1600
|
+
.py-4{
|
1601
|
+
padding-top: 1rem;
|
1602
|
+
padding-bottom: 1rem;
|
1603
|
+
}
|
1604
|
+
|
1501
1605
|
.py-6{
|
1502
1606
|
padding-top: 1.5rem;
|
1503
1607
|
padding-bottom: 1.5rem;
|
@@ -1562,6 +1666,11 @@ video {
|
|
1562
1666
|
text-align: center;
|
1563
1667
|
}
|
1564
1668
|
|
1669
|
+
.text-2xl{
|
1670
|
+
font-size: 1.5rem;
|
1671
|
+
line-height: 2rem;
|
1672
|
+
}
|
1673
|
+
|
1565
1674
|
.text-\[0\.875rem\]{
|
1566
1675
|
font-size: 0.875rem;
|
1567
1676
|
}
|
@@ -1682,6 +1791,11 @@ video {
|
|
1682
1791
|
color: rgb(93 93 93 / var(--tw-text-opacity, 1));
|
1683
1792
|
}
|
1684
1793
|
|
1794
|
+
.text-\[\#5d5c5c\]{
|
1795
|
+
--tw-text-opacity: 1;
|
1796
|
+
color: rgb(93 92 92 / var(--tw-text-opacity, 1));
|
1797
|
+
}
|
1798
|
+
|
1685
1799
|
.text-\[\#62C554\]{
|
1686
1800
|
--tw-text-opacity: 1;
|
1687
1801
|
color: rgb(98 197 84 / var(--tw-text-opacity, 1));
|
@@ -1884,6 +1998,10 @@ video {
|
|
1884
1998
|
transition-duration: 200ms;
|
1885
1999
|
}
|
1886
2000
|
|
2001
|
+
.ease-in-out{
|
2002
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2003
|
+
}
|
2004
|
+
|
1887
2005
|
@keyframes enter{
|
1888
2006
|
from{
|
1889
2007
|
opacity: var(--tw-enter-opacity, 1);
|
@@ -1902,6 +2020,10 @@ video {
|
|
1902
2020
|
animation-duration: 200ms;
|
1903
2021
|
}
|
1904
2022
|
|
2023
|
+
.ease-in-out{
|
2024
|
+
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
2025
|
+
}
|
2026
|
+
|
1905
2027
|
input[type="number"] {
|
1906
2028
|
-moz-appearance: textfield;
|
1907
2029
|
}
|
@@ -2201,6 +2323,10 @@ input:-webkit-autofill:active {
|
|
2201
2323
|
outline-offset: 2px;
|
2202
2324
|
}
|
2203
2325
|
|
2326
|
+
.focus-visible\:outline-0:focus-visible{
|
2327
|
+
outline-width: 0px;
|
2328
|
+
}
|
2329
|
+
|
2204
2330
|
.focus-visible\:ring-0:focus-visible{
|
2205
2331
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
2206
2332
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
@@ -2278,6 +2404,14 @@ input:-webkit-autofill:active {
|
|
2278
2404
|
opacity: 0.5;
|
2279
2405
|
}
|
2280
2406
|
|
2407
|
+
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
|
2408
|
+
transition-duration: 300ms;
|
2409
|
+
}
|
2410
|
+
|
2411
|
+
.data-\[state\=open\]\:duration-500[data-state="open"]{
|
2412
|
+
transition-duration: 500ms;
|
2413
|
+
}
|
2414
|
+
|
2281
2415
|
.data-\[state\=open\]\:animate-in[data-state="open"]{
|
2282
2416
|
animation-name: enter;
|
2283
2417
|
animation-duration: 150ms;
|
@@ -2330,22 +2464,66 @@ input:-webkit-autofill:active {
|
|
2330
2464
|
--tw-enter-translate-y: 0.5rem;
|
2331
2465
|
}
|
2332
2466
|
|
2467
|
+
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{
|
2468
|
+
--tw-exit-translate-y: 100%;
|
2469
|
+
}
|
2470
|
+
|
2471
|
+
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{
|
2472
|
+
--tw-exit-translate-x: -100%;
|
2473
|
+
}
|
2474
|
+
|
2333
2475
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
|
2334
2476
|
--tw-exit-translate-x: -50%;
|
2335
2477
|
}
|
2336
2478
|
|
2479
|
+
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
|
2480
|
+
--tw-exit-translate-x: 100%;
|
2481
|
+
}
|
2482
|
+
|
2483
|
+
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{
|
2484
|
+
--tw-exit-translate-y: -100%;
|
2485
|
+
}
|
2486
|
+
|
2337
2487
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
|
2338
2488
|
--tw-exit-translate-y: -48%;
|
2339
2489
|
}
|
2340
2490
|
|
2491
|
+
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{
|
2492
|
+
--tw-enter-translate-y: 100%;
|
2493
|
+
}
|
2494
|
+
|
2495
|
+
.data-\[state\=open\]\:slide-in-from-left[data-state="open"]{
|
2496
|
+
--tw-enter-translate-x: -100%;
|
2497
|
+
}
|
2498
|
+
|
2341
2499
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
|
2342
2500
|
--tw-enter-translate-x: -50%;
|
2343
2501
|
}
|
2344
2502
|
|
2503
|
+
.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
|
2504
|
+
--tw-enter-translate-x: 100%;
|
2505
|
+
}
|
2506
|
+
|
2507
|
+
.data-\[state\=open\]\:slide-in-from-top[data-state="open"]{
|
2508
|
+
--tw-enter-translate-y: -100%;
|
2509
|
+
}
|
2510
|
+
|
2345
2511
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
|
2346
2512
|
--tw-enter-translate-y: -48%;
|
2347
2513
|
}
|
2348
2514
|
|
2515
|
+
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
|
2516
|
+
animation-duration: 300ms;
|
2517
|
+
}
|
2518
|
+
|
2519
|
+
.data-\[state\=open\]\:duration-500[data-state="open"]{
|
2520
|
+
animation-duration: 500ms;
|
2521
|
+
}
|
2522
|
+
|
2523
|
+
.dark\:border-none:is(.dark *){
|
2524
|
+
border-style: none;
|
2525
|
+
}
|
2526
|
+
|
2349
2527
|
.dark\:\!border-\[\#9299A2\]:is(.dark *){
|
2350
2528
|
--tw-border-opacity: 1 !important;
|
2351
2529
|
border-color: rgb(146 153 162 / var(--tw-border-opacity, 1)) !important;
|
@@ -2366,6 +2544,11 @@ input:-webkit-autofill:active {
|
|
2366
2544
|
border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
|
2367
2545
|
}
|
2368
2546
|
|
2547
|
+
.dark\:border-t-\[\#242424\]:is(.dark *){
|
2548
|
+
--tw-border-opacity: 1;
|
2549
|
+
border-top-color: rgb(36 36 36 / var(--tw-border-opacity, 1));
|
2550
|
+
}
|
2551
|
+
|
2369
2552
|
.dark\:\!bg-red-50:is(.dark *){
|
2370
2553
|
--tw-bg-opacity: 1 !important;
|
2371
2554
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
|
@@ -2375,6 +2558,11 @@ input:-webkit-autofill:active {
|
|
2375
2558
|
background-color: transparent !important;
|
2376
2559
|
}
|
2377
2560
|
|
2561
|
+
.dark\:bg-\[\#2B2B2B\]:is(.dark *){
|
2562
|
+
--tw-bg-opacity: 1;
|
2563
|
+
background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
|
2564
|
+
}
|
2565
|
+
|
2378
2566
|
.dark\:text-white:is(.dark *){
|
2379
2567
|
--tw-text-opacity: 1;
|
2380
2568
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
@@ -2437,6 +2625,10 @@ input:-webkit-autofill:active {
|
|
2437
2625
|
width: 14rem;
|
2438
2626
|
}
|
2439
2627
|
|
2628
|
+
.sm\:max-w-\[512px\]{
|
2629
|
+
max-width: 512px;
|
2630
|
+
}
|
2631
|
+
|
2440
2632
|
.sm\:flex-row{
|
2441
2633
|
flex-direction: row;
|
2442
2634
|
}
|
@@ -2486,6 +2678,14 @@ input:-webkit-autofill:active {
|
|
2486
2678
|
}
|
2487
2679
|
|
2488
2680
|
@media (min-width: 768px){
|
2681
|
+
.md\:hidden{
|
2682
|
+
display: none;
|
2683
|
+
}
|
2684
|
+
|
2685
|
+
.md\:max-h-full{
|
2686
|
+
max-height: 100%;
|
2687
|
+
}
|
2688
|
+
|
2489
2689
|
.md\:w-\[300px\]{
|
2490
2690
|
width: 300px;
|
2491
2691
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@6thbridge/hexa",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.45",
|
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",
|