@bigbinary/neeto-site-blocks 1.10.23 → 1.10.24
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.cjs.js +15 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +15 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -11675,7 +11675,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
11675
11675
|
})
|
|
11676
11676
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11677
11677
|
className: "gap-x-2 sm:gap-y-4"
|
|
11678
|
-
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
11678
|
+
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11679
11679
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
11680
11680
|
index: index,
|
|
11681
11681
|
isTitle: true,
|
|
@@ -11683,13 +11683,13 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
11683
11683
|
id: "cards-in-grid-view-".concat(index, "-title"),
|
|
11684
11684
|
isAddNewPane: otherProps.isAddNewPane,
|
|
11685
11685
|
style: design.cardTitle
|
|
11686
|
-
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
11686
|
+
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11687
11687
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
11688
11688
|
index: index,
|
|
11689
11689
|
id: "cards-in-grid-view-".concat(index, "-description"),
|
|
11690
11690
|
isAddNewPane: otherProps.isAddNewPane,
|
|
11691
11691
|
style: design.cardDescription
|
|
11692
|
-
}, description))));
|
|
11692
|
+
}, otherProps), description))));
|
|
11693
11693
|
};
|
|
11694
11694
|
if (isSliderView) {
|
|
11695
11695
|
return /*#__PURE__*/React__default["default"].createElement(BlockWrapper, {
|
|
@@ -11702,7 +11702,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
11702
11702
|
design: design.body,
|
|
11703
11703
|
nestedClassName: baseClasses,
|
|
11704
11704
|
nestedComponent: MotionWrapper
|
|
11705
|
-
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
11705
|
+
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11706
11706
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
11707
11707
|
isTitle: true,
|
|
11708
11708
|
className: "col-span-12",
|
|
@@ -11710,7 +11710,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
11710
11710
|
id: "cards-in-grid-view-title",
|
|
11711
11711
|
isAddNewPane: otherProps.isAddNewPane,
|
|
11712
11712
|
style: design.title
|
|
11713
|
-
}, title), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
11713
|
+
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
11714
11714
|
isStart: true,
|
|
11715
11715
|
Icon: ArrowLeft$1,
|
|
11716
11716
|
className: "flex-shrink-0",
|
|
@@ -11723,6 +11723,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
11723
11723
|
className: "col-span-10 col-start-2"
|
|
11724
11724
|
}, /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
11725
11725
|
loop: true,
|
|
11726
|
+
allowTouchMove: !disableButtonAndLinks,
|
|
11726
11727
|
breakpointsBase: "container",
|
|
11727
11728
|
slidesPerView: 1,
|
|
11728
11729
|
spaceBetween: 10,
|
|
@@ -11775,19 +11776,19 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
11775
11776
|
design: design.body,
|
|
11776
11777
|
nestedClassName: baseClasses,
|
|
11777
11778
|
nestedComponent: StyledWrapper
|
|
11778
|
-
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
11779
|
+
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11779
11780
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
11780
11781
|
isTitle: true,
|
|
11781
11782
|
className: "col-span-12",
|
|
11782
11783
|
component: "h3",
|
|
11783
11784
|
id: "cards-in-grid-view-title",
|
|
11784
11785
|
style: design.title
|
|
11785
|
-
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
11786
|
+
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
11786
11787
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
11787
11788
|
className: "col-span-12",
|
|
11788
11789
|
id: "cards-in-grid-view-description",
|
|
11789
11790
|
style: design.description
|
|
11790
|
-
}, description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11791
|
+
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11791
11792
|
className: "col-span-12 grid grid-cols-12 gap-6"
|
|
11792
11793
|
}, cards.map(function (card, index) {
|
|
11793
11794
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, {
|
|
@@ -13516,6 +13517,7 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
13516
13517
|
className: "ns-gallery-with-multiple-images col-span-12 sm:col-span-10 sm:col-start-2"
|
|
13517
13518
|
}, /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
13518
13519
|
loop: true,
|
|
13520
|
+
allowTouchMove: !disableButtonAndLinks,
|
|
13519
13521
|
breakpointsBase: "container",
|
|
13520
13522
|
slidesPerView: 1,
|
|
13521
13523
|
spaceBetween: 10,
|
|
@@ -14350,6 +14352,7 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
14350
14352
|
className: "col-span-12 space-y-6"
|
|
14351
14353
|
}, /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
14352
14354
|
loop: true,
|
|
14355
|
+
allowTouchMove: !otherProps.disableButtonAndLinks,
|
|
14353
14356
|
autoplay: {
|
|
14354
14357
|
delay: 5000,
|
|
14355
14358
|
disableOnInteraction: false
|
|
@@ -14384,6 +14387,7 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
14384
14387
|
className: "mt-8 hidden sm:col-span-6 sm:col-start-4 sm:block"
|
|
14385
14388
|
}, /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
14386
14389
|
watchSlidesProgress: true,
|
|
14390
|
+
allowTouchMove: !otherProps.disableButtonAndLinks,
|
|
14387
14391
|
modules: [Thumb],
|
|
14388
14392
|
slidesPerView: 4,
|
|
14389
14393
|
spaceBetween: 12,
|
|
@@ -15152,6 +15156,7 @@ var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
|
15152
15156
|
}
|
|
15153
15157
|
}), /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
15154
15158
|
loop: true,
|
|
15159
|
+
allowTouchMove: !disableButtonAndLinks,
|
|
15155
15160
|
className: "ns-hero-with-slider",
|
|
15156
15161
|
onSwiper: setSwiper
|
|
15157
15162
|
}, slides.map(function (_ref7, index) {
|
|
@@ -15529,6 +15534,7 @@ var Slides = function Slides(_ref) {
|
|
|
15529
15534
|
}
|
|
15530
15535
|
}), /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
15531
15536
|
loop: true,
|
|
15537
|
+
allowTouchMove: !disableButtonAndLinks,
|
|
15532
15538
|
keyboard: {
|
|
15533
15539
|
enabled: true,
|
|
15534
15540
|
onlyInViewport: true
|
|
@@ -15643,6 +15649,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
15643
15649
|
className: "ns-sliding-testimonial col-span-12"
|
|
15644
15650
|
}, /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
15645
15651
|
loop: true,
|
|
15652
|
+
allowTouchMove: !otherProps.disableButtonAndLinks,
|
|
15646
15653
|
spaceBetween: 10,
|
|
15647
15654
|
onSwiper: setSwiper
|
|
15648
15655
|
}, testimonials.map(function (_ref2, index) {
|