@treely/strapi-slices 5.3.0 → 5.3.2
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/slices/FullWidthImageSlider/styles.d.ts +0 -6
- package/dist/slices/TextCarousel/styles.d.ts +3 -6
- package/dist/strapi-slices.cjs.development.js +74 -38
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +75 -39
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/slices/FullWidthImageSlider/FullWidthImageSlider.tsx +45 -7
- package/src/slices/FullWidthImageSlider/styles.ts +0 -21
- package/src/slices/TextCarousel/TextCarousel.tsx +38 -15
- package/src/slices/TextCarousel/styles.ts +11 -19
|
@@ -3,12 +3,6 @@
|
|
|
3
3
|
export declare const SliderContainer: import("@emotion/styled").StyledComponent<import("@chakra-ui/system/dist/system.types").MergeWithAs<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, Omit<import("@chakra-ui/system/dist/system.types").ChakraProps, never>, import("@chakra-ui/system/dist/system.types").As> & {
|
|
4
4
|
theme?: import("@emotion/react").Theme | undefined;
|
|
5
5
|
}, {}, {}>;
|
|
6
|
-
interface ButtonsContainerProps {
|
|
7
|
-
show: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const ButtonsContainer: import("@emotion/styled").StyledComponent<(import("@chakra-ui/system/dist/system.types").MergeWithAs<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, Omit<import("@chakra-ui/system/dist/system.types").ChakraProps, never>, import("@chakra-ui/system/dist/system.types").As> & {
|
|
10
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
-
}) & ButtonsContainerProps, {}, {}>;
|
|
12
6
|
interface SliderInnerContainerProps {
|
|
13
7
|
imageCount: number;
|
|
14
8
|
}
|
|
@@ -4,7 +4,7 @@ export declare const CarouselContainer: import("@emotion/styled").StyledComponen
|
|
|
4
4
|
theme?: import("@emotion/react").Theme | undefined;
|
|
5
5
|
}, {}, {}>;
|
|
6
6
|
interface CarouselInnerContainerProps {
|
|
7
|
-
|
|
7
|
+
numberOfItems: number;
|
|
8
8
|
}
|
|
9
9
|
export declare const CarouselInnerContainer: import("@emotion/styled").StyledComponent<{
|
|
10
10
|
slot?: string | undefined;
|
|
@@ -273,10 +273,7 @@ export declare const CarouselInnerContainer: import("@emotion/styled").StyledCom
|
|
|
273
273
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
274
274
|
theme?: import("@emotion/react").Theme | undefined;
|
|
275
275
|
} & CarouselInnerContainerProps, {}, {}>;
|
|
276
|
-
|
|
277
|
-
numberofitems: number;
|
|
278
|
-
}
|
|
279
|
-
export declare const CardContainer: import("@emotion/styled").StyledComponent<(import("@chakra-ui/system/dist/system.types").MergeWithAs<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, Omit<import("@chakra-ui/system/dist/system.types").ChakraProps, never>, import("@chakra-ui/system/dist/system.types").As> & {
|
|
276
|
+
export declare const CardContainer: import("@emotion/styled").StyledComponent<import("@chakra-ui/system/dist/system.types").MergeWithAs<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, Omit<import("@chakra-ui/system/dist/system.types").ChakraProps, never>, import("@chakra-ui/system/dist/system.types").As> & {
|
|
280
277
|
theme?: import("@emotion/react").Theme | undefined;
|
|
281
|
-
}
|
|
278
|
+
}, {}, {}>;
|
|
282
279
|
export {};
|
|
@@ -1418,12 +1418,12 @@ var LogoGridWithText = function LogoGridWithText(_ref) {
|
|
|
1418
1418
|
})))));
|
|
1419
1419
|
};
|
|
1420
1420
|
|
|
1421
|
-
var _templateObject$7, _templateObject2$4, _templateObject3$2, _templateObject4$1, _templateObject5
|
|
1421
|
+
var _templateObject$7, _templateObject2$4, _templateObject3$2, _templateObject4$1, _templateObject5;
|
|
1422
1422
|
var MapHeroContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject$7 || (_templateObject$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: 100vw;\n height: var(--default-hero-height);\n min-height: var(--boemly-sizes-3xl);\n background-color: var(--boemly-colors-primary-50);\n overflow: hidden;\n z-index: var(--boemly-zIndices-base);\n\n @media screen and (max-width: ", ") {\n height: auto;\n }\n"])), BREAKPOINT_LG);
|
|
1423
1423
|
var MapHeroTextContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject2$4 || (_templateObject2$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 100vw;\n top: 56%;\n left: 0;\n transform: translateY(-50%);\n z-index: var(--boemly-zIndices-aboveBase);\n\n @media screen and (max-width: ", ") {\n position: relative;\n transform: unset;\n\n padding-top: var(--boemly-space-32);\n }\n"])), BREAKPOINT_LG);
|
|
1424
1424
|
var ShapeContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject3$2 || (_templateObject3$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: calc(var(--boemly-space-8) * -1);\n left: 0;\n\n width: var(--boemly-sizes-sm);\n height: var(--boemly-sizes-sm);\n\n border-top-right-radius: var(--boemly-radii-full);\n\n & span,\n div {\n border-top-right-radius: var(--boemly-radii-full);\n }\n\n @media screen and (max-width: ", ") {\n display: none;\n }\n"])), BREAKPOINT_LG);
|
|
1425
1425
|
var MapContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject4$1 || (_templateObject4$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n\n width: 50%;\n height: 100%;\n\n right: 0;\n top: 0;\n\n & img {\n object-fit: cover !important;\n }\n\n @media screen and (max-width: ", ") {\n width: 100%;\n height: var(--boemly-sizes-4xl);\n position: relative;\n margin-top: calc(var(--boemly-space-72) * -1);\n background-color: var(--boemly-colors-white);\n\n & img {\n object-fit: contain !important;\n }\n }\n"])), BREAKPOINT_LG);
|
|
1426
|
-
var MapGradient = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject5
|
|
1426
|
+
var MapGradient = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n right: 0;\n width: 100%;\n height: 100%;\n\n background: linear-gradient(\n 90deg,\n var(--boemly-colors-primary-50) 0%,\n var(--boemly-colors-primary-50) 10%,\n rgba(243, 246, 245, 0.6) 28%,\n rgba(243, 246, 245, 0) 40%,\n rgba(243, 246, 245, 0) 100%\n );\n\n @media screen and (max-width: ", ") {\n background: linear-gradient(\n 180deg,\n var(--boemly-colors-primary-50) 0%,\n var(--boemly-colors-primary-50) 36%,\n rgba(243, 246, 245, 0.12) 46%,\n rgba(243, 246, 245, 0) 100%\n );\n }\n"])), BREAKPOINT_LG);
|
|
1427
1427
|
|
|
1428
1428
|
var MapHero = function MapHero(_ref) {
|
|
1429
1429
|
var slice = _ref.slice;
|
|
@@ -1987,18 +1987,15 @@ var TextCardGrid = function TextCardGrid(_ref) {
|
|
|
1987
1987
|
};
|
|
1988
1988
|
|
|
1989
1989
|
var _templateObject$5, _templateObject2$2, _templateObject3$1;
|
|
1990
|
-
var CarouselContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject$5 || (_templateObject$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: var(--boemly-space-6);\n padding: var(--boemly-space-8) 0;\n\n @media screen and (max-width: ", ") {\n margin-top: var(--boemly-space-4);\n width: var(--boemly-
|
|
1991
|
-
var CarouselInnerContainer = /*#__PURE__*/styled__default.default(framerMotion.motion.div)(_templateObject2$2 || (_templateObject2$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n width: calc(\n (var(--boemly-sizes-sm) + var(--boemly-space-
|
|
1992
|
-
var
|
|
1993
|
-
return
|
|
1990
|
+
var CarouselContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject$5 || (_templateObject$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: var(--boemly-space-6);\n padding: var(--boemly-space-8) 0;\n\n @media screen and (max-width: ", ") {\n margin-top: var(--boemly-space-4);\n width: var(--boemly-sizes-full);\n }\n\n width: var(--boemly-sizes-full);\n\n overflow-x: hidden;\n\n @media screen and (max-width: ", ") {\n overflow-x: scroll;\n }\n"])), BREAKPOINT_MD, BREAKPOINT_MD);
|
|
1991
|
+
var CarouselInnerContainer = /*#__PURE__*/styled__default.default(framerMotion.motion.div)(_templateObject2$2 || (_templateObject2$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: var(--boemly-space-6);\n justify-content: center;\n\n width: calc(\n (var(--boemly-sizes-sm) + var(--boemly-space-6)) *\n ", " +\n var(--boemly-space-6)\n );\n min-width: var(--boemly-sizes-full);\n\n @media screen and (max-width: ", ") {\n justify-content: flex-start;\n width: calc(\n (var(--boemly-sizes-2xs) + var(--boemly-space-4)) *\n ", " +\n var(--boemly-space-6)\n );\n }\n"])), function (_ref) {
|
|
1992
|
+
var numberOfItems = _ref.numberOfItems;
|
|
1993
|
+
return numberOfItems;
|
|
1994
1994
|
}, BREAKPOINT_MD, function (_ref2) {
|
|
1995
|
-
var
|
|
1996
|
-
return
|
|
1995
|
+
var numberOfItems = _ref2.numberOfItems;
|
|
1996
|
+
return numberOfItems;
|
|
1997
1997
|
});
|
|
1998
|
-
var CardContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject3$1 || (_templateObject3$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width:
|
|
1999
|
-
var numberofitems = _ref3.numberofitems;
|
|
2000
|
-
return numberofitems === 3 ? 'var(--boemly-sizes-xl)' : 'var(--boemly-sizes-sm)';
|
|
2001
|
-
}, BREAKPOINT_MD);
|
|
1998
|
+
var CardContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject3$1 || (_templateObject3$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--boemly-sizes-sm);\n\n @media screen and (max-width: ", ") {\n width: var(--boemly-sizes-2xs);\n\n margin-right: var(--boemly-space-4);\n\n &:first-of-type {\n margin-left: var(--boemly-space-6);\n }\n }\n"])), BREAKPOINT_MD);
|
|
2002
1999
|
|
|
2003
2000
|
var messagesDe$f = {
|
|
2004
2001
|
'sections.comparison.backgroundShapes': 'Hintergrundformen'
|
|
@@ -2254,24 +2251,42 @@ var ContextProvider = function ContextProvider(_ref) {
|
|
|
2254
2251
|
}, children));
|
|
2255
2252
|
};
|
|
2256
2253
|
|
|
2254
|
+
var ITEM_GAP$1 = 24;
|
|
2255
|
+
var MAX_OFFSET_RIGHT$1 = 55;
|
|
2257
2256
|
var TextCarousel = function TextCarousel(_ref) {
|
|
2258
2257
|
var slice = _ref.slice;
|
|
2258
|
+
var containerRef = React.useRef(null);
|
|
2259
2259
|
var _useToken = boemly.useToken('colors', ['primary.50']),
|
|
2260
2260
|
primary50 = _useToken[0];
|
|
2261
2261
|
var _useMeasure = reactUse.useMeasure(),
|
|
2262
|
-
|
|
2263
|
-
|
|
2262
|
+
itemRef = _useMeasure[0],
|
|
2263
|
+
itemWidth = _useMeasure[1].width;
|
|
2264
2264
|
var _useContext = React.useContext(IntlContext),
|
|
2265
2265
|
formatMessage = _useContext.formatMessage;
|
|
2266
|
-
var containerRef = React.useRef(null);
|
|
2267
2266
|
var _useWindowSize = reactUse.useWindowSize(),
|
|
2268
2267
|
windowWidth = _useWindowSize.width;
|
|
2269
2268
|
var _useState = React.useState(0),
|
|
2270
2269
|
sliderIndex = _useState[0],
|
|
2271
2270
|
setSliderIndex = _useState[1];
|
|
2272
|
-
var
|
|
2273
|
-
|
|
2274
|
-
|
|
2271
|
+
var numberOfItems = React.useMemo(function () {
|
|
2272
|
+
return slice.slides.length;
|
|
2273
|
+
}, [slice.slides.length]);
|
|
2274
|
+
var sliderItemsWidth = React.useMemo(function () {
|
|
2275
|
+
return numberOfItems * (itemWidth + ITEM_GAP$1) - ITEM_GAP$1;
|
|
2276
|
+
}, [itemWidth, numberOfItems]);
|
|
2277
|
+
var offsetLeft = React.useMemo(function () {
|
|
2278
|
+
return sliderIndex * (itemWidth + ITEM_GAP$1) * -1;
|
|
2279
|
+
}, [sliderIndex, itemWidth]);
|
|
2280
|
+
var allowScroll = React.useMemo(function () {
|
|
2281
|
+
return sliderItemsWidth + ITEM_GAP$1 * 2 > windowWidth;
|
|
2282
|
+
}, [sliderItemsWidth, windowWidth]);
|
|
2283
|
+
var canMoveRight = React.useMemo(function () {
|
|
2284
|
+
var offsetRight = windowWidth - (sliderItemsWidth + offsetLeft);
|
|
2285
|
+
return offsetRight < MAX_OFFSET_RIGHT$1;
|
|
2286
|
+
}, [itemWidth, sliderIndex, sliderItemsWidth, windowWidth]);
|
|
2287
|
+
var canMoveLeft = React.useMemo(function () {
|
|
2288
|
+
return sliderIndex !== 0;
|
|
2289
|
+
}, [sliderIndex]);
|
|
2275
2290
|
return React__default.default.createElement(boemly.DefaultSectionContainer, {
|
|
2276
2291
|
backgroundColor: primary50,
|
|
2277
2292
|
title: slice.title
|
|
@@ -2298,9 +2313,9 @@ var TextCarousel = function TextCarousel(_ref) {
|
|
|
2298
2313
|
position: "relative",
|
|
2299
2314
|
width: "full"
|
|
2300
2315
|
}, React__default.default.createElement(CarouselInnerContainer, {
|
|
2301
|
-
|
|
2316
|
+
numberOfItems: slice.slides.length,
|
|
2302
2317
|
animate: {
|
|
2303
|
-
x:
|
|
2318
|
+
x: offsetLeft
|
|
2304
2319
|
},
|
|
2305
2320
|
transition: {
|
|
2306
2321
|
duration: 0.3,
|
|
@@ -2313,8 +2328,7 @@ var TextCarousel = function TextCarousel(_ref) {
|
|
|
2313
2328
|
icon = _ref2.icon;
|
|
2314
2329
|
return React__default.default.createElement(CardContainer, {
|
|
2315
2330
|
key: id,
|
|
2316
|
-
ref:
|
|
2317
|
-
numberofitems: slice.slides.length
|
|
2331
|
+
ref: itemRef
|
|
2318
2332
|
}, React__default.default.createElement(boemly.TextCardWithIcon, {
|
|
2319
2333
|
title: title,
|
|
2320
2334
|
text: text,
|
|
@@ -3166,19 +3180,15 @@ var FullWidthHighlightQuote = function FullWidthHighlightQuote(_ref) {
|
|
|
3166
3180
|
})));
|
|
3167
3181
|
};
|
|
3168
3182
|
|
|
3169
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4
|
|
3183
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
3170
3184
|
var SliderContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n --mobile-image-width: calc(100vw - var(--boemly-space-24));\n --desktop-image-width: var(--boemly-sizes-md);\n\n width: var(--boemly-size-full);\n\n overflow-x: hidden;\n\n padding-left: max(\n var(--boemly-space-8),\n calc(50vw - var(--boemly-sizes-7xl) / 2 + var(--boemly-space-6))\n );\n\n @media screen and (max-width: ", ") {\n overflow-x: scroll;\n padding-left: max(\n var(--boemly-space-8),\n calc(50vw - var(--boemly-sizes-7xl) / 2 + var(--boemly-space-8))\n );\n }\n"])), BREAKPOINT_MD);
|
|
3171
|
-
var
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
var SliderInnerContainer = /*#__PURE__*/styled__default.default(framerMotion.motion.div)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: var(--boemly-space-6);\n\n width: fit-content;\n"])));
|
|
3176
|
-
var ItemContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--desktop-image-width);\n\n :last-of-type {\n margin-right: var(--boemly-space-8);\n }\n\n @media screen and (max-width: ", ") {\n width: var(--mobile-image-width);\n }\n"])), BREAKPOINT_MD);
|
|
3177
|
-
var ImageContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n max-height: var(--boemly-sizes-xl);\n height: calc(\n var(--desktop-image-width) /\n ", "\n );\n width: var(--desktop-image-width);\n\n border-radius: var(--boemly-radii-xl);\n\n & img {\n border-radius: var(--boemly-radii-xl);\n }\n\n @media screen and (max-width: ", ") {\n height: calc(\n var(--mobile-image-width) /\n ", "\n );\n width: var(--mobile-image-width);\n }\n"])), function (_ref2) {
|
|
3178
|
-
var aspectRatio = _ref2.aspectRatio;
|
|
3185
|
+
var SliderInnerContainer = /*#__PURE__*/styled__default.default(framerMotion.motion.div)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: var(--boemly-space-6);\n\n width: fit-content;\n"])));
|
|
3186
|
+
var ItemContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--desktop-image-width);\n\n :last-of-type {\n margin-right: var(--boemly-space-8);\n }\n\n @media screen and (max-width: ", ") {\n width: var(--mobile-image-width);\n }\n"])), BREAKPOINT_MD);
|
|
3187
|
+
var ImageContainer = /*#__PURE__*/styled__default.default(boemly.Box)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n max-height: var(--boemly-sizes-xl);\n height: calc(\n var(--desktop-image-width) /\n ", "\n );\n width: var(--desktop-image-width);\n\n border-radius: var(--boemly-radii-xl);\n\n & img {\n border-radius: var(--boemly-radii-xl);\n }\n\n @media screen and (max-width: ", ") {\n height: calc(\n var(--mobile-image-width) /\n ", "\n );\n width: var(--mobile-image-width);\n }\n"])), function (_ref) {
|
|
3188
|
+
var aspectRatio = _ref.aspectRatio;
|
|
3179
3189
|
return aspectRatio;
|
|
3180
|
-
}, BREAKPOINT_MD, function (
|
|
3181
|
-
var aspectRatio =
|
|
3190
|
+
}, BREAKPOINT_MD, function (_ref2) {
|
|
3191
|
+
var aspectRatio = _ref2.aspectRatio;
|
|
3182
3192
|
return aspectRatio;
|
|
3183
3193
|
});
|
|
3184
3194
|
|
|
@@ -3196,6 +3206,8 @@ var getClosestRatio = function getClosestRatio(width, height) {
|
|
|
3196
3206
|
return ALLOWED_RATIOS[posMinDiff];
|
|
3197
3207
|
};
|
|
3198
3208
|
|
|
3209
|
+
var ITEM_GAP = 24;
|
|
3210
|
+
var MAX_OFFSET_RIGHT = 162;
|
|
3199
3211
|
var FullWidthImageSlider = function FullWidthImageSlider(_ref) {
|
|
3200
3212
|
var slice = _ref.slice;
|
|
3201
3213
|
var containerRef = React.useRef(null);
|
|
@@ -3212,9 +3224,25 @@ var FullWidthImageSlider = function FullWidthImageSlider(_ref) {
|
|
|
3212
3224
|
var _useState2 = React.useState(false),
|
|
3213
3225
|
isOpen = _useState2[0],
|
|
3214
3226
|
setIsOpen = _useState2[1];
|
|
3215
|
-
var
|
|
3216
|
-
|
|
3217
|
-
|
|
3227
|
+
var numberOfItems = React.useMemo(function () {
|
|
3228
|
+
return slice.images.length;
|
|
3229
|
+
}, [slice.images.length]);
|
|
3230
|
+
var sliderItemsWidth = React.useMemo(function () {
|
|
3231
|
+
return numberOfItems * (imageWidth + ITEM_GAP) - ITEM_GAP;
|
|
3232
|
+
}, [imageWidth, numberOfItems]);
|
|
3233
|
+
var offsetLeft = React.useMemo(function () {
|
|
3234
|
+
return sliderIndex * (imageWidth + ITEM_GAP) * -1;
|
|
3235
|
+
}, [sliderIndex, imageWidth]);
|
|
3236
|
+
var allowScroll = React.useMemo(function () {
|
|
3237
|
+
return sliderItemsWidth + ITEM_GAP * 3 > windowWidth;
|
|
3238
|
+
}, [sliderItemsWidth, windowWidth]);
|
|
3239
|
+
var canMoveRight = React.useMemo(function () {
|
|
3240
|
+
var offsetRight = windowWidth - (sliderItemsWidth + offsetLeft);
|
|
3241
|
+
return offsetRight < MAX_OFFSET_RIGHT;
|
|
3242
|
+
}, [imageWidth, sliderIndex, sliderItemsWidth, windowWidth]);
|
|
3243
|
+
var canMoveLeft = React.useMemo(function () {
|
|
3244
|
+
return sliderIndex !== 0;
|
|
3245
|
+
}, [sliderIndex]);
|
|
3218
3246
|
return React__default.default.createElement(boemly.DefaultSectionContainer, null, React__default.default.createElement(SliderContainer, {
|
|
3219
3247
|
ref: containerRef
|
|
3220
3248
|
}, React__default.default.createElement(SliderInnerContainer, {
|
|
@@ -3253,8 +3281,16 @@ var FullWidthImageSlider = function FullWidthImageSlider(_ref) {
|
|
|
3253
3281
|
})), React__default.default.createElement(boemly.Text, {
|
|
3254
3282
|
height: "6"
|
|
3255
3283
|
}, image.caption)));
|
|
3256
|
-
}))), React__default.default.createElement(
|
|
3257
|
-
|
|
3284
|
+
}))), React__default.default.createElement(boemly.Box, {
|
|
3285
|
+
display: ['none', null, null, !!allowScroll ? 'flex' : 'none'],
|
|
3286
|
+
pointerEvents: "none",
|
|
3287
|
+
position: "absolute",
|
|
3288
|
+
top: "calc(50% - var(--boemly-sizes-12))",
|
|
3289
|
+
left: "0",
|
|
3290
|
+
width: "full",
|
|
3291
|
+
py: "0",
|
|
3292
|
+
px: "32",
|
|
3293
|
+
justifyContent: "space-between"
|
|
3258
3294
|
}, React__default.default.createElement(boemly.Box, null, React__default.default.createElement(framerMotion.AnimatePresence, null, canMoveLeft && React__default.default.createElement(boemly.IconButton, {
|
|
3259
3295
|
key: "leftButton",
|
|
3260
3296
|
as: framerMotion.motion.button,
|