@flavia-dev/a11y-ui-kit-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 CHANGED
@@ -122,4 +122,4 @@ Contributions are welcome! Please open an issue or submit a pull request.
122
122
 
123
123
  ## License
124
124
 
125
- MIT © Your Name
125
+ MIT © Flavia
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flavia-dev/a11y-ui-kit-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Enterprise-grade accessible React components library following WCAG 2.1 AA/AAA standards. Production-ready, type-safe, and fully customizable UI components with built-in accessibility.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -12,7 +12,7 @@
12
12
  "require": "./dist/index.cjs",
13
13
  "types": "./dist/index.d.ts"
14
14
  },
15
- "./styles.css": "./dist/accessible-react-components.css"
15
+ "./styles.css": "./dist/a11y-ui-kit-react.css"
16
16
  },
17
17
  "files": [
18
18
  "dist"
@@ -38,11 +38,11 @@
38
38
  "license": "MIT",
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "https://github.com/yourusername/accessible-react-components"
41
+ "url": "https://github.com/fla88vus/a11y-components"
42
42
  },
43
- "homepage": "https://github.com/yourusername/accessible-react-components#readme",
43
+ "homepage": "https://github.com/fla88vus/a11y-components#readme",
44
44
  "bugs": {
45
- "url": "https://github.com/yourusername/accessible-react-components/issues"
45
+ "url": "https://github.com/fla88vus/a11y-components/issues"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=18.0.0",