@gem-sdk/core 1.14.0-next.53 → 1.14.0-next.54

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.
@@ -204,6 +204,7 @@ type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
204
204
  active?: boolean;
205
205
  };
206
206
  devices?: ResponsiveConfig<U>;
207
+ emptyOnClear?: boolean;
207
208
  } : {
208
209
  id: K;
209
210
  label?: string;
@@ -234,6 +235,7 @@ type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
234
235
  focus?: boolean;
235
236
  active?: boolean;
236
237
  };
238
+ emptyOnClear?: boolean;
237
239
  default?: T;
238
240
  };
239
241
  type SharedControlType<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-next.53",
3
+ "version": "1.14.0-next.54",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",