@gem-sdk/core 1.12.0-next.23 → 1.12.0-next.24

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.
@@ -942,6 +942,7 @@ type ControlUI = {
942
942
  justifyContent?: 'start' | 'end' | 'between' | 'around';
943
943
  label?: 'medium' | 'large';
944
944
  info?: 'near' | 'far';
945
+ labelSpacing?: 'small' | 'medium' | 'large';
945
946
  removeSpacing?: boolean;
946
947
  hideOnDevices?: {
947
948
  desktop?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.12.0-next.23",
3
+ "version": "1.12.0-next.24",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",