@pnkx-lib/ui 1.9.554 → 1.9.555

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.
@@ -107,7 +107,7 @@ const ConfirmModal = ({
107
107
  /* @__PURE__ */ jsx("div", { className: "max-w-fit", children: /* @__PURE__ */ jsx(IconType, {}) }),
108
108
  /* @__PURE__ */ jsxs("div", { children: [
109
109
  /* @__PURE__ */ jsx("h2", { className: "text-base font-semibold", children: title }),
110
- /* @__PURE__ */ jsx("p", { className: "text-sm", children: content })
110
+ /* @__PURE__ */ jsx("div", { className: "text-sm", children: content })
111
111
  ] })
112
112
  ] }),
113
113
  /* @__PURE__ */ jsxs("div", { className: "flex gap-2 w-full justify-end items-end pt-3", children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.554",
4
+ "version": "1.9.555",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",