@adminui-dev/layout 1.2.7 → 1.2.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.
@@ -72,6 +72,7 @@ interface ThemeSkin {
72
72
  label?: string;
73
73
  skinType: SkinType;
74
74
  layoutConfig?: ThemeConfig;
75
+ backgroundColor?: string;
75
76
  backgroundContent?: React.ReactNode;
76
77
  layoutBorderColor?: string;
77
78
  logo?: string | React.ReactNode;
@@ -108,6 +109,7 @@ interface MenuData {
108
109
  label?: string;
109
110
  icon?: React.ReactNode;
110
111
  path?: string;
112
+ layout?: boolean;
111
113
  extra?: React.ReactNode;
112
114
  originalPath?: string;
113
115
  params?: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -76,6 +76,7 @@ interface ThemeSkin {
76
76
  label?: string;
77
77
  skinType: SkinType;
78
78
  layoutConfig?: ThemeConfig;
79
+ backgroundColor?: string;
79
80
  backgroundContent?: React.ReactNode;
80
81
  layoutBorderColor?: string;
81
82
  logo?: string | React.ReactNode;
@@ -112,6 +113,7 @@ interface MenuData {
112
113
  label?: string;
113
114
  icon?: React.ReactNode;
114
115
  path?: string;
116
+ layout?: boolean;
115
117
  extra?: React.ReactNode;
116
118
  originalPath?: string;
117
119
  params?: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminui-dev/layout",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "adminui.dev's layout",
5
5
  "keywords": [
6
6
  "layout",