@gem-sdk/core 1.46.0-staging.36 → 1.46.0-staging.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.
@@ -7245,6 +7245,7 @@ type RangeControlType<T> = SharedControlType<T> & {
7245
7245
  units?: string[];
7246
7246
  disableOnChange?: boolean;
7247
7247
  useOnlyUnitInit?: boolean;
7248
+ ignoreMax?: boolean;
7248
7249
  hideUnit?: boolean;
7249
7250
  hideInput?: boolean;
7250
7251
  } & OnlyOne<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.46.0-staging.36",
3
+ "version": "1.46.0-staging.41",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",