@gem-sdk/core 8.0.0-dev.123 → 8.0.0-dev.126
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
|
@@ -37051,6 +37051,7 @@ type SettingUIControl = {
|
|
|
37051
37051
|
options?: {
|
|
37052
37052
|
fullWidth?: boolean;
|
|
37053
37053
|
onlyShowInTags?: string[];
|
|
37054
|
+
notShowInTags?: string[];
|
|
37054
37055
|
target?: 'tab';
|
|
37055
37056
|
disableMessage?: string;
|
|
37056
37057
|
nearestSupportedPlan?: Plan;
|