@6thbridge/hexa 0.0.39 → 0.0.41
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 +8 -6
- package/dist/index.d.ts +8 -6
- 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 -23
- 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\]{
|
@@ -1441,11 +1441,6 @@ video {
|
|
1441
1441
|
padding-right: 1rem;
|
1442
1442
|
}
|
1443
1443
|
|
1444
|
-
.px-5{
|
1445
|
-
padding-left: 1.25rem;
|
1446
|
-
padding-right: 1.25rem;
|
1447
|
-
}
|
1448
|
-
|
1449
1444
|
.px-8{
|
1450
1445
|
padding-left: 2rem;
|
1451
1446
|
padding-right: 2rem;
|
@@ -1486,11 +1481,6 @@ video {
|
|
1486
1481
|
padding-bottom: 0.75rem;
|
1487
1482
|
}
|
1488
1483
|
|
1489
|
-
.py-4{
|
1490
|
-
padding-top: 1rem;
|
1491
|
-
padding-bottom: 1rem;
|
1492
|
-
}
|
1493
|
-
|
1494
1484
|
.py-6{
|
1495
1485
|
padding-top: 1.5rem;
|
1496
1486
|
padding-bottom: 1.5rem;
|
@@ -2472,14 +2462,14 @@ input:-webkit-autofill:active {
|
|
2472
2462
|
flex-direction: row;
|
2473
2463
|
}
|
2474
2464
|
|
2475
|
-
.md\:px-
|
2476
|
-
padding-left:
|
2477
|
-
padding-right:
|
2465
|
+
.md\:px-4{
|
2466
|
+
padding-left: 1rem;
|
2467
|
+
padding-right: 1rem;
|
2478
2468
|
}
|
2479
2469
|
|
2480
|
-
.md\:py-
|
2481
|
-
padding-top:
|
2482
|
-
padding-bottom:
|
2470
|
+
.md\:py-4{
|
2471
|
+
padding-top: 1rem;
|
2472
|
+
padding-bottom: 1rem;
|
2483
2473
|
}
|
2484
2474
|
}
|
2485
2475
|
|