@gem-sdk/core 1.41.0-dev.43 → 1.41.0-dev.50

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.
@@ -38,7 +38,8 @@ const disableWrap = [
38
38
  'Sticky',
39
39
  'Heading',
40
40
  'ProductBadge',
41
- 'Marquee'
41
+ 'Marquee',
42
+ 'MarqueeItem'
42
43
  ];
43
44
  const customRenderChildren = [
44
45
  'Accordion',
@@ -36,7 +36,8 @@ const disableWrap = [
36
36
  'Sticky',
37
37
  'Heading',
38
38
  'ProductBadge',
39
- 'Marquee'
39
+ 'Marquee',
40
+ 'MarqueeItem'
40
41
  ];
41
42
  const customRenderChildren = [
42
43
  'Accordion',
@@ -7055,6 +7055,7 @@ type OpenLinkControlType<T> = SharedControlType<T> & {
7055
7055
  target?: string;
7056
7056
  href: string;
7057
7057
  appName?: string;
7058
+ linkType?: 'openApp' | 'install';
7058
7059
  };
7059
7060
 
7060
7061
  type Option$2<T> = {
@@ -7744,6 +7745,12 @@ type NotesControlType<T> = SharedControlType<T> & {
7744
7745
 
7745
7746
  type ButtonLayoutType<T> = SharedControlType<T> & {
7746
7747
  type: 'button-layout';
7748
+ options: {
7749
+ id: string;
7750
+ value: string;
7751
+ name: string;
7752
+ icon: boolean;
7753
+ }[];
7747
7754
  };
7748
7755
 
7749
7756
  type ShapeSelectorControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.41.0-dev.43",
3
+ "version": "1.41.0-dev.50",
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.41.0-dev.36",
31
- "@gem-sdk/styles": "1.41.0-dev.36",
31
+ "@gem-sdk/styles": "1.41.0-dev.50",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {