@spothero/ui 14.3.4-beta.0 → 14.3.4-beta.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.
- package/CHANGELOG.md +10 -0
- package/CHANGELOG.tmp +7 -2
- package/package.json +1 -1
- package/styles/v2/components/Checkbox/Checkbox.stories.js +2 -4
- package/styles/v2/components/Container/Container.stories.js +29 -10
- package/styles/v2/components/ImageCarousel/ImageCarousel.jsx +2 -1
- package/v2/index-bundled.cjs.js +1 -1
- package/v2/index-bundled.cjs.js.map +1 -1
- package/v2/index-bundled.esm.js +1 -1
- package/v2/index-bundled.esm.js.map +1 -1
- package/v2/index-unbundled.cjs.js +3 -2
- package/v2/index-unbundled.cjs.js.map +1 -1
- package/v2/index-unbundled.esm.js +3 -2
- package/v2/index-unbundled.esm.js.map +1 -1
|
@@ -42738,6 +42738,7 @@ var ImageCarousel = function ImageCarousel(_ref) {
|
|
|
42738
42738
|
|
|
42739
42739
|
var imgWidth = width ? "".concat(width, "rem") : '100%';
|
|
42740
42740
|
var imgHeight = "".concat(height, "rem");
|
|
42741
|
+
var Button = props.Button || _default$L;
|
|
42741
42742
|
|
|
42742
42743
|
var _useEmblaCarousel = useEmblaCarousel({
|
|
42743
42744
|
skipSnaps: false,
|
|
@@ -42814,7 +42815,7 @@ var ImageCarousel = function ImageCarousel(_ref) {
|
|
|
42814
42815
|
src: image.src,
|
|
42815
42816
|
alt: image.alt
|
|
42816
42817
|
})));
|
|
42817
|
-
}))), /*#__PURE__*/React.createElement(
|
|
42818
|
+
}))), /*#__PURE__*/React.createElement(Button, {
|
|
42818
42819
|
onClick: scrollPrev,
|
|
42819
42820
|
width: "16",
|
|
42820
42821
|
height: "100%",
|
|
@@ -42838,7 +42839,7 @@ var ImageCarousel = function ImageCarousel(_ref) {
|
|
|
42838
42839
|
borderRadius: "50%",
|
|
42839
42840
|
bgColor: "black",
|
|
42840
42841
|
opacity: "0.6"
|
|
42841
|
-
}, /*#__PURE__*/React.createElement(chevronLeft, null))), /*#__PURE__*/React.createElement(
|
|
42842
|
+
}, /*#__PURE__*/React.createElement(chevronLeft, null))), /*#__PURE__*/React.createElement(Button, {
|
|
42842
42843
|
onClick: scrollNext,
|
|
42843
42844
|
width: "16",
|
|
42844
42845
|
height: "100%",
|