@salesgenterp/ui-components 0.4.266 → 0.4.267
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/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6591,7 +6591,6 @@ var BannerImages = function BannerImages(_ref) {
|
|
|
6591
6591
|
href: (v === null || v === void 0 ? void 0 : v.redirectPath) || ''
|
|
6592
6592
|
}, isVideo(v === null || v === void 0 ? void 0 : v.imageUrl) ? /*#__PURE__*/React__default.createElement("video", {
|
|
6593
6593
|
src: v === null || v === void 0 ? void 0 : v.imageUrl,
|
|
6594
|
-
controls: true,
|
|
6595
6594
|
loop: true,
|
|
6596
6595
|
autoPlay: true,
|
|
6597
6596
|
muted: true,
|
|
@@ -6653,7 +6652,6 @@ var LandingCarousel = function LandingCarousel(_ref) {
|
|
|
6653
6652
|
href: (slide === null || slide === void 0 ? void 0 : slide.redirectPath) || ''
|
|
6654
6653
|
}, isVideo(slide === null || slide === void 0 ? void 0 : slide.imageUrl) ? /*#__PURE__*/React__default.createElement("video", {
|
|
6655
6654
|
src: slide === null || slide === void 0 ? void 0 : slide.imageUrl,
|
|
6656
|
-
controls: true,
|
|
6657
6655
|
loop: true,
|
|
6658
6656
|
autoPlay: true,
|
|
6659
6657
|
muted: true,
|