@gem-sdk/core 1.25.29 → 1.25.30

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.
@@ -348,6 +348,7 @@ type GroupControlType<T> = {
348
348
  type IconControlType<T> = SharedControlType<T> & {
349
349
  type: 'icon';
350
350
  placeholder?: string;
351
+ hideInput?: boolean;
351
352
  };
352
353
 
353
354
  type ImageControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.25.29",
3
+ "version": "1.25.30",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",