@gem-sdk/core 1.7.4 → 1.7.8

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.
@@ -369,6 +369,7 @@ type InputUnitControlType<T> = SharedControlType<T> & {
369
369
  max?: number;
370
370
  units: SizeUnit[];
371
371
  readonly?: boolean;
372
+ useOnlyUnitInit?: boolean;
372
373
  };
373
374
 
374
375
  type MarginControlType<T> = SharedControlType<T> & {
@@ -774,7 +775,7 @@ type InputSpacing<T> = SharedControlType<T> & {
774
775
 
775
776
  type UniqueIdControlType<T> = SharedControlType<T> & {
776
777
  type: 'unique-id:button';
777
- placeholder?: string;
778
+ buttonText?: string;
778
779
  };
779
780
 
780
781
  type SwatchesLinkControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.7.4",
3
+ "version": "1.7.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",