@pnkx-lib/ui 1.9.485 → 1.9.486

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/es/ui/index.js +1 -1
  2. package/package.json +1 -1
package/es/ui/index.js CHANGED
@@ -132409,7 +132409,7 @@ const ActionRowTable = ({
132409
132409
  }
132410
132410
  ) });
132411
132411
  case TypeActionRowTable.EDIT_FORM:
132412
- return /* @__PURE__ */ jsxs("div", { children: [
132412
+ return /* @__PURE__ */ jsxs("div", { className: "flex items-center", children: [
132413
132413
  /* @__PURE__ */ jsx(
132414
132414
  libExports.Popconfirm,
132415
132415
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.485",
4
+ "version": "1.9.486",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",