@prosperitainova/mirage-ui 1.1.150 → 1.1.151

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/dist/index.d.ts CHANGED
@@ -267,6 +267,7 @@ type MenusProps = {
267
267
  type TabMenuProps = {
268
268
  menus: MenusProps[];
269
269
  onChangeTab?: (index: number) => void;
270
+ menuActive?: number;
270
271
  };
271
272
  declare const TabMenu: (props: TabMenuProps) => react_jsx_runtime.JSX.Element;
272
273
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.150",
3
+ "version": "1.1.151",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {