@6thbridge/hexa 0.0.65 → 0.0.67
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/dist/index.d.mts +16 -4
- package/dist/index.d.ts +16 -4
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +15 -8
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -732,8 +732,8 @@ video {
|
|
732
732
|
z-index: 10;
|
733
733
|
}
|
734
734
|
|
735
|
-
.z-
|
736
|
-
z-index:
|
735
|
+
.z-20{
|
736
|
+
z-index: 20;
|
737
737
|
}
|
738
738
|
|
739
739
|
.z-40{
|
@@ -1430,12 +1430,6 @@ video {
|
|
1430
1430
|
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
|
1431
1431
|
}
|
1432
1432
|
|
1433
|
-
.space-y-3 > :not([hidden]) ~ :not([hidden]){
|
1434
|
-
--tw-space-y-reverse: 0;
|
1435
|
-
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
1436
|
-
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
1437
|
-
}
|
1438
|
-
|
1439
1433
|
.space-y-4 > :not([hidden]) ~ :not([hidden]){
|
1440
1434
|
--tw-space-y-reverse: 0;
|
1441
1435
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
@@ -1900,6 +1894,10 @@ video {
|
|
1900
1894
|
padding: 0px;
|
1901
1895
|
}
|
1902
1896
|
|
1897
|
+
.p-0\.5{
|
1898
|
+
padding: 0.125rem;
|
1899
|
+
}
|
1900
|
+
|
1903
1901
|
.p-1{
|
1904
1902
|
padding: 0.25rem;
|
1905
1903
|
}
|
@@ -1954,6 +1952,11 @@ video {
|
|
1954
1952
|
padding-right: 0.25rem;
|
1955
1953
|
}
|
1956
1954
|
|
1955
|
+
.px-1\.5{
|
1956
|
+
padding-left: 0.375rem;
|
1957
|
+
padding-right: 0.375rem;
|
1958
|
+
}
|
1959
|
+
|
1957
1960
|
.px-2{
|
1958
1961
|
padding-left: 0.5rem;
|
1959
1962
|
padding-right: 0.5rem;
|
@@ -2128,6 +2131,10 @@ video {
|
|
2128
2131
|
font-size: 0.8rem;
|
2129
2132
|
}
|
2130
2133
|
|
2134
|
+
.text-\[10px\]{
|
2135
|
+
font-size: 10px;
|
2136
|
+
}
|
2137
|
+
|
2131
2138
|
.text-\[12px\]{
|
2132
2139
|
font-size: 12px;
|
2133
2140
|
}
|