@gem-sdk/core 1.46.1 → 1.47.0-staging.0

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.
@@ -7246,6 +7246,7 @@ type RangeControlType<T> = SharedControlType<T> & {
7246
7246
  units?: string[];
7247
7247
  disableOnChange?: boolean;
7248
7248
  useOnlyUnitInit?: boolean;
7249
+ ignoreMax?: boolean;
7249
7250
  hideUnit?: boolean;
7250
7251
  hideInput?: boolean;
7251
7252
  } & OnlyOne<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.46.1",
3
+ "version": "1.47.0-staging.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,8 +27,8 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "1.46.0",
31
- "@gem-sdk/styles": "1.46.0",
30
+ "@gem-sdk/adapter-shopify": "1.47.0-staging.0",
31
+ "@gem-sdk/styles": "1.47.0-staging.0",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {