@gem-sdk/core 2.0.0-dev.360 → 2.0.0-dev.363
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
|
@@ -36244,6 +36244,7 @@ type SettingUIControl = {
|
|
|
36244
36244
|
toggleStyle?: 'switch' | 'option';
|
|
36245
36245
|
clearButton?: boolean;
|
|
36246
36246
|
labelAlign?: 'top' | 'center';
|
|
36247
|
+
tooltipPosition?: 'left' | 'right';
|
|
36247
36248
|
};
|
|
36248
36249
|
setting?: {
|
|
36249
36250
|
id: string;
|