@holmdigital/standards 1.1.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +14 -4
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -1,11 +1,21 @@
1
1
  # @holmdigital/standards
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@holmdigital/standards.svg)](https://www.npmjs.com/package/@holmdigital/standards)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ ![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue)
6
+ [![Downloads](https://img.shields.io/npm/dm/@holmdigital/standards.svg)](https://www.npmjs.com/package/@holmdigital/standards)
7
+
3
8
  > Machine-readable regulatory database for WCAG, EN 301 549, and the DOS Act.
4
9
 
5
- This package provides the "truth" for accessibility compliance mapping. It connects:
6
- 1. **WCAG 2.1 Criteria** (Technical)
7
- 2. **EN 301 549** (EU Standard)
8
- 3. **National Laws** (e.g., Sweden's *Lag (2018:1937) om tillgänglighet till digital offentlig service*)
10
+ ## Why this package?
11
+
12
+ This package serves as the **Single Source of Truth** for accessibility compliance mapping in the HolmDigital ecosystem. It eliminates the need to manually cross-reference standard documents by providing:
13
+
14
+ 1. **WCAG 2.1 Criteria** (Technical Base)
15
+ 2. **EN 301 549** (EU Standard Mapping)
16
+ 3. **National Laws** (Specific legal references for SE, NL, DE, etc.)
17
+
18
+ It allows developers to query: *"Which law mandates WCAG 1.4.3 in Sweden?"* and get the exact legal paragraph (`Lag (2018:1937) 12 §`).
9
19
 
10
20
  ## Installation
11
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holmdigital/standards",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -46,7 +46,15 @@
46
46
  "dos-lagen",
47
47
  "standards",
48
48
  "regulatory",
49
- "compliance"
49
+ "compliance",
50
+ "legislation",
51
+ "regulation",
52
+ "section508",
53
+ "ada",
54
+ "aoda",
55
+ "bitv",
56
+ "rgaa",
57
+ "digitoegankelijk"
50
58
  ],
51
59
  "author": "Holm Digital AB",
52
60
  "license": "MIT",