@6thbridge/hexa 0.0.54 → 0.0.56
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +10 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -931,6 +931,10 @@ video {
|
|
931
931
|
max-height: 90vh;
|
932
932
|
}
|
933
933
|
|
934
|
+
.max-h-\[95\%\]{
|
935
|
+
max-height: 95%;
|
936
|
+
}
|
937
|
+
|
934
938
|
.max-h-\[calc\(100vh-200px\)\]{
|
935
939
|
max-height: calc(100vh - 200px);
|
936
940
|
}
|
@@ -1177,6 +1181,12 @@ video {
|
|
1177
1181
|
user-select: none;
|
1178
1182
|
}
|
1179
1183
|
|
1184
|
+
.\!select-text{
|
1185
|
+
-webkit-user-select: text !important;
|
1186
|
+
-moz-user-select: text !important;
|
1187
|
+
user-select: text !important;
|
1188
|
+
}
|
1189
|
+
|
1180
1190
|
.resize-none{
|
1181
1191
|
resize: none;
|
1182
1192
|
}
|