@gem-sdk/core 1.34.3 → 1.34.6

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.
@@ -244,7 +244,7 @@ const appendAnimation = (props, liquid)=>{
244
244
  ...inheritParentStyle
245
245
  }}"
246
246
  >
247
- <div class="overflow-x-hidden" style="${{
247
+ <div style="${{
248
248
  ...makeStyle.makeStyleResponsive('op', opacityObject)
249
249
  }}">${liquid}</div>
250
250
  </gp-animation>
@@ -240,7 +240,7 @@ const appendAnimation = (props, liquid)=>{
240
240
  ...inheritParentStyle
241
241
  }}"
242
242
  >
243
- <div class="overflow-x-hidden" style="${{
243
+ <div style="${{
244
244
  ...makeStyleResponsive('op', opacityObject)
245
245
  }}">${liquid}</div>
246
246
  </gp-animation>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.34.3",
3
+ "version": "1.34.6",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",