mayak-common-library 0.2.17 → 0.2.18

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.cts CHANGED
@@ -1443,8 +1443,9 @@ declare const CasesSlider: FC<CasesSliderProps>;
1443
1443
 
1444
1444
  interface BreadCrumbsProps extends PropsWithChildren {
1445
1445
  activeLast?: boolean;
1446
+ firstItemName?: string;
1446
1447
  }
1447
- declare const BreadCrumbs: FC<BreadCrumbsProps>;
1448
+ declare const BreadCrumbs: ({ activeLast, firstItemName, children, }: BreadCrumbsProps) => react_jsx_runtime.JSX.Element;
1448
1449
 
1449
1450
  interface TeamPersonCardProps {
1450
1451
  image_url?: string | null;
package/dist/index.d.ts CHANGED
@@ -1443,8 +1443,9 @@ declare const CasesSlider: FC<CasesSliderProps>;
1443
1443
 
1444
1444
  interface BreadCrumbsProps extends PropsWithChildren {
1445
1445
  activeLast?: boolean;
1446
+ firstItemName?: string;
1446
1447
  }
1447
- declare const BreadCrumbs: FC<BreadCrumbsProps>;
1448
+ declare const BreadCrumbs: ({ activeLast, firstItemName, children, }: BreadCrumbsProps) => react_jsx_runtime.JSX.Element;
1448
1449
 
1449
1450
  interface TeamPersonCardProps {
1450
1451
  image_url?: string | null;