@pnkx-lib/ui 1.9.547 → 1.9.548

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.
@@ -9,7 +9,7 @@ import { t as twMerge } from '../../chunks/bundle-mjs-BBFHkixS.js';
9
9
  import { Popover } from '../Popover.js';
10
10
  import { Tooltip as Tooltip$1 } from 'antd';
11
11
  import { M as MoreIcon, R as RestoreIcon, S as SendApprovalIcon, C as CancelSendApprovalIcon, a as RefuseApprovalIcon, b as RefuseApprovalDropListIcon, A as ApprovalIcon, c as CancelApprovalIcon, D as DeleteIcon, d as ActivateIcon, I as InActiveIcon } from '../../chunks/RefuseApprovalDropListIcon-DkyYANWt.js';
12
- import { isBoolean } from 'lodash';
12
+ import pkg from 'lodash';
13
13
  import { d as TypeBulkActions } from '../../chunks/table-CIEieGXp.js';
14
14
 
15
15
  const BulkAction = ({
@@ -139,6 +139,7 @@ const BulkActions = ({
139
139
  isShowDelete = false
140
140
  }) => {
141
141
  //! State
142
+ const { isBoolean } = pkg;
142
143
  const listIcon = [
143
144
  {
144
145
  icon: /* @__PURE__ */ jsx(RestoreIcon, { stroke: "white" }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.547",
4
+ "version": "1.9.548",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",