@m4l/layouts 9.1.0-beta.0 → 9.1.0

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.
@@ -3,7 +3,7 @@ import { MasterDetailLayoutProps } from './types';
3
3
  * Layout de maestro detalle
4
4
  * @author Juan Escobar - automatic
5
5
  * @createdAt 2024-10-09 19:56:26 - automatic
6
- * @updatedAt 2024-10-09 20:00:30 - automatic
7
- * @updatedUser Juan Escobar - automatic
6
+ * @updatedAt 2024-12-05 10:48:46 - automatic
7
+ * @updatedUser Bruce Escobar - automatic
8
8
  */
9
9
  export declare function MasterDetailLayout(props: MasterDetailLayoutProps): import("react/jsx-runtime").JSX.Element;
@@ -68,7 +68,7 @@ function MasterDetailLayout(props) {
68
68
  const onClickViewDetail = useCallback(() => {
69
69
  moduleLayoutRef.current?.openModal({
70
70
  initialWidth: 500,
71
- initialHeigth: 680,
71
+ initialHeight: 680,
72
72
  window: /* @__PURE__ */ jsx(
73
73
  WindowBase,
74
74
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "9.1.0-beta.0",
3
+ "version": "9.1.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team",
6
6
  "lint-staged": {