@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.
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|