@gem-sdk/core 1.36.20 → 1.36.23

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.
@@ -203,7 +203,7 @@ const RenderCustomCode = (item)=>{
203
203
  };
204
204
  const appendAnimation = (props, liquid)=>{
205
205
  const { advanced, tag } = props;
206
- const { animation } = advanced ?? {};
206
+ const { animation, op: opacity } = advanced ?? {};
207
207
  const getAnimationType = (settings, type)=>{
208
208
  return settings?.triggerConfig?.[type]?.animation ?? 'none';
209
209
  };
@@ -237,7 +237,8 @@ const appendAnimation = (props, liquid)=>{
237
237
  <gp-animation
238
238
  gp-data='${JSON.stringify({
239
239
  config: animation,
240
- tag
240
+ tag,
241
+ opacity
241
242
  })}'
242
243
  style="${{
243
244
  ...inheritParentStyle
@@ -199,7 +199,7 @@ const RenderCustomCode = (item)=>{
199
199
  };
200
200
  const appendAnimation = (props, liquid)=>{
201
201
  const { advanced, tag } = props;
202
- const { animation } = advanced ?? {};
202
+ const { animation, op: opacity } = advanced ?? {};
203
203
  const getAnimationType = (settings, type)=>{
204
204
  return settings?.triggerConfig?.[type]?.animation ?? 'none';
205
205
  };
@@ -233,7 +233,8 @@ const appendAnimation = (props, liquid)=>{
233
233
  <gp-animation
234
234
  gp-data='${JSON.stringify({
235
235
  config: animation,
236
- tag
236
+ tag,
237
+ opacity
237
238
  })}'
238
239
  style="${{
239
240
  ...inheritParentStyle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.36.20",
3
+ "version": "1.36.23",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",