@gem-sdk/core 3.0.19 → 3.1.0-staging.1137

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.
@@ -35891,6 +35891,8 @@ type InputUnitControlType<T> = SharedControlType<T> & {
35891
35891
  isNumber?: boolean;
35892
35892
  fallbackValue?: string | number;
35893
35893
  hasSpaceBeforeUnit?: boolean;
35894
+ inputType?: string;
35895
+ disableAutoValue?: boolean;
35894
35896
  };
35895
35897
 
35896
35898
  type MarginControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "3.0.19",
3
+ "version": "3.1.0-staging.1137",
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": "3.0.0",
31
- "@gem-sdk/styles": "3.0.0",
30
+ "@gem-sdk/adapter-shopify": "3.1.0-staging.1137",
31
+ "@gem-sdk/styles": "3.1.0-staging.1137",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {