@gem-sdk/core 1.14.0-dev.355 → 1.14.0-dev.357

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.
@@ -95,6 +95,7 @@ type SizeSettingGlobal = {
95
95
  shape?: 'square' | 'vertical' | 'horizontal' | 'custom' | 'original';
96
96
  shapeLinked?: boolean;
97
97
  shapeValue?: string;
98
+ widthHeightLinked?: boolean;
98
99
  padding?: {
99
100
  type?: 'small' | 'medium' | 'large' | 'custom';
100
101
  top?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.355",
3
+ "version": "1.14.0-dev.357",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",