@gem-sdk/core 2.0.0-dev.356 → 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 +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -34387,6 +34387,7 @@ type ShadowProps = {
|
|
|
34387
34387
|
blur?: string;
|
|
34388
34388
|
spread?: string;
|
|
34389
34389
|
color?: ColorValueType;
|
|
34390
|
+
enable?: boolean;
|
|
34390
34391
|
};
|
|
34391
34392
|
type Border = {
|
|
34392
34393
|
borderType?: BorderTypeName;
|
|
@@ -36243,6 +36244,7 @@ type SettingUIControl = {
|
|
|
36243
36244
|
toggleStyle?: 'switch' | 'option';
|
|
36244
36245
|
clearButton?: boolean;
|
|
36245
36246
|
labelAlign?: 'top' | 'center';
|
|
36247
|
+
tooltipPosition?: 'left' | 'right';
|
|
36246
36248
|
};
|
|
36247
36249
|
setting?: {
|
|
36248
36250
|
id: string;
|