@gem-sdk/core 2.0.0-staging.1047 → 2.0.0-staging.1067

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.
@@ -37428,6 +37428,7 @@ type InputSliderControlType<T> = SharedControlType<T> & {
37428
37428
  hideUnit?: boolean;
37429
37429
  hideInput?: boolean;
37430
37430
  isNumber?: boolean;
37431
+ enableAuto?: boolean;
37431
37432
  } & OnlyOne<{
37432
37433
  minRelated?: string;
37433
37434
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.1047",
3
+ "version": "2.0.0-staging.1067",
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": "2.0.0-staging.1037",
31
- "@gem-sdk/styles": "2.0.0-staging.1037",
30
+ "@gem-sdk/adapter-shopify": "2.0.0-staging.1067",
31
+ "@gem-sdk/styles": "2.0.0-staging.1067",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {