@gem-sdk/core 1.36.6 → 1.36.16

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.
@@ -507,6 +507,7 @@ type Option$3<T> = {
507
507
  label?: string | number;
508
508
  type?: string;
509
509
  icon?: string;
510
+ tooltip?: string;
510
511
  };
511
512
  type Mapped$4<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
512
513
  id: K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.36.6",
3
+ "version": "1.36.16",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@gem-sdk/adapter-shopify": "1.25.0",
28
- "@gem-sdk/styles": "1.36.1"
28
+ "@gem-sdk/styles": "1.36.13"
29
29
  },
30
30
  "dependencies": {
31
31
  "react-error-boundary": "4.0.10",