mayak-common-library 0.0.320 → 0.0.322
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -944,9 +944,9 @@ declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
|
|
|
944
944
|
|
|
945
945
|
interface SliderContainerProps {
|
|
946
946
|
classes?: string;
|
|
947
|
-
buttonText
|
|
948
|
-
buttonHref
|
|
949
|
-
title
|
|
947
|
+
buttonText?: string;
|
|
948
|
+
buttonHref?: string;
|
|
949
|
+
title?: string;
|
|
950
950
|
}
|
|
951
951
|
declare const SliderContainer: FC<SliderContainerProps & PropsWithChildren>;
|
|
952
952
|
|
package/dist/index.d.ts
CHANGED
|
@@ -944,9 +944,9 @@ declare const CatalogContainer: FC<CatalogContainerProps & PropsWithChildren>;
|
|
|
944
944
|
|
|
945
945
|
interface SliderContainerProps {
|
|
946
946
|
classes?: string;
|
|
947
|
-
buttonText
|
|
948
|
-
buttonHref
|
|
949
|
-
title
|
|
947
|
+
buttonText?: string;
|
|
948
|
+
buttonHref?: string;
|
|
949
|
+
title?: string;
|
|
950
950
|
}
|
|
951
951
|
declare const SliderContainer: FC<SliderContainerProps & PropsWithChildren>;
|
|
952
952
|
|