@6thbridge/hexa 0.0.83 → 0.0.84
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +18 -4
- package/package.json +1 -1
package/dist/output.css
CHANGED
|
@@ -1161,10 +1161,6 @@ video {
|
|
|
1161
1161
|
max-height: 270px;
|
|
1162
1162
|
}
|
|
1163
1163
|
|
|
1164
|
-
.max-h-\[90vh\]{
|
|
1165
|
-
max-height: 90vh;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
1164
|
.max-h-\[95\%\]{
|
|
1169
1165
|
max-height: 95%;
|
|
1170
1166
|
}
|
|
@@ -1406,6 +1402,10 @@ video {
|
|
|
1406
1402
|
flex: none;
|
|
1407
1403
|
}
|
|
1408
1404
|
|
|
1405
|
+
.shrink{
|
|
1406
|
+
flex-shrink: 1;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
1409
|
.shrink-0{
|
|
1410
1410
|
flex-shrink: 0;
|
|
1411
1411
|
}
|
|
@@ -1661,6 +1661,10 @@ video {
|
|
|
1661
1661
|
overflow-x: scroll;
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
+
.overscroll-auto{
|
|
1665
|
+
overscroll-behavior: auto;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1664
1668
|
.truncate{
|
|
1665
1669
|
overflow: hidden;
|
|
1666
1670
|
text-overflow: ellipsis;
|
|
@@ -3936,6 +3940,16 @@ input:-webkit-autofill:active {
|
|
|
3936
3940
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
|
|
3937
3941
|
}
|
|
3938
3942
|
|
|
3943
|
+
@media not all and (min-width: 768px){
|
|
3944
|
+
.max-md\:\!max-w-full{
|
|
3945
|
+
max-width: 100% !important;
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3948
|
+
.max-md\:\!rounded-none{
|
|
3949
|
+
border-radius: 0px !important;
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3939
3953
|
@media (min-width: 640px){
|
|
3940
3954
|
.sm\:order-none{
|
|
3941
3955
|
order: 0;
|