@gem-sdk/core 1.14.0-dev.315 → 1.14.0-dev.319

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.
@@ -555,6 +555,7 @@ type TypographyControlType<T> = SharedControlType<T> & {
555
555
  type PickLinkControlType<T> = SharedControlType<T> & {
556
556
  type: 'pick-link';
557
557
  pickLinkLabel?: string;
558
+ pickLinkPlaceholder?: string;
558
559
  };
559
560
 
560
561
  type BehaviorStateControlType<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.315",
3
+ "version": "1.14.0-dev.319",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",