@gem-sdk/core 1.58.0-staging.55 → 1.58.0-staging.59

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.
@@ -7782,6 +7782,8 @@ type TypographyControlType<T> = SharedControlType<T> & {
7782
7782
  type PickLinkControlType<T> = SharedControlType<T> & {
7783
7783
  type: 'pick-link';
7784
7784
  pickLinkLabel?: string;
7785
+ isHiddenInsertLink?: boolean;
7786
+ isHiddenOpenLinkSelect?: boolean;
7785
7787
  };
7786
7788
 
7787
7789
  type BehaviorStateControlType<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-staging.55",
3
+ "version": "1.58.0-staging.59",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gem-sdk/adapter-shopify": "1.57.15-staging.0",
31
- "@gem-sdk/styles": "1.58.0-staging.27",
31
+ "@gem-sdk/styles": "1.58.0-staging.58",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {