mainstack-design-system 0.2.0 → 0.2.1

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.
@@ -63340,7 +63340,7 @@ const Kue = ({
63340
63340
  onClear: c,
63341
63341
  ...m
63342
63342
  }) => /* @__PURE__ */ Q(xh, { alignItems: "center", children: [
63343
- /* @__PURE__ */ f(Sh, { mx: "4px", transform: "translateY(-50%)", top: "50%", children: /* @__PURE__ */ f(i1e, { color: oe.gray200 }) }),
63343
+ /* @__PURE__ */ f(Sh, { px: "16px", transform: "translateY(-50%)", top: "50%", children: /* @__PURE__ */ f(i1e, { color: oe.gray200 }) }),
63344
63344
  a && /* @__PURE__ */ f(
63345
63345
  I9,
63346
63346
  {
@@ -63375,7 +63375,8 @@ const Kue = ({
63375
63375
  outline: "none !important"
63376
63376
  },
63377
63377
  py: "12px",
63378
- px: "16px",
63378
+ pl: "38px",
63379
+ pr: "16px",
63379
63380
  type: "text",
63380
63381
  _placeholder: { color: `${oe.gray200}` },
63381
63382
  width: "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",