@m4l/layouts 0.0.23 → 0.0.26

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.
@@ -137,6 +137,7 @@ function MasterDetailLayout(props) {
137
137
  return actions;
138
138
  }, [splitActions, moduleActions, isDesktop, viewDetailAction]);
139
139
  const finalComponentsDictionary = useMemo(() => componentsDictionary.concat(getMasterDetailLayoutComponentsDictionary()), [componentsDictionary]);
140
+ console.log("MasterDetailLayout Render");
140
141
  const memonizedSplit = useMemo(() => {
141
142
  return /* @__PURE__ */ jsx(SplitLayout, {
142
143
  splitPosition: isDesktop ? splitPosition : "none",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
3
  "private": false,
4
- "version": "0.0.23",
4
+ "version": "0.0.26",
5
5
  "license": "UNLICENSED",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -14,7 +14,7 @@
14
14
  "format": "npm run prettier:fix && npm run lint:fix"
15
15
  },
16
16
  "dependencies": {
17
- "@m4l/components": "^0.0.42",
17
+ "@m4l/components": "^0.0.44",
18
18
  "react": "^17.0.0 || 18.x",
19
19
  "react-dom": "^18.0.0"
20
20
  },