@gem-sdk/components 2.1.0 → 2.1.1

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.
@@ -74,6 +74,7 @@ const CarouselItem = ({ children, builderAttrs, styles, advanced, setting, build
74
74
  onClick: onClickItem,
75
75
  "aria-hidden": true,
76
76
  children: /*#__PURE__*/ jsxRuntime.jsx("div", {
77
+ className: "gp-w-full",
77
78
  style: {
78
79
  ...itemShadowStyle
79
80
  },
@@ -85,6 +85,7 @@ const CarouselItem = ({ children, builderAttrs, styles, advanced, setting, build
85
85
  data-index="${index}"
86
86
  >
87
87
  <div
88
+ class="gp-w-full",
88
89
  style="${{
89
90
  ...itemShadowStyle
90
91
  }}"
@@ -70,6 +70,7 @@ const CarouselItem = ({ children, builderAttrs, styles, advanced, setting, build
70
70
  onClick: onClickItem,
71
71
  "aria-hidden": true,
72
72
  children: /*#__PURE__*/ jsx("div", {
73
+ className: "gp-w-full",
73
74
  style: {
74
75
  ...itemShadowStyle
75
76
  },
@@ -81,6 +81,7 @@ const CarouselItem = ({ children, builderAttrs, styles, advanced, setting, build
81
81
  data-index="${index}"
82
82
  >
83
83
  <div
84
+ class="gp-w-full",
84
85
  style="${{
85
86
  ...itemShadowStyle
86
87
  }}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",