@holmdigital/components 2.2.0 → 2.2.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 CHANGED
@@ -129,7 +129,7 @@ function App() {
129
129
  - **High Contrast**: Default styles meet WCAG AA requirements.
130
130
  - **Keyboard Navigation**: Full focus management and visible focus indicators.
131
131
  - **Screen Reader Support**: Correct ARIA attributes and labels built-in.
132
- - **9-Locale Accessibility Statements**: The `AccessibilityStatement` component supports `en`, `sv`, `no`, `fi`, `da`, `nl`, `de`, `fr`, and `es` with complete legal phrasing per locale.
132
+ - **12-Locale Accessibility Statements**: The `AccessibilityStatement` component supports `en`, `sv`, `no`, `fi`, `da`, `nl`, `de`, `fr`, `es`, `it`, `pt`, and `pl` with complete legal phrasing per locale. Sector-aware (`public`/`private`) for correct enforcement body and law.
133
133
 
134
134
  ## License
135
135
 
package/dist/index.mjs CHANGED
@@ -59,12 +59,12 @@ import {
59
59
  import {
60
60
  Button
61
61
  } from "./chunk-NL6XCRXQ.mjs";
62
- import {
63
- Checkbox
64
- } from "./chunk-NOE5QKC2.mjs";
65
62
  import {
66
63
  Card
67
64
  } from "./chunk-NECEXNCF.mjs";
65
+ import {
66
+ Checkbox
67
+ } from "./chunk-NOE5QKC2.mjs";
68
68
  import {
69
69
  Combobox
70
70
  } from "./chunk-OMSIXECN.mjs";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@holmdigital/components",
3
3
  "author": "Holm Digital AB",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -144,8 +144,8 @@
144
144
  },
145
145
  "devDependencies": {
146
146
  "@testing-library/react": "^16.3.2",
147
- "@types/react": "^18.2.0",
148
- "@types/react-dom": "^18.2.0",
147
+ "@types/react": "^18.2.0 || ^19.0.0",
148
+ "@types/react-dom": "^18.2.0 || ^19.0.0",
149
149
  "jsdom": "^28.0.0",
150
150
  "react": "^18.2.0",
151
151
  "react-dom": "^18.2.0",