@gem-sdk/core 1.48.0-dev.60 → 1.48.0-dev.61

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.
@@ -7443,7 +7443,7 @@ type BehaviorStateControlType<T> = {
7443
7443
 
7444
7444
  type BoxShadowControlType<T> = SharedControlType<T> & {
7445
7445
  id?: string;
7446
- type: 'boxShadow';
7446
+ type: 'box-shadow';
7447
7447
  hideOptions?: string[];
7448
7448
  popup?: boolean;
7449
7449
  };
@@ -8153,6 +8153,7 @@ type LinkWithSetting = {
8153
8153
  name: string;
8154
8154
  state?: string;
8155
8155
  field?: string;
8156
+ getLinkValue?: boolean;
8156
8157
  };
8157
8158
  type ControlConfig = ControlProp<any> & {
8158
8159
  linkWithSetting?: LinkWithSetting;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.48.0-dev.60",
3
+ "version": "1.48.0-dev.61",
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.48.0-dev.3",
31
- "@gem-sdk/styles": "1.48.0-dev.32",
31
+ "@gem-sdk/styles": "1.48.0-dev.61",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {