@gem-sdk/core 17.0.0-dev.38 → 17.0.0-dev.49

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.
@@ -44953,6 +44953,7 @@ type SettingUIToggleSettings = {
44953
44953
  } & SettingUIControl & SettingUIToggleGroup;
44954
44954
  type SettingUIMessageConfig = {
44955
44955
  type: 'success' | 'error' | 'warning' | 'info';
44956
+ hiddenOnMobile?: boolean;
44956
44957
  closable?: boolean;
44957
44958
  title?: string;
44958
44959
  message?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "17.0.0-dev.38",
3
+ "version": "17.0.0-dev.49",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",