@gem-sdk/core 1.53.0-dev.187 → 1.53.0-dev.188

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.
@@ -8212,6 +8212,7 @@ type SettingUIControl = {
8212
8212
  lockedOnPlans?: Plan[];
8213
8213
  labelVariant?: LabelVariant;
8214
8214
  labelInsideControl?: boolean;
8215
+ hideLabel?: boolean;
8215
8216
  updateFields?: [
8216
8217
  {
8217
8218
  field: string;
@@ -8236,6 +8237,7 @@ type ControlTriggerAction$1 = {
8236
8237
  controlType: string;
8237
8238
  groupType: string;
8238
8239
  valueIfNull?: any;
8240
+ removeDevice?: boolean;
8239
8241
  };
8240
8242
  type ControlTriggerSetting = {
8241
8243
  source?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.0-dev.187",
3
+ "version": "1.53.0-dev.188",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",