mainstack-design-system 0.7.15 → 0.7.16

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.
@@ -44179,7 +44179,8 @@ const Id = {
44179
44179
  textOverflow: "ellipsis",
44180
44180
  whiteSpace: "nowrap",
44181
44181
  overflowX: "hidden",
44182
- width: f ?? "100%",
44182
+ width: "100%",
44183
+ maxWidth: f ?? "100%",
44183
44184
  textAlign: "left",
44184
44185
  children: t
44185
44186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",