import { Button, Text } from '@elementor/app-ui';

export default function ConditionConflicts( props ) {
	if ( ! props.conflicts.length ) {
		return '';
	}

	const conflictLinks = props.conflicts.map( ( conflict ) => {
		return (
			<Button
				key={ conflict.template_id }
				target="_blank"
				url={ conflict.edit_url }
				text={ conflict.template_title }
			/>
		);
	} );

	return (
		<Text className="e-site-editor-conditions__conflict" variant="sm">
			{
				sprintf(
					/* translators: %s: a list of conflicted templates */
					__( 'We noticed that you already applied %s with the same condition.', 'elementor-pro' ),
					conflictLinks,
				)
			}
			<br />
			{ __( "To continue, set different conditions for each so they don't conflict.", 'elementor-pro' ) }
		</Text>
	);
}

ConditionConflicts.propTypes = {
	conflicts: PropTypes.array.isRequired,
};
<?xml version="1.0" encoding="UTF-8"?>
<!-- Este mapa del sitio lo generó All in One SEO vv4.8.2 dinámicamente el 12 de septiembre de 2026 a las 16:26 - el plugin SEO original para WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://www.lagenteruzafa.es/default-sitemap.xsl?sitemap=root"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/post-sitemap.xml]]></loc>
		<lastmod><![CDATA[2023-12-28T09:03:37+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/page-sitemap.xml]]></loc>
		<lastmod><![CDATA[2024-05-08T10:12:11+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/haarmax_footer_build-sitemap.xml]]></loc>
		<lastmod><![CDATA[2022-09-09T10:23:18+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/haarmax_header_build-sitemap.xml]]></loc>
		<lastmod><![CDATA[2023-12-28T08:43:08+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/product-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-12-25T07:29:45+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/category-sitemap.xml]]></loc>
		<lastmod><![CDATA[2023-12-28T09:03:37+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/post_tag-sitemap.xml]]></loc>
		<lastmod><![CDATA[2023-12-28T09:03:37+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.lagenteruzafa.es/product_cat-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-12-25T07:29:45+00:00]]></lastmod>
	</sitemap>
</sitemapindex>
