@gem-sdk/core 2.0.0-staging.899 → 2.0.0-staging.916

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.
@@ -37231,6 +37231,7 @@ type BackgroundImageType<T> = SharedControlType<T> & {
37231
37231
  value?: BackgroundImageValue;
37232
37232
  isBackground?: boolean;
37233
37233
  isHideClear?: boolean;
37234
+ fixedDisplayValue?: string;
37234
37235
  };
37235
37236
  type BackgroundImageValue = {
37236
37237
  image?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.899",
3
+ "version": "2.0.0-staging.916",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",