@gem-sdk/core 1.23.0-staging.384 → 1.23.0-staging.386

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.
@@ -6980,6 +6980,7 @@ type Option$3<T> = {
6980
6980
  label?: string | number;
6981
6981
  type?: string;
6982
6982
  icon?: string;
6983
+ tooltip?: string;
6983
6984
  };
6984
6985
  type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
6985
6986
  id: K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.23.0-staging.384",
3
+ "version": "1.23.0-staging.386",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",