@gem-sdk/core 2.0.0-dev.538 → 2.0.0-dev.540

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.
@@ -35811,6 +35811,10 @@ type IconControlType<T> = SharedControlType<T> & {
35811
35811
 
35812
35812
  type ImageControlType<T> = SharedControlType<T> & {
35813
35813
  type: 'image';
35814
+ hiddenSetting?: {
35815
+ seo?: boolean;
35816
+ optimizeLCP?: boolean;
35817
+ };
35814
35818
  };
35815
35819
 
35816
35820
  type InputControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.538",
3
+ "version": "2.0.0-dev.540",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",