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

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.63",
3
+ "version": "3.0.0-beta.64",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -6,7 +6,7 @@ export interface ISidebarItem extends INavItem {
6
6
  /**
7
7
  * Наличие верней границы у элемента
8
8
  */
9
- border: boolean;
9
+ border?: boolean;
10
10
  }
11
11
  export interface ISidebarProps extends IUiComponent {
12
12
  /**
@@ -52,6 +52,7 @@ export interface INavItem extends IButtonProps {
52
52
  * Props для пункта
53
53
  */
54
54
  itemProps?: IButtonProps;
55
+ [key: string]: any;
55
56
  }
56
57
  /**
57
58
  * Nav