{"version":3,"file":"index.bd01b240.js","sources":["../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/tags/views/desktop/styled.js","../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/tags/views/desktop/index.js","../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/tags/views/mobile/styled.js","../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/tags/views/mobile/index.js","../../../../../../node_modules/@babylon/ui-kit/dist/components/structures/others/tags/index.js","../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/links-seo/views/desktop/styled.js","../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/links-seo/views/desktop/index.js"],"sourcesContent":["import styled from \"styled-components\";\nimport { FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const Placeholder = styled.div.withConfig({\n displayName: \"styled__Placeholder\",\n componentId: \"sc-559eecf3-0\"\n})`\n\t::after {\n\t\tclear: both;\n\t\tcontent: '';\n\t\tdisplay: table;\n\t}\n`;\nexport const RelatedList = styled.div.withConfig({\n displayName: \"styled__RelatedList\",\n componentId: \"sc-559eecf3-1\"\n})`\n\ta:not(:last-child) {\n\t\tmargin-right: 8px;\n\n\t\t::after {\n\t\t\tcontent: '|';\n\t\t\tpadding-left: 8px;\n\t\t}\n\t}\n\n\ta {\n\t\t${FontMixin({\n size: 'medium',\n weight: 'light',\n height: 'base'\n})}\n\t\tdisplay: inline-block;\n\t\tcolor: ${(props)=>props.theme.colors.grays.dark};\n\t\tmargin-bottom: 8px;\n\t\ttext-decoration: none;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport InnerMarkdownHTML from \"../../../../../base/text/inner-markdown-HTML/index.js\";\nimport { nullsToUndefined } from \"../../../../../../helpers/null.js\";\nimport * as S from \"./styled.js\";\nexport const TagsDesktopView = (props)=>{\n const { items , className } = props;\n return /*#__PURE__*/ _jsx(S.Placeholder, {\n \"data-testid\": \"Tags\",\n className: className,\n children: /*#__PURE__*/ _jsx(S.RelatedList, {\n children: Children.toArray(items.map((item)=>{\n const parsedItem = nullsToUndefined(item);\n return /*#__PURE__*/ _jsx(\"a\", {\n \"data-testid\": \"link\",\n href: parsedItem.href,\n title: parsedItem.title,\n target: parsedItem.target,\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: parsedItem.content\n })\n });\n }))\n })\n });\n};\nexport default TagsDesktopView;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { FlexMixin, FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const TagsWrapper = styled.div.withConfig({\n displayName: \"styled__TagsWrapper\",\n componentId: \"sc-f8af5a90-0\"\n})`\n\t${FlexMixin({\n wrap: true,\n justify: 'flex-start'\n})}\n`;\nexport const Tags = styled.a.withConfig({\n displayName: \"styled__Tags\",\n componentId: \"sc-f8af5a90-1\"\n})`\n\t${FlexMixin({})}\n\t${FontMixin({\n size: 'medium',\n weight: 'regular',\n height: 'large'\n})}\n\tbackground-color: ${(props)=>props.theme.colors.grays.light};\n\tborder-radius: 4px;\n\tcolor: ${(props)=>props.theme.colors.grays.dark};\n\tmargin: 4px;\n\tpadding: 4px 12px;\n\ttext-decoration: none;\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport InnerMarkdownHTML from \"../../../../../base/text/inner-markdown-HTML/index.js\";\nimport { genKey } from \"../../../../../../helpers/keys.js\";\nimport { nullsToUndefined } from \"../../../../../../helpers/null.js\";\nimport * as S from \"./styled.js\";\nexport const TagsMobileView = (props)=>{\n const { items , className } = props;\n return /*#__PURE__*/ _jsx(S.TagsWrapper, {\n \"data-testid\": \"Tags\",\n className: className,\n children: items.map((item, index)=>{\n const parsedItem = nullsToUndefined(item);\n return /*#__PURE__*/ _jsx(S.Tags, {\n \"data-testid\": \"link\",\n href: parsedItem.href,\n title: parsedItem.title,\n target: parsedItem.target,\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: parsedItem.content\n })\n }, genKey(`${index}`));\n })\n });\n};\nexport default TagsMobileView;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport TabsDesktopView from \"./views/desktop/index.js\";\nimport TabsMobileView from \"./views/mobile/index.js\";\nexport const Tags = generateViewsComponent(TabsDesktopView, TabsMobileView);\nexport default Tags;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { BoxShadow } from \"../../../../../../styles/common/mixins/box-shadow.styled.js\";\nimport { FlexMixin, FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nimport { BorderRadius, Margin, Padding } from \"../../../../../../styles/common/mixins/logical.styled.js\";\nexport const Placeholder = styled.div.withConfig({\n displayName: \"styled__Placeholder\",\n componentId: \"sc-667b641e-0\"\n})`\n\t${Margin({\n bottom: '40px'\n})}\n\n\t::after {\n\t\tclear: both;\n\t\tcontent: '';\n\t\tdisplay: table;\n\t}\n`;\nexport const LinksWrapper = styled.div.withConfig({\n displayName: \"styled__LinksWrapper\",\n componentId: \"sc-667b641e-1\"\n})`\n\t${FlexMixin({\n direction: 'column'\n})}\n\t${BorderRadius({\n all: '4px'\n})}\n\t${BoxShadow}\n\tbackground-color: ${({ theme })=>theme.colors.white.base};\n\t${Padding({\n all: '20px'\n})}\n`;\nexport const RelatedTitle = styled.p.withConfig({\n displayName: \"styled__RelatedTitle\",\n componentId: \"sc-667b641e-2\"\n})`\n\t${FontMixin({\n size: 'base',\n weight: 'medium'\n})}\n\tcolor: ${({ theme })=>theme.colors.grays.darker};\n\t${Margin({\n bottom: '8px'\n})}\n`;\nexport const RelatedList = styled.div.withConfig({\n displayName: \"styled__RelatedList\",\n componentId: \"sc-667b641e-3\"\n})`\n\t:not(:last-child) {\n\t\tborder-bottom: 1px solid ${({ theme })=>theme.colors.grays.light};\n\t\t${Margin({\n bottom: '16px'\n})}\n\t\t${Padding({\n bottom: '16px'\n})}\n\t}\n`;\nexport const Description = styled.div.withConfig({\n displayName: \"styled__Description\",\n componentId: \"sc-667b641e-4\"\n})`\n\tcolor: ${({ theme })=>theme.colors.grays.darker};\n\t${FontMixin({\n size: 'medium',\n height: 'medium'\n})}\n\t${Padding({\n bottom: '16px'\n})}\n\t${Margin({\n bottom: '16px'\n})}\n\tborder-bottom: 1px solid ${({ theme })=>theme.colors.grays.light};\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport { InnerMarkdownHTML } from \"../../../../../base/text/inner-markdown-HTML/index.js\";\nimport Title from \"../../../../../base/text/title/index.js\";\nimport Tags from \"../../../../../structures/others/tags/index.js\";\nimport { Container } from \"../../../../../../styles/common/mixins/container.styled.js\";\nimport * as S from \"./styled.js\";\nexport const LinksSeoDesktopView = ({ props })=>{\n const { title , items , description } = props;\n return items?.length > 0 && /*#__PURE__*/ _jsx(Container, {\n \"data-testid\": \"LinksSeo\",\n children: /*#__PURE__*/ _jsxs(S.Placeholder, {\n children: [\n /*#__PURE__*/ _jsx(Title, {\n ...title\n }),\n /*#__PURE__*/ _jsxs(S.LinksWrapper, {\n children: [\n description && /*#__PURE__*/ _jsx(S.Description, {\n children: /*#__PURE__*/ _jsx(InnerMarkdownHTML, {\n content: description.content\n })\n }),\n Children.toArray(items.map((item)=>{\n const { items } = item;\n const props = {\n items\n };\n return /*#__PURE__*/ _jsxs(_Fragment, {\n children: [\n /*#__PURE__*/ _jsx(S.RelatedTitle, {\n \"data-testid\": \"items\",\n children: item.title\n }),\n /*#__PURE__*/ _jsx(S.RelatedList, {\n children: /*#__PURE__*/ _jsx(Tags, {\n ...props\n })\n })\n ]\n });\n }))\n ]\n })\n ]\n })\n });\n};\nexport default LinksSeoDesktopView;\n\n//# sourceMappingURL=index.js.map"],"names":["Placeholder","styled","RelatedList","FontMixin","props","TagsDesktopView","items","className","_jsx","S.Placeholder","S.RelatedList","Children","item","parsedItem","nullsToUndefined","InnerMarkdownHTML","TagsWrapper","FlexMixin","Tags","TagsMobileView","S.TagsWrapper","index","S.Tags","genKey","generateViewsComponent","TabsDesktopView","TabsMobileView","Margin","LinksWrapper","BorderRadius","BoxShadow","theme","Padding","RelatedTitle","Description","LinksSeoDesktopView","title","description","Container","_jsxs","Title","S.LinksWrapper","S.Description","_Fragment","S.RelatedTitle"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6]}