@m4l/components 9.3.33 → 9.3.34

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/@types/types.d.ts CHANGED
@@ -293,7 +293,7 @@ import {
293
293
  ImageTextSlotsType,
294
294
  } from '../components/ImageText/types';
295
295
  import { FormContainerOwnerState, FormContainerSlotsType } from '../components/FormContainer/types';
296
- import { TabsNavigatorSlotsType } from 'src/components/TabsNavigator/types';
296
+ import { TabsNavigatorSlotsType } from '../components/TabsNavigator/types';
297
297
  import { EditLabelOwnerState, EditLabelSlotsType } from '../components/EditLabel/types';
298
298
  import { MFIsolationAppOwnerState, MFIsolationAppSlotsType } from '../components/MFIsolationApp/types';
299
299
  import {
@@ -1,4 +1,4 @@
1
- import { TabNavigator } from 'src/components/TabsNavigator/types';
1
+ import { TabNavigator } from '../../types';
2
2
  export interface useTabsNavigatorProps {
3
3
  element: HTMLElement | null;
4
4
  tabs: TabNavigator[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.3.33",
3
+ "version": "9.3.34",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {