libreria-astro-lefebvre 0.0.39 → 0.0.40
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/Formulario_2025_Teruel.ts +9 -9
- package/src/carbins/GeometricShapeCard.ts +1 -1
- package/src/carbins/ImageTextSimple.ts +3 -3
- package/src/carbins/Imagen_2025_Bogota.ts +76 -76
- package/src/carbins/TextImageBackground.ts +5 -5
- package/src/carbins/TextImageBlock.ts +3 -3
- package/src/carbins/TextImageCard.ts +3 -3
- package/src/carbins/TextImageHeader.ts +5 -6
- package/src/carbins/Titulo_2025_Algeciras.ts +51 -51
- package/src/carbins/Titulo_2025_Santorini.ts +20 -20
- package/src/carbins/Video_2025_Valencia.ts +12 -12
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Titulo_2025_Algeciras',
|
|
5
|
-
category: 'Título',
|
|
6
|
-
name: 'Título Genial 2025',
|
|
7
|
-
description: 'Título para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['title', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'title',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto del título',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: '
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: 'description',
|
|
21
|
-
type: 'text',
|
|
22
|
-
label: 'Texto de la descripción',
|
|
23
|
-
mandatory: false,
|
|
24
|
-
example_value: '
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: 'tipo',
|
|
28
|
-
type: 'select',
|
|
29
|
-
label: 'Etiqueta del título',
|
|
30
|
-
options: ['h1', 'h2', 'h2-mb64', 'h3', 'h3-mb32', 'h4', 'h5', 'h6', 'p'],
|
|
31
|
-
options_labels: ['H1', 'H2', 'H2 con margen inferior 64px', 'H3', 'H3 con margen inferior 32px', 'H4', 'H5', 'H6', 'Párrafo'],
|
|
32
|
-
example_value: 'h1'
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: 'flexJustify',
|
|
36
|
-
type: 'select',
|
|
37
|
-
label: 'Justificación del contenido',
|
|
38
|
-
options: ['justify-start', 'justify-center'],
|
|
39
|
-
options_labels: ['Izquierda', 'Centro'],
|
|
40
|
-
example_value: 'justify-start'
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'descriptionWidth',
|
|
44
|
-
type: 'select',
|
|
45
|
-
label: 'Ancho de la descripción',
|
|
46
|
-
options: ['1/3', '3/5', 'full'],
|
|
47
|
-
options_labels: ['1/3', '3/5', 'Completo'],
|
|
48
|
-
example_value: '1/3'
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Titulo_2025_Algeciras',
|
|
5
|
+
category: 'Título',
|
|
6
|
+
name: 'Título Genial 2025',
|
|
7
|
+
description: 'Título para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['title', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Gatos atracadores: la nueva moda felina en puertos'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Descripción detallada sobre la moda felina en puertos'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'tipo',
|
|
28
|
+
type: 'select',
|
|
29
|
+
label: 'Etiqueta del título',
|
|
30
|
+
options: ['h1', 'h2', 'h2-mb64', 'h3', 'h3-mb32', 'h4', 'h5', 'h6', 'p'],
|
|
31
|
+
options_labels: ['H1', 'H2', 'H2 con margen inferior 64px', 'H3', 'H3 con margen inferior 32px', 'H4', 'H5', 'H6', 'Párrafo'],
|
|
32
|
+
example_value: 'h1'
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'flexJustify',
|
|
36
|
+
type: 'select',
|
|
37
|
+
label: 'Justificación del contenido',
|
|
38
|
+
options: ['justify-start', 'justify-center'],
|
|
39
|
+
options_labels: ['Izquierda', 'Centro'],
|
|
40
|
+
example_value: 'justify-start'
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'descriptionWidth',
|
|
44
|
+
type: 'select',
|
|
45
|
+
label: 'Ancho de la descripción',
|
|
46
|
+
options: ['1/3', '3/5', 'full'],
|
|
47
|
+
options_labels: ['1/3', '3/5', 'Completo'],
|
|
48
|
+
example_value: '1/3'
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Titulo_2025_Santorini',
|
|
5
|
-
category: 'Título',
|
|
6
|
-
name: 'Texto azul Genial 2025',
|
|
7
|
-
description: 'Texto azul para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['texto', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'description',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto de la descripción',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: '
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Titulo_2025_Santorini',
|
|
5
|
+
category: 'Título',
|
|
6
|
+
name: 'Texto azul Genial 2025',
|
|
7
|
+
description: 'Texto azul para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['texto', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'description',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto de la descripción',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Ejemplo de un texto azul llamativo para destacar información importante en la página.'
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Video_2025_Valencia',
|
|
5
|
-
category: 'Contenido',
|
|
6
|
-
name: 'Vídeos Genial 2025',
|
|
7
|
-
description: '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
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Video_2025_Valencia',
|
|
5
|
+
category: 'Contenido',
|
|
6
|
+
name: 'Vídeos Genial 2025',
|
|
7
|
+
description: 'Vídeo para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['video', 'genial', 'FIX'],
|
|
11
|
+
fields: []
|
|
12
|
+
};
|