mainstack-design-system 0.6.3 → 0.6.4

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.
@@ -50083,10 +50083,10 @@ const dg = [
50083
50083
  /* @__PURE__ */ C(
50084
50084
  an,
50085
50085
  {
50086
- fontSize: "17px",
50086
+ fontSize: "16px",
50087
50087
  lineHeight: "120%",
50088
50088
  fontWeight: 600,
50089
- fontFamily: "Degular Display",
50089
+ fontFamily: "inherit",
50090
50090
  letterSpacing: "0.1px",
50091
50091
  children: e
50092
50092
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",