@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.
@@ -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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.604",
3
+ "version": "2.0.0-dev.621",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",