@gem-sdk/core 2.0.0-dev.673 → 2.0.0-dev.676

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.
@@ -36726,7 +36726,7 @@ type Ratio<T> = SharedControlType<T> & {
36726
36726
  };
36727
36727
 
36728
36728
  type TypographyV2ControlType<T> = SharedControlType<T> & {
36729
- type: 'typography-v2';
36729
+ type: 'typography-v2' | 'typography-combo';
36730
36730
  hiddenSetting?: {
36731
36731
  color?: boolean;
36732
36732
  transform?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.673",
3
+ "version": "2.0.0-dev.676",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",