@gem-sdk/core 1.12.0-next.38 → 1.12.0-next.41

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.
@@ -422,6 +422,7 @@ type RangeControlType<T> = SharedControlType<T> & {
422
422
  disableOnChange?: boolean;
423
423
  ignoreUnit?: boolean;
424
424
  hideUnit?: boolean;
425
+ useOnlyUnitInit?: boolean;
425
426
  };
426
427
 
427
428
  type Option$2<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.12.0-next.38",
3
+ "version": "1.12.0-next.41",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",