@gem-sdk/core 1.14.0-dev.304 → 1.14.0-dev.305
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 +0 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -908,7 +908,6 @@ type PaddingConfig = Partial<Record<PaddingOptions, {
|
|
|
908
908
|
type SettingConfig = {
|
|
909
909
|
sizeConfig?: Partial<Record<'small' | 'medium' | 'large', string>>;
|
|
910
910
|
displayOptions?: OptionKeyword[];
|
|
911
|
-
hiddenAllOptions?: boolean;
|
|
912
911
|
paddingConfig?: PaddingConfig;
|
|
913
912
|
};
|
|
914
913
|
type SizeSetting$1<T> = SharedControlType<T> & {
|