@gem-sdk/core 1.12.0-next.21 → 1.12.0-next.24
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 +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -551,6 +551,7 @@ type TextareaControlType<T> = SharedControlType<T> & {
|
|
|
551
551
|
readonly?: boolean;
|
|
552
552
|
minHeight?: number;
|
|
553
553
|
maxWidth?: number;
|
|
554
|
+
autoHeight?: boolean;
|
|
554
555
|
};
|
|
555
556
|
|
|
556
557
|
type TextEditorControlType<T> = SharedControlType<T> & {
|
|
@@ -941,6 +942,7 @@ type ControlUI = {
|
|
|
941
942
|
justifyContent?: 'start' | 'end' | 'between' | 'around';
|
|
942
943
|
label?: 'medium' | 'large';
|
|
943
944
|
info?: 'near' | 'far';
|
|
945
|
+
labelSpacing?: 'small' | 'medium' | 'large';
|
|
944
946
|
removeSpacing?: boolean;
|
|
945
947
|
hideOnDevices?: {
|
|
946
948
|
desktop?: boolean;
|