@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "8.0.0-dev.123",
3
+ "version": "8.0.0-dev.126",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",