@gem-sdk/core 2.0.0-dev.604 → 2.0.0-dev.621
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 +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37211,6 +37211,8 @@ type PaddingV2ControlType<T> = SharedControlType<T> & {
|
|
|
37211
37211
|
type BackgroundImageType<T> = SharedControlType<T> & {
|
|
37212
37212
|
type: 'background-image';
|
|
37213
37213
|
value?: BackgroundImageValue;
|
|
37214
|
+
isBackground?: boolean;
|
|
37215
|
+
isHideClear?: boolean;
|
|
37214
37216
|
};
|
|
37215
37217
|
type BackgroundImageValue = {
|
|
37216
37218
|
image?: {
|