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