@gem-sdk/core 1.14.0-dev.462 → 1.14.0-dev.463

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.
@@ -495,6 +495,7 @@ type Option$1<T> = {
495
495
  hideOnPage?: string[];
496
496
  flowTag?: string[];
497
497
  condition?: 'and' | 'or';
498
+ icon?: string;
498
499
  };
499
500
  type Mapped$2<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
500
501
  id: K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.462",
3
+ "version": "1.14.0-dev.463",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",