@gem-sdk/core 1.12.0-next.59 → 1.12.0-next.65

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.
@@ -843,6 +843,7 @@ type TypographyV2ControlType<T> = SharedControlType<T> & {
843
843
  type: 'typography-v2';
844
844
  hiddenSetting?: {
845
845
  color?: boolean;
846
+ transform?: boolean;
846
847
  };
847
848
  };
848
849
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.12.0-next.59",
3
+ "version": "1.12.0-next.65",
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.33"
28
+ "@gem-sdk/styles": "1.12.0-next.64"
29
29
  },
30
30
  "dependencies": {
31
31
  "react-error-boundary": "4.0.3",