@adminui-dev/layout 1.1.7 → 1.1.8

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.
@@ -35,6 +35,7 @@ interface LayoutConfig {
35
35
  primaryColor?: string;
36
36
  highlight?: boolean;
37
37
  flated?: boolean;
38
+ noneHeader?: boolean;
38
39
  menuIconSize?: number;
39
40
  compact?: boolean;
40
41
  largeBrand?: boolean;
@@ -138,5 +139,6 @@ interface ContainerProps extends LayoutProps {
138
139
  title?: string;
139
140
  transparent?: boolean;
140
141
  children?: React.ReactNode;
142
+ styles?: RootStyles;
141
143
  }
142
144
  export type { LayoutProps, BaseLayoutProps, RootLayoutProps, ContainerProps, ContainerMode, ContainerStretch, Theme, LayoutTheme, LayoutType, LayoutConfig, Language, LocaleMessageData, UserInfo, BrandInfo, ConfigStateDispatcher, ConfigActionDispatcher, SkinType, ThemeSkin, MenuData, Position, AvatarPosition, BreadcrumbIconVisible, OutletContainer };
package/dist/index.d.ts CHANGED
@@ -39,6 +39,7 @@ interface LayoutConfig {
39
39
  primaryColor?: string;
40
40
  highlight?: boolean;
41
41
  flated?: boolean;
42
+ noneHeader?: boolean;
42
43
  menuIconSize?: number;
43
44
  compact?: boolean;
44
45
  largeBrand?: boolean;
@@ -142,6 +143,7 @@ interface ContainerProps extends LayoutProps {
142
143
  title?: string;
143
144
  transparent?: boolean;
144
145
  children?: React.ReactNode;
146
+ styles?: RootStyles;
145
147
  }
146
148
 
147
149
  declare function defineConfig(config: LayoutConfig): LayoutConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminui-dev/layout",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "adminui.dev's layout",
5
5
  "keywords": [
6
6
  "layout",