optimized-react-component-library-xyz123 0.1.149 → 0.1.151

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/dist/index.mjs CHANGED
@@ -2503,7 +2503,7 @@ var PrincipleOfPublicity = ({ activatedLanguage = "" }) => {
2503
2503
  {
2504
2504
  data: {
2505
2505
  headline: currentContent.headline,
2506
- body: `<p>${currentContent.paragraph1}</p><p>${currentContent.paragraph2}</p>`,
2506
+ body: `<p class="first-paragraph">${currentContent.paragraph1}</p><p>${currentContent.paragraph2}</p>`,
2507
2507
  linksForMoreInfo: currentContent.links.map((link) => ({
2508
2508
  url: link.url,
2509
2509
  title: link.title,