libreria-astro-lefebvre 0.0.42 → 0.0.44
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/package.json +1 -1
- package/src/carbins/Contenido_2025_Alcorcon.ts +76 -76
- package/src/carbins/Contenido_2025_Cordoba.ts +59 -59
- package/src/carbins/Contenido_2025_Granada.ts +67 -67
- package/src/carbins/Contenido_2025_Malaga.ts +100 -100
- package/src/carbins/Contenido_2025_Montevideo.ts +56 -56
- package/src/carbins/Formulario_2025_Seul.ts +56 -56
- package/src/carbins/Imagen_2025_Bogota.ts +76 -76
- package/src/carbins/Imagen_2025_Fukushima.ts +41 -41
- package/src/carbins/Titulo_2025_Algeciras.ts +51 -51
- package/src/carbins/Titulo_2025_Santorini.ts +20 -20
- package/src/carbins/Video_2025_Polop.ts +34 -34
- package/src/components/Astro/Contenido_2025_Malaga.astro +4 -4
- package/src/components/Astro/Formulario_2025_Teruel.astro +2 -0
- package/src/components/Astro/Imagen_2025_Bogota.astro +1 -1
- package/src/components/Astro/Imagen_2025_Fukushima.astro +29 -29
- package/src/components/Astro/Repetidor_2025_Tokyo.astro +45 -45
- package/src/components/Astro/Titulo_2025_Algeciras.astro +6 -2
- package/src/components/Astro/Video_2025_Polop.astro +22 -22
- package/src/generated/componentRegistry.ts +100 -100
- package/src/index.ts +129 -129
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Video_2025_Polop',
|
|
5
|
-
category: 'Contenido',
|
|
6
|
-
name: 'Item con vídeo Genial 2025',
|
|
7
|
-
description: 'Item con vídeo para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['video', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'title',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto del título',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: 'Gatos adorables que te alegrarán el día'
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: 'description',
|
|
21
|
-
type: 'text',
|
|
22
|
-
label: 'Texto de la descripción',
|
|
23
|
-
mandatory: false,
|
|
24
|
-
example_value: 'Los gatos son criaturas maravillosas que traen alegría y compañía a nuestras vidas.'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: 'iframeSrc',
|
|
28
|
-
type: 'text',
|
|
29
|
-
label: 'URL del vídeo/iframe',
|
|
30
|
-
mandatory: false,
|
|
31
|
-
example_value: 'https://lefebvre.es/genia-l/videos/genial/video-trazabilidad.mp4'
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Video_2025_Polop',
|
|
5
|
+
category: 'Contenido',
|
|
6
|
+
name: 'Item con vídeo Genial 2025',
|
|
7
|
+
description: 'Item con vídeo para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['video', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Gatos adorables que te alegrarán el día'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Los gatos son criaturas maravillosas que traen alegría y compañía a nuestras vidas.'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'iframeSrc',
|
|
28
|
+
type: 'text',
|
|
29
|
+
label: 'URL del vídeo/iframe',
|
|
30
|
+
mandatory: false,
|
|
31
|
+
example_value: 'https://lefebvre.es/genia-l/videos/genial/video-trazabilidad.mp4'
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
};
|
|
@@ -23,7 +23,7 @@ const {
|
|
|
23
23
|
<section class="w-full flex items-center justify-center">
|
|
24
24
|
{showImage ? (
|
|
25
25
|
<article class={`${width === 'full' ? 'w-full' : 'w-3/5'} flex flex-col items-center justify-center py-6`}>
|
|
26
|
-
<div class={`flex-col lg:flex ${orientation === 'left' ? 'flex-row' : 'flex-row-reverse'} w-4/5 items-${alignItems} gap-6`}>
|
|
26
|
+
<div class={`flex-col lg:flex ${orientation === 'left' ? 'flex-row' : 'flex-row-reverse'} w-full md:w-4/5 items-${alignItems} gap-6`}>
|
|
27
27
|
{showIco ? (
|
|
28
28
|
<div class={`flex ${flexOrientation === 'row' ? 'flex-row' : 'flex-col'} w-1/2`}>
|
|
29
29
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-[30px]">
|
|
@@ -73,7 +73,7 @@ const {
|
|
|
73
73
|
<div class={`w-full lg:w-1/2 p-4 pr-4 ${orientation === 'left' ? 'css-mq-pl-767' : 'pr-[var(--padding-left)] pl-0' }`}
|
|
74
74
|
style={{ 'padding-left': `${paddingLeft}px` }}>
|
|
75
75
|
{showH2 ? (
|
|
76
|
-
<h2 class="text-[2.25em] md:text-[2.5em] font-poppins leading-[44px] md:leading-[48px] mb-[23px] text-[#262626]
|
|
76
|
+
<h2 class="text-[2.25em] md:text-[2.5em] font-poppins leading-[44px] md:leading-[48px] mb-[23px] text-[#262626] text-base not-italic" set:html={title}></h2>
|
|
77
77
|
) : (
|
|
78
78
|
<h1 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-left leading-[44px] md:leading-[64px] px-6 pl-0 mb-48px md:my-[48px]" set:html={title}></h1>
|
|
79
79
|
)
|
|
@@ -93,8 +93,8 @@ const {
|
|
|
93
93
|
|
|
94
94
|
)}
|
|
95
95
|
|
|
96
|
-
<div class={`w-full lg:w-1/2 p-4 flex items-center ${orientation === 'left' ? 'justify-end' : 'justify-start'}`}>
|
|
97
|
-
<img src={image} alt={title} class="w-
|
|
96
|
+
<div class={`w-full lg:w-1/2 p-4 flex items-center ${orientation === 'left' ? 'justify-end' : 'justify-start'} aspect-square`}>
|
|
97
|
+
<img src={image} alt={title} class="w-[100%] h-[100%] object-cover rounded-lg" />
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
</article>
|
|
@@ -115,6 +115,7 @@ const randomId = Math.floor(Math.random() * 1000);
|
|
|
115
115
|
if (modalPopup) {
|
|
116
116
|
apiManager.pintarFormularioAutogestionado(configLf2);
|
|
117
117
|
modalPopup.classList.remove('hidden');
|
|
118
|
+
document.body.style.overflow = 'hidden';
|
|
118
119
|
if (parentElement) {
|
|
119
120
|
parentElement.classList.add('blur-sm');
|
|
120
121
|
}
|
|
@@ -123,6 +124,7 @@ const randomId = Math.floor(Math.random() * 1000);
|
|
|
123
124
|
if (closeBtn) {
|
|
124
125
|
closeBtn.onclick = () => {
|
|
125
126
|
modalPopup.classList.add('hidden');
|
|
127
|
+
document.body.style.overflow = '';
|
|
126
128
|
if (parentElement) {
|
|
127
129
|
parentElement.classList.remove('blur-sm');
|
|
128
130
|
}
|
|
@@ -45,7 +45,7 @@ const {
|
|
|
45
45
|
|
|
46
46
|
{showDescription ? (
|
|
47
47
|
<h3 class={`text-[${color === '#ffffff' ? '#ffffff' : color}] font-poppins text-[36px] md:text-[40px] font-normal text-center leading-[44px] md:leading-[48px] mb-[32px]`} set:html={title}></h3>
|
|
48
|
-
<div class="text-[#ffffff] font-
|
|
48
|
+
<div class="text-[#ffffff] font-poppins text-xl font-normal leading-[28px] mb-8 text-center" set:html={description}></div>
|
|
49
49
|
) :
|
|
50
50
|
<h3 class={`text-[${color === 'default' ? '#ffffff' : color}] font-poppins text-[36px] md:text-[40px] font-normal text-center leading-[44px] md:leading-[48px] mb-[0px]`} set:html={title}></h3>}
|
|
51
51
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
---
|
|
2
|
-
const {
|
|
3
|
-
link = false,
|
|
4
|
-
image,
|
|
5
|
-
altImage,
|
|
6
|
-
descriptionImage
|
|
7
|
-
} = Astro.props;
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<article class="w-1/3 flex-wrap md:w-1/3 md:flex-nowrap lg:w-1/2 p-1 py-[16px] md:p-[16px]">
|
|
13
|
-
<div class="w-full flex flex-col">
|
|
14
|
-
<div class="w-full">
|
|
15
|
-
{(link && link !== '') ? (
|
|
16
|
-
<a href={link} class="w-full flex flex-col flex-1 justify-center items-center">
|
|
17
|
-
<img class="max-w-[80px] w-fit mb-4" src={image} alt={altImage} />
|
|
18
|
-
<p class="text-[14px] text-[#363942]" set:html={descriptionImage}></p>
|
|
19
|
-
</a>
|
|
20
|
-
) : (
|
|
21
|
-
<div class="w-full flex flex-col flex-1 justify-center items-center max-h-[94px]">
|
|
22
|
-
<img class="max-w-[80px] w-fit mb-4" src={image} alt={altImage} />
|
|
23
|
-
</div>
|
|
24
|
-
<div class="w-full flex flex-col flex-1 justify-center items-center">
|
|
25
|
-
<p class="text-[14px] text-[#363942]" set:html={descriptionImage}></p>
|
|
26
|
-
</div>
|
|
27
|
-
)}
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
1
|
+
---
|
|
2
|
+
const {
|
|
3
|
+
link = false,
|
|
4
|
+
image,
|
|
5
|
+
altImage,
|
|
6
|
+
descriptionImage
|
|
7
|
+
} = Astro.props;
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<article class="w-1/3 flex-wrap md:w-1/3 md:flex-nowrap lg:w-1/2 p-1 py-[16px] md:p-[16px]">
|
|
13
|
+
<div class="w-full flex flex-col">
|
|
14
|
+
<div class="w-full">
|
|
15
|
+
{(link && link !== '') ? (
|
|
16
|
+
<a href={link} class="w-full flex flex-col flex-1 justify-center items-center">
|
|
17
|
+
<img class="max-w-[80px] w-fit mb-4" src={image} alt={altImage} />
|
|
18
|
+
<p class="text-[14px] text-[#363942]" set:html={descriptionImage}></p>
|
|
19
|
+
</a>
|
|
20
|
+
) : (
|
|
21
|
+
<div class="w-full flex flex-col flex-1 justify-center items-center max-h-[94px]">
|
|
22
|
+
<img class="max-w-[80px] w-fit mb-4" src={image} alt={altImage} />
|
|
23
|
+
</div>
|
|
24
|
+
<div class="w-full flex flex-col flex-1 justify-center items-center">
|
|
25
|
+
<p class="text-[14px] text-[#363942]" set:html={descriptionImage}></p>
|
|
26
|
+
</div>
|
|
27
|
+
)}
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
30
|
</article>
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
---
|
|
2
|
-
import Imagen_2025_Fukushima from './Imagen_2025_Fukushima.astro';
|
|
3
|
-
|
|
4
|
-
const {
|
|
5
|
-
title,
|
|
6
|
-
description,
|
|
7
|
-
buttonText,
|
|
8
|
-
buttonUrl,
|
|
9
|
-
showBtn,
|
|
10
|
-
items
|
|
11
|
-
} = Astro.props;
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
<article class="w-full flex flex-col md:flex-row text-center items-center justify-center p-6 md:p-12 bg-cover bg-[url(https://assets.lefebvre.es/media/icons-2/png/icon-shield-228x248.png)] bg-[#F5F6FA] bg-no-repeat bg-position-[center_center] md:bg-auto md:bg-position-[-60px_center] rounded-2xl">
|
|
15
|
-
<div class="w-full md:w-2/3 flex flex-col text-left p-0 mb-4 md:pl-[140px]">
|
|
16
|
-
<h2 class="text-[28px] md:text-[2em] leading-[36px] md:leading-[46px] mb-[16px] font-poppins text-[#262626] font-normal">{title}</h2>
|
|
17
|
-
<div class="max-w-[900px] text-[#363942] font-inter font-normal text-base not-italic leading-[24px] flex flex-col gap-4 mb-8">
|
|
18
|
-
<p set:html={description}></p>
|
|
19
|
-
</div>
|
|
20
|
-
<div class="w-full flex">
|
|
21
|
-
{showBtn ? (
|
|
22
|
-
<div class="flex justify-center gap-2">
|
|
23
|
-
<a href={buttonUrl} class="pl-0 lg:pl-[20px] font-inter font-semibold text-base text-[#001978] hover:text-[#262626] transition-all duration-300 cursor-pointer">{buttonText}</a>
|
|
24
|
-
<div class="flex justify-center">
|
|
25
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.7455 20.8049C7.43901 20.5263 7.41642 20.052 7.69505 19.7455L14.7364 12L7.69505 4.2545C7.41642 3.94801 7.43901 3.47367 7.7455 3.19504C8.05199 2.91641 8.52633 2.939 8.80496 3.24549L16.305 11.4955C16.565 11.7816 16.565 12.2184 16.305 12.5045L8.80496 20.7545C8.52633 21.061 8.05199 21.0836 7.7455 20.8049Z" fill="#001978"/>
|
|
27
|
-
</svg>
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
) : (
|
|
32
|
-
<div class="flex justify-center"></div>
|
|
33
|
-
)}
|
|
34
|
-
</div>
|
|
35
|
-
</div>
|
|
36
|
-
<div class="w-full max-w-7xl flex flex-wrap p-0 lg:flex-nowrap md:p-4 justify-center lg:justify-end items-start ">
|
|
37
|
-
{items.map(item => (
|
|
38
|
-
<Imagen_2025_Fukushima
|
|
39
|
-
link={item.link}
|
|
40
|
-
image={item.image}
|
|
41
|
-
altImage={item.altImage}
|
|
42
|
-
descriptionImage={item.descriptionImage}
|
|
43
|
-
/>
|
|
44
|
-
))}
|
|
45
|
-
</div>
|
|
1
|
+
---
|
|
2
|
+
import Imagen_2025_Fukushima from './Imagen_2025_Fukushima.astro';
|
|
3
|
+
|
|
4
|
+
const {
|
|
5
|
+
title,
|
|
6
|
+
description,
|
|
7
|
+
buttonText,
|
|
8
|
+
buttonUrl,
|
|
9
|
+
showBtn,
|
|
10
|
+
items
|
|
11
|
+
} = Astro.props;
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
<article class="w-full flex flex-col md:flex-row text-center items-center justify-center p-6 md:p-12 bg-cover bg-[url(https://assets.lefebvre.es/media/icons-2/png/icon-shield-228x248.png)] bg-[#F5F6FA] bg-no-repeat bg-position-[center_center] md:bg-auto md:bg-position-[-60px_center] rounded-2xl">
|
|
15
|
+
<div class="w-full md:w-2/3 flex flex-col text-left p-0 mb-4 md:pl-[140px]">
|
|
16
|
+
<h2 class="text-[28px] md:text-[2em] leading-[36px] md:leading-[46px] mb-[16px] font-poppins text-[#262626] font-normal">{title}</h2>
|
|
17
|
+
<div class="max-w-[900px] text-[#363942] font-inter font-normal text-base not-italic leading-[24px] flex flex-col gap-4 mb-8">
|
|
18
|
+
<p set:html={description}></p>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="w-full flex">
|
|
21
|
+
{showBtn ? (
|
|
22
|
+
<div class="flex justify-center gap-2">
|
|
23
|
+
<a href={buttonUrl} class="pl-0 lg:pl-[20px] font-inter font-semibold text-base text-[#001978] hover:text-[#262626] transition-all duration-300 cursor-pointer">{buttonText}</a>
|
|
24
|
+
<div class="flex justify-center">
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.7455 20.8049C7.43901 20.5263 7.41642 20.052 7.69505 19.7455L14.7364 12L7.69505 4.2545C7.41642 3.94801 7.43901 3.47367 7.7455 3.19504C8.05199 2.91641 8.52633 2.939 8.80496 3.24549L16.305 11.4955C16.565 11.7816 16.565 12.2184 16.305 12.5045L8.80496 20.7545C8.52633 21.061 8.05199 21.0836 7.7455 20.8049Z" fill="#001978"/>
|
|
27
|
+
</svg>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
) : (
|
|
32
|
+
<div class="flex justify-center"></div>
|
|
33
|
+
)}
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="w-full max-w-7xl flex flex-wrap p-0 lg:flex-nowrap md:p-4 justify-center lg:justify-end items-start ">
|
|
37
|
+
{items.map(item => (
|
|
38
|
+
<Imagen_2025_Fukushima
|
|
39
|
+
link={item.link}
|
|
40
|
+
image={item.image}
|
|
41
|
+
altImage={item.altImage}
|
|
42
|
+
descriptionImage={item.descriptionImage}
|
|
43
|
+
/>
|
|
44
|
+
))}
|
|
45
|
+
</div>
|
|
46
46
|
</article>
|
|
@@ -6,7 +6,8 @@ const {
|
|
|
6
6
|
description = "",
|
|
7
7
|
tipo = "",
|
|
8
8
|
descriptionWidth = "1/3", // 1/3 3/5 full
|
|
9
|
-
flexJustify = "justify-center"
|
|
9
|
+
flexJustify = "justify-center",
|
|
10
|
+
subdescription = "",
|
|
10
11
|
} = Astro.props;
|
|
11
12
|
|
|
12
13
|
const structuredData = `<script type="application/ld+json">
|
|
@@ -52,7 +53,10 @@ const structuredData = `<script type="application/ld+json">
|
|
|
52
53
|
: <p>{title}</p>
|
|
53
54
|
}
|
|
54
55
|
{description && description.trim() !== "" && (
|
|
55
|
-
<div class={`w-full md:w-${descriptionWidth} text-[#363942] mx-auto font-inter text-base font-normal leading-[28px] mb-8 text-center`} set:html={description}></div>
|
|
56
|
+
<div class={`w-full md:w-${descriptionWidth} text-[#363942] mx-auto max-w-[850px] font-inter text-base font-normal leading-[28px] mb-8 text-center`} set:html={description}></div>
|
|
57
|
+
)}
|
|
58
|
+
{subdescription && subdescription.trim() !== "" && (
|
|
59
|
+
<div class={`w-full md:w-${descriptionWidth} text-[#363942] mx-auto max-w-[850px] font-poppins text-xl font-normal leading-[28px] mb-8 text-center`} set:html={subdescription}></div>
|
|
56
60
|
)}
|
|
57
61
|
</div>
|
|
58
62
|
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
---
|
|
2
|
-
|
|
3
|
-
const {
|
|
4
|
-
title='',
|
|
5
|
-
description='',
|
|
6
|
-
iframeSrc=''
|
|
7
|
-
} = Astro.props;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
<div class="w-full flex flex-col lg:flex-row flex-1 gap-[48px]">
|
|
13
|
-
<div class="w-full flex flex-col justify-center">
|
|
14
|
-
<h3 class="text-[28px] md:text-[32px] leading-[36px] mb-[32px] text-[#262626] font-normal not-italic font-poppins" set:html={title}></h3>
|
|
15
|
-
<p class="text-[#363942] font-inter font-normal text-base not-italic leading-[24px]" set:html={description}></p>
|
|
16
|
-
</div>
|
|
17
|
-
<div class="w-full lg:w-2/2 flex items-start">
|
|
18
|
-
{/* <img src="/assets/images/genial/gradient-bg.webp" alt="Imagen" class="w-full h-auto rounded-xl" /> */}
|
|
19
|
-
<video autoplay loop muted playsinline class="w-full h-auto rounded-xl">
|
|
20
|
-
<source src={iframeSrc} type="video/mp4" />
|
|
21
|
-
</video>
|
|
22
|
-
</div>
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
const {
|
|
4
|
+
title='',
|
|
5
|
+
description='',
|
|
6
|
+
iframeSrc=''
|
|
7
|
+
} = Astro.props;
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
<div class="w-full flex flex-col lg:flex-row flex-1 gap-[48px]">
|
|
13
|
+
<div class="w-full flex flex-col justify-center">
|
|
14
|
+
<h3 class="text-[28px] md:text-[32px] leading-[36px] mb-[32px] text-[#262626] font-normal not-italic font-poppins" set:html={title}></h3>
|
|
15
|
+
<p class="text-[#363942] font-inter font-normal text-base not-italic leading-[24px]" set:html={description}></p>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="w-full lg:w-2/2 flex items-start">
|
|
18
|
+
{/* <img src="/assets/images/genial/gradient-bg.webp" alt="Imagen" class="w-full h-auto rounded-xl" /> */}
|
|
19
|
+
<video autoplay loop muted playsinline class="w-full h-auto rounded-xl">
|
|
20
|
+
<source src={iframeSrc} type="video/mp4" />
|
|
21
|
+
</video>
|
|
22
|
+
</div>
|
|
23
23
|
</div>
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
// FICHERO GENERADO AUTOMÁTICAMENTE usando esto: "npm run generate:registry" ==> NO TOCAR ESTO A MANO (o sus crujo) !!.
|
|
2
|
-
import * as AstroButton from '../carbins/AstroButton.ts';
|
|
3
|
-
import * as CTA_2025_Formentera from '../carbins/CTA_2025_Formentera.ts';
|
|
4
|
-
import * as Cabecera_2025_Barcelona from '../carbins/Cabecera_2025_Barcelona.ts';
|
|
5
|
-
import * as Cabecera_2025_Madrid from '../carbins/Cabecera_2025_Madrid.ts';
|
|
6
|
-
import * as Contenido_2025_Alcorcon from '../carbins/Contenido_2025_Alcorcon.ts';
|
|
7
|
-
import * as Contenido_2025_Cordoba from '../carbins/Contenido_2025_Cordoba.ts';
|
|
8
|
-
import * as Contenido_2025_Granada from '../carbins/Contenido_2025_Granada.ts';
|
|
9
|
-
import * as Contenido_2025_Malaga from '../carbins/Contenido_2025_Malaga.ts';
|
|
10
|
-
import * as Contenido_2025_Montevideo from '../carbins/Contenido_2025_Montevideo.ts';
|
|
11
|
-
import * as CorpFooter from '../carbins/CorpFooter.ts';
|
|
12
|
-
import * as CorpHero from '../carbins/CorpHero.ts';
|
|
13
|
-
import * as FooterCorporativo from '../carbins/FooterCorporativo.ts';
|
|
14
|
-
import * as Footer_2025_Napoles from '../carbins/Footer_2025_Napoles.ts';
|
|
15
|
-
import * as Formulario_2025_Seul from '../carbins/Formulario_2025_Seul.ts';
|
|
16
|
-
import * as Formulario_2025_Teruel from '../carbins/Formulario_2025_Teruel.ts';
|
|
17
|
-
import * as GeometricShapeCard from '../carbins/GeometricShapeCard.ts';
|
|
18
|
-
import * as HeaderCorporativo from '../carbins/HeaderCorporativo.ts';
|
|
19
|
-
import * as ImageTextSimple from '../carbins/ImageTextSimple.ts';
|
|
20
|
-
import * as Imagen_2025_Bogota from '../carbins/Imagen_2025_Bogota.ts';
|
|
21
|
-
import * as Imagen_2025_Fukushima from '../carbins/Imagen_2025_Fukushima.ts';
|
|
22
|
-
import * as ReactButton from '../carbins/ReactButton.ts';
|
|
23
|
-
import * as Repetidor_2025_Cabra from '../carbins/Repetidor_2025_Cabra.ts';
|
|
24
|
-
import * as Repetidor_2025_Dubai from '../carbins/Repetidor_2025_Dubai.ts';
|
|
25
|
-
import * as Repetidor_2025_Estocolmo from '../carbins/Repetidor_2025_Estocolmo.ts';
|
|
26
|
-
import * as Repetidor_2025_Mallorca from '../carbins/Repetidor_2025_Mallorca.ts';
|
|
27
|
-
import * as Repetidor_2025_Menorca from '../carbins/Repetidor_2025_Menorca.ts';
|
|
28
|
-
import * as Repetidor_2025_Michigan from '../carbins/Repetidor_2025_Michigan.ts';
|
|
29
|
-
import * as Repetidor_2025_Orcasitas from '../carbins/Repetidor_2025_Orcasitas.ts';
|
|
30
|
-
import * as Repetidor_2025_Oslo from '../carbins/Repetidor_2025_Oslo.ts';
|
|
31
|
-
import * as Repetidor_2025_Quito from '../carbins/Repetidor_2025_Quito.ts';
|
|
32
|
-
import * as Repetidor_2025_Seattle from '../carbins/Repetidor_2025_Seattle.ts';
|
|
33
|
-
import * as Repetidor_2025_Tokyo from '../carbins/Repetidor_2025_Tokyo.ts';
|
|
34
|
-
import * as Repetidor_2025_Ubeda from '../carbins/Repetidor_2025_Ubeda.ts';
|
|
35
|
-
import * as Repetidor_2025_Yakarta from '../carbins/Repetidor_2025_Yakarta.ts';
|
|
36
|
-
import * as SEO_Head_Section from '../carbins/SEO_Head_Section.ts';
|
|
37
|
-
import * as Separador_2025_Reinosa from '../carbins/Separador_2025_Reinosa.ts';
|
|
38
|
-
import * as SpectrumSeparator from '../carbins/SpectrumSeparator.ts';
|
|
39
|
-
import * as TestPadre from '../carbins/TestPadre.ts';
|
|
40
|
-
import * as TextBox from '../carbins/TextBox.ts';
|
|
41
|
-
import * as TextImageBackground from '../carbins/TextImageBackground.ts';
|
|
42
|
-
import * as TextImageBlock from '../carbins/TextImageBlock.ts';
|
|
43
|
-
import * as TextImageCard from '../carbins/TextImageCard.ts';
|
|
44
|
-
import * as TextImageHeader from '../carbins/TextImageHeader.ts';
|
|
45
|
-
import * as Titulo_2025_Algeciras from '../carbins/Titulo_2025_Algeciras.ts';
|
|
46
|
-
import * as Titulo_2025_Santorini from '../carbins/Titulo_2025_Santorini.ts';
|
|
47
|
-
import * as VideoAutoplay from '../carbins/VideoAutoplay.ts';
|
|
48
|
-
import * as Video_2025_Polop from '../carbins/Video_2025_Polop.ts';
|
|
49
|
-
import * as VueButton from '../carbins/VueButton.ts';
|
|
50
|
-
|
|
51
|
-
export const components = [
|
|
52
|
-
{component: AstroButton},
|
|
53
|
-
{component: CTA_2025_Formentera},
|
|
54
|
-
{component: Cabecera_2025_Barcelona},
|
|
55
|
-
{component: Cabecera_2025_Madrid},
|
|
56
|
-
{component: Contenido_2025_Alcorcon},
|
|
57
|
-
{component: Contenido_2025_Cordoba},
|
|
58
|
-
{component: Contenido_2025_Granada},
|
|
59
|
-
{component: Contenido_2025_Malaga},
|
|
60
|
-
{component: Contenido_2025_Montevideo},
|
|
61
|
-
{component: CorpFooter},
|
|
62
|
-
{component: CorpHero},
|
|
63
|
-
{component: FooterCorporativo},
|
|
64
|
-
{component: Footer_2025_Napoles},
|
|
65
|
-
{component: Formulario_2025_Seul},
|
|
66
|
-
{component: Formulario_2025_Teruel},
|
|
67
|
-
{component: GeometricShapeCard},
|
|
68
|
-
{component: HeaderCorporativo},
|
|
69
|
-
{component: ImageTextSimple},
|
|
70
|
-
{component: Imagen_2025_Bogota},
|
|
71
|
-
{component: Imagen_2025_Fukushima},
|
|
72
|
-
{component: ReactButton},
|
|
73
|
-
{component: Repetidor_2025_Cabra},
|
|
74
|
-
{component: Repetidor_2025_Dubai},
|
|
75
|
-
{component: Repetidor_2025_Estocolmo},
|
|
76
|
-
{component: Repetidor_2025_Mallorca},
|
|
77
|
-
{component: Repetidor_2025_Menorca},
|
|
78
|
-
{component: Repetidor_2025_Michigan},
|
|
79
|
-
{component: Repetidor_2025_Orcasitas},
|
|
80
|
-
{component: Repetidor_2025_Oslo},
|
|
81
|
-
{component: Repetidor_2025_Quito},
|
|
82
|
-
{component: Repetidor_2025_Seattle},
|
|
83
|
-
{component: Repetidor_2025_Tokyo},
|
|
84
|
-
{component: Repetidor_2025_Ubeda},
|
|
85
|
-
{component: Repetidor_2025_Yakarta},
|
|
86
|
-
{component: SEO_Head_Section},
|
|
87
|
-
{component: Separador_2025_Reinosa},
|
|
88
|
-
{component: SpectrumSeparator},
|
|
89
|
-
{component: TestPadre},
|
|
90
|
-
{component: TextBox},
|
|
91
|
-
{component: TextImageBackground},
|
|
92
|
-
{component: TextImageBlock},
|
|
93
|
-
{component: TextImageCard},
|
|
94
|
-
{component: TextImageHeader},
|
|
95
|
-
{component: Titulo_2025_Algeciras},
|
|
96
|
-
{component: Titulo_2025_Santorini},
|
|
97
|
-
{component: VideoAutoplay},
|
|
98
|
-
{component: Video_2025_Polop},
|
|
99
|
-
{component: VueButton},
|
|
100
|
-
];
|
|
1
|
+
// FICHERO GENERADO AUTOMÁTICAMENTE usando esto: "npm run generate:registry" ==> NO TOCAR ESTO A MANO (o sus crujo) !!.
|
|
2
|
+
import * as AstroButton from '../carbins/AstroButton.ts';
|
|
3
|
+
import * as CTA_2025_Formentera from '../carbins/CTA_2025_Formentera.ts';
|
|
4
|
+
import * as Cabecera_2025_Barcelona from '../carbins/Cabecera_2025_Barcelona.ts';
|
|
5
|
+
import * as Cabecera_2025_Madrid from '../carbins/Cabecera_2025_Madrid.ts';
|
|
6
|
+
import * as Contenido_2025_Alcorcon from '../carbins/Contenido_2025_Alcorcon.ts';
|
|
7
|
+
import * as Contenido_2025_Cordoba from '../carbins/Contenido_2025_Cordoba.ts';
|
|
8
|
+
import * as Contenido_2025_Granada from '../carbins/Contenido_2025_Granada.ts';
|
|
9
|
+
import * as Contenido_2025_Malaga from '../carbins/Contenido_2025_Malaga.ts';
|
|
10
|
+
import * as Contenido_2025_Montevideo from '../carbins/Contenido_2025_Montevideo.ts';
|
|
11
|
+
import * as CorpFooter from '../carbins/CorpFooter.ts';
|
|
12
|
+
import * as CorpHero from '../carbins/CorpHero.ts';
|
|
13
|
+
import * as FooterCorporativo from '../carbins/FooterCorporativo.ts';
|
|
14
|
+
import * as Footer_2025_Napoles from '../carbins/Footer_2025_Napoles.ts';
|
|
15
|
+
import * as Formulario_2025_Seul from '../carbins/Formulario_2025_Seul.ts';
|
|
16
|
+
import * as Formulario_2025_Teruel from '../carbins/Formulario_2025_Teruel.ts';
|
|
17
|
+
import * as GeometricShapeCard from '../carbins/GeometricShapeCard.ts';
|
|
18
|
+
import * as HeaderCorporativo from '../carbins/HeaderCorporativo.ts';
|
|
19
|
+
import * as ImageTextSimple from '../carbins/ImageTextSimple.ts';
|
|
20
|
+
import * as Imagen_2025_Bogota from '../carbins/Imagen_2025_Bogota.ts';
|
|
21
|
+
import * as Imagen_2025_Fukushima from '../carbins/Imagen_2025_Fukushima.ts';
|
|
22
|
+
import * as ReactButton from '../carbins/ReactButton.ts';
|
|
23
|
+
import * as Repetidor_2025_Cabra from '../carbins/Repetidor_2025_Cabra.ts';
|
|
24
|
+
import * as Repetidor_2025_Dubai from '../carbins/Repetidor_2025_Dubai.ts';
|
|
25
|
+
import * as Repetidor_2025_Estocolmo from '../carbins/Repetidor_2025_Estocolmo.ts';
|
|
26
|
+
import * as Repetidor_2025_Mallorca from '../carbins/Repetidor_2025_Mallorca.ts';
|
|
27
|
+
import * as Repetidor_2025_Menorca from '../carbins/Repetidor_2025_Menorca.ts';
|
|
28
|
+
import * as Repetidor_2025_Michigan from '../carbins/Repetidor_2025_Michigan.ts';
|
|
29
|
+
import * as Repetidor_2025_Orcasitas from '../carbins/Repetidor_2025_Orcasitas.ts';
|
|
30
|
+
import * as Repetidor_2025_Oslo from '../carbins/Repetidor_2025_Oslo.ts';
|
|
31
|
+
import * as Repetidor_2025_Quito from '../carbins/Repetidor_2025_Quito.ts';
|
|
32
|
+
import * as Repetidor_2025_Seattle from '../carbins/Repetidor_2025_Seattle.ts';
|
|
33
|
+
import * as Repetidor_2025_Tokyo from '../carbins/Repetidor_2025_Tokyo.ts';
|
|
34
|
+
import * as Repetidor_2025_Ubeda from '../carbins/Repetidor_2025_Ubeda.ts';
|
|
35
|
+
import * as Repetidor_2025_Yakarta from '../carbins/Repetidor_2025_Yakarta.ts';
|
|
36
|
+
import * as SEO_Head_Section from '../carbins/SEO_Head_Section.ts';
|
|
37
|
+
import * as Separador_2025_Reinosa from '../carbins/Separador_2025_Reinosa.ts';
|
|
38
|
+
import * as SpectrumSeparator from '../carbins/SpectrumSeparator.ts';
|
|
39
|
+
import * as TestPadre from '../carbins/TestPadre.ts';
|
|
40
|
+
import * as TextBox from '../carbins/TextBox.ts';
|
|
41
|
+
import * as TextImageBackground from '../carbins/TextImageBackground.ts';
|
|
42
|
+
import * as TextImageBlock from '../carbins/TextImageBlock.ts';
|
|
43
|
+
import * as TextImageCard from '../carbins/TextImageCard.ts';
|
|
44
|
+
import * as TextImageHeader from '../carbins/TextImageHeader.ts';
|
|
45
|
+
import * as Titulo_2025_Algeciras from '../carbins/Titulo_2025_Algeciras.ts';
|
|
46
|
+
import * as Titulo_2025_Santorini from '../carbins/Titulo_2025_Santorini.ts';
|
|
47
|
+
import * as VideoAutoplay from '../carbins/VideoAutoplay.ts';
|
|
48
|
+
import * as Video_2025_Polop from '../carbins/Video_2025_Polop.ts';
|
|
49
|
+
import * as VueButton from '../carbins/VueButton.ts';
|
|
50
|
+
|
|
51
|
+
export const components = [
|
|
52
|
+
{component: AstroButton},
|
|
53
|
+
{component: CTA_2025_Formentera},
|
|
54
|
+
{component: Cabecera_2025_Barcelona},
|
|
55
|
+
{component: Cabecera_2025_Madrid},
|
|
56
|
+
{component: Contenido_2025_Alcorcon},
|
|
57
|
+
{component: Contenido_2025_Cordoba},
|
|
58
|
+
{component: Contenido_2025_Granada},
|
|
59
|
+
{component: Contenido_2025_Malaga},
|
|
60
|
+
{component: Contenido_2025_Montevideo},
|
|
61
|
+
{component: CorpFooter},
|
|
62
|
+
{component: CorpHero},
|
|
63
|
+
{component: FooterCorporativo},
|
|
64
|
+
{component: Footer_2025_Napoles},
|
|
65
|
+
{component: Formulario_2025_Seul},
|
|
66
|
+
{component: Formulario_2025_Teruel},
|
|
67
|
+
{component: GeometricShapeCard},
|
|
68
|
+
{component: HeaderCorporativo},
|
|
69
|
+
{component: ImageTextSimple},
|
|
70
|
+
{component: Imagen_2025_Bogota},
|
|
71
|
+
{component: Imagen_2025_Fukushima},
|
|
72
|
+
{component: ReactButton},
|
|
73
|
+
{component: Repetidor_2025_Cabra},
|
|
74
|
+
{component: Repetidor_2025_Dubai},
|
|
75
|
+
{component: Repetidor_2025_Estocolmo},
|
|
76
|
+
{component: Repetidor_2025_Mallorca},
|
|
77
|
+
{component: Repetidor_2025_Menorca},
|
|
78
|
+
{component: Repetidor_2025_Michigan},
|
|
79
|
+
{component: Repetidor_2025_Orcasitas},
|
|
80
|
+
{component: Repetidor_2025_Oslo},
|
|
81
|
+
{component: Repetidor_2025_Quito},
|
|
82
|
+
{component: Repetidor_2025_Seattle},
|
|
83
|
+
{component: Repetidor_2025_Tokyo},
|
|
84
|
+
{component: Repetidor_2025_Ubeda},
|
|
85
|
+
{component: Repetidor_2025_Yakarta},
|
|
86
|
+
{component: SEO_Head_Section},
|
|
87
|
+
{component: Separador_2025_Reinosa},
|
|
88
|
+
{component: SpectrumSeparator},
|
|
89
|
+
{component: TestPadre},
|
|
90
|
+
{component: TextBox},
|
|
91
|
+
{component: TextImageBackground},
|
|
92
|
+
{component: TextImageBlock},
|
|
93
|
+
{component: TextImageCard},
|
|
94
|
+
{component: TextImageHeader},
|
|
95
|
+
{component: Titulo_2025_Algeciras},
|
|
96
|
+
{component: Titulo_2025_Santorini},
|
|
97
|
+
{component: VideoAutoplay},
|
|
98
|
+
{component: Video_2025_Polop},
|
|
99
|
+
{component: VueButton},
|
|
100
|
+
];
|