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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +18 -0
package/dist/index.js
CHANGED
|
@@ -2580,7 +2580,7 @@ var PrincipleOfPublicity = ({ activatedLanguage = "" }) => {
|
|
|
2580
2580
|
{
|
|
2581
2581
|
data: {
|
|
2582
2582
|
headline: currentContent.headline,
|
|
2583
|
-
body: `<p>${currentContent.paragraph1}</p><p>${currentContent.paragraph2}</p>`,
|
|
2583
|
+
body: `<p class="first-paragraph">${currentContent.paragraph1}</p><p>${currentContent.paragraph2}</p>`,
|
|
2584
2584
|
linksForMoreInfo: currentContent.links.map((link) => ({
|
|
2585
2585
|
url: link.url,
|
|
2586
2586
|
title: link.title,
|