@deframe-sdk/components 0.1.44 → 0.1.45

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
@@ -1069,6 +1069,9 @@
1069
1069
  .min-w-\[105px\] {
1070
1070
  min-width: 105px;
1071
1071
  }
1072
+ .min-w-\[110px\] {
1073
+ min-width: 110px;
1074
+ }
1072
1075
  .min-w-\[120px\] {
1073
1076
  min-width: 120px;
1074
1077
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {