@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/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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {