@6thbridge/hexa 0.0.36 → 0.0.38
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-build.log +32 -0
- package/.turbo/turbo-lint.log +5 -5
- package/dist/index.d.mts +29 -1
- package/dist/index.d.ts +29 -1
- package/dist/index.js +2814 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2755 -2
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +87 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -608,6 +608,10 @@ video {
|
|
608
608
|
right: 0px;
|
609
609
|
}
|
610
610
|
|
611
|
+
.right-2{
|
612
|
+
right: 0.5rem;
|
613
|
+
}
|
614
|
+
|
611
615
|
.right-4{
|
612
616
|
right: 1rem;
|
613
617
|
}
|
@@ -616,6 +620,10 @@ video {
|
|
616
620
|
top: 0px;
|
617
621
|
}
|
618
622
|
|
623
|
+
.top-2{
|
624
|
+
top: 0.5rem;
|
625
|
+
}
|
626
|
+
|
619
627
|
.top-4{
|
620
628
|
top: 1rem;
|
621
629
|
}
|
@@ -636,6 +644,10 @@ video {
|
|
636
644
|
z-index: 50;
|
637
645
|
}
|
638
646
|
|
647
|
+
.z-\[99999\]{
|
648
|
+
z-index: 99999;
|
649
|
+
}
|
650
|
+
|
639
651
|
.order-first{
|
640
652
|
order: -9999;
|
641
653
|
}
|
@@ -675,6 +687,10 @@ video {
|
|
675
687
|
margin-right: 0.5rem;
|
676
688
|
}
|
677
689
|
|
690
|
+
.mt-1{
|
691
|
+
margin-top: 0.25rem;
|
692
|
+
}
|
693
|
+
|
678
694
|
.mt-2{
|
679
695
|
margin-top: 0.5rem;
|
680
696
|
}
|
@@ -853,6 +869,10 @@ video {
|
|
853
869
|
width: 3rem;
|
854
870
|
}
|
855
871
|
|
872
|
+
.w-\[4px\]{
|
873
|
+
width: 4px;
|
874
|
+
}
|
875
|
+
|
856
876
|
.w-fit{
|
857
877
|
width: -moz-fit-content;
|
858
878
|
width: fit-content;
|
@@ -871,6 +891,10 @@ video {
|
|
871
891
|
min-width: 40px !important;
|
872
892
|
}
|
873
893
|
|
894
|
+
.min-w-96{
|
895
|
+
min-width: 24rem;
|
896
|
+
}
|
897
|
+
|
874
898
|
.min-w-\[200px\]{
|
875
899
|
min-width: 200px;
|
876
900
|
}
|
@@ -918,6 +942,10 @@ video {
|
|
918
942
|
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));
|
919
943
|
}
|
920
944
|
|
945
|
+
.transform{
|
946
|
+
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));
|
947
|
+
}
|
948
|
+
|
921
949
|
@keyframes pulse{
|
922
950
|
50%{
|
923
951
|
opacity: .5;
|
@@ -1008,6 +1036,10 @@ video {
|
|
1008
1036
|
gap: 0.5rem;
|
1009
1037
|
}
|
1010
1038
|
|
1039
|
+
.gap-2\.5{
|
1040
|
+
gap: 0.625rem;
|
1041
|
+
}
|
1042
|
+
|
1011
1043
|
.gap-3{
|
1012
1044
|
gap: 0.75rem;
|
1013
1045
|
}
|
@@ -1048,6 +1080,12 @@ video {
|
|
1048
1080
|
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
1049
1081
|
}
|
1050
1082
|
|
1083
|
+
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
1084
|
+
--tw-space-y-reverse: 0;
|
1085
|
+
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
1086
|
+
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
1087
|
+
}
|
1088
|
+
|
1051
1089
|
.overflow-hidden{
|
1052
1090
|
overflow: hidden;
|
1053
1091
|
}
|
@@ -1129,6 +1167,11 @@ video {
|
|
1129
1167
|
border-end-end-radius: 0px;
|
1130
1168
|
}
|
1131
1169
|
|
1170
|
+
.rounded-l-\[4px\]{
|
1171
|
+
border-top-left-radius: 4px;
|
1172
|
+
border-bottom-left-radius: 4px;
|
1173
|
+
}
|
1174
|
+
|
1132
1175
|
.rounded-l-\[8px\]{
|
1133
1176
|
border-top-left-radius: 8px;
|
1134
1177
|
border-bottom-left-radius: 8px;
|
@@ -1443,6 +1486,11 @@ video {
|
|
1443
1486
|
padding-bottom: 0.75rem;
|
1444
1487
|
}
|
1445
1488
|
|
1489
|
+
.py-4{
|
1490
|
+
padding-top: 1rem;
|
1491
|
+
padding-bottom: 1rem;
|
1492
|
+
}
|
1493
|
+
|
1446
1494
|
.py-6{
|
1447
1495
|
padding-top: 1.5rem;
|
1448
1496
|
padding-bottom: 1.5rem;
|
@@ -1622,6 +1670,11 @@ video {
|
|
1622
1670
|
color: rgb(34 34 34 / var(--tw-text-opacity, 1));
|
1623
1671
|
}
|
1624
1672
|
|
1673
|
+
.text-\[\#5D5D5D\]{
|
1674
|
+
--tw-text-opacity: 1;
|
1675
|
+
color: rgb(93 93 93 / var(--tw-text-opacity, 1));
|
1676
|
+
}
|
1677
|
+
|
1625
1678
|
.text-\[\#62C554\]{
|
1626
1679
|
--tw-text-opacity: 1;
|
1627
1680
|
color: rgb(98 197 84 / var(--tw-text-opacity, 1));
|
@@ -1652,6 +1705,11 @@ video {
|
|
1652
1705
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
1653
1706
|
}
|
1654
1707
|
|
1708
|
+
.text-blue-600{
|
1709
|
+
--tw-text-opacity: 1;
|
1710
|
+
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
1711
|
+
}
|
1712
|
+
|
1655
1713
|
.text-gray-400{
|
1656
1714
|
--tw-text-opacity: 1;
|
1657
1715
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
@@ -1672,10 +1730,25 @@ video {
|
|
1672
1730
|
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
1673
1731
|
}
|
1674
1732
|
|
1733
|
+
.text-green-600{
|
1734
|
+
--tw-text-opacity: 1;
|
1735
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
1736
|
+
}
|
1737
|
+
|
1738
|
+
.text-orange-600{
|
1739
|
+
--tw-text-opacity: 1;
|
1740
|
+
color: rgb(234 88 12 / var(--tw-text-opacity, 1));
|
1741
|
+
}
|
1742
|
+
|
1675
1743
|
.text-primary-main{
|
1676
1744
|
color: var(--color-primary);
|
1677
1745
|
}
|
1678
1746
|
|
1747
|
+
.text-purple-600{
|
1748
|
+
--tw-text-opacity: 1;
|
1749
|
+
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
1750
|
+
}
|
1751
|
+
|
1679
1752
|
.text-red-500{
|
1680
1753
|
--tw-text-opacity: 1;
|
1681
1754
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
@@ -2394,6 +2467,20 @@ input:-webkit-autofill:active {
|
|
2394
2467
|
.md\:w-\[300px\]{
|
2395
2468
|
width: 300px;
|
2396
2469
|
}
|
2470
|
+
|
2471
|
+
.md\:flex-row{
|
2472
|
+
flex-direction: row;
|
2473
|
+
}
|
2474
|
+
|
2475
|
+
.md\:px-5{
|
2476
|
+
padding-left: 1.25rem;
|
2477
|
+
padding-right: 1.25rem;
|
2478
|
+
}
|
2479
|
+
|
2480
|
+
.md\:py-5{
|
2481
|
+
padding-top: 1.25rem;
|
2482
|
+
padding-bottom: 1.25rem;
|
2483
|
+
}
|
2397
2484
|
}
|
2398
2485
|
|
2399
2486
|
.\[\&\>span\]\:items-center>span{
|