@gem-sdk/core 1.22.19 → 1.22.31-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.
@@ -988,6 +988,7 @@ type ComponentPreset = {
988
988
  mobile?: string;
989
989
  };
990
990
  components: InitComponentType[];
991
+ hideTextContent?: boolean;
991
992
  };
992
993
 
993
994
  type Maybe<T> = T | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.22.19",
3
+ "version": "1.22.31-staging.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -24,8 +24,8 @@
24
24
  "type-check": "yarn tsc --noEmit"
25
25
  },
26
26
  "devDependencies": {
27
- "@gem-sdk/adapter-shopify": "1.12.0",
28
- "@gem-sdk/styles": "1.22.9"
27
+ "@gem-sdk/adapter-shopify": "1.22.31-staging.0",
28
+ "@gem-sdk/styles": "1.22.31-staging.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "react-error-boundary": "4.0.10",