@adminui-dev/layout 1.2.6 → 1.2.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.
@@ -39,6 +39,8 @@ interface LayoutConfig {
39
39
  flated?: boolean;
40
40
  noneHeader?: boolean;
41
41
  menuIconSize?: number;
42
+ menuFontSize?: number;
43
+ colorLink?: string;
42
44
  menuItemSelectColor?: MenuItemSelectColor;
43
45
  containerMargin?: number;
44
46
  compact?: boolean;
@@ -106,6 +108,7 @@ interface MenuData {
106
108
  label?: string;
107
109
  icon?: React.ReactNode;
108
110
  path?: string;
111
+ layout?: boolean;
109
112
  extra?: React.ReactNode;
110
113
  originalPath?: string;
111
114
  params?: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -43,6 +43,8 @@ interface LayoutConfig {
43
43
  flated?: boolean;
44
44
  noneHeader?: boolean;
45
45
  menuIconSize?: number;
46
+ menuFontSize?: number;
47
+ colorLink?: string;
46
48
  menuItemSelectColor?: MenuItemSelectColor;
47
49
  containerMargin?: number;
48
50
  compact?: boolean;
@@ -110,6 +112,7 @@ interface MenuData {
110
112
  label?: string;
111
113
  icon?: React.ReactNode;
112
114
  path?: string;
115
+ layout?: boolean;
113
116
  extra?: React.ReactNode;
114
117
  originalPath?: string;
115
118
  params?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminui-dev/layout",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "adminui.dev's layout",
5
5
  "keywords": [
6
6
  "layout",