@gem-sdk/core 1.41.0-dev.48 → 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',
@@ -7745,6 +7745,12 @@ type NotesControlType<T> = SharedControlType<T> & {
7745
7745
 
7746
7746
  type ButtonLayoutType<T> = SharedControlType<T> & {
7747
7747
  type: 'button-layout';
7748
+ options: {
7749
+ id: string;
7750
+ value: string;
7751
+ name: string;
7752
+ icon: boolean;
7753
+ }[];
7748
7754
  };
7749
7755
 
7750
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.48",
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": {