@gem-sdk/core 1.48.0-dev.72 → 1.48.0-dev.74

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.
@@ -8187,6 +8187,7 @@ type SettingUIControl = {
8187
8187
  };
8188
8188
  searchKeyword?: string;
8189
8189
  tabs?: SettingUITab[];
8190
+ info?: LabelWithLang;
8190
8191
  } & SettingUICompo;
8191
8192
  type SettingUICompo = {
8192
8193
  controls?: SettingUIControl[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.48.0-dev.72",
3
+ "version": "1.48.0-dev.74",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",