@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.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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;
|