@pnkx-lib/ui 1.9.530 → 1.9.531

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.
@@ -102,12 +102,12 @@ const ConfirmModal = ({
102
102
  };
103
103
  //! Function
104
104
  //! Render
105
- return /* @__PURE__ */ jsx(Modal, { ...restProps, footer: null, closeIcon: null, width: 400, children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 p-4", children: [
105
+ return /* @__PURE__ */ jsx(Modal, { footer: null, closeIcon: null, width: 400, ...restProps, children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 p-4", children: [
106
106
  /* @__PURE__ */ jsxs("div", { className: "flex gap-3", children: [
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("div", { className: "text-sm", children: content })
110
+ /* @__PURE__ */ jsx("p", { 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.530",
4
+ "version": "1.9.531",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",