@ctlyst.id/internal-ui 4.1.7 → 4.1.8

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.mts CHANGED
@@ -658,10 +658,10 @@ type SubMenuItem = {
658
658
  navLink: string;
659
659
  navHost: string;
660
660
  title: string;
661
- id: string;
661
+ id: number;
662
662
  };
663
663
  type MenuItem = {
664
- id: string;
664
+ id: number;
665
665
  icon?: string | null;
666
666
  navLink: string;
667
667
  navHost?: string;
package/dist/index.d.ts CHANGED
@@ -658,10 +658,10 @@ type SubMenuItem = {
658
658
  navLink: string;
659
659
  navHost: string;
660
660
  title: string;
661
- id: string;
661
+ id: number;
662
662
  };
663
663
  type MenuItem = {
664
- id: string;
664
+ id: number;
665
665
  icon?: string | null;
666
666
  navLink: string;
667
667
  navHost?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "Voila Internal UI Component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/internal-ui.esm.js",