mayak-common-library 0.1.17 → 0.1.19
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/styles/globals.scss +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -767,6 +767,7 @@ interface FullScreenImageProps {
|
|
|
767
767
|
alt?: string | null;
|
|
768
768
|
tags?: ReactNode;
|
|
769
769
|
className?: string;
|
|
770
|
+
tagsContainerClassName?: string;
|
|
770
771
|
}
|
|
771
772
|
declare const FullScreenImage: FC<FullScreenImageProps>;
|
|
772
773
|
|
|
@@ -1441,7 +1442,7 @@ interface SearchInputProps {
|
|
|
1441
1442
|
collapse?: boolean;
|
|
1442
1443
|
chips?: {
|
|
1443
1444
|
slug: string;
|
|
1444
|
-
label
|
|
1445
|
+
label?: string;
|
|
1445
1446
|
}[];
|
|
1446
1447
|
placeholder?: string;
|
|
1447
1448
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -767,6 +767,7 @@ interface FullScreenImageProps {
|
|
|
767
767
|
alt?: string | null;
|
|
768
768
|
tags?: ReactNode;
|
|
769
769
|
className?: string;
|
|
770
|
+
tagsContainerClassName?: string;
|
|
770
771
|
}
|
|
771
772
|
declare const FullScreenImage: FC<FullScreenImageProps>;
|
|
772
773
|
|
|
@@ -1441,7 +1442,7 @@ interface SearchInputProps {
|
|
|
1441
1442
|
collapse?: boolean;
|
|
1442
1443
|
chips?: {
|
|
1443
1444
|
slug: string;
|
|
1444
|
-
label
|
|
1445
|
+
label?: string;
|
|
1445
1446
|
}[];
|
|
1446
1447
|
placeholder?: string;
|
|
1447
1448
|
value: string;
|