@gem-sdk/core 2.0.0-dev.431 → 2.0.0-dev.435

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.
@@ -36299,6 +36299,7 @@ type SettingUICompo = {
36299
36299
  iconPrefix?: string;
36300
36300
  disableScrollbar?: boolean;
36301
36301
  capitalizeDisplayValue?: boolean;
36302
+ enableCheckSettingsValue?: boolean;
36302
36303
  };
36303
36304
  type SettingUIMoreSetting = {
36304
36305
  label?: LabelWithLang;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.431",
3
+ "version": "2.0.0-dev.435",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",