@gem-sdk/core 2.0.0-dev.267 → 2.0.0-dev.276

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.
@@ -8147,6 +8147,7 @@ type SettingUIControl = {
8147
8147
  }[];
8148
8148
  toggleStyle?: 'switch' | 'option';
8149
8149
  clearButton?: boolean;
8150
+ labelAlign?: 'top' | 'center';
8150
8151
  };
8151
8152
  setting?: {
8152
8153
  id: string;
@@ -8191,6 +8192,7 @@ type SettingUICompo = {
8191
8192
  comboType?: 'color' | 'image';
8192
8193
  isHideClear?: boolean;
8193
8194
  disableClearMessage?: string;
8195
+ iconPrefix?: string;
8194
8196
  };
8195
8197
  type SettingUIMoreSetting = {
8196
8198
  label?: LabelWithLang;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.267",
3
+ "version": "2.0.0-dev.276",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",