mayak-common-library 0.1.59 → 0.1.60

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
@@ -1314,6 +1314,7 @@ interface ListItemProps {
1314
1314
  bold?: boolean;
1315
1315
  onClickHandler: (value?: MACHINE_NAME | string, tag?: string) => void;
1316
1316
  active?: boolean;
1317
+ className?: string;
1317
1318
  }
1318
1319
  declare const ListItem: FC<ListItemProps>;
1319
1320
 
package/dist/index.d.ts CHANGED
@@ -1314,6 +1314,7 @@ interface ListItemProps {
1314
1314
  bold?: boolean;
1315
1315
  onClickHandler: (value?: MACHINE_NAME | string, tag?: string) => void;
1316
1316
  active?: boolean;
1317
+ className?: string;
1317
1318
  }
1318
1319
  declare const ListItem: FC<ListItemProps>;
1319
1320