mayak-common-library 0.0.655 → 0.0.657

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