@gem-sdk/core 1.23.0-staging.339 → 1.23.0-staging.343

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.
@@ -1251,6 +1251,9 @@ type ControlUI = {
1251
1251
  tooltip?: {
1252
1252
  icon?: string;
1253
1253
  content?: string;
1254
+ iconClass?: string;
1255
+ containerClass?: string;
1256
+ enableTeleport?: boolean;
1254
1257
  };
1255
1258
  hideOnDevices?: {
1256
1259
  desktop?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.23.0-staging.339",
3
+ "version": "1.23.0-staging.343",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",