mayak-common-library 0.1.57 → 0.1.59
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 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -703,6 +703,7 @@ interface TextImageTileBlockProps {
|
|
|
703
703
|
title?: string | null;
|
|
704
704
|
text?: Document | string | null;
|
|
705
705
|
image?: string;
|
|
706
|
+
imageAlt?: string;
|
|
706
707
|
actionComponent?: ReactNode;
|
|
707
708
|
turn?: 'right' | 'left';
|
|
708
709
|
}
|
|
@@ -1322,6 +1323,7 @@ interface TermListProps {
|
|
|
1322
1323
|
name?: string;
|
|
1323
1324
|
desc?: string;
|
|
1324
1325
|
tag?: string;
|
|
1326
|
+
subLabel?: string;
|
|
1325
1327
|
icon?: ReactElement;
|
|
1326
1328
|
}[];
|
|
1327
1329
|
currentValue?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -703,6 +703,7 @@ interface TextImageTileBlockProps {
|
|
|
703
703
|
title?: string | null;
|
|
704
704
|
text?: Document | string | null;
|
|
705
705
|
image?: string;
|
|
706
|
+
imageAlt?: string;
|
|
706
707
|
actionComponent?: ReactNode;
|
|
707
708
|
turn?: 'right' | 'left';
|
|
708
709
|
}
|
|
@@ -1322,6 +1323,7 @@ interface TermListProps {
|
|
|
1322
1323
|
name?: string;
|
|
1323
1324
|
desc?: string;
|
|
1324
1325
|
tag?: string;
|
|
1326
|
+
subLabel?: string;
|
|
1325
1327
|
icon?: ReactElement;
|
|
1326
1328
|
}[];
|
|
1327
1329
|
currentValue?: string;
|