@gem-sdk/core 2.0.0-dev.388 → 2.0.0-dev.391

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.
@@ -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;
@@ -37349,6 +37351,7 @@ type InputSliderControlType<T> = SharedControlType<T> & {
37349
37351
  ignoreMax?: boolean;
37350
37352
  hideUnit?: boolean;
37351
37353
  hideInput?: boolean;
37354
+ isNumber?: boolean;
37352
37355
  } & OnlyOne<{
37353
37356
  minRelated?: string;
37354
37357
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.388",
3
+ "version": "2.0.0-dev.391",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",