@gem-sdk/core 1.44.0-staging.57 → 1.44.0-staging.58

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.
@@ -7844,6 +7844,7 @@ type ControlUI = {
7844
7844
  iconClass?: string;
7845
7845
  containerClass?: string;
7846
7846
  enableTeleport?: boolean;
7847
+ contentStyle?: React.CSSProperties;
7847
7848
  };
7848
7849
  hideOnDevices?: {
7849
7850
  desktop?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.0-staging.57",
3
+ "version": "1.44.0-staging.58",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",