@namba_one/ui-kit-2 1.0.74 → 1.0.76
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 +2 -1
- package/dist/index.es.js +1844 -1840
- package/dist/index.umd.js +4 -4
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1086,7 +1086,7 @@ export declare const ImageRow: DefineComponent<ImageRowProps, {}, {}, {}, {}, Co
|
|
|
1086
1086
|
|
|
1087
1087
|
export declare type ImageRowProps = {
|
|
1088
1088
|
list: TheImageProps['src'][];
|
|
1089
|
-
}
|
|
1089
|
+
} & Pick<TheImageProps, 'hasBlendMode'>;
|
|
1090
1090
|
|
|
1091
1091
|
export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1092
1092
|
|
|
@@ -1498,6 +1498,7 @@ export declare type TheImageProps = {
|
|
|
1498
1498
|
hasPlaceholder?: boolean;
|
|
1499
1499
|
hasPriority?: boolean;
|
|
1500
1500
|
isLayoutFill?: boolean;
|
|
1501
|
+
hasBlendMode?: boolean;
|
|
1501
1502
|
};
|
|
1502
1503
|
|
|
1503
1504
|
export declare const ThemePicker: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|