@holmdigital/components 2.1.2 → 2.2.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/README.md +1 -0
- package/dist/AccessibilityStatement/AccessibilityStatement.js +331 -24
- package/dist/AccessibilityStatement/AccessibilityStatement.mjs +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Button/Button.mjs +1 -1
- package/dist/{chunk-MYXIUDCP.mjs → chunk-NL6XCRXQ.mjs} +1 -1
- package/dist/chunk-PBLVE6S5.mjs +806 -0
- package/dist/index.js +332 -25
- package/dist/index.mjs +5 -5
- package/package.json +2 -2
- package/dist/chunk-LBRVCJHL.mjs +0 -498
|
@@ -0,0 +1,806 @@
|
|
|
1
|
+
// src/AccessibilityStatement/AccessibilityStatement.tsx
|
|
2
|
+
import {
|
|
3
|
+
getStatementToolsByCountry,
|
|
4
|
+
getEnforcementBody,
|
|
5
|
+
getNationalLawByFramework
|
|
6
|
+
} from "@holmdigital/standards";
|
|
7
|
+
|
|
8
|
+
// src/AccessibilityStatement/locale-chrome.ts
|
|
9
|
+
var BADGE_LABELS = {
|
|
10
|
+
sv: { full: "Fullt ut f\xF6renlig", partial: "Delvis f\xF6renlig", "non-compliant": "Inte f\xF6renlig" },
|
|
11
|
+
en: { full: "Fully compliant", partial: "Partially compliant", "non-compliant": "Non-compliant" },
|
|
12
|
+
no: { full: "Helt i samsvar", partial: "Delvis i samsvar", "non-compliant": "Ikke i samsvar" },
|
|
13
|
+
fi: { full: "T\xE4ysin saavutettava", partial: "Osittain saavutettava", "non-compliant": "Ei saavutettava" },
|
|
14
|
+
da: { full: "Fuldt ud i overensstemmelse", partial: "Delvist i overensstemmelse", "non-compliant": "Ikke i overensstemmelse" },
|
|
15
|
+
de: { full: "Vollst\xE4ndig konform", partial: "Teilweise konform", "non-compliant": "Nicht konform" },
|
|
16
|
+
fr: { full: "Totalement conforme", partial: "Partiellement conforme", "non-compliant": "Non conforme" },
|
|
17
|
+
es: { full: "Plenamente conforme", partial: "Parcialmente conforme", "non-compliant": "No conforme" },
|
|
18
|
+
nl: { full: "Volledig conform", partial: "Gedeeltelijk conform", "non-compliant": "Niet conform" },
|
|
19
|
+
it: { full: "Pienamente conforme", partial: "Parzialmente conforme", "non-compliant": "Non conforme" },
|
|
20
|
+
pt: { full: "Plenamente conforme", partial: "Parcialmente conforme", "non-compliant": "N\xE3o conforme" },
|
|
21
|
+
pl: { full: "W pe\u0142ni zgodna", partial: "Cz\u0119\u015Bciowo zgodna", "non-compliant": "Niezgodna" },
|
|
22
|
+
"en-gb": { full: "Fully compliant", partial: "Partially compliant", "non-compliant": "Non-compliant" },
|
|
23
|
+
"en-us": { full: "Fully compliant", partial: "Partially compliant", "non-compliant": "Non-compliant" },
|
|
24
|
+
"en-ca": { full: "Fully compliant", partial: "Partially compliant", "non-compliant": "Non-compliant" }
|
|
25
|
+
};
|
|
26
|
+
var UPDATED_LABEL = {
|
|
27
|
+
sv: "Uppdaterad:",
|
|
28
|
+
en: "Updated:",
|
|
29
|
+
no: "Oppdatert:",
|
|
30
|
+
fi: "P\xE4ivitetty:",
|
|
31
|
+
da: "Opdateret:",
|
|
32
|
+
de: "Aktualisiert:",
|
|
33
|
+
fr: "Mis \xE0 jour :",
|
|
34
|
+
es: "Actualizado:",
|
|
35
|
+
nl: "Bijgewerkt:",
|
|
36
|
+
it: "Aggiornato:",
|
|
37
|
+
pt: "Atualizado:",
|
|
38
|
+
pl: "Zaktualizowano:",
|
|
39
|
+
"en-gb": "Updated:",
|
|
40
|
+
"en-us": "Updated:",
|
|
41
|
+
"en-ca": "Updated:"
|
|
42
|
+
};
|
|
43
|
+
var FOOTER_TEXT = {
|
|
44
|
+
sv: "Genererad med hj\xE4lp av",
|
|
45
|
+
en: "Generated using",
|
|
46
|
+
no: "Generert med",
|
|
47
|
+
fi: "Luotu k\xE4ytt\xE4en",
|
|
48
|
+
da: "Genereret ved hj\xE6lp af",
|
|
49
|
+
de: "Erstellt mit",
|
|
50
|
+
fr: "G\xE9n\xE9r\xE9 \xE0 l'aide de",
|
|
51
|
+
es: "Generado con",
|
|
52
|
+
nl: "Gegenereerd met",
|
|
53
|
+
it: "Generato con",
|
|
54
|
+
pt: "Gerado com",
|
|
55
|
+
pl: "Wygenerowano za pomoc\u0105",
|
|
56
|
+
"en-gb": "Generated using",
|
|
57
|
+
"en-us": "Generated using",
|
|
58
|
+
"en-ca": "Generated using"
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
// src/AccessibilityStatement/AccessibilityStatement.tsx
|
|
62
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
63
|
+
var TEMPLATES = {
|
|
64
|
+
sv: {
|
|
65
|
+
title: "Tillg\xE4nglighet f\xF6r {<webbplats>}",
|
|
66
|
+
intro: "{<organisation>} st\xE5r bakom den h\xE4r webbplatsen. Vi vill att s\xE5 m\xE5nga som m\xF6jligt ska kunna anv\xE4nda den. Det h\xE4r dokumentet beskriver hur {<webbplats>} uppfyller {<national_law>}, eventuella k\xE4nda tillg\xE4nglighetsproblem och hur du kan rapportera brister till oss s\xE5 att vi kan \xE5tg\xE4rda dem.",
|
|
67
|
+
sections: [
|
|
68
|
+
{ id: "how-accessible", title: "Hur tillg\xE4nglig \xE4r webbplatsen?", content: "{Vi har inga k\xE4nda brister i tillg\xE4ngligheten f\xF6r den h\xE4r webbplatsen./Vi \xE4r medvetna om att delar av webbplatsen inte \xE4r helt tillg\xE4ngliga. Se avsnittet om inneh\xE5ll som inte \xE4r tillg\xE4ngligt nedan f\xF6r mer information./Vi \xE4r medvetna om att delar av webbplatsen inte \xE4r helt tillg\xE4ngliga. Se avsnittet om inneh\xE5ll som inte \xE4r tillg\xE4ngligt nedan f\xF6r mer information.}" },
|
|
69
|
+
{ id: "what-to-do", title: "Vad kan du g\xF6ra om du inte kan anv\xE4nda delar av webbplatsen?", content: "Om du beh\xF6ver inneh\xE5ll fr\xE5n {<webbplats>} som inte \xE4r tillg\xE4ngligt f\xF6r dig, men som \xE4r undantaget fr\xE5n lagens till\xE4mpningsomr\xE5de enligt beskrivning nedan, kan du meddela oss.\n\n[Svarstiden \xE4r normalt {<svarstid>}.]\n\n[Du kan ocks\xE5 kontakta oss p\xE5 f\xF6ljande s\xE4tt:\n\n* skicka e-post till {<e-postadress>}\n* ring {<telefonnummer>}]" },
|
|
70
|
+
{ id: "reporting", title: "Rapportera brister i webbplatsens tillg\xE4nglighet", content: "Vi str\xE4var hela tiden efter att f\xF6rb\xE4ttra webbplatsens tillg\xE4nglighet. Om du uppt\xE4cker problem som inte \xE4r beskrivna p\xE5 den h\xE4r sidan, eller om du anser att vi inte uppfyller lagens krav, meddela oss s\xE5 att vi f\xE5r veta att problemet finns." },
|
|
71
|
+
{ id: "enforcement", title: "Tillsyn", content: "{<enforcement_body>} har ansvaret f\xF6r tillsyn \xF6ver {<national_law>}. Du kan anm\xE4la till {<enforcement_body>} om du tycker att v\xE5r digitala service har brister i tillg\xE4nglighet.\n\nDu kan ocks\xE5 anm\xE4la till {<enforcement_body>} om du tycker att v\xE5r bed\xF6mning av vad som \xE4r osk\xE4ligt betungande ska granskas, om du tycker att v\xE5r tillg\xE4nglighetsredog\xF6relse har brister eller om du tycker att vi inte har hanterat din beg\xE4ran om tillg\xE4ngligg\xF6rande korrekt." },
|
|
72
|
+
{ id: "technical", title: "Teknisk information om webbplatsens tillg\xE4nglighet", content: "{Den h\xE4r webbplatsen \xE4r helt f\xF6renlig med {<national_law>}./Den h\xE4r webbplatsen \xE4r delvis f\xF6renlig med {<national_law>}, p\xE5 grund av de brister som beskrivs nedan./Den h\xE4r webbplatsen \xE4r inte f\xF6renlig med {<national_law>}. Otillg\xE4ngliga delar beskrivs nedan.}" },
|
|
73
|
+
{ id: "non-accessible", title: "Inneh\xE5ll som inte \xE4r tillg\xE4ngligt", content: "Det inneh\xE5ll som beskrivs nedan \xE4r p\xE5 ett eller annat s\xE4tt inte helt tillg\xE4ngligt.\n\n[\n### Bristande f\xF6renlighet med lagkraven\n{<brister>}\n]" },
|
|
74
|
+
{ id: "testing", title: "Hur vi testat webbplatsen", content: "{Vi har gjort en sj\xE4lvskattning (intern testning) av {<webbplats>}./{<extern akt\xF6r>} har gjort en oberoende granskning av {<webbplats>}./Vi har uppskattat tillg\xE4ngligheten utan granskning.}\n\nSenaste bed\xF6mningen gjordes den {<bed\xF6mningsdatum>}.\n\n[Granskningsmetod: {<metod>}]\n\nWebbplatsen publicerades den {<publiceringsdatum>}.\n\nRedog\xF6relsen uppdaterades senast den {<uppdateringsdatum>}." }
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
en: {
|
|
78
|
+
title: "Accessibility of {<website>}",
|
|
79
|
+
intro: "This website is run by {<organisation>}. We want as many people as possible to be able to use it, and this document describes how {<website>} complies with the accessibility regulations, any known accessibility issues, and how you can report problems so that we can fix them.",
|
|
80
|
+
sections: [
|
|
81
|
+
{ id: "how-accessible", title: "How accessible is the website?", content: "{There are no known accessibility issues with this website./We know some parts of this website aren\u2019t fully accessible. See the section on non-accessible content below for more information./We know some parts of this website aren\u2019t fully accessible. See the section on non-accessible content below for more information.}" },
|
|
82
|
+
{ id: "what-to-do", title: "What to do if you can\u2019t access parts of this website?", content: "If you need content from this website that is not accessible for you, but is not within the scope of the accessibility regulations as described below, please contact us.\n\n[Our normal response time is {<response time>}.]\n\n[You can also contact us in the following ways:\n\n* email {<email address>}\n* call {<telephone number>}]" },
|
|
83
|
+
{ id: "reporting", title: "Reporting accessibility problems with this website", content: "We\u2019re always looking to improve the accessibility of this website. If you find any problems that aren\u2019t listed on this page or if we\u2019re not meeting the requirements of the accessibility regulations, contact us and let us know about the problem." },
|
|
84
|
+
{ id: "enforcement", title: "Enforcement procedure", content: "The {<enforcement_body>} is responsible for enforcing the web accessibility regulations. If you experience accessibility issues on our website, you can submit a complaint to {<enforcement_body>}.\n\nYou can also submit a complaint to {<enforcement_body>} if you think that our assessment of what constitutes a disproportionate burden should be reviewed, if you think that our accessibility statement is inadequate, or it you think that your request for excluded content in an accessible format has not been handled correctly." },
|
|
85
|
+
{ id: "technical", title: "Technical information about this website\u2019s accessibility", content: "{This website is fully compliant with the accessibility regulations./This website is partially compliant with the accessibility regulations, due to the non-compliances listed below./This website is not compliant with the accessibility regulations. The non-accessible sections are listed below.}" },
|
|
86
|
+
{ id: "non-accessible", title: "Non-accessible content", content: "The content described below is, in one way or another, not fully accessible.\n\n[\n### Non-compliance with the accessibility regulations\n\n{<issues>}\n]" },
|
|
87
|
+
{ id: "testing", title: "How we tested this website", content: "{We have performed a self-assessment (internal testing) of {<website>}./{<third party>} has tested {<website>}./We have estimated the accessibility without testing.}\n\nThe last assessment was made on {<assessment date>}.\n\n[Assessment method: {<method>}]\n\nThe website was published on {<publish date>}.\n\nThe statement was last updated on {<update date>}." }
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
no: {
|
|
91
|
+
title: "Tilgjengelighet for {<nettsted>}",
|
|
92
|
+
intro: "{<organisasjon>} st\xE5r bak dette nettstedet. Vi \xF8nsker at flest mulig skal kunne bruke det. Dette dokumentet beskriver hvordan {<nettsted>} oppfyller {<national_law>}, eventuelle kjente tilgjengelighetsproblemer og hvordan du kan rapportere mangler til oss slik at vi kan utbedre dem.",
|
|
93
|
+
sections: [
|
|
94
|
+
{ id: "how-accessible", title: "Hvor tilgjengelig er nettstedet?", content: "{Vi har ingen kjente mangler i tilgjengeligheten for dette nettstedet./Vi er klar over at deler av nettstedet ikke er fullt ut tilgjengelig. See avsnittet om innhold som ikke er tilgjengelig nedenfor for mer informasjon./Vi er klar over at deler av nettstedet ikke er fullt ut tilgjengelig. See avsnittet om innhold som ikke er tilgjengelig nedenfor for mer informasjon.}" },
|
|
95
|
+
{ id: "what-to-do", title: "Hva kan du gj\xF8re hvis du ikke kan bruke deler av nettstedet?", content: "Hvis du trenger innhold fra {<nettsted>} som ikke er tilgjengelig for deg, men som er unntatt fra lovens anvendelsesomr\xE5de som beskrevet nedenfor, kan du melde fra til oss.\n\n[Svartiden er normalt {<svartid>}.]\n\n[Du kan ogs\xE5 kontakte oss p\xE5 f\xF8lgende m\xE5ter:\n\n* send e-post til {<e-postadresse>}\n* ring {<telefonnummer>}]" },
|
|
96
|
+
{ id: "reporting", title: "Rapporter mangler ved nettstedets tilgjengelighet", content: "Vi jobber kontinuerlig med \xE5 forbedre nettstedets tilgjengelighet. Hvis du oppdager problemer som ikke er beskrevet p\xE5 denne siden, eller hvis du mener at vi ikke oppfyller lovens krav, meld fra til oss slik at vi f\xE5r vite om problemet." },
|
|
97
|
+
{ id: "enforcement", title: "Tillsyn", content: "{<enforcement_body>} har ansvaret for tilsyn med {<national_law>}. Du kan klage til {<enforcement_body>} hvis du mener at v\xE5r digitale tjeneste har mangler i tilgjengelighet.\n\nDu kan ogs\xE5 klage til {<enforcement_body>} hvis du mener at v\xE5r vurdering av hva som er uforholdsmessig byrdefullt b\xF8r overproves, hvis du mener at v\xE5r tilgjengelighetserkl\xE6ring har mangler eller hvis du mener at vi ikke har h\xE5ndtert din foresp\xF8rsel om tilgjengeliggj\xF8ring korrekt." },
|
|
98
|
+
{ id: "technical", title: "Teknisk informasjon om nettstedets tilgjengelighet", content: "{Dette nettstedet er helt i samsvar med {<national_law>}./Dette nettstedet er delvis i samsvar med {<national_law>}, p\xE5 grunn av manglene beskrevet nedenfor./Dette nettstedet er ikke i samsvar med {<national_law>}. Utilgjengelige deler er beskrevet nedenfor.}" },
|
|
99
|
+
{ id: "non-accessible", title: "Innhold som ikke er tilgjengelig", content: "Innholdet som er beskrevet nedenfor er p\xE5 en eller annen m\xE5te ikke fullt ut tilgjengelig.\n\n[\n### Manglende samsvar med lovkravene\n{<mangler>}\n]" },
|
|
100
|
+
{ id: "testing", title: "Hvordan vi har testet nettstedet", content: "{Vi har gjort en egenevaluering (intern testing) av {<nettsted>}./{<ekstern aktor>} har gjort en uavhengig revisjon av {<nettsted>}./Vi har ansl\xE5tt tilgjengeligheten uten testing.}\n\nSiste vurdering ble gjort den {<vurderingsdato>}.\n\n[Vurderingsmetode: {<metode>}]\n\nNettstedet ble publisert den {<publiseringsdato>}.\n\nErkl\xE6ringen ble sist oppdatert den {<oppdateringsdato>}." }
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
da: {
|
|
104
|
+
title: "Tilg\xE6ngelighed for {<webbplats>}",
|
|
105
|
+
intro: "{<organisation>} st\xE5r bag dette websted. Vi \xF8nsker, at s\xE5 mange som muligt skal kunne bruge det. Dette dokument beskriver, hvordan {<webbplats>} overholder {<national_law>}, eventuelle kendte tilg\xE6ngelighedsproblemer, og hvordan du kan rapportere mangler til os, s\xE5 vi kan udbedre dem.",
|
|
106
|
+
sections: [
|
|
107
|
+
{ id: "how-accessible", title: "Hvor tilg\xE6ngeligt er webstedet?", content: "{Vi har ingen kendte mangler i tilg\xE6ngeligheden for dette websted./Vi er opm\xE6rksomme p\xE5, at dele af webstedet ikke er helt tilg\xE6ngelige. Se afsnittet om indhold, der ikke er tilg\xE6ngeligt nedenfor for mere information./Vi er opm\xE6rksomme p\xE5, at dele af webstedet ikke er helt tilg\xE6ngelige. Se afsnittet om indhold, der ikke er tilg\xE6ngeligt nedenfor for mer information.}" },
|
|
108
|
+
{ id: "what-to-do", title: "Hvad kan du g\xF8re, hvis du ikke kan bruge dele af webstedet?", content: "Hvis du har brug for indhold fra {<webbplats>}, som ikke er tilg\xE6ngeligt for dig, men som er undtaget fra lovens omr\xE5de som beskrevet nedenfor, kan du meddele os det.\n\n[Svartiden er normalt {<svartid>}.]\n\n[Du kan ogs\xE5 kontakte os p\xE5 f\xF8lgende m\xE5der:\n\n* send e-mail til {<e-mailadresse>}\n* ring {<telefonnummer>}]" },
|
|
109
|
+
{ id: "reporting", title: "Rapporter mangler i webstedets tilg\xE6ngelighed", content: "Vi str\xE6ber hele tiden efter at forbedre webstedets tilg\xE6ngelighed. Hvis du opdager problemer, der ikke er beskrevet p\xE5 denne side, eller hvis du mener, at vi ikke overholder lovens krav, skal du give os besked, s\xE5 vi ved, at problemet eksisterer." },
|
|
110
|
+
{ id: "enforcement", title: "H\xE5ndh\xE6velsesprocedure", content: "{<enforcement_body>} har ansvaret for tilsyn med {<national_law>}. Du kan klage til {<enforcement_body>}, hvis du mener, at vores digitale service har mangler i tilg\xE6ngeligheden.\n\nDu kan ogs\xE5 klage til {<enforcement_body>}, hvis du mener, at vores vurdering af, hvad der er en uforholdsm\xE6ssig stor byrde, skal gennemg\xE5s, hvis du mener, at vores tilg\xE6ngelighedserkl\xE6ring har mangler, eller hvis du mener, at vi ikke har h\xE5ndteret din anmodning om tilg\xE6ngeligg\xF8relse korrekt." },
|
|
111
|
+
{ id: "technical", title: "Teknisk information om webstedets tilg\xE6ngelighed", content: "{Dette websted er fuldt ud i overensstemmelse med {<national_law>}./Dette websted er delvist i overensstemmelse med {<national_law>} p\xE5 grund af de mangler, der er beskrevet nedenfor./Dette websted er ikke i overensstemmelse med {<national_law>}. Utilg\xE6ngelige dele er beskrevet nedenfor.}" },
|
|
112
|
+
{ id: "non-accessible", title: "Indhold der ikke er tilg\xE6ngeligt", content: "Det indhold, der er beskrevet nedenfor, er p\xE5 den ene eller anden m\xE5de ikke helt tilg\xE6ngeligt.\n\n[\n**Manglende overholdelse af lovkravene**\n\n{<mangler>}\n]" },
|
|
113
|
+
{ id: "testing", title: "Hvordan vi har testet webstedet", content: "{Vi har foretaget en selvvurdering (intern test) af {<webbplats>}./{<ekstern akt\xF8r>} har foretaget en uafh\xE6ngig gennemgang af {<webbplats>}./Vi har ansl\xE5et tilg\xE6ngeligheden uden test.}\n\nDen seneste vurdering blev foretaget den {<vurderingsdato>}.\n\n[Vurderingsmetode: {<metode>}]\n\nWebstedet blev offentliggjort den {<offentligg\xF8relsesdato>}.\n\nErkl\xE6ringen blev senest opdateret den {<opdateringsdato>}." }
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
de: {
|
|
117
|
+
title: "Barrierefreiheitserkl\xE4rung f\xFCr {<webbplats>}",
|
|
118
|
+
intro: "{<organisation>} ist bem\xFCht, ihre Website im Einklang mit den nationalen Rechtsvorschriften zur Umsetzung der {<national_law>} barrierefrei zug\xE4nglich zu machen. Diese Erkl\xE4rung zur Barrierefreiheit gilt f\xFCr {<webbplats>}.",
|
|
119
|
+
sections: [
|
|
120
|
+
{ id: "how-accessible", title: "Stand der Vereinbarkeit mit den Anforderungen", content: "{Diese Website ist vollst\xE4ndig mit der {<national_law>} vereinbar./Diese Website ist wegen der folgenden Unvereinbarkeiten teilweise mit der {<national_law>} vereinbar./Diese Website ist nicht mit der {<national_law>} vereinbar. Die nicht barrierefreien Inhalte sind nachstehend aufgef\xFChrt.}" },
|
|
121
|
+
{ id: "what-to-do", title: "Nicht barrierefreie Inhalte", content: "Die nachstehend aufgef\xFChrten Inhalte sind aus den folgenden Gr\xFCnden nicht barrierefrei:\n\n[\n**Unvereinbarkeit mit den Barrierefreiheitsanforderungen**\n\n{<m\xE4ngel>}\n]\n\n[Unsere normale Antwortzeit betr\xE4gt {<svarstid>}.]\n\n[Sie k\xF6nnen uns auch wie folgt kontaktieren:\n\n* E-Mail an {<e-mailadresse>}\n* Telefon {<telefonnummer>}]" },
|
|
122
|
+
{ id: "reporting", title: "Feedback und Kontaktangaben", content: "Wir bem\xFChen uns, die Barrierefreiheit unserer Website stetig zu verbessern. Wenn Sie M\xE4ngel bei der Einhaltung der Barrierefreiheitsanforderungen feststellen oder Informationen \xFCber von der Richtlinie ausgenommene Inhalte ben\xF6tigen, k\xF6nnen Sie uns kontaktieren." },
|
|
123
|
+
{ id: "enforcement", title: "Durchsetzungsverfahren", content: "Die {<enforcement_body>} ist f\xFCr die \xDCberwachung der {<national_law>} zust\xE4ndig. Wenn Sie auf unsere Benachrichtigungen oder Anfragen keine zufriedenstellende Antwort erhalten haben, k\xF6nnen Sie sich an {<enforcement_body>} wenden.\n\nSie k\xF6nnen auch eine Beschwerde bei {<enforcement_body>} einreichen, wenn Sie der Meinung sind, dass unsere Einsch\xE4tzung einer unverh\xE4ltnism\xE4\xDFigen Belastung \xFCberpr\xFCft werden sollte, wenn Sie M\xE4ngel in unserer Barrierefreiheitserkl\xE4rung feststellen oder wenn Sie der Meinung sind, dass wir Ihren Antrag auf barrierefreie Bereitstellung von Inhalten nicht korrekt bearbeitet haben." },
|
|
124
|
+
{ id: "technical", title: "Technische Informationen zur Barrierefreiheit der Website", content: "{Diese Website ist vollst\xE4ndig mit der {<national_law>} vereinbar./Diese Website ist wegen der folgenden Unvereinbarkeiten teilweise mit der {<national_law>} vereinbar./Diese Website ist nicht mit der {<national_law>} vereinbar.}" },
|
|
125
|
+
{ id: "testing", title: "Erstellung dieser Erkl\xE4rung zur Barrierefreiheit", content: "{Wir haben eine Selbstbewertung (interner Test) der Website {<webbplats>} durchgef\xFChrt./Ein {<externer Dritter>} hat eine unabh\xE4ngige Pr\xFCfung der Website {<webbplats>} durchgef\xFChrt./Wir haben die Barrierefreiheit ohne Pr\xFCfung gesch\xE4tzt.}\n\nDie letzte Bewertung wurde am {<bewertungsdatum>} vorgenommen.\n\n[Bewertungsmethode: {<methode>}]\n\nDie Website wurde am {<ver\xF6ffentlichungsdatum>} ver\xF6ffentlicht.\n\nDie Erkl\xE4rung wurde zuletzt am {<aktualisierungsdatum>} aktualisiert." }
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
fr: {
|
|
129
|
+
title: "D\xE9claration d'accessibilit\xE9 pour {<webbplats>}",
|
|
130
|
+
intro: "{<organisation>} s'engage \xE0 rendre son site internet accessible conform\xE9ment \xE0 la {<national_law>}. Cette d\xE9claration d'accessibilit\xE9 s'applique \xE0 {<webbplats>}.",
|
|
131
|
+
sections: [
|
|
132
|
+
{ id: "how-accessible", title: "\xC9tat de conformit\xE9", content: "{Ce site est totalement conforme avec la {<national_law>}./Ce site est partiellement conforme avec la {<national_law>} en raison des non-conformit\xE9s \xE9num\xE9r\xE9es ci-dessous./Ce site n'est pas conforme avec la {<national_law>}. Les contenus non accessibles sont \xE9num\xE9r\xE9s ci-dessous.}" },
|
|
133
|
+
{ id: "what-to-do", title: "Contenus non accessibles", content: "Les contenus list\xE9s ci-dessous ne sont pas accessibles pour les raisons suivantes :\n\n[\n**Non-conformit\xE9 avec la {<national_law>}**\n\n{<d\xE9fauts>}\n]\n\n[Notre d\xE9lai de r\xE9ponse habituel est de {<svarstid>}.]\n\n[Vous pouvez \xE9galement nous contacter des mani\xE8res suivantes :\n\n* envoyer un e-mail \xE0 {<e-mailadresse>}\n* appeler le {<telefoonnummer>}]" },
|
|
134
|
+
{ id: "reporting", title: "Retour d'information et contact", content: "Nous nous effor\xE7ons d'am\xE9liorer constamment l'accessibilit\xE9 de notre site. Si vous constatez un d\xE9faut de conformit\xE9, vous pouvez nous contacter pour nous en informer." },
|
|
135
|
+
{ id: "enforcement", title: "Voies de recours", content: "Le {<enforcement_body>} est responsable du contr\xF4le de la conformit\xE9 aux exigences d'accessibilit\xE9. Si vous ne recevez pas de r\xE9ponse satisfaisante \xE0 votre signalement, vous pouvez contacter {<enforcement_body>}.\n\nVous pouvez \xE9galement d\xE9poser une plainte aupr\xE8s de {<enforcement_body>} si vous estimez que notre \xE9valuation de la charge disproportionn\xE9e doit \xEAtre revue, si vous constatez des d\xE9fauts dans notre d\xE9claration d'accessibilit\xE9 ou si vous estimez que nous n'avons pas trait\xE9 correctement votre demande de mise en accessibilit\xE9." },
|
|
136
|
+
{ id: "technical", title: "Informations techniques sur l'accessibilit\xE9 du site", content: "{Ce site est totalement conforme./Ce site est partiellement conforme en raison des d\xE9fauts d\xE9crits ci-dessous./Ce site n'est pas conforme.}" },
|
|
137
|
+
{ id: "testing", title: "\xC9tablissement de cette d\xE9claration d'accessibilit\xE9", content: "{Nous avons r\xE9alis\xE9 une auto-\xE9valuation (test interne) du site {<webbplats>}./Un {<tiers externe>} a r\xE9alis\xE9 un audit ind\xE9pendant du site {<webbplats>}./Nous avons estim\xE9 l'accessibilit\xE9 sans audit.}\n\nLa derni\xE8re \xE9valuation a \xE9t\xE9 r\xE9alis\xE9e le {<date_evaluation>}.\n\n[M\xE9thode d'\xE9valuation : {<m\xE9thode>}]\n\nLe site a \xE9t\xE9 publi\xE9 le {<date_publication>}.\n\nLa d\xE9claration a \xE9t\xE9 mise \xE0 jour pour la derni\xE8re fois le {<date_mise_a_jour>}." }
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
es: {
|
|
141
|
+
title: "Declaraci\xF3n de accesibilidad para {<webbplats>}",
|
|
142
|
+
intro: "{<organisation>} se ha comprometido a hacer accesible su sitio web de conformidad con la {<national_law>}. Esta declaraci\xF3n de accesibilidad se aplica a {<webbplats>}.",
|
|
143
|
+
sections: [
|
|
144
|
+
{ id: "how-accessible", title: "Situaci\xF3n de cumplimiento", content: "{Este sitio web es plenamente conforme con la {<national_law>}./Este sitio web es parcialmente conforme con la {<national_law>} debido a las faltas de conformidad que se indican a continuaci\xF3n./Este sitio web no es conforme con la {<national_law>}. Los contenidos no accesibles se indican a continuaci\xF3n.}" },
|
|
145
|
+
{ id: "what-to-do", title: "Contenido no accesible", content: "El contenido que se recoge a continuaci\xF3n no es accesible por los siguientes motivos:\n\n[\n**Falta de conformidad con el est\xE1ndar**\n\n{<deficiencias>}\n]\n\n[Nuestro tiempo de respuesta normal es de {<svarstid>}.]\n\n[Tambi\xE9n puede contactar con nosotros de las siguientes maneras:\n\n* enviar un correo electr\xF3nico a {<e-mailadresse>}\n* llamar al {<telefoonnummer>}]" },
|
|
146
|
+
{ id: "reporting", title: "Mecanismo de comunicaci\xF3n y datos de contacto", content: "Nos esforzamos por mejorar constantemente la accesibilidad de nuestro sitio web. Si encuentra alg\xFAn problema de accesibilidad, puede ponerse en contacto con nosotros para informarnos." },
|
|
147
|
+
{ id: "enforcement", title: "Procedimiento de aplicaci\xF3n", content: "El {<enforcement_body>} es responsable de supervisar los requisitos de accesibilidad. Si no ha recibido una respuesta satisfactoria a su notificaci\xF3n, puede ponerse en contacto con {<enforcement_body>}.\n\nTambi\xE9n puede presentar una reclamaci\xF3n ante {<enforcement_body>} si considera que nuestra evaluaci\xF3n de lo que constituye una carga desproporcionada debe ser revisada, si encuentra deficiencias en nuestra declaraci\xF3n de accesibilidad o si considera que no hemos gestionado correctamente su solicitud de accesibilidad." },
|
|
148
|
+
{ id: "technical", title: "Informaci\xF3n t\xE9cnica sobre la accesibilidad del sitio web", content: "{Este sitio web es plenamente conforme./Este sitio web es parcialmente conforme debido a las deficiencias descritas a continuaci\xF3n./Este sitio web no es conforme.}" },
|
|
149
|
+
{ id: "testing", title: "Preparaci\xF3n de la presente declaraci\xF3n de accesibilidad", content: "{Hemos realizado una autoevaluaci\xF3n (prueba interna) del sitio web {<webbplats>}./Un {<tercero externo>} ha realizado una auditor\xEDa independiente del sitio web {<webbplats>}./Hemos estimado la accesibilidad sin realizar pruebas.}\n\nLa \xFAltima evaluaci\xF3n se realiz\xF3 el {<fecha_evaluacion>}.\n\n[M\xE9todo de evaluaci\xF3n: {<metodo>}]\n\nEl sitio web se public\xF3 el {<fecha_publicacion>}.\n\nLa declaraci\xF3n se actualiz\xF3 por \xFAltima vez el {<fecha_actualizacion>}." }
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
fi: {
|
|
153
|
+
title: "Saavutettavuusseloste: {<webbplats>}",
|
|
154
|
+
intro: "{<organisation>} on t\xE4m\xE4n verkkosivuston yll\xE4pit\xE4j\xE4. Haluamme, ett\xE4 mahdollisimman monet voivat k\xE4ytt\xE4\xE4 sivustoa. T\xE4ss\xE4 asiakirjassa kuvataan, miten {<webbplats>} t\xE4ytt\xE4\xE4 {<national_law>} vaatimukset, mahdolliset tiedossa olevat saavutettavuusongelmat ja miten voit ilmoittaa meille puutteista, jotta voimme korjata ne.",
|
|
155
|
+
sections: [
|
|
156
|
+
{ id: "how-accessible", title: "Kuinka saavutettava verkkosivusto on?", content: "{T\xE4m\xE4n verkkosivuston saavutettavuudessa ei ole tiedossa olevia puutteita./Olemme tietoisia siit\xE4, ett\xE4 osat verkkosivustosta eiv\xE4t ole t\xE4ysin saavutettavia. Lis\xE4tietoja on j\xE4ljemp\xE4n\xE4 osiossa saavutettavuusvaatimusten vastainen sis\xE4lt\xF6./Olemme tietoisia siit\xE4, ett\xE4 osat verkkosivustosta eiv\xE4t ole t\xE4ysin saavutettavia. Lis\xE4tietoja on j\xE4ljemp\xE4n\xE4 osiossa saavutettavuusvaatimusten vastainen sis\xE4lt\xF6.}" },
|
|
157
|
+
{ id: "what-to-do", title: "Mit\xE4 voit tehd\xE4, jos et pysty k\xE4ytt\xE4m\xE4\xE4n osia verkkosivustosta?", content: "Jos tarvitset sis\xE4lt\xF6\xE4 verkkosivustolta {<webbplats>}, joka ei ole sinulle saavutettavissa, mutta joka on j\xE4tetty lain soveltamisalan ulkopuolelle j\xE4ljemp\xE4n\xE4 kuvatulla tavalla, voit ilmoittaa siit\xE4 meille.\n\n[Vastausaika on yleens\xE4 {<svarstid>}.]\n\n[Voit my\xF6s ottaa meihin yhteytt\xE4 seuraavilla tavoilla:\n\n* l\xE4het\xE4 s\xE4hk\xF6postia osoitteeseen {<e-mailosoite>}\n* soita numeroon {<puhelinnumero>}]" },
|
|
158
|
+
{ id: "reporting", title: "Anna palautetta saavutettavuuspuutteista", content: "Pyrimme jatkuvasti parantamaan verkkosivuston saavutettavuutta. Jos havaitset ongelmia, joita ei ole kuvattu t\xE4ll\xE4 sivulla, tai jos katsot, ettemme t\xE4yt\xE4 lain vaatimuksia, ilmoita siit\xE4 meille, jotta saamme tiet\xE4\xE4 ongelmasta." },
|
|
159
|
+
{ id: "enforcement", title: "T\xE4yt\xE4nt\xF6\xF6npanomenettely", content: "{<enforcement_body>} vastaa {<national_law>} valvonnasta. Voit tehd\xE4 ilmoituksen {<enforcement_body>}lle, jos katsot, ett\xE4 digitaalisessa palvelussamme on saavutettavuuspuutteita.\n\nVoit my\xF6s tehd\xE4 ilmoituksen {<enforcement_body>}lle, jos katsot, ett\xE4 arviomme kohtuuttomasta rasitteesta on tarkistettava, jos katsot saavutettavuusselosteessamme olevan puutteita tai jos katsot, ettemme ole k\xE4sitelleet saavutettavuuspyynt\xF6\xE4si oikein." },
|
|
160
|
+
{ id: "technical", title: "Teknist\xE4 tietoa verkkosivuston saavutettavuudesta", content: "{T\xE4m\xE4 verkkosivusto on t\xE4ysin {<national_law>} mukainen./T\xE4m\xE4 verkkosivusto on osittain {<national_law>} mukainen j\xE4ljemp\xE4n\xE4 mainittujen puutteiden vuoksi./T\xE4m\xE4 verkkosivusto ei ole {<national_law>} mukainen. Puutteelliset osat on kuvattu j\xE4ljemp\xE4n\xE4.}" },
|
|
161
|
+
{ id: "non-accessible", title: "Sis\xE4lt\xF6 joka ei ole saavutettavaa", content: "J\xE4ljemp\xE4n\xE4 mainittu sis\xE4lt\xF6 ei ole t\xE4ysin saavutettavaa.\n\n[\n**Puutteet lain vaatimusten t\xE4ytt\xE4misess\xE4**\n\n{<puutteet>}\n]" },
|
|
162
|
+
{ id: "testing", title: "Kuinka olemme testanneet verkkosivuston", content: "{Olemme tehneet itsearvion (sis\xE4inen testaus) verkkosivustolle {<webbplats>}./{<ulkoinen taho>} on tehnyt riippumattoman tarkastuksen verkkosivustolle {<webbplats>}./Olemme arvioineet saavutettavuuden ilman testausta.}\n\nViimeisin arviointi on tehty {<arviointip\xE4iv\xE4>}.\n\n[Arviointimenetelm\xE4: {<metodi>}]\n\nVerkkosivusto on julkaistu {<julkaisup\xE4iv\xE4>}.\n\nSeloste on p\xE4ivitetty viimeksi {<p\xE4ivitysp\xE4iv\xE4>}." }
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
nl: {
|
|
166
|
+
title: "Toegankelijkheidsverklaring voor {<webbplats>}",
|
|
167
|
+
intro: "{<organisation>} is verantwoordelijk voor deze website. Wij willen dat iedereen onze website kan gebruiken. In dit document wordt beschreven hoe {<webbplats>} voldoet aan de {<national_law>}, welke toegankelijkheidsproblemen bekend zijn en hoe u eventuele gebreken aan ons kunt melden, zodat we deze kunnen verhelpen.",
|
|
168
|
+
sections: [
|
|
169
|
+
{ id: "how-accessible", title: "Hoe toegankelijk is de website?", content: "{Er zijn geen toegankelijkheidsproblemen bekend bij deze website./Wij zijn ervan op de hoogte dat delen van de website niet volledig toegankelijk zijn. Zie de sectie over inhoud die niet toegankelijk is hieronder voor meer informatie./Wij zijn ervan op de hoogte dat delen van de website niet volledig toegankelijk zijn. Zie de sectie over inhoud die niet toegankelijk is hieronder voor meer informatie.}" },
|
|
170
|
+
{ id: "what-to-do", title: "Wat kunt u doen als u delen van de website niet kunt gebruiken?", content: "Als u inhoud van {<webbplats>} nodig heeft die voor u niet toegankelijk is, maar die buiten het toepassingsgebied van de wet valt zoals hieronder beschreven, kunt u dit aan ons melden.\n\n[De reactietijd is normaal gesproken {<svarstid>}.]\n\n[U kunt ook op de volgende manieren contact met ons opnemen:\n\n* stuur een e-mail naar {<e-mailadres>}\n* bel naar {<telefoonnummer>}]" },
|
|
171
|
+
{ id: "reporting", title: "Meld toegankelijkheidsproblemen", content: "Wij streven er voortdurend naar de toegankelijkheid van onze website te verbeteren. Als u problemen tegenkomt die niet op deze pagina worden vermeld, of als u van mening bent dat wij niet aan de wettelijke eisen voldoen, laat het ons dan weten, zodat we op de hoogte zijn van het probleem." },
|
|
172
|
+
{ id: "enforcement", title: "Handhavingsprocedure", content: "{<enforcement_body>} is verantwoordelijk voor het toezicht op de naleving van de {<national_law>}. U kunt een klacht indienen bij {<enforcement_body>} als u van mening bent dat onze digitale dienstverlening gebreken vertoont op het gebied van toegankelijkheid.\n\nU kunt ook een klacht indienen bij {<enforcement_body>} als u vindt dat ons oordeel over wat een onevenredige last is, moet worden herzien, als u vindt dat onze toegankelijkheidsverklaring gebreken vertoont of als u vindt dat wij uw verzoek om toegankelijkmaking niet correct hebben behandeld." },
|
|
173
|
+
{ id: "technical", title: "Technische informatie over de toegankelijkheid van de website", content: "{Deze website is volledig in overeenstemming met de {<national_law>}./Deze website is gedeeltelijk in overeenstemming met de {<national_law>}, vanwege de hieronder beschreven gebreken./Deze website is niet in overeenstemming met de {<national_law>}. De niet-toegankelijke delen worden hieronder beschreven.}" },
|
|
174
|
+
{ id: "non-accessible", title: "Inhoud die niet toegankelijk is", content: "De hieronder beschreven inhoud is op de een of andere manier niet volledig toegankelijk.\n\n[\n**Niet-naleving van de wettelijke eisen**\n\n{<gebreken>}\n]" },
|
|
175
|
+
{ id: "testing", title: "Hoe wij de website hebben getest", content: "{Wij hebben een zelfevaluatie (interne test) uitgevoerd van {<webbplats>}./{<externe partij>} heeft een onafhankelijke controle uitgevoerd van {<webbplats>}./Wij hebben de toegankelijkheid ingeschat zonder te testen.}\n\nDe laatste beoordeling is uitgevoerd op {<beoordelingsdatum>}.\n\n[Beoordelingsmethode: {<methode>}]\n\nDe website is gepubliceerd op {<publicatiedatum>}.\n\nDe verklaring is voor het laatst bijgewerkt op {<updatedatum>}." }
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"en-gb": {
|
|
179
|
+
title: "Accessibility of {<website>}",
|
|
180
|
+
intro: "This website is run by {<organisation>}. We want as many people as possible to be able to use it, and this document describes how {<website>} complies with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018, any known accessibility issues, and how you can report problems so that we can fix them.",
|
|
181
|
+
sections: [
|
|
182
|
+
{ id: "how-accessible", title: "How accessible is the website?", content: "{There are no known accessibility issues with this website./We know some parts of this website aren't fully accessible. See the section on non-accessible content below for more information./We know some parts of this website aren't fully accessible. See the section on non-accessible content below for more information.}" },
|
|
183
|
+
{ id: "what-to-do", title: "What to do if you can't access parts of this website?", content: "If you need content from this website that is not accessible for you, but is not within the scope of the accessibility regulations as described below, please contact us.\n\n[Our normal response time is {<response time>}.]\n\n[You can also contact us in the following ways:\n\n* email {<email address>}\n* call {<telephone number>}]" },
|
|
184
|
+
{ id: "reporting", title: "Reporting accessibility problems with this website", content: "We're always looking to improve the accessibility of this website. If you find any problems that aren't listed on this page or if we're not meeting the requirements of the accessibility regulations, contact us and let us know about the problem." },
|
|
185
|
+
{ id: "enforcement", title: "Enforcement procedure", content: "The {<enforcement_body>} is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018. If you are not happy with how we respond to your complaint, contact the {<enforcement_body>}.\n\nYou can also contact the {<enforcement_body>} if you think our accessibility statement does not accurately reflect our website's accessibility, if you believe we have not properly responded to your request for accessible content, or if you disagree with our assessment of what constitutes a disproportionate burden." },
|
|
186
|
+
{ id: "technical", title: "Technical information about this website's accessibility", content: "{This website is fully compliant with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018./This website is partially compliant with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018, due to the non-compliances listed below./This website is not compliant with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018. The non-accessible sections are listed below.}" },
|
|
187
|
+
{ id: "non-accessible", title: "Non-accessible content", content: "The content described below is, in one way or another, not fully accessible.\n\n[\n### Non-compliance with the accessibility regulations\n\n{<issues>}\n]" },
|
|
188
|
+
{ id: "testing", title: "How we tested this website", content: "{We have performed a self-assessment (internal testing) of {<website>}./{<third party>} has tested {<website>}./We have estimated the accessibility without testing.}\n\nThe last assessment was made on {<assessment date>}.\n\n[Assessment method: {<method>}]\n\nThe website was published on {<publish date>}.\n\nThe statement was last updated on {<update date>}." }
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"en-us": {
|
|
192
|
+
title: "Accessibility of {<website>}",
|
|
193
|
+
intro: "This website is run by {<organisation>}. We want as many people as possible to be able to use it, and this document describes how {<website>} complies with Section 508 of the Rehabilitation Act, any known accessibility issues, and how you can report problems so that we can fix them.",
|
|
194
|
+
sections: [
|
|
195
|
+
{ id: "how-accessible", title: "How accessible is the website?", content: "{There are no known accessibility issues with this website./We know some parts of this website aren't fully accessible. See the section on non-accessible content below for more information./We know some parts of this website aren't fully accessible. See the section on non-accessible content below for more information.}" },
|
|
196
|
+
{ id: "what-to-do", title: "What to do if you can't access parts of this website?", content: "If you need content from this website that is not accessible for you, but is not within the scope of the accessibility regulations as described below, please contact us.\n\n[Our normal response time is {<response time>}.]\n\n[You can also contact us in the following ways:\n\n* email {<email address>}\n* call {<telephone number>}]" },
|
|
197
|
+
{ id: "reporting", title: "Reporting accessibility problems with this website", content: "We're always looking to improve the accessibility of this website. If you find any problems that aren't listed on this page or if we're not meeting the requirements of the accessibility regulations, contact us and let us know about the problem." },
|
|
198
|
+
{ id: "enforcement", title: "Enforcement procedure", content: "The {<enforcement_body>} is responsible for enforcing web accessibility under Section 508 of the Rehabilitation Act and the Americans with Disabilities Act (ADA). If you experience accessibility issues on our website, you can file a complaint with the {<enforcement_body>}.\n\nYou may also file a complaint if you believe our accessibility statement does not accurately reflect our website's accessibility or if your request for accessible content has not been properly addressed." },
|
|
199
|
+
{ id: "technical", title: "Technical information about this website's accessibility", content: "{This website is fully compliant with Section 508 of the Rehabilitation Act./This website is partially compliant with Section 508 of the Rehabilitation Act, due to the non-compliances listed below./This website is not compliant with Section 508 of the Rehabilitation Act. The non-accessible sections are listed below.}" },
|
|
200
|
+
{ id: "non-accessible", title: "Non-accessible content", content: "The content described below is, in one way or another, not fully accessible.\n\n[\n### Non-compliance with the accessibility regulations\n\n{<issues>}\n]" },
|
|
201
|
+
{ id: "testing", title: "How we tested this website", content: "{We have performed a self-assessment (internal testing) of {<website>}./{<third party>} has tested {<website>}./We have estimated the accessibility without testing.}\n\nThe last assessment was made on {<assessment date>}.\n\n[Assessment method: {<method>}]\n\nThe website was published on {<publish date>}.\n\nThe statement was last updated on {<update date>}." }
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"en-ca": {
|
|
205
|
+
title: "Accessibility of {<website>}",
|
|
206
|
+
intro: "This website is run by {<organisation>}. We want as many people as possible to be able to use it, and this document describes how {<website>} complies with the Accessible Canada Act and the Accessibility for Ontarians with Disabilities Act, any known accessibility issues, and how you can report problems so that we can fix them.",
|
|
207
|
+
sections: [
|
|
208
|
+
{ id: "how-accessible", title: "How accessible is the website?", content: "{There are no known accessibility issues with this website./We know some parts of this website aren't fully accessible. See the section on non-accessible content below for more information./We know some parts of this website aren't fully accessible. See the section on non-accessible content below for more information.}" },
|
|
209
|
+
{ id: "what-to-do", title: "What to do if you can't access parts of this website?", content: "If you need content from this website that is not accessible for you, but is not within the scope of the accessibility regulations as described below, please contact us.\n\n[Our normal response time is {<response time>}.]\n\n[You can also contact us in the following ways:\n\n* email {<email address>}\n* call {<telephone number>}]" },
|
|
210
|
+
{ id: "reporting", title: "Reporting accessibility problems with this website", content: "We're always looking to improve the accessibility of this website. If you find any problems that aren't listed on this page or if we're not meeting the requirements of the accessibility regulations, contact us and let us know about the problem." },
|
|
211
|
+
{ id: "enforcement", title: "Enforcement procedure", content: "The {<enforcement_body>} is responsible for enforcing the Accessible Canada Act. If you experience accessibility issues on our website, you can file a complaint with the {<enforcement_body>}.\n\nYou may also file a complaint if you believe our accessibility statement does not accurately reflect our website's accessibility, if you disagree with our assessment of what constitutes an undue burden, or if your request for accessible content has not been properly addressed." },
|
|
212
|
+
{ id: "technical", title: "Technical information about this website's accessibility", content: "{This website is fully compliant with the Accessible Canada Act and the Accessibility for Ontarians with Disabilities Act./This website is partially compliant with the Accessible Canada Act and the Accessibility for Ontarians with Disabilities Act, due to the non-compliances listed below./This website is not compliant with the Accessible Canada Act and the Accessibility for Ontarians with Disabilities Act. The non-accessible sections are listed below.}" },
|
|
213
|
+
{ id: "non-accessible", title: "Non-accessible content", content: "The content described below is, in one way or another, not fully accessible.\n\n[\n### Non-compliance with the accessibility regulations\n\n{<issues>}\n]" },
|
|
214
|
+
{ id: "testing", title: "How we tested this website", content: "{We have performed a self-assessment (internal testing) of {<website>}./{<third party>} has tested {<website>}./We have estimated the accessibility without testing.}\n\nThe last assessment was made on {<assessment date>}.\n\n[Assessment method: {<method>}]\n\nThe website was published on {<publish date>}.\n\nThe statement was last updated on {<update date>}." }
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
it: {
|
|
218
|
+
title: "Dichiarazione di accessibilit\xE0 per {<webbplats>}",
|
|
219
|
+
intro: "{<organisation>} si impegna a rendere accessibile il proprio sito web ai sensi della {<national_law>}. La presente dichiarazione di accessibilit\xE0 si applica a {<webbplats>}.",
|
|
220
|
+
sections: [
|
|
221
|
+
{ id: "how-accessible", title: "Stato di conformit\xE0", content: "{Questo sito web \xE8 pienamente conforme alla {<national_law>}./Questo sito web \xE8 parzialmente conforme alla {<national_law>} a causa delle non conformit\xE0 elencate di seguito./Questo sito web non \xE8 conforme alla {<national_law>}. I contenuti non accessibili sono elencati di seguito.}" },
|
|
222
|
+
{ id: "what-to-do", title: "Contenuti non accessibili", content: "I contenuti elencati di seguito non sono accessibili per i seguenti motivi:\n\n[\n**Non conformit\xE0 alla {<national_law>}**\n\n{<carenze>}\n]\n\n[Il nostro tempo di risposta abituale \xE8 di {<svarstid>}.]\n\n[\xC8 anche possibile contattarci nei seguenti modi:\n\n* inviare un'e-mail a {<e-mailadresse>}\n* chiamare il {<telefoonnummer>}]" },
|
|
223
|
+
{ id: "reporting", title: "Meccanismo di feedback e dati di contatto", content: "Ci impegniamo a migliorare costantemente l'accessibilit\xE0 del nostro sito web. Se riscontri problemi di accessibilit\xE0, puoi contattarci per segnalarceli." },
|
|
224
|
+
{ id: "enforcement", title: "Procedura di applicazione", content: "{<enforcement_body>} \xE8 responsabile del controllo dei requisiti di accessibilit\xE0. Se non hai ricevuto una risposta soddisfacente alla tua segnalazione, puoi contattare {<enforcement_body>}.\n\nPuoi anche presentare un reclamo a {<enforcement_body>} se ritieni che la nostra valutazione di ci\xF2 che costituisce un onere sproporzionato debba essere rivista, se riscontri carenze nella nostra dichiarazione di accessibilit\xE0 o se ritieni che non abbiamo gestito correttamente la tua richiesta di accessibilit\xE0." },
|
|
225
|
+
{ id: "technical", title: "Informazioni tecniche sull'accessibilit\xE0 del sito web", content: "{Questo sito web \xE8 pienamente conforme alla {<national_law>}./Questo sito web \xE8 parzialmente conforme alla {<national_law>} a causa delle non conformit\xE0 descritte di seguito./Questo sito web non \xE8 conforme alla {<national_law>}.}" },
|
|
226
|
+
{ id: "testing", title: "Preparazione della presente dichiarazione di accessibilit\xE0", content: "{Abbiamo effettuato una valutazione interna (test interno) del sito web {<webbplats>}./{<terza parte>} ha effettuato un audit indipendente del sito web {<webbplats>}./Abbiamo stimato l'accessibilit\xE0 senza effettuare test.}\n\nL'ultima valutazione \xE8 stata effettuata il {<data_valutazione>}.\n\n[Metodo di valutazione: {<metodo_it>}]\n\nIl sito web \xE8 stato pubblicato il {<data_pubblicazione>}.\n\nLa dichiarazione \xE8 stata aggiornata per l'ultima volta il {<data_aggiornamento>}." }
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
pt: {
|
|
230
|
+
title: "Declara\xE7\xE3o de acessibilidade para {<webbplats>}",
|
|
231
|
+
intro: "{<organisation>} compromete-se a tornar o seu s\xEDtio web acess\xEDvel em conformidade com a {<national_law>}. A presente declara\xE7\xE3o de acessibilidade aplica-se a {<webbplats>}.",
|
|
232
|
+
sections: [
|
|
233
|
+
{ id: "how-accessible", title: "Estado de conformidade", content: "{Este s\xEDtio web est\xE1 plenamente em conformidade com a {<national_law>}./Este s\xEDtio web est\xE1 parcialmente em conformidade com a {<national_law>} devido \xE0s n\xE3o conformidades enumeradas abaixo./Este s\xEDtio web n\xE3o est\xE1 em conformidade com a {<national_law>}. Os conte\xFAdos n\xE3o acess\xEDveis est\xE3o enumerados abaixo.}" },
|
|
234
|
+
{ id: "what-to-do", title: "Conte\xFAdo n\xE3o acess\xEDvel", content: "O conte\xFAdo abaixo descrito n\xE3o \xE9 acess\xEDvel pelos seguintes motivos:\n\n[\n**N\xE3o conformidade com a {<national_law>}**\n\n{<defici\xEAncias>}\n]\n\n[O nosso tempo de resposta habitual \xE9 de {<svarstid>}.]\n\n[Tamb\xE9m pode contactar-nos das seguintes formas:\n\n* enviar um e-mail para {<e-mailadresse>}\n* ligar para {<telefoonnummer>}]" },
|
|
235
|
+
{ id: "reporting", title: "Mecanismo de feedback e contacto", content: "Esfor\xE7amo-nos por melhorar continuamente a acessibilidade do nosso s\xEDtio web. Se encontrar problemas de acessibilidade, pode contactar-nos para nos informar." },
|
|
236
|
+
{ id: "enforcement", title: "Procedimento de execu\xE7\xE3o", content: "{<enforcement_body>} \xE9 respons\xE1vel pela supervis\xE3o dos requisitos de acessibilidade. Se n\xE3o tiver recebido uma resposta satisfat\xF3ria \xE0 sua notifica\xE7\xE3o, pode contactar {<enforcement_body>}.\n\nTamb\xE9m pode apresentar uma reclama\xE7\xE3o a {<enforcement_body>} se considerar que a nossa avalia\xE7\xE3o do que constitui um encargo desproporcionado deve ser revista, se encontrar defici\xEAncias na nossa declara\xE7\xE3o de acessibilidade ou se considerar que n\xE3o trat\xE1mos corretamente o seu pedido de acessibilidade." },
|
|
237
|
+
{ id: "technical", title: "Informa\xE7\xF5es t\xE9cnicas sobre a acessibilidade do s\xEDtio web", content: "{Este s\xEDtio web est\xE1 plenamente em conformidade com a {<national_law>}./Este s\xEDtio web est\xE1 parcialmente em conformidade com a {<national_law>} devido \xE0s defici\xEAncias descritas abaixo./Este s\xEDtio web n\xE3o est\xE1 em conformidade com a {<national_law>}.}" },
|
|
238
|
+
{ id: "testing", title: "Elabora\xE7\xE3o da presente declara\xE7\xE3o de acessibilidade", content: "{Realiz\xE1mos uma autoavalia\xE7\xE3o (teste interno) do s\xEDtio web {<webbplats>}./{<terceiro externo>} realizou uma auditoria independente do s\xEDtio web {<webbplats>}./Estim\xE1mos a acessibilidade sem realizar testes.}\n\nA \xFAltima avalia\xE7\xE3o foi realizada em {<data_avaliacao>}.\n\n[M\xE9todo de avalia\xE7\xE3o: {<metodo_pt>}]\n\nO s\xEDtio web foi publicado em {<data_publicacao>}.\n\nA declara\xE7\xE3o foi atualizada pela \xFAltima vez em {<data_atualizacao>}." }
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
pl: {
|
|
242
|
+
title: "Deklaracja dost\u0119pno\u015Bci dla {<webbplats>}",
|
|
243
|
+
intro: "{<organisation>} zobowi\u0105zuje si\u0119 zapewni\u0107 dost\u0119pno\u015B\u0107 swojej strony internetowej zgodnie z {<national_law>}. Niniejsza deklaracja dost\u0119pno\u015Bci dotyczy strony {<webbplats>}.",
|
|
244
|
+
sections: [
|
|
245
|
+
{ id: "how-accessible", title: "Status pod wzgl\u0119dem zgodno\u015Bci", content: "{Ta strona internetowa jest w pe\u0142ni zgodna z {<national_law>}./Ta strona internetowa jest cz\u0119\u015Bciowo zgodna z {<national_law>} z powodu niezgodno\u015Bci wymienionych poni\u017Cej./Ta strona internetowa nie jest zgodna z {<national_law>}. Niedost\u0119pne tre\u015Bci wymieniono poni\u017Cej.}" },
|
|
246
|
+
{ id: "what-to-do", title: "Tre\u015Bci niedost\u0119pne", content: "Tre\u015Bci wymienione poni\u017Cej s\u0105 niedost\u0119pne z nast\u0119puj\u0105cych powod\xF3w:\n\n[\n**Niezgodno\u015B\u0107 z {<national_law>}**\n\n{<braki>}\n]\n\n[Nasz typowy czas odpowiedzi wynosi {<svarstid>}.]\n\n[Mo\u017Cna si\u0119 z nami skontaktowa\u0107 r\xF3wnie\u017C w nast\u0119puj\u0105cy spos\xF3b:\n\n* wysy\u0142aj\u0105c e-mail na adres {<e-mailadresse>}\n* dzwoni\u0105c pod numer {<telefoonnummer>}]" },
|
|
247
|
+
{ id: "reporting", title: "Procedura zg\u0142aszania problem\xF3w z dost\u0119pno\u015Bci\u0105 i dane kontaktowe", content: "Nieustannie d\u0105\u017Cymy do poprawy dost\u0119pno\u015Bci naszej strony internetowej. Je\u015Bli napotkasz problemy z dost\u0119pno\u015Bci\u0105, mo\u017Cesz si\u0119 z nami skontaktowa\u0107, aby nas o tym poinformowa\u0107." },
|
|
248
|
+
{ id: "enforcement", title: "Procedura egzekwowania przepis\xF3w", content: "{<enforcement_body>} jest odpowiedzialny za nadz\xF3r nad wymogami dost\u0119pno\u015Bci. Je\u015Bli nie otrzyma\u0142e\u015B satysfakcjonuj\u0105cej odpowiedzi na swoje zg\u0142oszenie, mo\u017Cesz skontaktowa\u0107 si\u0119 z {<enforcement_body>}.\n\nMo\u017Cesz r\xF3wnie\u017C z\u0142o\u017Cy\u0107 skarg\u0119 do {<enforcement_body>}, je\u015Bli uwa\u017Casz, \u017Ce nasza ocena tego, co stanowi nieproporcjonalne obci\u0105\u017Cenie, powinna zosta\u0107 zrewidowana, je\u015Bli znajdziesz braki w naszej deklaracji dost\u0119pno\u015Bci lub je\u015Bli uwa\u017Casz, \u017Ce nie obs\u0142u\u017Cyli\u015Bmy prawid\u0142owo Twojego wniosku o dost\u0119pno\u015B\u0107." },
|
|
249
|
+
{ id: "technical", title: "Informacje techniczne na temat dost\u0119pno\u015Bci strony internetowej", content: "{Ta strona internetowa jest w pe\u0142ni zgodna z {<national_law>}./Ta strona internetowa jest cz\u0119\u015Bciowo zgodna z {<national_law>} z powodu niezgodno\u015Bci opisanych poni\u017Cej./Ta strona internetowa nie jest zgodna z {<national_law>}.}" },
|
|
250
|
+
{ id: "testing", title: "Sporz\u0105dzenie niniejszej deklaracji dost\u0119pno\u015Bci", content: "{Przeprowadzili\u015Bmy samoocen\u0119 (wewn\u0119trzne testy) strony internetowej {<webbplats>}./{<podmiot zewn\u0119trzny>} przeprowadzi\u0142 niezale\u017Cny audyt strony internetowej {<webbplats>}./Oszacowali\u015Bmy dost\u0119pno\u015B\u0107 bez przeprowadzania test\xF3w.}\n\nOstatnia ocena zosta\u0142a przeprowadzona dnia {<data_oceny>}.\n\n[Metoda oceny: {<metoda_pl>}]\n\nStrona internetowa zosta\u0142a opublikowana dnia {<data_publikacji>}.\n\nDeklaracja zosta\u0142a ostatnio zaktualizowana dnia {<data_aktualizacji>}." }
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
var formatDiggDate = (date, locale) => {
|
|
255
|
+
const localeMap = {
|
|
256
|
+
sv: "sv-SE",
|
|
257
|
+
no: "no-NO",
|
|
258
|
+
nb: "no-NO",
|
|
259
|
+
da: "da-DK",
|
|
260
|
+
fi: "fi-FI",
|
|
261
|
+
nl: "nl-NL",
|
|
262
|
+
de: "de-DE",
|
|
263
|
+
fr: "fr-FR",
|
|
264
|
+
es: "es-ES",
|
|
265
|
+
it: "it-IT",
|
|
266
|
+
pt: "pt-PT",
|
|
267
|
+
pl: "pl-PL",
|
|
268
|
+
"en-gb": "en-GB",
|
|
269
|
+
"en-us": "en-US",
|
|
270
|
+
"en-ca": "en-CA"
|
|
271
|
+
};
|
|
272
|
+
return date.toLocaleDateString(localeMap[locale] || "en-US", {
|
|
273
|
+
year: "numeric",
|
|
274
|
+
month: "long",
|
|
275
|
+
day: "numeric"
|
|
276
|
+
});
|
|
277
|
+
};
|
|
278
|
+
var AccessibilityStatement = ({
|
|
279
|
+
country,
|
|
280
|
+
sector,
|
|
281
|
+
organizationName,
|
|
282
|
+
websiteUrl: _websiteUrl,
|
|
283
|
+
complianceLevel,
|
|
284
|
+
lastReviewDate,
|
|
285
|
+
contactEmail,
|
|
286
|
+
assessmentDate,
|
|
287
|
+
evaluationMethod,
|
|
288
|
+
generatorTool,
|
|
289
|
+
logoUrl,
|
|
290
|
+
nonComplianceItems = [],
|
|
291
|
+
locale = "en",
|
|
292
|
+
className = "",
|
|
293
|
+
phoneNumber,
|
|
294
|
+
responseTime,
|
|
295
|
+
badgeUrl,
|
|
296
|
+
publishDate
|
|
297
|
+
}) => {
|
|
298
|
+
const supportedLocales = {
|
|
299
|
+
sv: "sv",
|
|
300
|
+
en: "en",
|
|
301
|
+
no: "no",
|
|
302
|
+
nb: "no",
|
|
303
|
+
dk: "da",
|
|
304
|
+
da: "da",
|
|
305
|
+
de: "de",
|
|
306
|
+
fr: "fr",
|
|
307
|
+
es: "es",
|
|
308
|
+
fi: "fi",
|
|
309
|
+
nl: "nl",
|
|
310
|
+
it: "it",
|
|
311
|
+
pt: "pt",
|
|
312
|
+
pl: "pl",
|
|
313
|
+
"en-gb": "en-gb",
|
|
314
|
+
"en-us": "en-us",
|
|
315
|
+
"en-ca": "en-ca"
|
|
316
|
+
};
|
|
317
|
+
const lang = supportedLocales[locale];
|
|
318
|
+
if (!lang) {
|
|
319
|
+
console.warn(`AccessibilityStatement: unsupported locale "${locale}", falling back to English`);
|
|
320
|
+
}
|
|
321
|
+
const effectiveLang = lang ?? "en";
|
|
322
|
+
const template = TEMPLATES[effectiveLang] || TEMPLATES.en;
|
|
323
|
+
const d = (date) => formatDiggDate(date, locale);
|
|
324
|
+
const enforcementBody = getEnforcementBody(country, sector);
|
|
325
|
+
const replacements = {
|
|
326
|
+
"{<webbplats>}": organizationName,
|
|
327
|
+
// Or websiteUrl, but usually org/site name
|
|
328
|
+
"{<website>}": organizationName,
|
|
329
|
+
"{<organisation>}": organizationName,
|
|
330
|
+
"{<e-postadress>}": contactEmail,
|
|
331
|
+
"{<email address>}": contactEmail,
|
|
332
|
+
"{<telefonnummer>}": phoneNumber || "",
|
|
333
|
+
"{<telephone number>}": phoneNumber || "",
|
|
334
|
+
"{<svarstid>}": responseTime || "",
|
|
335
|
+
"{<response time>}": responseTime || "",
|
|
336
|
+
"{<bed\xF6mningsdatum>}": assessmentDate ? d(assessmentDate) : d(lastReviewDate),
|
|
337
|
+
"{<assessment date>}": assessmentDate ? d(assessmentDate) : d(lastReviewDate),
|
|
338
|
+
"{<uppdateringsdatum>}": d(lastReviewDate),
|
|
339
|
+
"{<update date>}": d(lastReviewDate),
|
|
340
|
+
"{<publiceringsdatum>}": publishDate ? d(publishDate) : "2024-01-01",
|
|
341
|
+
// Default to a realistic value if unknown
|
|
342
|
+
"{<publish date>}": publishDate ? d(publishDate) : "2024-01-01",
|
|
343
|
+
"{<metod>}": evaluationMethod || "Automated Scan",
|
|
344
|
+
"{<method>}": evaluationMethod || "Automated Scan",
|
|
345
|
+
"{<extern akt\xF6r>}": generatorTool?.name || "HolmDigital Engine",
|
|
346
|
+
"{<third party>}": generatorTool?.name || "HolmDigital Engine",
|
|
347
|
+
"{<enforcement_body>}": enforcementBody,
|
|
348
|
+
"{<national_law>}": (() => {
|
|
349
|
+
const law = getNationalLawByFramework(sector === "private" ? "EAA" : "WAD", country);
|
|
350
|
+
return law ? `${law.fullName} (${law.law})` : "";
|
|
351
|
+
})()
|
|
352
|
+
};
|
|
353
|
+
let issuesContent = "";
|
|
354
|
+
if (nonComplianceItems.length > 0) {
|
|
355
|
+
issuesContent = nonComplianceItems.map((item) => `* ${item}`).join("\n");
|
|
356
|
+
} else {
|
|
357
|
+
const noIssuesText = {
|
|
358
|
+
sv: "Inga k\xE4nda brister.",
|
|
359
|
+
no: "Ingen kjente mangler.",
|
|
360
|
+
da: "Ingen kendte problemer.",
|
|
361
|
+
de: "Keine bekannten M\xE4ngel.",
|
|
362
|
+
fr: "Aucun probl\xE8me connu.",
|
|
363
|
+
es: "No se conocen problemas.",
|
|
364
|
+
fi: "Ei tunnettuja puutteita.",
|
|
365
|
+
nl: "Geen bekende problemen.",
|
|
366
|
+
it: "Nessun problema noto.",
|
|
367
|
+
pt: "Nenhum problema conhecido.",
|
|
368
|
+
pl: "Brak znanych problem\xF3w."
|
|
369
|
+
};
|
|
370
|
+
issuesContent = noIssuesText[effectiveLang] || "No known issues.";
|
|
371
|
+
}
|
|
372
|
+
replacements["{<brister>}"] = issuesContent;
|
|
373
|
+
replacements["{<issues>}"] = issuesContent;
|
|
374
|
+
replacements["{<mangler>}"] = issuesContent;
|
|
375
|
+
replacements["{<nettsted>}"] = organizationName;
|
|
376
|
+
replacements["{<organisasjon>}"] = organizationName;
|
|
377
|
+
replacements["{<svartid>}"] = responseTime || "";
|
|
378
|
+
replacements["{<vurderingsdato>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
379
|
+
replacements["{<publiseringsdatum>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
380
|
+
replacements["{<ekstern aktor>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
381
|
+
replacements["{<e-postadresse>}"] = contactEmail;
|
|
382
|
+
replacements["{<oppdateringsdato>}"] = d(lastReviewDate);
|
|
383
|
+
replacements["{<metode>}"] = evaluationMethod || "Automated Scan";
|
|
384
|
+
replacements["{<publiseringsdato>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
385
|
+
replacements["{<e-mailadresse>}"] = contactEmail;
|
|
386
|
+
replacements["{<ekstern akt\xF8r>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
387
|
+
replacements["{<offentligg\xF8relsesdato>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
388
|
+
replacements["{<opdateringsdato>}"] = d(lastReviewDate);
|
|
389
|
+
replacements["{<bewertungsdatum>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
390
|
+
replacements["{<ver\xF6ffentlichungsdatum>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
391
|
+
replacements["{<aktualisierungsdatum>}"] = d(lastReviewDate);
|
|
392
|
+
replacements["{<methode>}"] = evaluationMethod || "Automated Scan";
|
|
393
|
+
replacements["{<externer Dritter>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
394
|
+
replacements["{<m\xE4ngel>}"] = issuesContent;
|
|
395
|
+
replacements["{<date_evaluation>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
396
|
+
replacements["{<date_publication>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
397
|
+
replacements["{<date_mise_a_jour>}"] = d(lastReviewDate);
|
|
398
|
+
replacements["{<m\xE9thode>}"] = evaluationMethod || "Automated Scan";
|
|
399
|
+
replacements["{<tiers externe>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
400
|
+
replacements["{<d\xE9fauts>}"] = issuesContent;
|
|
401
|
+
replacements["{<telefoonnummer>}"] = phoneNumber || "";
|
|
402
|
+
replacements["{<fecha_evaluacion>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
403
|
+
replacements["{<fecha_publicacion>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
404
|
+
replacements["{<fecha_actualizacion>}"] = d(lastReviewDate);
|
|
405
|
+
replacements["{<metodo>}"] = evaluationMethod || "Automated Scan";
|
|
406
|
+
replacements["{<tercero externo>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
407
|
+
replacements["{<deficiencias>}"] = issuesContent;
|
|
408
|
+
replacements["{<arviointip\xE4iv\xE4>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
409
|
+
replacements["{<julkaisup\xE4iv\xE4>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
410
|
+
replacements["{<p\xE4ivitysp\xE4iv\xE4>}"] = d(lastReviewDate);
|
|
411
|
+
replacements["{<metodi>}"] = evaluationMethod || "Automated Scan";
|
|
412
|
+
replacements["{<ulkoinen taho>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
413
|
+
replacements["{<puutteet>}"] = issuesContent;
|
|
414
|
+
replacements["{<e-mailosoite>}"] = contactEmail;
|
|
415
|
+
replacements["{<puhelinnumero>}"] = phoneNumber || "";
|
|
416
|
+
replacements["{<beoordelingsdatum>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
417
|
+
replacements["{<publicatiedatum>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
418
|
+
replacements["{<updatedatum>}"] = d(lastReviewDate);
|
|
419
|
+
replacements["{<externe partij>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
420
|
+
replacements["{<gebreken>}"] = issuesContent;
|
|
421
|
+
replacements["{<e-mailadres>}"] = contactEmail;
|
|
422
|
+
replacements["{<data_valutazione>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
423
|
+
replacements["{<data_pubblicazione>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
424
|
+
replacements["{<data_aggiornamento>}"] = d(lastReviewDate);
|
|
425
|
+
replacements["{<metodo_it>}"] = evaluationMethod || "Automated Scan";
|
|
426
|
+
replacements["{<terza parte>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
427
|
+
replacements["{<carenze>}"] = issuesContent;
|
|
428
|
+
replacements["{<data_avaliacao>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
429
|
+
replacements["{<data_publicacao>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
430
|
+
replacements["{<data_atualizacao>}"] = d(lastReviewDate);
|
|
431
|
+
replacements["{<metodo_pt>}"] = evaluationMethod || "Automated Scan";
|
|
432
|
+
replacements["{<terceiro externo>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
433
|
+
replacements["{<defici\xEAncias>}"] = issuesContent;
|
|
434
|
+
replacements["{<data_oceny>}"] = assessmentDate ? d(assessmentDate) : d(lastReviewDate);
|
|
435
|
+
replacements["{<data_publikacji>}"] = publishDate ? d(publishDate) : "2024-01-01";
|
|
436
|
+
replacements["{<data_aktualizacji>}"] = d(lastReviewDate);
|
|
437
|
+
replacements["{<metoda_pl>}"] = evaluationMethod || "Automated Scan";
|
|
438
|
+
replacements["{<podmiot zewn\u0119trzny>}"] = generatorTool?.name || "HolmDigital Engine";
|
|
439
|
+
replacements["{<braki>}"] = issuesContent;
|
|
440
|
+
const renderTemplate = (tmpl) => {
|
|
441
|
+
let text = tmpl;
|
|
442
|
+
text = text.replace(/\[([\s\S]*?)\]/g, (_match, content) => {
|
|
443
|
+
if (content.includes("{<svarstid>}") || content.includes("{<response time>}") || content.includes("{<svartid>}")) {
|
|
444
|
+
return responseTime ? content : "";
|
|
445
|
+
}
|
|
446
|
+
if (content.includes("{<telefonnummer>}") || content.includes("{<telephone number>}") || content.includes("{<puhelinnumero>}") || content.includes("{<telefoonnummer>}")) {
|
|
447
|
+
return phoneNumber ? content : "";
|
|
448
|
+
}
|
|
449
|
+
if (content.includes("{<brister>}") || content.includes("{<issues>}") || content.includes("{<mangler>}") || content.includes("{<m\xE4ngel>}") || content.includes("{<d\xE9fauts>}") || content.includes("{<deficiencias>}") || content.includes("{<puutteet>}") || content.includes("{<gebreken>}") || content.includes("{<carenze>}") || content.includes("{<defici\xEAncias>}") || content.includes("{<braki>}")) {
|
|
450
|
+
return complianceLevel !== "full" ? content : "";
|
|
451
|
+
}
|
|
452
|
+
return "\n" + content.trim() + "\n";
|
|
453
|
+
});
|
|
454
|
+
for (const [key, value] of Object.entries(replacements)) {
|
|
455
|
+
text = text.replaceAll(key, value);
|
|
456
|
+
}
|
|
457
|
+
text = text.replace(/\{([^{}]*?)\}/g, (_match, content) => {
|
|
458
|
+
const parts = content.split("/");
|
|
459
|
+
if (parts.length >= 2) {
|
|
460
|
+
let idx = 0;
|
|
461
|
+
if (complianceLevel === "partial") idx = 1;
|
|
462
|
+
if (complianceLevel === "non-compliant") idx = parts.length > 2 ? 2 : 1;
|
|
463
|
+
return parts[idx].trim();
|
|
464
|
+
}
|
|
465
|
+
return _match;
|
|
466
|
+
});
|
|
467
|
+
return text;
|
|
468
|
+
};
|
|
469
|
+
const renderSections = (sections) => {
|
|
470
|
+
return sections.map((section, i) => {
|
|
471
|
+
const content = renderTemplate(section.content);
|
|
472
|
+
const trimmed = content.trim();
|
|
473
|
+
if (!trimmed) return null;
|
|
474
|
+
let IconNode = null;
|
|
475
|
+
if (section.id === "how-accessible" || trimmed.includes("Hur tillg\xE4nglig") || trimmed.includes("How accessible") || trimmed.includes("Hvor tilgjengelig") || trimmed.includes("Hvor tilg\xE6ngeligt") || trimmed.includes("Kuinka saavutettava") || trimmed.includes("Hoe toegankelijk") || trimmed.includes("Stand der Vereinbarkeit") || trimmed.includes("\xC9tat de conformit\xE9") || trimmed.includes("Situaci\xF3n de cumplimiento")) {
|
|
476
|
+
IconNode = /* @__PURE__ */ jsx(IconWrapper, { children: /* @__PURE__ */ jsx(EyeIcon, {}) });
|
|
477
|
+
} else if (section.id === "what-to-do" || trimmed.includes("Vad kan du g\xF6ra") || trimmed.includes("What to do") || trimmed.includes("Hva kan du gj\xF8re") || trimmed.includes("Hvad kan du g\xF8re") || trimmed.includes("Mit\xE4 voit tehd\xE4") || trimmed.includes("Wat kunt u doen") || trimmed.includes("Nicht barrierefreie Inhalte") || trimmed.includes("Contenus non accessibles") || trimmed.includes("Contenido no accesible")) {
|
|
478
|
+
IconNode = /* @__PURE__ */ jsx(IconWrapper, { children: /* @__PURE__ */ jsx(HelpCircleIcon, {}) });
|
|
479
|
+
} else if (section.id === "reporting" || trimmed.includes("Rapporter brister") || trimmed.includes("Reporting accessibility") || trimmed.includes("Rapporter mangler") || trimmed.includes("Anna palautetta") || trimmed.includes("Meld toegankelijkheidsproblemen") || trimmed.includes("Feedback und Kontaktangaben") || trimmed.includes("Retour d'information") || trimmed.includes("Mecanismo de comunicaci\xF3n")) {
|
|
480
|
+
IconNode = /* @__PURE__ */ jsx(IconWrapper, { children: /* @__PURE__ */ jsx(AlertOctagonIcon, {}) });
|
|
481
|
+
} else if (section.id === "enforcement" || trimmed.includes("Tillsyn") || trimmed.includes("Enforcement procedure") || trimmed.includes("Tilsyn") || trimmed.includes("H\xE5ndh\xE6velsesprocedure") || trimmed.includes("T\xE4yt\xE4nt\xF6\xF6npanomenettely") || trimmed.includes("Handhavingsprocedure") || trimmed.includes("Durchsetzungsverfahren") || trimmed.includes("Voies de recours") || trimmed.includes("Procedimiento de aplicaci\xF3n")) {
|
|
482
|
+
IconNode = /* @__PURE__ */ jsx(IconWrapper, { children: /* @__PURE__ */ jsx(GavelIcon, {}) });
|
|
483
|
+
} else if (section.id === "technical" || trimmed.includes("Teknisk information") || trimmed.includes("Technical information")) {
|
|
484
|
+
IconNode = /* @__PURE__ */ jsx(IconWrapper, { children: /* @__PURE__ */ jsx(CpuIcon, {}) });
|
|
485
|
+
} else if (section.id === "testing" || trimmed.includes("Hur vi testat") || trimmed.includes("How we tested") || trimmed.includes("Hvordan vi har testet") || trimmed.includes("Kuinka olemme testanneet") || trimmed.includes("Hoe wij de website hebben getest") || trimmed.includes("Erstellung dieser Erkl\xE4rung") || trimmed.includes("\xC9tablissement de cette d\xE9claration") || trimmed.includes("Preparaci\xF3n de la presente declaraci\xF3n")) {
|
|
486
|
+
IconNode = /* @__PURE__ */ jsx(IconWrapper, { children: /* @__PURE__ */ jsx(CheckCircleIcon, {}) });
|
|
487
|
+
}
|
|
488
|
+
const SectionHeader = /* @__PURE__ */ jsxs("h2", { style: styles.sectionTitle, children: [
|
|
489
|
+
IconNode,
|
|
490
|
+
section.title
|
|
491
|
+
] }, `h2-${i}`);
|
|
492
|
+
const blocks = trimmed.split("\n\n").map((block, bi) => {
|
|
493
|
+
const blockTrimmed = block.trim();
|
|
494
|
+
if (!blockTrimmed) return null;
|
|
495
|
+
if (blockTrimmed.startsWith("## ")) {
|
|
496
|
+
const title = blockTrimmed.replace("## ", "");
|
|
497
|
+
return /* @__PURE__ */ jsx("h2", { style: styles.sectionTitle, children: title }, `${i}-${bi}`);
|
|
498
|
+
}
|
|
499
|
+
if (blockTrimmed.startsWith("### ")) {
|
|
500
|
+
return /* @__PURE__ */ jsx("h3", { style: { ...styles.sectionTitle, fontSize: "1.4rem" }, children: blockTrimmed.replace("### ", "") }, `${i}-${bi}`);
|
|
501
|
+
}
|
|
502
|
+
if (blockTrimmed.includes("* ") || blockTrimmed.includes("\u2022 ")) {
|
|
503
|
+
const lines = blockTrimmed.split("\n");
|
|
504
|
+
return /* @__PURE__ */ jsx("ul", { style: styles.list, children: lines.map((line, li) => {
|
|
505
|
+
const cleanLine = line.trim().replace(/^[*\-\u2022]\s*/, "");
|
|
506
|
+
if (!cleanLine) return null;
|
|
507
|
+
return /* @__PURE__ */ jsxs("li", { style: styles.listItem, children: [
|
|
508
|
+
/* @__PURE__ */ jsx("div", { style: styles.listBullet }),
|
|
509
|
+
cleanLine
|
|
510
|
+
] }, li);
|
|
511
|
+
}) }, `${i}-${bi}`);
|
|
512
|
+
}
|
|
513
|
+
const isCardSection = blockTrimmed.includes("e-post") || blockTrimmed.includes("email") || blockTrimmed.includes("ring ") || blockTrimmed.includes("call ");
|
|
514
|
+
if (isCardSection) {
|
|
515
|
+
return /* @__PURE__ */ jsx("div", { style: styles.card, children: blockTrimmed }, `${i}-${bi}`);
|
|
516
|
+
}
|
|
517
|
+
return /* @__PURE__ */ jsx("p", { style: styles.paragraph, children: blockTrimmed }, `${i}-${bi}`);
|
|
518
|
+
});
|
|
519
|
+
return /* @__PURE__ */ jsxs("section", { style: styles.section, children: [
|
|
520
|
+
SectionHeader,
|
|
521
|
+
blocks
|
|
522
|
+
] }, i);
|
|
523
|
+
});
|
|
524
|
+
};
|
|
525
|
+
const statementTools = getStatementToolsByCountry(country);
|
|
526
|
+
const usedTool = generatorTool || statementTools.find((t) => t.recommended) || statementTools[0];
|
|
527
|
+
const styles = {
|
|
528
|
+
page: {
|
|
529
|
+
fontFamily: '"Inter", system-ui, -apple-system, sans-serif',
|
|
530
|
+
color: "#334155",
|
|
531
|
+
// Slate 700
|
|
532
|
+
lineHeight: 1.6,
|
|
533
|
+
maxWidth: "100%"
|
|
534
|
+
},
|
|
535
|
+
header: {
|
|
536
|
+
display: "flex",
|
|
537
|
+
justifyContent: "space-between",
|
|
538
|
+
alignItems: "center",
|
|
539
|
+
marginBottom: "5rem",
|
|
540
|
+
paddingBottom: "2.5rem",
|
|
541
|
+
borderBottom: "1px solid #f8fafc"
|
|
542
|
+
},
|
|
543
|
+
logoContainer: {
|
|
544
|
+
display: "flex",
|
|
545
|
+
alignItems: "center",
|
|
546
|
+
textDecoration: "none",
|
|
547
|
+
marginRight: "2rem"
|
|
548
|
+
},
|
|
549
|
+
divider: {
|
|
550
|
+
height: "2rem",
|
|
551
|
+
width: "1px",
|
|
552
|
+
backgroundColor: "#e2e8f0",
|
|
553
|
+
marginRight: "2rem",
|
|
554
|
+
display: "block"
|
|
555
|
+
},
|
|
556
|
+
websiteContainer: {
|
|
557
|
+
display: "flex",
|
|
558
|
+
alignItems: "center",
|
|
559
|
+
gap: "0.625rem",
|
|
560
|
+
textDecoration: "none",
|
|
561
|
+
color: "#64748b",
|
|
562
|
+
// Slate 500
|
|
563
|
+
fontWeight: 500,
|
|
564
|
+
fontSize: "0.925rem",
|
|
565
|
+
padding: "0.5rem 1rem",
|
|
566
|
+
backgroundColor: "#f8fafc",
|
|
567
|
+
borderRadius: "100px",
|
|
568
|
+
border: "1px solid #f1f5f9"
|
|
569
|
+
},
|
|
570
|
+
container: {
|
|
571
|
+
maxWidth: "1000px",
|
|
572
|
+
margin: "4rem auto",
|
|
573
|
+
padding: "6rem",
|
|
574
|
+
backgroundColor: "#ffffff",
|
|
575
|
+
borderRadius: "32px",
|
|
576
|
+
boxShadow: "0 40px 100px -20px rgba(15, 23, 42, 0.08)",
|
|
577
|
+
border: "1px solid #f1f5f9",
|
|
578
|
+
fontFamily: '"Inter", system-ui, -apple-system, sans-serif',
|
|
579
|
+
color: "#1e293b",
|
|
580
|
+
// Slate 800
|
|
581
|
+
lineHeight: 1.8,
|
|
582
|
+
fontSize: "1.125rem",
|
|
583
|
+
position: "relative",
|
|
584
|
+
overflow: "hidden"
|
|
585
|
+
},
|
|
586
|
+
mainHeading: {
|
|
587
|
+
fontSize: "3.5rem",
|
|
588
|
+
fontWeight: 800,
|
|
589
|
+
color: "#0f172a",
|
|
590
|
+
// Slate 900
|
|
591
|
+
marginTop: "0",
|
|
592
|
+
marginBottom: "1.5rem",
|
|
593
|
+
letterSpacing: "-0.05em",
|
|
594
|
+
lineHeight: 1.05
|
|
595
|
+
},
|
|
596
|
+
metaData: {
|
|
597
|
+
color: "#64748b",
|
|
598
|
+
// Slate 500
|
|
599
|
+
fontSize: "0.925rem",
|
|
600
|
+
marginBottom: "5rem",
|
|
601
|
+
fontWeight: 500,
|
|
602
|
+
display: "flex",
|
|
603
|
+
gap: "2rem",
|
|
604
|
+
padding: "1.25rem 2rem",
|
|
605
|
+
backgroundColor: "#f8fafc",
|
|
606
|
+
borderRadius: "1rem",
|
|
607
|
+
border: "1px solid #f1f5f9",
|
|
608
|
+
width: "fit-content"
|
|
609
|
+
},
|
|
610
|
+
section: {
|
|
611
|
+
marginBottom: "6rem"
|
|
612
|
+
},
|
|
613
|
+
sectionTitle: {
|
|
614
|
+
fontSize: "1.875rem",
|
|
615
|
+
fontWeight: 700,
|
|
616
|
+
color: "#0f172a",
|
|
617
|
+
marginBottom: "2rem",
|
|
618
|
+
marginTop: 0,
|
|
619
|
+
letterSpacing: "-0.03em",
|
|
620
|
+
display: "flex",
|
|
621
|
+
alignItems: "center",
|
|
622
|
+
gap: "1rem"
|
|
623
|
+
},
|
|
624
|
+
card: {
|
|
625
|
+
padding: "2.5rem",
|
|
626
|
+
backgroundColor: "#ffffff",
|
|
627
|
+
borderRadius: "1.5rem",
|
|
628
|
+
border: "1px solid #f1f5f9",
|
|
629
|
+
boxShadow: "0 4px 6px -1px rgba(0, 0, 0, 0.02)",
|
|
630
|
+
marginBottom: "2.5rem",
|
|
631
|
+
display: "flex",
|
|
632
|
+
flexDirection: "column",
|
|
633
|
+
gap: "1rem"
|
|
634
|
+
},
|
|
635
|
+
paragraph: {
|
|
636
|
+
marginBottom: "1.75rem",
|
|
637
|
+
maxWidth: "70ch",
|
|
638
|
+
whiteSpace: "pre-line",
|
|
639
|
+
color: "#475569"
|
|
640
|
+
// Slate 600
|
|
641
|
+
},
|
|
642
|
+
link: {
|
|
643
|
+
color: "#0ea5e9",
|
|
644
|
+
// Primary 500
|
|
645
|
+
textDecoration: "none",
|
|
646
|
+
fontWeight: 600,
|
|
647
|
+
borderBottom: "1.5px solid rgba(14, 165, 233, 0.2)",
|
|
648
|
+
transition: "all 0.2s",
|
|
649
|
+
cursor: "pointer"
|
|
650
|
+
},
|
|
651
|
+
list: {
|
|
652
|
+
listStyleType: "none",
|
|
653
|
+
paddingLeft: 0,
|
|
654
|
+
marginBottom: "2rem",
|
|
655
|
+
display: "flex",
|
|
656
|
+
flexDirection: "column",
|
|
657
|
+
gap: "1rem"
|
|
658
|
+
},
|
|
659
|
+
listItem: {
|
|
660
|
+
padding: "1.25rem 1.75rem 1.25rem 3.5rem",
|
|
661
|
+
position: "relative",
|
|
662
|
+
backgroundColor: "#f8fafc",
|
|
663
|
+
borderRadius: "1rem",
|
|
664
|
+
border: "1px solid #f1f5f9",
|
|
665
|
+
fontSize: "1rem",
|
|
666
|
+
color: "#334155"
|
|
667
|
+
},
|
|
668
|
+
listBullet: {
|
|
669
|
+
position: "absolute",
|
|
670
|
+
left: "1.5rem",
|
|
671
|
+
top: "50%",
|
|
672
|
+
transform: "translateY(-50%)",
|
|
673
|
+
width: "0.75rem",
|
|
674
|
+
height: "0.75rem",
|
|
675
|
+
borderRadius: "4px",
|
|
676
|
+
backgroundColor: "#0ea5e9",
|
|
677
|
+
opacity: 0.8
|
|
678
|
+
},
|
|
679
|
+
statusBadge: {
|
|
680
|
+
display: "inline-flex",
|
|
681
|
+
alignItems: "center",
|
|
682
|
+
padding: "0.5rem 1.25rem",
|
|
683
|
+
borderRadius: "100px",
|
|
684
|
+
fontSize: "0.875rem",
|
|
685
|
+
fontWeight: 600,
|
|
686
|
+
backgroundColor: complianceLevel === "full" ? "#f0fdf4" : complianceLevel === "partial" ? "#fffbeb" : "#fef2f2",
|
|
687
|
+
color: complianceLevel === "full" ? "#166534" : complianceLevel === "partial" ? "#92400e" : "#991b1b",
|
|
688
|
+
border: `1px solid ${complianceLevel === "full" ? "#dcfce7" : complianceLevel === "partial" ? "#fef3c7" : "#fee2e2"}`,
|
|
689
|
+
letterSpacing: "0.01em"
|
|
690
|
+
},
|
|
691
|
+
iconWrapper: {
|
|
692
|
+
display: "flex",
|
|
693
|
+
alignItems: "center",
|
|
694
|
+
justifyContent: "center",
|
|
695
|
+
width: "2.75rem",
|
|
696
|
+
height: "2.75rem",
|
|
697
|
+
borderRadius: "12px",
|
|
698
|
+
backgroundColor: "#f8fafc",
|
|
699
|
+
border: "1px solid #f1f5f9",
|
|
700
|
+
color: "#0ea5e9"
|
|
701
|
+
}
|
|
702
|
+
};
|
|
703
|
+
const Logo = () => /* @__PURE__ */ jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", children: [
|
|
704
|
+
/* @__PURE__ */ jsx("rect", { width: "32", height: "32", rx: "6", fill: "#0F172A" }),
|
|
705
|
+
/* @__PURE__ */ jsx("path", { d: "M16 8L24 16L16 24L8 16L16 8Z", fill: "#38BDF8" }),
|
|
706
|
+
/* @__PURE__ */ jsx("path", { d: "M16 12L20 16L16 20L12 16L16 12Z", fill: "#0F172A" })
|
|
707
|
+
] });
|
|
708
|
+
const IconWrapper = ({ children }) => /* @__PURE__ */ jsx("div", { style: styles.iconWrapper, children });
|
|
709
|
+
const EyeIcon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
|
|
710
|
+
/* @__PURE__ */ jsx("path", { d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" }),
|
|
711
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3" })
|
|
712
|
+
] });
|
|
713
|
+
const HelpCircleIcon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
|
|
714
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
715
|
+
/* @__PURE__ */ jsx("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
716
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
|
|
717
|
+
] });
|
|
718
|
+
const AlertOctagonIcon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
|
|
719
|
+
/* @__PURE__ */ jsx("polygon", { points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2" }),
|
|
720
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
|
|
721
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
|
|
722
|
+
] });
|
|
723
|
+
const GavelIcon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
|
|
724
|
+
/* @__PURE__ */ jsx("path", { d: "m14 13-5 5 2 2 5-5-2-2Z" }),
|
|
725
|
+
/* @__PURE__ */ jsx("path", { d: "m3 21 2-2 5-5-2-2-5 5-2 2Z" }),
|
|
726
|
+
/* @__PURE__ */ jsx("path", { d: "m15 6 5 5-11 11-5-5L15 6Z" }),
|
|
727
|
+
/* @__PURE__ */ jsx("path", { d: "M13 2 18 7" })
|
|
728
|
+
] });
|
|
729
|
+
const CpuIcon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
|
|
730
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2" }),
|
|
731
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "6", height: "6" }),
|
|
732
|
+
/* @__PURE__ */ jsx("path", { d: "M15 2v2" }),
|
|
733
|
+
/* @__PURE__ */ jsx("path", { d: "M15 20v2" }),
|
|
734
|
+
/* @__PURE__ */ jsx("path", { d: "M2 15h2" }),
|
|
735
|
+
/* @__PURE__ */ jsx("path", { d: "M2 9h2" }),
|
|
736
|
+
/* @__PURE__ */ jsx("path", { d: "M20 15h2" }),
|
|
737
|
+
/* @__PURE__ */ jsx("path", { d: "M20 9h2" }),
|
|
738
|
+
/* @__PURE__ */ jsx("path", { d: "M9 2v2" }),
|
|
739
|
+
/* @__PURE__ */ jsx("path", { d: "M9 20v2" })
|
|
740
|
+
] });
|
|
741
|
+
const CheckCircleIcon = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [
|
|
742
|
+
/* @__PURE__ */ jsx("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }),
|
|
743
|
+
/* @__PURE__ */ jsx("polyline", { points: "22 4 12 14.01 9 11.01" })
|
|
744
|
+
] });
|
|
745
|
+
return /* @__PURE__ */ jsxs(
|
|
746
|
+
"main",
|
|
747
|
+
{
|
|
748
|
+
role: "main",
|
|
749
|
+
className,
|
|
750
|
+
style: styles.container,
|
|
751
|
+
"aria-labelledby": "a11y-statement-title",
|
|
752
|
+
children: [
|
|
753
|
+
/* @__PURE__ */ jsxs("header", { style: styles.header, children: [
|
|
754
|
+
/* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center" }, children: [
|
|
755
|
+
/* @__PURE__ */ jsx("a", { href: "https://holmdigital.se", style: styles.logoContainer, target: "_blank", rel: "noreferrer", children: logoUrl ? /* @__PURE__ */ jsx("img", { src: logoUrl, alt: "Holm Digital", style: { height: "3rem", width: "auto" } }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
756
|
+
/* @__PURE__ */ jsx(Logo, {}),
|
|
757
|
+
/* @__PURE__ */ jsx("span", { style: { marginLeft: "0.75rem", fontWeight: 700, fontSize: "1.25rem", color: "#0c4a6e" }, children: "HolmDigital" })
|
|
758
|
+
] }) }),
|
|
759
|
+
/* @__PURE__ */ jsx("div", { style: styles.divider, "aria-hidden": "true" }),
|
|
760
|
+
/* @__PURE__ */ jsxs("a", { href: "https://holmdigital.se", style: styles.websiteContainer, target: "_blank", rel: "noreferrer", children: [
|
|
761
|
+
/* @__PURE__ */ jsx("span", { style: { backgroundColor: "#f1f5f9", padding: "0.25rem", borderRadius: "0.375rem", display: "flex" }, children: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", style: { color: "#64748b" }, "aria-hidden": "true", children: [
|
|
762
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
763
|
+
/* @__PURE__ */ jsx("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
|
|
764
|
+
/* @__PURE__ */ jsx("path", { d: "M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1 4-10z" })
|
|
765
|
+
] }) }),
|
|
766
|
+
/* @__PURE__ */ jsxs("span", { children: [
|
|
767
|
+
"holmdigital",
|
|
768
|
+
/* @__PURE__ */ jsx("span", { style: { color: "#0284c7" }, children: ".se" })
|
|
769
|
+
] })
|
|
770
|
+
] })
|
|
771
|
+
] }),
|
|
772
|
+
badgeUrl && /* @__PURE__ */ jsx("div", { style: { display: "flex", alignItems: "center" }, children: /* @__PURE__ */ jsx("img", { src: badgeUrl, alt: "Accessibility Badge", style: { height: "1.5rem", width: "auto" } }) })
|
|
773
|
+
] }),
|
|
774
|
+
/* @__PURE__ */ jsxs("div", { className: "statement-content", children: [
|
|
775
|
+
/* @__PURE__ */ jsxs("header", { style: { marginBottom: "4rem" }, children: [
|
|
776
|
+
/* @__PURE__ */ jsx("h1", { id: "a11y-statement-title", style: styles.mainHeading, children: renderTemplate(template.title) }),
|
|
777
|
+
/* @__PURE__ */ jsxs("div", { style: styles.metaData, children: [
|
|
778
|
+
/* @__PURE__ */ jsxs("span", { children: [
|
|
779
|
+
"Status: ",
|
|
780
|
+
/* @__PURE__ */ jsx("span", { style: styles.statusBadge, children: (BADGE_LABELS[effectiveLang] || BADGE_LABELS["en"])[complianceLevel] })
|
|
781
|
+
] }),
|
|
782
|
+
/* @__PURE__ */ jsx("span", { style: { color: "#e2e8f0" }, children: "|" }),
|
|
783
|
+
/* @__PURE__ */ jsxs("span", { children: [
|
|
784
|
+
UPDATED_LABEL[effectiveLang] || UPDATED_LABEL["en"],
|
|
785
|
+
" ",
|
|
786
|
+
d(lastReviewDate)
|
|
787
|
+
] })
|
|
788
|
+
] })
|
|
789
|
+
] }),
|
|
790
|
+
/* @__PURE__ */ jsx("p", { style: { ...styles.paragraph, fontSize: "1.25rem", color: "#1e293b", fontWeight: 500, marginBottom: "4rem" }, children: renderTemplate(template.intro) }),
|
|
791
|
+
renderSections(template.sections)
|
|
792
|
+
] }),
|
|
793
|
+
/* @__PURE__ */ jsx("footer", { style: { marginTop: "3rem", borderTop: "1px solid #e2e8f0", paddingTop: "1.5rem", fontSize: "0.875rem", color: "#64748b" }, children: /* @__PURE__ */ jsxs("p", { children: [
|
|
794
|
+
FOOTER_TEXT[effectiveLang] || FOOTER_TEXT["en"],
|
|
795
|
+
" ",
|
|
796
|
+
/* @__PURE__ */ jsx("a", { href: usedTool?.url || "https://holmdigital.se", style: styles.link, target: "_blank", rel: "noopener noreferrer", children: usedTool?.name || "HolmDigital Engine" })
|
|
797
|
+
] }) })
|
|
798
|
+
]
|
|
799
|
+
}
|
|
800
|
+
);
|
|
801
|
+
};
|
|
802
|
+
AccessibilityStatement.displayName = "AccessibilityStatement";
|
|
803
|
+
|
|
804
|
+
export {
|
|
805
|
+
AccessibilityStatement
|
|
806
|
+
};
|