optimized-react-component-library-xyz123 0.34.4 → 0.35.2

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 CHANGED
@@ -2846,32 +2846,26 @@ var TextHeadlineAndBodyStandard_default = TextHeadlineAndBody;
2846
2846
  var import_jsx_runtime23 = require("react/jsx-runtime");
2847
2847
  var CONTENT2 = {
2848
2848
  en: {
2849
- headline: "The principle of publicity and processing of personal data",
2850
- paragraph1: "The principle of publicity means that everyone has the right to access public documents from authorities. Since PTS is an authority, the messages you send to us will, as a main rule, be public documents that we will disclose upon request if the information is not covered by confidentiality. The Data Protection Regulation does not prevent personal data in public documents from being disclosed.",
2851
- paragraph2: "You can find more information about the principle of publicity on the Government's website and more information about PTS processing of personal data on pts.se:",
2849
+ headline: "The principle of public access and the processing of personal data",
2850
+ paragraph1: "The principle of public access to information means that everyone has the right to access public documents heldby authorities. The Data Protection Regulation does not prevent personal data in public documents from being disclosed.",
2851
+ paragraph2: "Since PTS is an authority, messages sent to us are generally public documents that are recorded and registered. Upon request, the messages will be disclosed if the information is not subject to confidentiality.",
2852
+ paragraph3: "More information can be found at pts.se:",
2852
2853
  links: [
2853
2854
  {
2854
- url: "https://www.regeringen.se/sa-styrs-sverige/grundlagar-och-demokratiskt-deltagande/offentlighetsprincipen/",
2855
- title: "The principle of publicity (opens in new tab)"
2856
- },
2857
- {
2858
- url: "https://www.pts.se/om-oss/behandling-av-personuppgifter/",
2859
- title: "PTS processing of personal data (opens in new tab)"
2855
+ url: "https://pts.se/en/about-us/processing-of-personal-data/",
2856
+ title: "Processing of personal data (opens in new tab)"
2860
2857
  }
2861
2858
  ]
2862
2859
  },
2863
2860
  sv: {
2864
2861
  headline: "Offentlighetsprincipen och behandling av personuppgifter",
2865
- paragraph1: "Offentlighetsprincipen inneb\xE4r att var och en har r\xE4tt att ta del av allm\xE4nna handlingar hos myndigheter. Eftersom PTS \xE4r en myndighet blir de meddelanden du skickar till oss som huvudregel allm\xE4nna handlingar som vi vid en beg\xE4ran kommer att l\xE4mna ut om uppgifterna inte omfattas av sekretess. Dataskyddsf\xF6rordningen hindrar inte att personuppgifter i allm\xE4nna handlingar l\xE4mnas ut.",
2866
- paragraph2: "Du hittar mer information om offentlighetsprincipen p\xE5 regeringens webbplats och mer information om PTS behandling av personuppgifter p\xE5 pts.se:",
2862
+ paragraph1: "Offentlighetsprincipen inneb\xE4r att var och en har r\xE4tt att ta del av allm\xE4nna handlingar hos myndigheter. Dataskyddsf\xF6rordningen hindrar inte att personuppgifter i allm\xE4nna handlingar l\xE4mnas ut.",
2863
+ paragraph2: "Eftersom PTS \xE4r en myndighet blir meddelanden som skickas till oss som huvudregel allm\xE4nna handlingar som diarief\xF6rs och registreras. Vid en beg\xE4ran kommer meddelandena att l\xE4mnas ut om uppgifterna inte omfattas av sekretess.",
2864
+ paragraph3: "Mer information finns p\xE5 pts.se:",
2867
2865
  links: [
2868
2866
  {
2869
- url: "https://www.regeringen.se/sa-styrs-sverige/grundlagar-och-demokratiskt-deltagande/offentlighetsprincipen/",
2870
- title: "Offentlighetsprincipen (\xF6ppnas i ny flik)"
2871
- },
2872
- {
2873
- url: "https://www.pts.se/om-oss/behandling-av-personuppgifter/",
2874
- title: "PTS behandling av personuppgifter (\xF6ppnas i ny flik)"
2867
+ url: "https://www.pts.se/gdpr/",
2868
+ title: "Behandling av personuppgifter (\xF6ppnas i ny flik)"
2875
2869
  }
2876
2870
  ]
2877
2871
  }
@@ -2883,7 +2877,7 @@ var PrincipleOfPublicity = ({ activatedLanguage = "" }) => {
2883
2877
  {
2884
2878
  data: {
2885
2879
  headline: currentContent.headline,
2886
- body: `<p class="first-paragraph">${currentContent.paragraph1}</p><p>${currentContent.paragraph2}</p>`,
2880
+ body: `<p class="first-paragraph">${currentContent.paragraph1}</p><p>${currentContent.paragraph2}</p><p>${currentContent.paragraph3}</p>`,
2887
2881
  linksForMoreInfo: currentContent.links.map((link) => ({
2888
2882
  url: link.url,
2889
2883
  title: link.title,