@namba_one/ui-kit-2 1.0.133 → 1.0.134

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
@@ -2417,6 +2417,7 @@ export declare type MenuBarItemProps = {
2417
2417
  view?: (typeof views_9)[number];
2418
2418
  badgeText?: string;
2419
2419
  isActive?: boolean;
2420
+ isChecked?: boolean;
2420
2421
  };
2421
2422
 
2422
2423
  export declare type MenuBarProps = {