@6thbridge/hexa 0.0.39 → 0.0.40
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2814
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2755
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +13 -18
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -788,6 +788,10 @@ video {
|
|
788
788
|
height: 3rem;
|
789
789
|
}
|
790
790
|
|
791
|
+
.h-\[4px\]{
|
792
|
+
height: 4px;
|
793
|
+
}
|
794
|
+
|
791
795
|
.h-\[90\%\]{
|
792
796
|
height: 90%;
|
793
797
|
}
|
@@ -869,10 +873,6 @@ video {
|
|
869
873
|
width: 3rem;
|
870
874
|
}
|
871
875
|
|
872
|
-
.w-\[4px\]{
|
873
|
-
width: 4px;
|
874
|
-
}
|
875
|
-
|
876
876
|
.w-fit{
|
877
877
|
width: -moz-fit-content;
|
878
878
|
width: fit-content;
|
@@ -1167,9 +1167,9 @@ video {
|
|
1167
1167
|
border-end-end-radius: 0px;
|
1168
1168
|
}
|
1169
1169
|
|
1170
|
-
.rounded-l-\[
|
1171
|
-
border-top-left-radius:
|
1172
|
-
border-bottom-left-radius:
|
1170
|
+
.rounded-l-\[2px\]{
|
1171
|
+
border-top-left-radius: 2px;
|
1172
|
+
border-bottom-left-radius: 2px;
|
1173
1173
|
}
|
1174
1174
|
|
1175
1175
|
.rounded-l-\[8px\]{
|
@@ -1486,11 +1486,6 @@ video {
|
|
1486
1486
|
padding-bottom: 0.75rem;
|
1487
1487
|
}
|
1488
1488
|
|
1489
|
-
.py-4{
|
1490
|
-
padding-top: 1rem;
|
1491
|
-
padding-bottom: 1rem;
|
1492
|
-
}
|
1493
|
-
|
1494
1489
|
.py-6{
|
1495
1490
|
padding-top: 1.5rem;
|
1496
1491
|
padding-bottom: 1.5rem;
|
@@ -2472,14 +2467,14 @@ input:-webkit-autofill:active {
|
|
2472
2467
|
flex-direction: row;
|
2473
2468
|
}
|
2474
2469
|
|
2475
|
-
.md\:px-
|
2476
|
-
padding-left:
|
2477
|
-
padding-right:
|
2470
|
+
.md\:px-4{
|
2471
|
+
padding-left: 1rem;
|
2472
|
+
padding-right: 1rem;
|
2478
2473
|
}
|
2479
2474
|
|
2480
|
-
.md\:py-
|
2481
|
-
padding-top:
|
2482
|
-
padding-bottom:
|
2475
|
+
.md\:py-4{
|
2476
|
+
padding-top: 1rem;
|
2477
|
+
padding-bottom: 1rem;
|
2483
2478
|
}
|
2484
2479
|
}
|
2485
2480
|
|