@gem-sdk/core 2.0.0-dev.157 → 2.0.0-dev.160
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/types/index.d.ts
CHANGED
|
@@ -8017,7 +8017,7 @@ type BackgroundControlType<T> = SharedControlType<T> & {
|
|
|
8017
8017
|
value?: Background;
|
|
8018
8018
|
};
|
|
8019
8019
|
type Background = {
|
|
8020
|
-
type
|
|
8020
|
+
type?: 'color' | 'image' | 'video';
|
|
8021
8021
|
color?: string;
|
|
8022
8022
|
image?: {
|
|
8023
8023
|
src?: string;
|
|
@@ -8037,7 +8037,7 @@ type Background = {
|
|
|
8037
8037
|
loop?: boolean;
|
|
8038
8038
|
lazyLoad?: boolean;
|
|
8039
8039
|
};
|
|
8040
|
-
type BgSize$2 = 'cover' | 'contain';
|
|
8040
|
+
type BgSize$2 = 'cover' | 'contain' | '100% 100%';
|
|
8041
8041
|
type BgRepeat$2 = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
|
|
8042
8042
|
type BgPosition$2 = {
|
|
8043
8043
|
x: number;
|