@pnkx-lib/ui 1.9.463 → 1.9.464

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.
@@ -11554,6 +11554,7 @@ function GenericUploadModal({
11554
11554
  onCancel,
11555
11555
  onOk: onCancel,
11556
11556
  width: 800,
11557
+ centered: true,
11557
11558
  children: /* @__PURE__ */ jsx("div", { className: "p-4", children: /* @__PURE__ */ jsx(
11558
11559
  Controller,
11559
11560
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.463",
4
+ "version": "1.9.464",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",