@zealicsolutions/web-ui 1.0.80-beta.7 → 1.0.80-beta.9

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/dist/index.d.ts CHANGED
@@ -687,6 +687,7 @@ interface LayoutContextType {
687
687
  setDrawerContainerRef?: (ref: Element | null) => void;
688
688
  headerHeight?: string;
689
689
  setHeaderHeight?: (height: string) => void;
690
+ isMobile?: boolean;
690
691
  isMLR?: boolean;
691
692
  }
692
693
  declare const LayoutContext: react.Context<LayoutContextType>;
@@ -696,6 +697,7 @@ interface LayoutProviderProps extends PropsWithChildren {
696
697
  headerHeight?: string;
697
698
  drawerMaxWidthPercent?: number;
698
699
  isMLR?: boolean;
700
+ isMobile?: boolean;
699
701
  }
700
702
  declare const LayoutProvider: react__default.FC<LayoutProviderProps>;
701
703
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "1.0.80-beta.7",
3
+ "version": "1.0.80-beta.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"