@steroidsjs/core 3.0.0-beta.62 → 3.0.0-beta.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "3.0.0-beta.62",
3
+ "version": "3.0.0-beta.63",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -8,7 +8,7 @@ export interface ISidebarItem extends INavItem {
8
8
  */
9
9
  border: boolean;
10
10
  }
11
- interface ISidebarProps extends IUiComponent {
11
+ export interface ISidebarProps extends IUiComponent {
12
12
  /**
13
13
  * Объект с информацией о логотипе.
14
14
  */
@@ -41,9 +41,8 @@ interface ISidebarProps extends IUiComponent {
41
41
  menu?: IMenuProps;
42
42
  /**
43
43
  * Элементы навигации для компонента Nav.
44
- * Может быть строкой или массивом элементов INavItem.
45
44
  */
46
- items?: string | ISidebarItem[];
45
+ items?: ISidebarItem[];
47
46
  /**
48
47
  * Флаг, определяющий, следует ли разделять элементы навигации.
49
48
  */