@gem-sdk/core 1.42.0-dev.60 → 1.42.0-dev.61

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.
@@ -7846,6 +7846,7 @@ type ControlUI = {
7846
7846
  iconClass?: string;
7847
7847
  containerClass?: string;
7848
7848
  enableTeleport?: boolean;
7849
+ contentStyle?: React.CSSProperties;
7849
7850
  };
7850
7851
  hideOnDevices?: {
7851
7852
  desktop?: boolean;
@@ -7853,6 +7854,7 @@ type ControlUI = {
7853
7854
  mobile?: boolean;
7854
7855
  };
7855
7856
  hideOnPages?: PageType[];
7857
+ itemSpacing?: 'small' | 'medium' | 'large';
7856
7858
  };
7857
7859
  isMoreSetting?: boolean;
7858
7860
  hiddenDivice?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.42.0-dev.60",
3
+ "version": "1.42.0-dev.61",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",