forstok-ui-lib 6.7.8 → 6.7.10
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.ts
CHANGED
|
@@ -588,13 +588,14 @@ declare const ImageComponent: ({ $mode, ...props }: TImage) => react_jsx_runtime
|
|
|
588
588
|
|
|
589
589
|
type ImageMode = 'store' | 'product';
|
|
590
590
|
|
|
591
|
-
declare const ImageChannelComponent: ({ data, label, size, isImageOnly, $mode, $isPhone }: {
|
|
591
|
+
declare const ImageChannelComponent: ({ data, label, size, isImageOnly, $mode, $isPhone, labelPhone }: {
|
|
592
592
|
data?: any;
|
|
593
593
|
label?: string;
|
|
594
594
|
size?: string;
|
|
595
595
|
isImageOnly?: boolean;
|
|
596
596
|
$mode?: ImageMode;
|
|
597
597
|
$isPhone?: boolean;
|
|
598
|
+
labelPhone?: string;
|
|
598
599
|
}) => react_jsx_runtime.JSX.Element;
|
|
599
600
|
|
|
600
601
|
type TSelect = {
|