@gem-sdk/core 1.23.0-staging.122 → 1.23.0-staging.123

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.
@@ -492,6 +492,8 @@ type Option$1<T> = {
492
492
  value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
493
493
  label: string | number;
494
494
  hideOnPage?: string[];
495
+ flowTag?: string[];
496
+ condition?: 'and' | 'or';
495
497
  };
496
498
  type Mapped$2<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
497
499
  id: K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.23.0-staging.122",
3
+ "version": "1.23.0-staging.123",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",