@deframe-sdk/components 0.1.70 → 0.1.72

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
@@ -943,6 +943,9 @@
943
943
  .w-\[50px\] {
944
944
  width: 50px;
945
945
  }
946
+ .w-\[56px\] {
947
+ width: 56px;
948
+ }
946
949
  .w-\[60\%\] {
947
950
  width: 60%;
948
951
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.70",
3
+ "version": "0.1.72",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {