mayak-common-library 0.1.6 → 0.1.8

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
@@ -1541,6 +1541,7 @@ declare const CasesSlider: FC<CasesSliderProps>;
1541
1541
 
1542
1542
  interface BreadCrumbsProps {
1543
1543
  breadCrumbsList: Array<BreadCrumbsItem | undefined | null>;
1544
+ activeLast?: boolean;
1544
1545
  }
1545
1546
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1546
1547
 
package/dist/index.d.ts CHANGED
@@ -1541,6 +1541,7 @@ declare const CasesSlider: FC<CasesSliderProps>;
1541
1541
 
1542
1542
  interface BreadCrumbsProps {
1543
1543
  breadCrumbsList: Array<BreadCrumbsItem | undefined | null>;
1544
+ activeLast?: boolean;
1544
1545
  }
1545
1546
  declare const BreadCrumbs: FC<BreadCrumbsProps>;
1546
1547