@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.
@@ -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> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.304",
3
+ "version": "1.14.0-dev.305",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",