libreria-astro-lefebvre 0.0.101 → 0.0.103
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/Author_2025_Algarve.ts +1 -1
- package/src/carbins/Contenido_2025_Malaga.ts +1 -1
- package/src/carbins/RRSS_2025_Pisa.ts +7 -0
- package/src/components/Astro/Hero_2025_Benidorm.astro +2 -0
- package/src/components/Astro/RRSS_2025_Pisa.astro +8 -0
- package/src/components/Astro/Repetidor_2025_Jaen.astro +1 -0
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@ export const metadata: ComponentMetadata = {
|
|
|
21
21
|
type: 'text',
|
|
22
22
|
label: 'Descripción del autor',
|
|
23
23
|
mandatory: false,
|
|
24
|
-
example_value: 'Comprende la maravillosa mente del gato esfinge y descubre por qué esta raza única ha capturado los corazones de amantes de los gatos en todo el mundo.'
|
|
24
|
+
example_value: 'Comprende la maravillosa mente del gato esfinge y descubre por qué esta raza única ha capturado los corazones de amantes de los gatos en todo el mundo en Algarve 2025.'
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
name: 'imageAuthor',
|
|
@@ -21,7 +21,7 @@ export const metadata: ComponentMetadata = {
|
|
|
21
21
|
type: 'text',
|
|
22
22
|
label: 'Texto de la descripción',
|
|
23
23
|
mandatory: false,
|
|
24
|
-
example_value: 'Comprende la maravillosa mente del gato esfinge y descubre por qué esta raza única ha capturado los corazones de amantes de los gatos en todo el mundo.'
|
|
24
|
+
example_value: 'Comprende la maravillosa mente del gato esfinge y descubre por qué esta raza única ha capturado los corazones de amantes de los gatos en todo el mundo en Malaga 2025.'
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
name: 'buttonText',
|
|
@@ -37,6 +37,13 @@ export const metadata: ComponentMetadata = {
|
|
|
37
37
|
mandatory: false,
|
|
38
38
|
example_value: 'https://wa.me/34600000000'
|
|
39
39
|
},
|
|
40
|
+
{
|
|
41
|
+
name: 'instagram',
|
|
42
|
+
type: 'text',
|
|
43
|
+
label: 'URL del perfil de Instagram',
|
|
44
|
+
mandatory: false,
|
|
45
|
+
example_value: 'https://instagram.com/usuario'
|
|
46
|
+
},
|
|
40
47
|
{
|
|
41
48
|
name: 'email',
|
|
42
49
|
type: 'text',
|
|
@@ -15,6 +15,7 @@ const {
|
|
|
15
15
|
descriptionAuthor,
|
|
16
16
|
enriquecido = false,
|
|
17
17
|
itemsTagPost = [],
|
|
18
|
+
minutes
|
|
18
19
|
} = Astro.props;
|
|
19
20
|
|
|
20
21
|
const imageUrl = extractImageUrl(image);
|
|
@@ -39,6 +40,7 @@ const imageUrl = extractImageUrl(image);
|
|
|
39
40
|
imageAuthor={imageAuthor}
|
|
40
41
|
imageAuthorAlt={imageAuthorAlt}
|
|
41
42
|
full={true}
|
|
43
|
+
minutes={minutes}
|
|
42
44
|
/>
|
|
43
45
|
{itemsTagPost.map((item) => (
|
|
44
46
|
<Tag_2025_Bolonia tag={item.tag} />
|
|
@@ -5,6 +5,7 @@ const {
|
|
|
5
5
|
linkedin = '',
|
|
6
6
|
twitter = '',
|
|
7
7
|
whatsapp = '',
|
|
8
|
+
instagram = '',
|
|
8
9
|
email = '',
|
|
9
10
|
print = false,
|
|
10
11
|
copyLink = false,
|
|
@@ -42,6 +43,13 @@ const {
|
|
|
42
43
|
</svg>
|
|
43
44
|
</a>
|
|
44
45
|
)}
|
|
46
|
+
{instagram && (
|
|
47
|
+
<a href={instagram} target="_blank" rel="noopener noreferrer" aria-label="Instagram" class="flex items-center justify-center w-10 h-10 rounded-full transition-colors duration-200 cursor-pointer border-none bg-transparent hover:bg-[#F2F3F8]">
|
|
48
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.38459 4.38459C5.27112 3.49805 6.47352 3 7.72727 3H24.2727C25.5265 3 26.7289 3.49805 27.6154 4.38459C28.5019 5.27112 29 6.47352 29 7.72727V24.2727C29 25.5265 28.5019 26.7289 27.6154 27.6154C26.7289 28.5019 25.5265 29 24.2727 29H7.72727C6.47352 29 5.27112 28.5019 4.38459 27.6154C3.49805 26.7289 3 25.5265 3 24.2727V7.72727C3 6.47352 3.49805 5.27112 4.38459 4.38459ZM11.1071 8.32933C9.57297 8.32933 8.32933 9.57297 8.32933 11.1071V20.8929C8.32933 22.427 9.57297 23.6707 11.1071 23.6707H20.8929C22.427 23.6707 23.6707 22.427 23.6707 20.8929V11.1071C23.6707 9.57297 22.427 8.32933 20.8929 8.32933H11.1071ZM6.54545 11.1071C6.54545 8.58776 8.58776 6.54545 11.1071 6.54545H20.8929C23.4122 6.54545 25.4545 8.58776 25.4545 11.1071V20.8929C25.4545 23.4122 23.4122 25.4545 20.8929 25.4545H11.1071C8.58776 25.4545 6.54545 23.4122 6.54545 20.8929V11.1071ZM12.6783 12.6783C13.5593 11.7974 14.7541 11.3025 16 11.3025C17.2459 11.3025 18.4407 11.7974 19.3217 12.6783C20.2026 13.5593 20.6975 14.7541 20.6975 16C20.6975 17.2459 20.2026 18.4407 19.3217 19.3217C18.4407 20.2026 17.2459 20.6975 16 20.6975C14.7541 20.6975 13.5593 20.2026 12.6783 19.3217C11.7974 18.4407 11.3025 17.2459 11.3025 16C11.3025 14.7541 11.7974 13.5593 12.6783 12.6783ZM16 13.0863C15.2272 13.0863 14.4861 13.3933 13.9397 13.9397C13.3933 14.4861 13.0863 15.2272 13.0863 16C13.0863 16.7727 13.3933 17.5139 13.9397 18.0603C14.4861 18.6067 15.2272 18.9137 16 18.9137C16.7727 18.9137 17.5139 18.6067 18.0603 18.0603C18.6067 17.5139 18.9137 16.7727 18.9137 16C18.9137 15.2272 18.6067 14.4861 18.0603 13.9397C17.5139 13.3933 16.7727 13.0863 16 13.0863ZM20.6972 12.1942C21.1898 12.1942 21.5891 11.7948 21.5891 11.3022C21.5891 10.8096 21.1898 10.4103 20.6972 10.4103C20.2046 10.4103 19.8053 10.8096 19.8053 11.3022C19.8053 11.7948 20.2046 12.1942 20.6972 12.1942Z" fill="#262626"/>
|
|
50
|
+
</svg>
|
|
51
|
+
</a>
|
|
52
|
+
)}
|
|
45
53
|
{email && (
|
|
46
54
|
<a href={`mailto:${email}`} aria-label="Email" class="flex items-center justify-center w-10 h-10 rounded-full transition-colors duration-200 cursor-pointer border-none bg-transparent hover:bg-[#F2F3F8]">
|
|
47
55
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|