@gem-sdk/core 1.9.41 → 1.9.42

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.
@@ -881,6 +881,7 @@ type ControlUI = {
881
881
  options?: {
882
882
  label?: 'medium' | 'large';
883
883
  info?: 'near' | 'far';
884
+ spacing?: string;
884
885
  hideOnDevices?: {
885
886
  desktop?: boolean;
886
887
  tablet?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.9.41",
3
+ "version": "1.9.42",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",