mayak-common-library 0.0.862 → 0.0.864

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.mts CHANGED
@@ -1472,6 +1472,7 @@ interface ListItemProps {
1472
1472
  subTitle?: string;
1473
1473
  bold?: boolean;
1474
1474
  onClickHandler: (value?: MACHINE_NAME | string) => void;
1475
+ active?: boolean;
1475
1476
  }
1476
1477
  declare const ListItem: FC<ListItemProps>;
1477
1478
 
package/dist/index.d.ts CHANGED
@@ -1472,6 +1472,7 @@ interface ListItemProps {
1472
1472
  subTitle?: string;
1473
1473
  bold?: boolean;
1474
1474
  onClickHandler: (value?: MACHINE_NAME | string) => void;
1475
+ active?: boolean;
1475
1476
  }
1476
1477
  declare const ListItem: FC<ListItemProps>;
1477
1478