@holmdigital/components 2.0.0 → 2.1.1
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 +2 -4
- package/dist/AccessibilityStatement/AccessibilityStatement.js +218 -250
- package/dist/AccessibilityStatement/AccessibilityStatement.mjs +1 -1
- package/dist/chunk-LBRVCJHL.mjs +498 -0
- package/dist/index.js +218 -250
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
- package/dist/chunk-FKSBWEX3.mjs +0 -529
package/README.md
CHANGED
|
@@ -106,16 +106,14 @@ function App() {
|
|
|
106
106
|
/>
|
|
107
107
|
|
|
108
108
|
<AccessibilityStatement
|
|
109
|
-
country="
|
|
110
|
-
sector="public"
|
|
109
|
+
country="NO"
|
|
111
110
|
organizationName="HolmDigital"
|
|
112
111
|
websiteUrl="https://holmdigital.se"
|
|
113
112
|
complianceLevel="partial"
|
|
114
113
|
lastReviewDate={new Date()}
|
|
115
114
|
publishDate={new Date('2024-02-06')}
|
|
116
115
|
contactEmail="hej@holmdigital.se"
|
|
117
|
-
|
|
118
|
-
locale="sv"
|
|
116
|
+
locale="no"
|
|
119
117
|
/>
|
|
120
118
|
|
|
121
119
|
<Button variant="primary" type="submit">
|