@deframe-sdk/components 0.1.26 → 0.1.27

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
@@ -604,6 +604,9 @@
604
604
  .h-\[38px\] {
605
605
  height: 38px;
606
606
  }
607
+ .h-\[42px\] {
608
+ height: 42px;
609
+ }
607
610
  .h-\[50vh\] {
608
611
  height: 50vh;
609
612
  }
@@ -820,6 +823,9 @@
820
823
  .w-\[84px\] {
821
824
  width: 84px;
822
825
  }
826
+ .w-\[120px\] {
827
+ width: 120px;
828
+ }
823
829
  .w-\[200px\] {
824
830
  width: 200px;
825
831
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {