1mpacto-react-ui 0.2.0-beta.19 → 0.2.0-beta.20

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.
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "0.2.0-beta.19",
4
+ "version": "0.2.0-beta.20",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",
@@ -30,6 +30,7 @@ export interface ISidebar<T extends React.ElementType> extends React.HTMLAttribu
30
30
  onClickItems?: (v: ISidebarModule) => void;
31
31
  propsLink?: (value: string, item: ISidebarModule) => object;
32
32
  withInheritance?: boolean;
33
+ id?: string;
33
34
  }
34
35
  export interface IItemSidebar<T extends React.ElementType> extends ISidebarModule {
35
36
  as?: T;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "1mpacto-react-ui",
3
3
  "private": false,
4
- "version": "0.2.0-beta.19",
4
+ "version": "0.2.0-beta.20",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20.19.4",