@moises.ai/design-system 2.2.3 → 2.2.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2599,7 +2599,7 @@ const xu = ({
2599
2599
  width: 60,
2600
2600
  height: 60
2601
2601
  }
2602
- ) : c ? /* @__PURE__ */ A(c, { width: 15, height: 15 }) : S ? /* @__PURE__ */ A("div", { className: L.listCardsAvatarIcon, children: S }) : /* @__PURE__ */ A(Jt, { src: f, className: L.listCardsAvatar }) }),
2602
+ ) : c ? /* @__PURE__ */ A("div", { className: L.listCardsAvatarIcon, children: /* @__PURE__ */ A(c, { width: 15, height: 15 }) }) : S ? /* @__PURE__ */ A("div", { className: L.listCardsAvatarIcon, children: S }) : /* @__PURE__ */ A(Jt, { src: f, className: L.listCardsAvatar }) }),
2603
2603
  /* @__PURE__ */ y(B, { direction: "column", justify: "center", gap: "1", children: [
2604
2604
  /* @__PURE__ */ A(x, { as: "div", size: "2", className: L.listCardsItemText, children: R }),
2605
2605
  /* @__PURE__ */ A(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",