@pnkx-lib/ui 1.9.223 → 1.9.224

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.
package/es/ui/index.js CHANGED
@@ -4880,7 +4880,7 @@ const BulkActions = ({
4880
4880
  handleApprove,
4881
4881
  handleCancelApproval,
4882
4882
  handleReject,
4883
- handleDeActivate,
4883
+ handleDeactivate,
4884
4884
  handleActivate,
4885
4885
  handleRestore,
4886
4886
  status
@@ -4983,7 +4983,7 @@ const BulkActions = ({
4983
4983
  icon: /* @__PURE__ */ jsx(InActiveIcon, { stroke: "white" }),
4984
4984
  iconDropList: /* @__PURE__ */ jsx(InActiveIcon, { stroke: "#0F1D40" }),
4985
4985
  iconDisable: /* @__PURE__ */ jsx(InActiveIcon, { stroke: "#B2B7C2" }),
4986
- action: handleDeActivate,
4986
+ action: handleDeactivate,
4987
4987
  name: "Vô hiệu hóa",
4988
4988
  typeIcon: "error",
4989
4989
  title: "Xác nhận vô hiệu hóa",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.223",
4
+ "version": "1.9.224",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
@@ -123,7 +123,7 @@
123
123
  "react-dom": "^18.3.1",
124
124
  "react-router": "^7.6.0",
125
125
  "tailwindcss": "^4.0.17",
126
- "@pnkx-lib/core": "^1.1.66"
126
+ "@pnkx-lib/core": "^1.1.71"
127
127
  },
128
128
  "dependencies": {
129
129
  "@ant-design/icons": "^5.6.1",
@@ -18,5 +18,5 @@ export type TListIcon = {
18
18
  typeIcon?: ConfirmModalProps["typeIcon"];
19
19
  name?: string;
20
20
  };
21
- export declare const BulkActions: ({ quantity, handleDelete, handleSubmitForApproval, handleCancelSubmission, handleApprove, handleCancelApproval, handleReject, handleDeActivate, handleActivate, handleRestore, status, }: IBulkActionsProps) => import("react/jsx-runtime").JSX.Element;
21
+ export declare const BulkActions: ({ quantity, handleDelete, handleSubmitForApproval, handleCancelSubmission, handleApprove, handleCancelApproval, handleReject, handleDeactivate, handleActivate, handleRestore, status, }: IBulkActionsProps) => import("react/jsx-runtime").JSX.Element;
22
22
  export {};