@gem-sdk/core 1.57.0-staging.21 → 1.57.0-staging.25

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.
@@ -142,7 +142,7 @@ function composeAdvanceStyle(data, tag, pageType) {
142
142
  case 'p':
143
143
  break;
144
144
  default:
145
- styleValue && (styles[`--${attr}-${composeAttr}`] = styleValue);
145
+ styleValue && (styles[`--${attr}`] = styleValue);
146
146
  break;
147
147
  }
148
148
  } else {
@@ -140,7 +140,7 @@ function composeAdvanceStyle(data, tag, pageType) {
140
140
  case 'p':
141
141
  break;
142
142
  default:
143
- styleValue && (styles[`--${attr}-${composeAttr}`] = styleValue);
143
+ styleValue && (styles[`--${attr}`] = styleValue);
144
144
  break;
145
145
  }
146
146
  } else {
@@ -6862,6 +6862,7 @@ type BaseProps<Setting = unknown, Style = unknown, Advanced = AdvancedType> = {
6862
6862
  builderData?: BlockEntity;
6863
6863
  isPreview?: boolean;
6864
6864
  uidTranslate?: string;
6865
+ uidInteraction?: string;
6865
6866
  };
6866
6867
  customAttrs?: Object;
6867
6868
  styles?: Style;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.57.0-staging.21",
3
+ "version": "1.57.0-staging.25",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",