@gem-sdk/core 1.45.0-dev.119 → 1.45.0-dev.129
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
CHANGED
|
@@ -6819,6 +6819,7 @@ type ImageShape$1 = {
|
|
|
6819
6819
|
type SizeSettingGlobal = {
|
|
6820
6820
|
shape?: 'square' | 'vertical' | 'horizontal' | 'custom' | 'original';
|
|
6821
6821
|
shapeLinked?: boolean;
|
|
6822
|
+
disableShapeLinked?: boolean;
|
|
6822
6823
|
shapeValue?: string;
|
|
6823
6824
|
widthHeightLinked?: boolean;
|
|
6824
6825
|
padding?: {
|