{"version":3,"file":"index.B3Qxj6mj.js","sources":["../../../../../../../node_modules/@babylon/ui-kit-carousels/components/carousel-card-simple/views/desktop/themes/styles/clubDeVacaciones.js","../../../../../../../node_modules/@babylon/ui-kit-carousels/components/carousel-card-simple/views/desktop/themes/styles/liverpool.js","../../../../../../../node_modules/@babylon/ui-kit-carousels/components/carousel-card-simple/views/desktop/themes/styles/tourMundial.js","../../../../../../../node_modules/@babylon/ui-kit-carousels/components/carousel-card-simple/views/desktop/themes/index.js","../../../../../../../node_modules/@babylon/ui-kit-carousels/components/carousel-card-simple/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit-carousels/components/carousel-card-simple/views/desktop/index.js"],"sourcesContent":["import { TitleWrapper, TitleStyled } from '@babylon/ui-kit-base/components/text/title/views/desktop/styled';\nimport { FontMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport { Margin } from '@babylon/ui-kit-styles/common/mixins/logical.styled';\nimport { css } from 'styled-components';\n\nconst clubDeVacacionesCarouselCardSimple = {\n CarouselCardSimpleContainer: ()=>/*#__PURE__*/ css([\n ``,\n `{`,\n ` `,\n `{font-family:`,\n `;span{color:`,\n `;`,\n ` text-transform:uppercase;}}}`\n ], TitleWrapper, Margin({\n bottom: '24px'\n }), TitleStyled, ({ theme })=>theme.font.family.primary, ({ theme })=>theme.colors.primary.base, FontMixin({\n size: 'xl',\n height: 'xl',\n weight: 'bold'\n }))\n};\n\nexport { clubDeVacacionesCarouselCardSimple as default };\n//# sourceMappingURL=clubDeVacaciones.js.map\n","import { css } from 'styled-components';\n\nconst liverpoolFilters = {\n CarouselCardSimpleSlider: ()=>/*#__PURE__*/ css([\n `.splide__pagination{`,\n `{visibility:visible;}}`\n ], ({ theme })=>theme.media.custom('1024px'))\n};\n\nexport { liverpoolFilters as default };\n//# sourceMappingURL=liverpool.js.map\n","import { TitleWrapper, TitleStyled } from '@babylon/ui-kit-base/components/text/title/views/desktop/styled';\nimport { FontMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport { Margin } from '@babylon/ui-kit-styles/common/mixins/logical.styled';\nimport { css } from 'styled-components';\n\nconst tourMundialCarouselCardSimple = {\n CarouselCardSimpleContainer: ()=>/*#__PURE__*/ css([\n ``,\n `{`,\n ` `,\n `{font-family:`,\n `;span{`,\n ` text-transform:uppercase;}}}`\n ], TitleWrapper, Margin({\n bottom: '24px'\n }), TitleStyled, ({ theme })=>theme.font.family.primary, FontMixin({\n size: 'xl',\n height: 'xl',\n weight: 'bold'\n }))\n};\n\nexport { tourMundialCarouselCardSimple as default };\n//# sourceMappingURL=tourMundial.js.map\n","import { createThemes } from '@babylon/ui-kit-styles/common/themes';\nimport { ThemeId } from '@babylon/ui-kit-styles/types/theme';\nimport clubDeVacacionesCarouselCardSimple from './styles/clubDeVacaciones.js';\nimport liverpoolFilters from './styles/liverpool.js';\nimport tourMundialCarouselCardSimple from './styles/tourMundial.js';\n\nconst carouselCardSimpleThemes = createThemes({\n [ThemeId.partnershipsLiverpool]: liverpoolFilters,\n [ThemeId.tourMundial]: tourMundialCarouselCardSimple,\n [ThemeId.clubDeVacaciones]: clubDeVacacionesCarouselCardSimple\n});\n\nexport { carouselCardSimpleThemes as default };\n//# sourceMappingURL=index.js.map\n","import { CardSimpleWrapperDesktop } from '@babylon/ui-kit-cards/components/cards/card-simple/views/desktop/styled';\nimport Slider from '@babylon/ui-kit-structures/components/others/slider';\nimport { BoxShadow } from '@babylon/ui-kit-styles/common/mixins/box-shadow.styled';\nimport { FlexMixin, FontMixin } from '@babylon/ui-kit-styles/common/mixins/helpers.styled';\nimport { BorderRadius } from '@babylon/ui-kit-styles/common/mixins/logical.styled';\nimport styled from 'styled-components';\nimport carouselCardSimpleThemes from './themes/index.js';\n\nconst CarouselCardSimpleContainer = /*#__PURE__*/ styled.div.withConfig({\n displayName: \"CarouselCardSimpleContainer\"\n})([\n ``,\n ``\n], carouselCardSimpleThemes('CarouselCardSimpleContainer'));\nconst CarouselCardSimpleSlider = /*#__PURE__*/ styled(Slider).withConfig({\n displayName: \"CarouselCardSimpleSlider\"\n})([\n `&.carousel-card-simple-slider-secondary{`,\n `{& img{height:176px;}& > a{background-color:`,\n `;}}}.splide__pagination{`,\n `{visibility:hidden;}}.splide__arrows{`,\n `{visibility:hidden;}& [disabled]{visibility:hidden;}left:-22px;right:-22px;width:calc(100% + 44px);> button{width:36px;height:36px;background-color:`,\n `;`,\n ` `,\n ` &:hover{.nico-angle-right{&::before{color:`,\n `;}}.nico-angle-left{&::before{color:`,\n `;}}}}.nico-angle-right{&::before{`,\n ` `,\n `}}.nico-angle-left{&::before{`,\n ` `,\n `}}}`,\n ``\n], CardSimpleWrapperDesktop, ({ theme })=>theme.colors.black.high, ({ theme })=>theme.media.custom('1024px'), ({ theme })=>theme.media.down('tablet'), ({ theme })=>theme.colors.white.base, BorderRadius({\n all: '100%'\n}), BoxShadow, ({ theme })=>theme.colors.primary.base, ({ theme })=>theme.colors.primary.base, FlexMixin({\n justify: 'center',\n align: 'center'\n}), FontMixin({\n size: 'small',\n weight: 'bold'\n}), FlexMixin({\n justify: 'center',\n align: 'center'\n}), FontMixin({\n size: 'small',\n weight: 'bold'\n}), carouselCardSimpleThemes('CarouselCardSimpleSlider'));\n\nexport { CarouselCardSimpleContainer, CarouselCardSimpleSlider };\n//# sourceMappingURL=styled.js.map\n","import { jsxs, jsx } from 'react/jsx-runtime';\nimport Title from '@babylon/ui-kit-base/components/text/title/views/desktop';\nimport CardSimple from '@babylon/ui-kit-cards/components/cards/card-simple/views/desktop';\nimport { Children } from 'react';\nimport { useTheme } from 'styled-components';\nimport { CarouselCardSimpleContainer, CarouselCardSimpleSlider } from './styled.js';\n\nconst CarouselCardSimpleDesktop = ({ props })=>{\n const { title, config, items = [], variant = 'default' } = props ?? {};\n const theme = /*#__PURE__*/ useTheme();\n const slider = {\n breakpoints: {\n [theme.breakpoints.xxl]: {\n perPage: 4,\n perMove: 4\n },\n [theme.breakpoints.xl]: {\n perPage: 3,\n perMove: 3\n },\n [theme.breakpoints.lg]: {\n perPage: 2,\n perMove: 2\n }\n },\n arrows: config?.hasNavigation,\n gap: 12,\n pagination: config?.hasPagination,\n perMove: 4,\n perPage: 4,\n paginationVariant: 'bottom'\n };\n return /*#__PURE__*/ jsxs(CarouselCardSimpleContainer, {\n \"data-testid\": \"CarouselCardSimpleDesktop\",\n children: [\n title && /*#__PURE__*/ jsx(Title, {\n ...title\n }),\n /*#__PURE__*/ jsx(CarouselCardSimpleSlider, {\n ...slider,\n className: `carousel-card-simple-slider-${variant}`,\n children: Children.toArray(items.map((item)=>{\n const image = {\n ...item.image,\n ...config?.resize\n };\n const literals = {\n ...item.config?.literals,\n ...config?.literals\n };\n return /*#__PURE__*/ jsx(CardSimple, {\n ...item,\n image: image,\n config: {\n ...item.config,\n literals\n }\n });\n }))\n })\n ]\n });\n};\n\nexport { CarouselCardSimpleDesktop as default };\n//# sourceMappingURL=index.js.map\n"],"names":["clubDeVacacionesCarouselCardSimple","css","TitleWrapper","Margin","TitleStyled","theme","FontMixin","liverpoolFilters","tourMundialCarouselCardSimple","carouselCardSimpleThemes","createThemes","ThemeId","CarouselCardSimpleContainer","styled","CarouselCardSimpleSlider","Slider","CardSimpleWrapperDesktop","BorderRadius","BoxShadow","FlexMixin","CarouselCardSimpleDesktop","props","title","config","items","variant","useTheme","slider","jsxs","jsx","Title","Children","item","image","literals","_a","CardSimple"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5]}