@m4l/layouts 0.0.30 → 0.0.31

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.
@@ -139,16 +139,16 @@ function MasterDetailLayout(props) {
139
139
  }, [splitActions, moduleActions, isDesktop, viewDetailAction]);
140
140
  const finalComponentsDictionary = useMemo(() => componentsDictionary.concat(getMasterDetailLayoutComponentsDictionary()), [componentsDictionary]);
141
141
  console.log("MasterDetailLayout Render");
142
- return /* @__PURE__ */ jsx(ModuleLayout, {
143
- ref: moduleLayoutRef,
144
- moduleId,
145
- moduleNameField,
146
- urlIcon,
147
- moduleActions: finalModuleActions,
148
- privileges,
149
- componentsDictionary: finalComponentsDictionary,
150
- breadcrumbLinks,
151
- children: /* @__PURE__ */ jsx(MasterDetailProvider, {
142
+ return /* @__PURE__ */ jsx(MasterDetailProvider, {
143
+ children: /* @__PURE__ */ jsx(ModuleLayout, {
144
+ ref: moduleLayoutRef,
145
+ moduleId,
146
+ moduleNameField,
147
+ urlIcon,
148
+ moduleActions: finalModuleActions,
149
+ privileges,
150
+ componentsDictionary: finalComponentsDictionary,
151
+ breadcrumbLinks,
152
152
  children: /* @__PURE__ */ jsx(SplitLayout, {
153
153
  splitPosition: isDesktop ? splitPosition : "none",
154
154
  firstPart: masterComponent,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
3
  "private": false,
4
- "version": "0.0.30",
4
+ "version": "0.0.31",
5
5
  "license": "UNLICENSED",
6
6
  "scripts": {
7
7
  "dev": "vite",