mainstack-design-system 0.6.4 → 0.6.5

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.
@@ -61541,13 +61541,13 @@ const c3e = ({
61541
61541
  fontWeight: 500,
61542
61542
  fontSize: i ? "12px" : "14px",
61543
61543
  lineHeight: i ? "12px" : "16px",
61544
- textTransform: i ? "uppercase" : "lowercase",
61545
61544
  py: "6px",
61546
61545
  px: "10px",
61547
61546
  width: "fit-content",
61548
61547
  rounded: "100px",
61549
61548
  bg: (l = vg[e]) == null ? void 0 : l.bgColor,
61550
61549
  color: (f = vg[e]) == null ? void 0 : f.textColor,
61550
+ textTransform: i ? "uppercase" : "none",
61551
61551
  alignItems: "center",
61552
61552
  children: [
61553
61553
  /* @__PURE__ */ C(St.span, { children: a ?? e }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",