libreria-astro-lefebvre 0.0.113 → 0.0.114

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libreria-astro-lefebvre",
3
- "version": "0.0.113",
3
+ "version": "0.0.114",
4
4
  "description": "Librería de componentes Astro, React y Vue para Lefebvre",
5
5
  "author": "Equipo web desarrollo Lefebvre",
6
6
  "type": "module",
@@ -75,6 +75,13 @@ export const metadata: ComponentMetadata = {
75
75
  label: 'Mostrar descripción',
76
76
  mandatory: false,
77
77
  example_value: true
78
+ },
79
+ {
80
+ name: 'color',
81
+ type: 'text',
82
+ label: 'Color del título (en hex)',
83
+ mandatory: false,
84
+ example_value: '#ffffff'
78
85
  }
79
86
  ]
80
87
  };
@@ -3,7 +3,7 @@ import type { ComponentMetadata } from '../interfaces/types';
3
3
  export const metadata: ComponentMetadata = {
4
4
  component_name: 'Indice_2025_Taiwan',
5
5
  category: 'Texto',
6
- name: 'Índice Genial 2025',
6
+ name: 'Componente de índice Genial 2025',
7
7
  description: 'Índice para el directorio de Genial en la corporativa de Lefebvre',
8
8
  framework: 'Astro',
9
9
  priority: 1,