@gem-sdk/core 1.33.6 → 1.33.14

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.
@@ -240,7 +240,7 @@ const appendAnimation = (props, liquid)=>{
240
240
  ...inheritParentStyle
241
241
  }}"
242
242
  >
243
- <div style="${{
243
+ <div class="overflow-x-hidden" style="${{
244
244
  ...makeStyle.makeStyleResponsive('op', opacityObject)
245
245
  }}">${liquid}</div>
246
246
  </gp-animation>
@@ -236,7 +236,7 @@ const appendAnimation = (props, liquid)=>{
236
236
  ...inheritParentStyle
237
237
  }}"
238
238
  >
239
- <div style="${{
239
+ <div class="overflow-x-hidden" style="${{
240
240
  ...makeStyleResponsive('op', opacityObject)
241
241
  }}">${liquid}</div>
242
242
  </gp-animation>
@@ -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.14",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",