@blackpurl/bp-react-components 1.0.12 → 1.0.13

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/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23022,7 +23022,10 @@ function cS({
23022
23022
  ), _e = Ke(() => {
23023
23023
  const te = ue.filter((fe) => !h.includes(fe.id));
23024
23024
  vc.success("Delete success!"), ie(te);
23025
- }, [h, ue]), ee = Ke(() => ae.map((te) => te.field), [ae]), ne = () => /* @__PURE__ */ g.jsx(
23025
+ }, [h, ue]), ee = Ke(
23026
+ () => ae.filter((te) => te.type !== "actions").map((te) => te.field),
23027
+ [ae]
23028
+ ), ne = () => /* @__PURE__ */ g.jsx(
23026
23029
  Ly,
23027
23030
  {
23028
23031
  open: le.value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackpurl/bp-react-components",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Reusable BP React component library with Minimal template",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",