@gem-sdk/core 2.0.0-dev.388 → 2.0.0-dev.392
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 +5 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -35582,6 +35582,7 @@ type Mapped$b<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
35582
35582
|
compoDefaultValue?: ResponsiveConfig<U>;
|
|
35583
35583
|
emptyOnClear?: boolean;
|
|
35584
35584
|
showVideo?: boolean;
|
|
35585
|
+
hideImage?: boolean;
|
|
35585
35586
|
disableGetDefault?: boolean;
|
|
35586
35587
|
} : {
|
|
35587
35588
|
id: K;
|
|
@@ -35618,6 +35619,7 @@ type Mapped$b<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
|
|
|
35618
35619
|
};
|
|
35619
35620
|
emptyOnClear?: boolean;
|
|
35620
35621
|
showVideo?: boolean;
|
|
35622
|
+
hideImage?: boolean;
|
|
35621
35623
|
default?: T;
|
|
35622
35624
|
compoDefaultValue?: T;
|
|
35623
35625
|
disableGetDefault?: boolean;
|
|
@@ -36686,6 +36688,8 @@ type TypographyV2ControlType<T> = SharedControlType<T> & {
|
|
|
36686
36688
|
fontWeight?: boolean;
|
|
36687
36689
|
textShadow?: boolean;
|
|
36688
36690
|
textAlign?: boolean;
|
|
36691
|
+
lineHeight?: boolean;
|
|
36692
|
+
letterSpacing?: boolean;
|
|
36689
36693
|
};
|
|
36690
36694
|
disableCollapse?: boolean;
|
|
36691
36695
|
};
|
|
@@ -37349,6 +37353,7 @@ type InputSliderControlType<T> = SharedControlType<T> & {
|
|
|
37349
37353
|
ignoreMax?: boolean;
|
|
37350
37354
|
hideUnit?: boolean;
|
|
37351
37355
|
hideInput?: boolean;
|
|
37356
|
+
isNumber?: boolean;
|
|
37352
37357
|
} & OnlyOne<{
|
|
37353
37358
|
minRelated?: string;
|
|
37354
37359
|
}, {
|