@m4l/layouts 9.3.23 → 9.3.24

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.
@@ -318,9 +318,13 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
318
318
  onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
319
319
  onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
320
320
  size?: Extract<import('@m4l/styles').Sizes, "small" | "medium"> | undefined;
321
+ variant?: import('../../../../../dist/packages/@m4l/components/components/extended/mui/Tab/types').TabVariant | undefined;
321
322
  component?: React.ElementType | undefined;
322
323
  urlIcon?: string | undefined;
324
+ description?: string | undefined;
323
325
  ariaLabel?: string | undefined;
326
+ startAdornment?: import('react').ReactNode;
327
+ endAdornment?: import('react').ReactNode;
324
328
  }[];
325
329
  handleChangeTab: (newValue: string) => void;
326
330
  refreshDetail: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"useModuleDatailTabs.d.ts","sourceRoot":"","sources":["../../../../../../packages/layouts/src/components/ModuleDetailTabs/useModuleDatailTabs.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAmB,MAAM,SAAS,CAAC;AAGjE;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,KAAK,EAAE,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAeC,MAAM;;EAyI1C"}
1
+ {"version":3,"file":"useModuleDatailTabs.d.ts","sourceRoot":"","sources":["../../../../../../packages/layouts/src/components/ModuleDetailTabs/useModuleDatailTabs.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAmB,MAAM,SAAS,CAAC;AAGjE;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,KAAK,EAAE,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAeC,MAAM;;EAyI1C"}
package/index.js CHANGED
@@ -1,42 +1,42 @@
1
- import { MFNoAuthApp as t } from "./components/MFNoAuthApp/index.js";
2
- import { MFHostApp as p } from "./components/MFHostApp/MFHostApp.js";
3
- import { ModuleDetailTabs as m } from "./components/ModuleDetailTabs/ModuleDetailTabs.js";
4
- import { DynamicTabs as f } from "./components/DynamicTabs/DynamicTabs.js";
5
- import { ModuleLayout as x } from "./layouts/ModuleLayout/ModuleLayout.js";
6
- import { getModuleLayoutComponentsDictionary as s } from "./layouts/ModuleLayout/dicctionary.js";
7
- import { MasterDetailLayout as M } from "./layouts/MasterDetailLayout/MasterDetailLayout.js";
8
- import { getMasterDetailLayoutComponentsDictionary as l } from "./layouts/MasterDetailLayout/dicctionary.js";
9
- import { NoAuthModuleLayout as c } from "./layouts/NoAuthModuleLayout/index.js";
10
- import { defaultNoAuthModuleLayoutDictionary as L, getNoAuthModuleLayoutComponentsDictionary as C } from "./layouts/NoAuthModuleLayout/dicctionary.js";
11
- import { useMasterDetail as N } from "./hooks/useMasterDetail/index.js";
12
- import { useModule as g } from "./hooks/useModule/index.js";
13
- import { useDynamicAccordions as R } from "./hooks/useDynamicAccordions/useDynamicAccordions.js";
14
- import { createComponentField as _, useDynamicPaperForm as b } from "./hooks/useDynamicPaperForm/useDynamicPaperForm.js";
15
- import { useNetworkActionConfirm as O } from "./hooks/useNetworkActionConfirm/useNetworkActionConfirm.js";
16
- import { useFormAddEdit as w } from "./hooks/useFormAddEdit/useFormAddEdit.js";
17
- import { useRefreshData as H } from "./hooks/useRefreshData/useRefreshData.js";
18
- import { createAppMF as S } from "./utils/createAppMF.js";
19
- import { LIMIT_RECORDS_500_CONFIG as q } from "./constants.js";
1
+ import { LIMIT_RECORDS_500_CONFIG as t } from "./constants.js";
2
+ import { MFNoAuthApp as p } from "./components/MFNoAuthApp/index.js";
3
+ import { MFHostApp as m } from "./components/MFHostApp/MFHostApp.js";
4
+ import { ModuleDetailTabs as f } from "./components/ModuleDetailTabs/ModuleDetailTabs.js";
5
+ import { DynamicTabs as x } from "./components/DynamicTabs/DynamicTabs.js";
6
+ import { NoAuthModuleLayout as s } from "./layouts/NoAuthModuleLayout/index.js";
7
+ import { ModuleLayout as M } from "./layouts/ModuleLayout/ModuleLayout.js";
8
+ import { getModuleLayoutComponentsDictionary as l } from "./layouts/ModuleLayout/dicctionary.js";
9
+ import { MasterDetailLayout as c } from "./layouts/MasterDetailLayout/MasterDetailLayout.js";
10
+ import { getMasterDetailLayoutComponentsDictionary as L } from "./layouts/MasterDetailLayout/dicctionary.js";
11
+ import { defaultNoAuthModuleLayoutDictionary as F, getNoAuthModuleLayoutComponentsDictionary as N } from "./layouts/NoAuthModuleLayout/dicctionary.js";
12
+ import { useMasterDetail as g } from "./hooks/useMasterDetail/index.js";
13
+ import { useModule as R } from "./hooks/useModule/index.js";
14
+ import { useDynamicAccordions as _ } from "./hooks/useDynamicAccordions/useDynamicAccordions.js";
15
+ import { createComponentField as E, useDynamicPaperForm as O } from "./hooks/useDynamicPaperForm/useDynamicPaperForm.js";
16
+ import { useNetworkActionConfirm as w } from "./hooks/useNetworkActionConfirm/useNetworkActionConfirm.js";
17
+ import { useFormAddEdit as H } from "./hooks/useFormAddEdit/useFormAddEdit.js";
18
+ import { useRefreshData as S } from "./hooks/useRefreshData/useRefreshData.js";
19
+ import { createAppMF as q } from "./utils/createAppMF.js";
20
20
  export {
21
- f as DynamicTabs,
22
- q as LIMIT_RECORDS_500_CONFIG,
23
- p as MFHostApp,
24
- t as MFNoAuthApp,
25
- M as MasterDetailLayout,
26
- m as ModuleDetailTabs,
27
- x as ModuleLayout,
28
- c as NoAuthModuleLayout,
29
- S as createAppMF,
30
- _ as createComponentField,
31
- L as defaultNoAuthModuleLayoutDictionary,
32
- l as getMasterDetailLayoutComponentsDictionary,
33
- s as getModuleLayoutComponentsDictionary,
34
- C as getNoAuthModuleLayoutComponentsDictionary,
35
- R as useDynamicAccordions,
36
- b as useDynamicPaperForm,
37
- w as useFormAddEdit,
38
- N as useMasterDetail,
39
- g as useModule,
40
- O as useNetworkActionConfirm,
41
- H as useRefreshData
21
+ x as DynamicTabs,
22
+ t as LIMIT_RECORDS_500_CONFIG,
23
+ m as MFHostApp,
24
+ p as MFNoAuthApp,
25
+ c as MasterDetailLayout,
26
+ f as ModuleDetailTabs,
27
+ M as ModuleLayout,
28
+ s as NoAuthModuleLayout,
29
+ q as createAppMF,
30
+ E as createComponentField,
31
+ F as defaultNoAuthModuleLayoutDictionary,
32
+ L as getMasterDetailLayoutComponentsDictionary,
33
+ l as getModuleLayoutComponentsDictionary,
34
+ N as getNoAuthModuleLayoutComponentsDictionary,
35
+ _ as useDynamicAccordions,
36
+ O as useDynamicPaperForm,
37
+ H as useFormAddEdit,
38
+ g as useMasterDetail,
39
+ R as useModule,
40
+ w as useNetworkActionConfirm,
41
+ S as useRefreshData
42
42
  };
@@ -1,11 +1,15 @@
1
+ import { ComponentType } from 'react';
2
+ import { ImageProps, ButtonProps } from '@m4l/components';
1
3
  export declare const BaseNoAuthModuleLayoutRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
2
4
  export declare const WrapperFormContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
3
- export declare const DesktopBannerStyled: import('@emotion/styled').StyledComponent<Pick<import('../../../../../../dist/packages/@m4l/components/components/Image').ImageProps, keyof import('../../../../../../dist/packages/@m4l/components/components/Image').ImageProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, {}, {}>;
5
+ export declare const DesktopBannerStyled: ComponentType<ImageProps>;
4
6
  export declare const ContainerModuleNameStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
5
7
  export declare const ContentFormDesktopStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
6
8
  export declare const HeaderContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
7
9
  export declare const ContainerLanguageAndSettingsStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
8
- export declare const ButtonHomeNavigationStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../../../dist/packages/@m4l/components/components/extended/mui/Button').ButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "className" | "id" | "form" | "label" | "slot" | "style" | "title" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "content" | "translate" | "disableFocusRipple" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "size" | "component" | "type" | "name" | "fullWidth" | "skeletonWidth" | "variant" | "startIcon" | "endIcon" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "disableElevation" | "href" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, {}, {}>;
10
+ export declare const ButtonHomeNavigationStyled: ComponentType<ButtonProps & {
11
+ ownerState?: object;
12
+ }>;
9
13
  export declare const ContainerCompanyLogoStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
10
14
  export declare const FormContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
11
15
  //# sourceMappingURL=NoAuthModuleLayoutSlots.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NoAuthModuleLayoutSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/layouts/src/layouts/NoAuthModuleLayout/slots/NoAuthModuleLayoutSlots.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gCAAgC,2WAGW,CAAC;AACzD,eAAO,MAAM,wBAAwB,2WAGU,CAAC;AAChD,eAAO,MAAM,mBAAmB,mRAGU,CAAC;AAC3C,eAAO,MAAM,yBAAyB,2WAGU,CAAC;AACjD,eAAO,MAAM,wBAAwB,2WAGU,CAAC;AAChD,eAAO,MAAM,qBAAqB,2WAGU,CAAC;AAC7C,eAAO,MAAM,kCAAkC,2WAGU,CAAC;AAC1D,eAAO,MAAM,0BAA0B,wuLAGU,CAAC;AAClD,eAAO,MAAM,0BAA0B,2WAGU,CAAC;AAClD,eAAO,MAAM,iBAAiB,2WAGU,CAAC"}
1
+ {"version":3,"file":"NoAuthModuleLayoutSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/layouts/src/layouts/NoAuthModuleLayout/slots/NoAuthModuleLayoutSlots.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAiB,KAAK,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnF,eAAO,MAAM,gCAAgC,2WAGW,CAAC;AACzD,eAAO,MAAM,wBAAwB,2WAGU,CAAC;AAGhD,eAAO,MAAM,mBAAmB,EAGyB,aAAa,CAAC,UAAU,CAAC,CAAC;AACnF,eAAO,MAAM,yBAAyB,2WAGU,CAAC;AACjD,eAAO,MAAM,wBAAwB,2WAGU,CAAC;AAChD,eAAO,MAAM,qBAAqB,2WAGU,CAAC;AAC7C,eAAO,MAAM,kCAAkC,2WAGU,CAAC;AAI1D,eAAO,MAAM,0BAA0B,EAGyB,aAAa,CAAC,WAAW,GAAG;IAAE,UAAU,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AACrH,eAAO,MAAM,0BAA0B,2WAGU,CAAC;AAClD,eAAO,MAAM,iBAAiB,2WAGU,CAAC"}
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "9.3.23",
3
+ "version": "9.3.24",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "type": "module",
8
+ "sideEffects": false,
8
9
  "main": "./index.js",
9
10
  "module": "./index.js",
10
11
  "types": "./index.d.ts",