@gem-sdk/core 1.6.0 → 1.6.1

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.
@@ -839,6 +839,7 @@ type ControlUI = {
839
839
  };
840
840
  options?: {
841
841
  label?: 'medium' | 'large';
842
+ info?: 'near' | 'far';
842
843
  hideOnDevices?: {
843
844
  desktop?: boolean;
844
845
  tablet?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",