@gem-sdk/core 1.7.4 → 1.7.7

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.
@@ -774,7 +774,7 @@ type InputSpacing<T> = SharedControlType<T> & {
774
774
 
775
775
  type UniqueIdControlType<T> = SharedControlType<T> & {
776
776
  type: 'unique-id:button';
777
- placeholder?: string;
777
+ buttonText?: string;
778
778
  };
779
779
 
780
780
  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.7",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",