@gem-sdk/core 1.14.0-dev.585 → 1.14.0-dev.587

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.
@@ -1032,6 +1032,7 @@ type SizeSetting$1<T> = SharedControlType<T> & {
1032
1032
  hiddenSettings?: SettingID[];
1033
1033
  settingConfig?: Partial<Record<SettingID, SettingConfig>>;
1034
1034
  hiddenShowMore?: boolean;
1035
+ sizePaddingInput?: 'normal' | 'small';
1035
1036
  };
1036
1037
 
1037
1038
  type ChildIconType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.585",
3
+ "version": "1.14.0-dev.587",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",