@gem-sdk/core 12.0.0-dev.151 → 12.0.0-dev.152

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.
@@ -44659,6 +44659,7 @@ type SettingUIControl = {
44659
44659
  label?: LabelWithLang;
44660
44660
  conditionDisplay?: string;
44661
44661
  conditionEnable?: string;
44662
+ hiddenOnMobile?: boolean;
44662
44663
  options?: {
44663
44664
  fullWidth?: boolean;
44664
44665
  onlyShowInTags?: string[];
@@ -44776,6 +44777,7 @@ type SettingUIGroup = {
44776
44777
  disableToggle?: boolean;
44777
44778
  conditionDisplay?: string;
44778
44779
  conditionEnable?: string;
44780
+ hiddenOnMobile?: boolean;
44779
44781
  controls?: SettingUIControl[];
44780
44782
  moreSettings?: SettingUIMoreSetting;
44781
44783
  toggleSettings?: SettingUIToggleSettings[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "12.0.0-dev.151",
3
+ "version": "12.0.0-dev.152",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",