@gem-sdk/components 2.6.0-staging.24 → 2.6.0-staging.25

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.
@@ -31,6 +31,7 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
31
31
  borderBtn,
32
32
  boxShadowBtn
33
33
  });
34
+ setDefaultLabelState(defaultLabel);
34
35
  };
35
36
  const changeStateILP = ()=>{
36
37
  setDefaultLabelState(clickedLabel);
@@ -65,7 +66,6 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
65
66
  } : currentState.boxShadowBtn
66
67
  });
67
68
  setTimeout(()=>{
68
- setDefaultLabelState(defaultLabel);
69
69
  handleSetDefaultState();
70
70
  }, 1000);
71
71
  };
@@ -77,7 +77,8 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
77
77
  textColor,
78
78
  roundedBtn,
79
79
  borderBtn,
80
- boxShadowBtn
80
+ boxShadowBtn,
81
+ defaultLabel
81
82
  ]);
82
83
  return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
83
84
  children: /*#__PURE__*/ jsxRuntime.jsx(Button.default, {
@@ -582,7 +582,9 @@ const config = {
582
582
  placeholder: {
583
583
  notAppendTags: [
584
584
  'MarqueeItem',
585
- 'Marquee'
585
+ 'Marquee',
586
+ 'Carousel',
587
+ 'CarouselItem'
586
588
  ]
587
589
  }
588
590
  },
@@ -27,6 +27,7 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
27
27
  borderBtn,
28
28
  boxShadowBtn
29
29
  });
30
+ setDefaultLabelState(defaultLabel);
30
31
  };
31
32
  const changeStateILP = ()=>{
32
33
  setDefaultLabelState(clickedLabel);
@@ -61,7 +62,6 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
61
62
  } : currentState.boxShadowBtn
62
63
  });
63
64
  setTimeout(()=>{
64
- setDefaultLabelState(defaultLabel);
65
65
  handleSetDefaultState();
66
66
  }, 1000);
67
67
  };
@@ -73,7 +73,8 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
73
73
  textColor,
74
74
  roundedBtn,
75
75
  borderBtn,
76
- boxShadowBtn
76
+ boxShadowBtn,
77
+ defaultLabel
77
78
  ]);
78
79
  return /*#__PURE__*/ jsx(Fragment, {
79
80
  children: /*#__PURE__*/ jsx(Button, {
@@ -578,7 +578,9 @@ const config = {
578
578
  placeholder: {
579
579
  notAppendTags: [
580
580
  'MarqueeItem',
581
- 'Marquee'
581
+ 'Marquee',
582
+ 'Carousel',
583
+ 'CarouselItem'
582
584
  ]
583
585
  }
584
586
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.6.0-staging.24",
3
+ "version": "2.6.0-staging.25",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",