@gem-sdk/core 1.33.7 → 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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.33.7",
3
+ "version": "1.33.14",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",