mayak-common-library 0.0.772 → 0.0.773

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
@@ -1482,7 +1482,7 @@ declare const ListItem: FC<ListItemProps>;
1482
1482
  interface TermListProps {
1483
1483
  options: {
1484
1484
  name: string;
1485
- slug?: string;
1485
+ slug: string;
1486
1486
  desc?: string;
1487
1487
  icon?: ReactElement;
1488
1488
  }[];
package/dist/index.d.ts CHANGED
@@ -1482,7 +1482,7 @@ declare const ListItem: FC<ListItemProps>;
1482
1482
  interface TermListProps {
1483
1483
  options: {
1484
1484
  name: string;
1485
- slug?: string;
1485
+ slug: string;
1486
1486
  desc?: string;
1487
1487
  icon?: ReactElement;
1488
1488
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.772",
3
+ "version": "0.0.773",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",