@gem-sdk/core 1.14.0-next.91 → 1.14.0-next.96

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.
@@ -911,6 +911,7 @@ type ControlUI = {
911
911
  state?: StateType;
912
912
  };
913
913
  options?: {
914
+ styleWrapper?: React.CSSProperties;
914
915
  styleControl?: React.CSSProperties;
915
916
  styleLabel?: React.CSSProperties;
916
917
  labelPosition?: 'start' | 'end';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-next.91",
3
+ "version": "1.14.0-next.96",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",