libreria-astro-lefebvre 0.0.175 → 0.0.176

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.175",
3
+ "version": "0.0.176",
4
4
  "description": "Librería de componentes Astro, React y Vue para Lefebvre",
5
5
  "author": "Equipo web desarrollo Lefebvre",
6
6
  "type": "module",
@@ -55,10 +55,10 @@ const structuredData = `<script type="application/ld+json">
55
55
  ---
56
56
 
57
57
  {full ? (
58
- <div class="w-[596px] flex flex-row items-center gap-3 px-0 md:px-0">
58
+ <div class="w-full md:w-[596px] flex flex-row items-center gap-3 px-0 md:px-0">
59
59
  <div class="w-1/2 md:w-2/3 flex h-auto items-center self-stretch gap-4">
60
60
  <div class="flex flex-col items-center justify-center gap-2">
61
- <img src={imageAuthor} alt={imageAuthorAlt} width={imageSize} height={imageSize} class={`w-full md:w-auto aspect-square object-cover ${roundedClass} ${sizeClass}`} loading="lazy">
61
+ <img src={imageAuthor} alt={imageAuthorAlt} width={imageSize} height={imageSize} class={`w-full md:w-[48px] aspect-square object-cover rounded-full`} loading="lazy">
62
62
  </div>
63
63
 
64
64
  <div class="w-full h-auto flex items-center self-stretch">
@@ -73,7 +73,7 @@ const structuredData = `<script type="application/ld+json">
73
73
 
74
74
  ) : (
75
75
 
76
- <div class="w-[596px] flex flex-row items-center gap-3 px-8 md:px-0">
76
+ <div class="w-full md:w-[596px] flex flex-row items-center gap-3 px-8 md:px-0">
77
77
  <div class="w-1/2 md:w-2/3 flex h-auto items-center self-stretch gap-4">
78
78
  <div class="flex flex-col items-center justify-center gap-2">
79
79
  <img src={imageAuthor} alt={imageAuthorAlt} width={imageSize} height={imageSize} class={`min-w-[48px] w-full md:w-auto aspect-square object-cover ${roundedClass} ${sizeClass}`} loading="lazy">
@@ -58,15 +58,11 @@ const structuredData = `<script type="application/ld+json">
58
58
  <style is:global>
59
59
  .glider {
60
60
  overflow: hidden;
61
- min-height: 300px;
62
61
  }
63
62
  .glider-track{
64
63
  display: flex;
65
64
  align-items: start !important;
66
65
  }
67
- .glider-track > div {
68
- min-height: 300px;
69
- }
70
66
  .glider-dots {
71
67
  @media (max-width: 767px) {
72
68
  display: none !important;
@@ -76,7 +72,7 @@ const structuredData = `<script type="application/ld+json">
76
72
  <div class="w-full max-w-7xl">
77
73
  <div id={carouselId} class="glider w-full">
78
74
  {items.map((item, idx) => (
79
- <div class="flex flex-col items-center p-10 bg-white">
75
+ <div class="flex flex-col items-center bg-white">
80
76
  {item.iframeSrc ? (
81
77
  <>
82
78
  <div class="w-full">
@@ -56,15 +56,11 @@ const structuredData = `<script type="application/ld+json">
56
56
  <style is:global>
57
57
  .glider {
58
58
  overflow: hidden;
59
- min-height: 300px;
60
59
  }
61
60
  .glider-track{
62
61
  display: flex;
63
62
  align-items: start !important;
64
63
  }
65
- .glider-track > div {
66
- min-height: 300px;
67
- }
68
64
  .glider-dots {
69
65
  @media (max-width: 767px) {
70
66
  display: none !important;
@@ -75,7 +71,7 @@ const structuredData = `<script type="application/ld+json">
75
71
  <div class="w-full max-w-7xl">
76
72
  <div id={carouselId} class="glider w-full">
77
73
  {items.map((item, idx) => (
78
- <div class="flex flex-col items-center p-10 bg-white">
74
+ <div class="flex flex-col items-center bg-white">
79
75
  {item.iframeSrc ? (
80
76
  <div class="w-full">
81
77
  <span class={`popup-iframe-trigger-${randomId} cursor-pointer`} data-iframesrc={item.iframeSrc}>