@feedmepos/merge-css 1.0.0-uat.20250926.121233 → 1.0.0-uat.20250926.154143

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.
Files changed (2) hide show
  1. package/dist/style.css +4 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2030,6 +2030,10 @@ video {
2030
2030
  max-height: 549px;
2031
2031
  }
2032
2032
 
2033
+ .max-h-\[60vh\] {
2034
+ max-height: 60vh;
2035
+ }
2036
+
2033
2037
  .max-h-\[64px\] {
2034
2038
  max-height: 64px;
2035
2039
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/merge-css",
3
- "version": "1.0.0-uat.20250926.121233",
3
+ "version": "1.0.0-uat.20250926.154143",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "dist"