@gem-sdk/core 13.1.3 → 13.1.6
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
|
@@ -36311,6 +36311,7 @@ type SettingUIControl = {
|
|
|
36311
36311
|
options?: {
|
|
36312
36312
|
fullWidth?: boolean;
|
|
36313
36313
|
onlyShowInTags?: string[];
|
|
36314
|
+
notShowInTags?: string[];
|
|
36314
36315
|
target?: 'tab';
|
|
36315
36316
|
disableMessage?: string;
|
|
36316
36317
|
nearestSupportedPlan?: Plan;
|