libreria-astro-lefebvre 0.1.4 → 0.1.5

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.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Librería de componentes Astro, React y Vue para Lefebvre",
5
5
  "author": "Equipo web desarrollo Lefebvre",
6
6
  "type": "module",
@@ -14,7 +14,7 @@ const {
14
14
  {title && tipo === "h1" && <h1 class={`font-poppins text-[${color}] text-[40px] font-semibold leading-[48px] mb-4`} set:html={title}></h1>}
15
15
  {title && tipo === "h2-40" && <h2 class={`font-poppins text-[${color}] text-[36px] md:text-[40px] font-normal text-center leading-[48px] my-8`} set:html={title}></h2>}
16
16
  {title && tipo === "h2-32" && <h2 class={`font-poppins text-[${color}] text-[32px] font-semibold leading-10 mb-4`} set:html={title}></h2>}
17
- {title && tipo === "h2-32-normal" && <h2 class={`font-poppins text-[${color}] text-[32px] font-semibold leading-10 mb-4`} set:html={title}></h2>}
17
+ {title && tipo === "h2-32-normal" && <h2 class={`font-poppins text-[${color}] text-[32px] font-normal leading-10 mb-4`} set:html={title}></h2>}
18
18
  {title && tipo === "h2" && <h2 class={`font-poppins text-[${color}] text-[24px] font-normal leading-8 mb-4`} set:html={title}></h2>}
19
19
  {title && tipo === "h3-24" && <h3 class={`font-poppins text-[${color}] text-[24px] font-semibold leading-8 mb-4`} set:html={title}></h3>}
20
20
  {title && tipo === "h3" && <h3 class={`font-poppins text-[${color}] text-[20px] font-semibold leading-7 mb-4`} set:html={title}></h3>}