@gem-sdk/core 1.45.0-dev.139 → 1.45.0-dev.141

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.
@@ -7235,6 +7235,7 @@ type RangeControlType<T> = SharedControlType<T> & {
7235
7235
  units?: string[];
7236
7236
  disableOnChange?: boolean;
7237
7237
  useOnlyUnitInit?: boolean;
7238
+ ignoreMax?: boolean;
7238
7239
  hideUnit?: boolean;
7239
7240
  hideInput?: boolean;
7240
7241
  } & OnlyOne<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.45.0-dev.139",
3
+ "version": "1.45.0-dev.141",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",