mainstack-design-system 0.2.4 → 0.2.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.
@@ -54915,7 +54915,7 @@ const F9e = ({
54915
54915
  }
54916
54916
  ),
54917
54917
  /* @__PURE__ */ Q(wh, { children: [
54918
- b === "password" && /* @__PURE__ */ f(I9, { py: "12px", children: /* @__PURE__ */ f(pn, { onClick: () => M((L) => !L), children: k ? /* @__PURE__ */ f(
54918
+ b === "password" && /* @__PURE__ */ f(I9, { py: "24px", children: /* @__PURE__ */ f(pn, { onClick: () => M((L) => !L), children: k ? /* @__PURE__ */ f(
54919
54919
  a1e,
54920
54920
  {
54921
54921
  style: {
@@ -54966,7 +54966,7 @@ const F9e = ({
54966
54966
  outlineOffset: "-3px",
54967
54967
  background: `${ie.gray50}`
54968
54968
  },
54969
- py: "12px",
54969
+ py: "24px",
54970
54970
  px: "16px",
54971
54971
  type: b === "password" && !k ? "password" : b === "password" && k ? "text" : b,
54972
54972
  _placeholder: { color: `${ie.gray200}` },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",