@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.
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|