@gem-sdk/core 1.44.0-dev.60 → 1.44.0-dev.62

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.
@@ -7779,6 +7779,7 @@ type SizeSetting$1<T> = SharedControlType<T> & {
7779
7779
  hiddenShowMore?: boolean;
7780
7780
  sizePaddingInput?: 'normal' | 'small';
7781
7781
  lockShapeValue?: boolean;
7782
+ isShowResponsive?: boolean;
7782
7783
  };
7783
7784
 
7784
7785
  type ChildIconType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.0-dev.60",
3
+ "version": "1.44.0-dev.62",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",