@gem-sdk/core 1.12.0-next.31 → 1.12.0-next.35

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.
@@ -357,6 +357,9 @@ type InputControlType<T> = SharedControlType<T> & {
357
357
  value: any;
358
358
  }[];
359
359
  readonly?: boolean;
360
+ action?: {
361
+ clear?: boolean;
362
+ };
360
363
  };
361
364
 
362
365
  type InputFixContentControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.12.0-next.31",
3
+ "version": "1.12.0-next.35",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@gem-sdk/adapter-shopify": "1.12.0-next.13",
28
- "@gem-sdk/styles": "1.12.0-next.30"
28
+ "@gem-sdk/styles": "1.12.0-next.33"
29
29
  },
30
30
  "dependencies": {
31
31
  "react-error-boundary": "4.0.3",