@krasnoff/react-accessibility-component 1.0.7 → 1.0.8
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 -2
- package/dist/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ yarn add react-accessibility-component
|
|
|
22
22
|
|
|
23
23
|
Import and use the component in your React application:
|
|
24
24
|
|
|
25
|
-
```
|
|
25
|
+
```tsx
|
|
26
26
|
import '@krasnoff/react-accessibility-component/dist/react-accessibility-component.css';
|
|
27
27
|
import { AccessibilityComponent as AccessibilityComponentBase } from "@krasnoff/react-accessibility-component";
|
|
28
28
|
|
|
@@ -67,4 +67,4 @@ For comprehensive guidance on making your website accessible, refer to the offic
|
|
|
67
67
|
|
|
68
68
|
## License
|
|
69
69
|
|
|
70
|
-
This component is open-source and available under the MIT License.
|
|
70
|
+
This component is open-source and available under the MIT License.
|
package/dist/README.md
CHANGED
|
@@ -22,7 +22,7 @@ yarn add react-accessibility-component
|
|
|
22
22
|
|
|
23
23
|
Import and use the component in your React application:
|
|
24
24
|
|
|
25
|
-
```
|
|
25
|
+
```tsx
|
|
26
26
|
import '@krasnoff/react-accessibility-component/dist/react-accessibility-component.css';
|
|
27
27
|
import { AccessibilityComponent as AccessibilityComponentBase } from "@krasnoff/react-accessibility-component";
|
|
28
28
|
|
|
@@ -67,4 +67,4 @@ For comprehensive guidance on making your website accessible, refer to the offic
|
|
|
67
67
|
|
|
68
68
|
## License
|
|
69
69
|
|
|
70
|
-
This component is open-source and available under the MIT License.
|
|
70
|
+
This component is open-source and available under the MIT License.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@krasnoff/react-accessibility-component",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"homepage": "https://krasnoff-personal-web-app.vercel.app/",
|
|
6
6
|
"description": "A React component library focused on accessibility, built with Vite and TypeScript.",
|
|
7
7
|
"repository": {
|