@deframe-sdk/components 0.1.20 → 0.1.21

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
@@ -562,6 +562,9 @@
562
562
  .h-\[50vh\] {
563
563
  height: 50vh;
564
564
  }
565
+ .h-\[54px\] {
566
+ height: 54px;
567
+ }
565
568
  .h-\[56px\] {
566
569
  height: 56px;
567
570
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {