@gem-sdk/core 1.36.23 → 1.37.0

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.
@@ -115,6 +115,7 @@ type BaseProps<Setting = unknown, Style = unknown, Advanced = Record<string, any
115
115
  uid?: string;
116
116
  builderData?: BlockEntity;
117
117
  };
118
+ customAttrs?: Object;
118
119
  styles?: Style;
119
120
  setting?: Setting;
120
121
  advanced?: Advanced;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.36.23",
3
+ "version": "1.37.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",