@moises.ai/design-system 3.4.3 → 3.4.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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3817,9 +3817,9 @@ const Em = "_textArea_wfiz0_1", wm = "_variantClassic_wfiz0_12", Bm = "_variantS
3817
3817
  size: u = "2",
3818
3818
  focusRing: h = !1,
3819
3819
  ...A
3820
- }) => /* @__PURE__ */ g(C, { direction: "column", width: "100%", height: "100%", children: [
3821
- s && /* @__PURE__ */ g(C, { mb: "2", align: "center", gap: "2", children: [
3822
- /* @__PURE__ */ a(J, { size: "2", weight: "regular", children: s }),
3820
+ }) => /* @__PURE__ */ g(C, { direction: "column", width: "100%", height: "100%", gap: "1", children: [
3821
+ s && /* @__PURE__ */ g(C, { align: "center", gap: "2", children: [
3822
+ /* @__PURE__ */ a(J, { size: u, weight: "medium", children: s }),
3823
3823
  r && /* @__PURE__ */ a(Je, { content: r })
3824
3824
  ] }),
3825
3825
  /* @__PURE__ */ a(C, { className: Et.fullSize, style: { flex: 1 }, children: /* @__PURE__ */ a(
@@ -3961,9 +3961,9 @@ const zm = "_TextField_8nj76_1", jm = "_icon_8nj76_14", Pm = "_Disabled_8nj76_22
3961
3961
  ...y
3962
3962
  }) => {
3963
3963
  const v = A || (u ? /* @__PURE__ */ a(u, { width: 16, height: 16, className: Lt.icon }) : null);
3964
- return /* @__PURE__ */ g(C, { direction: "column", width: "100%", height: "100%", children: [
3965
- s && /* @__PURE__ */ g(C, { mb: "2", align: "center", gap: "2", children: [
3966
- /* @__PURE__ */ a(J, { size: "1", weight: "regular", children: s }),
3964
+ return /* @__PURE__ */ g(C, { direction: "column", width: "100%", height: "100%", gap: "1", children: [
3965
+ s && /* @__PURE__ */ g(C, { align: "center", gap: "2", children: [
3966
+ /* @__PURE__ */ a(J, { size: c, weight: "medium", children: s }),
3967
3967
  r && /* @__PURE__ */ a(Je, { content: r })
3968
3968
  ] }),
3969
3969
  /* @__PURE__ */ g(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",