@a13y/react 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://raw.githubusercontent.com/DiegoAneli/a13y/main/assets/logo.svg" alt="A13Y Logo" width="150" />
|
|
1
|
+
# @a13y/react
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
**Type-safe React hooks for accessibility with compile-time guarantees**
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
</div>
|
|
5
|
+
---
|
|
8
6
|
|
|
9
|
-
<br />
|
|
10
7
|
|
|
11
8
|
## Features
|
|
12
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a13y/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Runtime-enforced React hooks and components for accessibility",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/DiegoAneli/a13y.git",
|
|
14
14
|
"directory": "packages/react"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/DiegoAneli/a13y/issues"
|
|
18
18
|
},
|
|
19
|
-
"homepage": "https://github.com/
|
|
19
|
+
"homepage": "https://github.com/DiegoAneli/a13y#readme",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"accessibility",
|
|
22
22
|
"a11y",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@a13y/core": "workspace:*"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@a13y/devtools": "^0.1.
|
|
76
|
+
"@a13y/devtools": "^0.1.2",
|
|
77
77
|
"react": "^18.0.0 || ^19.0.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependenciesMeta": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public",
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@a13y/core": "^0.1.
|
|
90
|
+
"@a13y/core": "^0.1.2"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|