@gem-sdk/core 1.33.6 → 1.33.7

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