@jjlmoya/utils-health 1.14.0 → 1.15.0

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": "@jjlmoya/utils-health",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -136,7 +136,7 @@ const titleBase = words.slice(1).join(" ") || "";
136
136
  </section>
137
137
 
138
138
  <section class="section-bibliography">
139
- <Bibliography links={content.bibliography} title={content.ui.bibliographyTitle} />
139
+ <Bibliography links={content.bibliography} />
140
140
  </section>
141
141
  </div>
142
142
  </PreviewLayout>
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await binauralTuner.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await bloodUnitConverter.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await bmiCalculator.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await breathingVisualizer.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await caffeineTracker.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await daltonismSimulator.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await digestionStopwatch.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await epworthSleepinessScale.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await hydrationCalculator.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await pelliRobsonTest.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await peripheralVisionTrainer.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await readingDistanceCalculator.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await screenDecompressionTime.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await tinnitusReliever.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await ubeCalculator.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await waterPurifier.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography items={content.bibliography} title={content.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}