libreria-astro-lefebvre 0.1.76 → 0.1.77

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.76",
3
+ "version": "0.1.77",
4
4
  "description": "Librería de componentes Astro, React y Vue para Lefebvre",
5
5
  "author": "Equipo web desarrollo Lefebvre",
6
6
  "type": "module",
@@ -21,8 +21,8 @@ const videoUrl = iframeSrc || '';
21
21
  const randomId = Math.floor(Math.random() * 1000);
22
22
  ---
23
23
 
24
- <section class="w-full flex justify-center [background:conic-gradient(from_180deg_at_50%_44.39%,rgba(33,52,241,0.01)_0.07096946937963367deg,rgba(255,255,255,0.17)_177.9798674583435deg),var(--Background-Base,#FFF)]" id={`comp-ContHuesca-${randomId}`}>
25
- <article class="w-full max-w-7xl flex flex-col py-6 px-4">
24
+ <section class="w-full max-w-7xl flex justify-center [background:conic-gradient(from_180deg_at_50%_44.39%,rgba(33,52,241,0.01)_0.07096946937963367deg,rgba(255,255,255,0.17)_177.9798674583435deg),var(--Background-Base,#FFF)]" id={`comp-ContHuesca-${randomId}`}>
25
+ <article class="w-full justify-center max-w-7xl flex flex-col py-6 px-4">
26
26
  {tag && (
27
27
  <span class="text-[#363942] text-center font-inter text-base not-italic font-normal leading-6 flex items-center justify-center gap-2.5 w-fit py-2 px-3 rounded bg-[#001772]/10 mb-8">{tag}</span>
28
28
  )}