mayak-common-library 0.0.654 → 0.0.656

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
@@ -1570,6 +1570,7 @@ declare const CasesSlider: FC<CasesSliderProps>;
1570
1570
 
1571
1571
  interface BreadCrumbsProps {
1572
1572
  breadCrumbsList: BreadCrumbsItem[];
1573
+ siteUrl: string;
1573
1574
  }
1574
1575
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1575
1576
 
package/dist/index.d.ts CHANGED
@@ -1570,6 +1570,7 @@ declare const CasesSlider: FC<CasesSliderProps>;
1570
1570
 
1571
1571
  interface BreadCrumbsProps {
1572
1572
  breadCrumbsList: BreadCrumbsItem[];
1573
+ siteUrl: string;
1573
1574
  }
1574
1575
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1575
1576