@luminix/mui-cms 0.2.2 → 0.2.3

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/dist/mui-cms.js CHANGED
@@ -4623,7 +4623,7 @@ const di = ({ item: e }) => {
4623
4623
  }, c = () => {
4624
4624
  a(null);
4625
4625
  };
4626
- return /* @__PURE__ */ w(B, { children: [
4626
+ return o.length === 0 ? null : /* @__PURE__ */ w(B, { children: [
4627
4627
  /* @__PURE__ */ i(
4628
4628
  q,
4629
4629
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminix/mui-cms",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "main": "bundle/mui-cms.js",
6
6
  "module": "dist/mui-cms.js",
@@ -1,5 +1,5 @@
1
1
  import { ModelType as Model } from '@luminix/core';
2
2
  declare const InstanceActions: ({ item }: {
3
3
  item: Model;
4
- }) => import("react/jsx-runtime").JSX.Element;
4
+ }) => import("react/jsx-runtime").JSX.Element | null;
5
5
  export default InstanceActions;