@deframe-sdk/components 0.1.36 → 0.1.37

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/styles.css CHANGED
@@ -748,6 +748,9 @@
748
748
  .max-h-\[88vh\] {
749
749
  max-height: 88vh;
750
750
  }
751
+ .max-h-\[200px\] {
752
+ max-height: 200px;
753
+ }
751
754
  .max-h-\[280px\] {
752
755
  max-height: 280px;
753
756
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {