@bigbinary/neeto-site-blocks 0.25.2 → 0.25.3
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -52387,7 +52387,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
52387
52387
|
var imageClasses = function imageClasses(imagePosition) {
|
|
52388
52388
|
cov_vsv05qgwy().f[1]++;
|
|
52389
52389
|
cov_vsv05qgwy().s[6]++;
|
|
52390
|
-
return classnames("col-span-6 col-start-4 sm:col-span-2
|
|
52390
|
+
return classnames("col-span-6 col-start-4 sm:col-span-2 flex flex-col items-center", {
|
|
52391
52391
|
"sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
|
|
52392
52392
|
"sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
|
|
52393
52393
|
});
|
|
@@ -52712,7 +52712,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
52712
52712
|
imagePosition = _ref3.imagePosition,
|
|
52713
52713
|
src = _ref3.backgroundImage.src;
|
|
52714
52714
|
var baseClasses = (cov_f1ogs5fhv().s[3]++, "grid grid-cols-12 sm:gap-x-10 items-center grid-flow-row-dense");
|
|
52715
|
-
var imageClasses = (cov_f1ogs5fhv().s[4]++, classnames("col-span-6 col-start-4 sm:col-span-2
|
|
52715
|
+
var imageClasses = (cov_f1ogs5fhv().s[4]++, classnames("col-span-6 col-start-4 sm:col-span-2 mt-4 sm:mt-0 flex flex-col items-center", {
|
|
52716
52716
|
"sm:col-start-2": POSITIONS.LEFT.label === imagePosition,
|
|
52717
52717
|
"sm:col-start-10": POSITIONS.RIGHT.label === imagePosition
|
|
52718
52718
|
}));
|