@gem-sdk/core 2.0.0-staging.727 → 2.0.0-staging.731

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.
@@ -36396,6 +36396,7 @@ type SettingUIGroup = {
36396
36396
  help?: SettingUIHelpType;
36397
36397
  options?: {
36398
36398
  disableMessage?: string;
36399
+ hiddenSwitchDeviceIcon?: boolean;
36399
36400
  };
36400
36401
  };
36401
36402
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.727",
3
+ "version": "2.0.0-staging.731",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",