@gem-sdk/core 1.43.0 → 1.43.2

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.
@@ -6590,6 +6590,7 @@ type BaseProps<Setting = unknown, Style = unknown, Advanced = AdvancedType> = {
6590
6590
  uid?: string;
6591
6591
  builderData?: BlockEntity;
6592
6592
  isPreview?: boolean;
6593
+ uidTranslate?: string;
6593
6594
  };
6594
6595
  customAttrs?: Object;
6595
6596
  styles?: Style;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",