mainstack-design-system 0.2.2 → 0.2.3

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.
@@ -63546,7 +63546,7 @@ const o0e = ({
63546
63546
  background: `${oe.gray50}`
63547
63547
  },
63548
63548
  h: g || "120px",
63549
- w: "full",
63549
+ w: "100%",
63550
63550
  px: "16px",
63551
63551
  pt: "30px",
63552
63552
  resize: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",