@flavia-dev/a11y-ui-kit-react 0.1.4 → 0.1.5

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 (1) hide show
  1. package/package.json +100 -100
package/package.json CHANGED
@@ -1,100 +1,100 @@
1
- {
2
- "name": "@flavia-dev/a11y-ui-kit-react",
3
- "version": "0.1.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
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
14
- },
15
- "./styles.css": "./dist/a11y-ui-kit-react.css"
16
- },
17
- "files": [
18
- "dist"
19
- ],
20
- "scripts": {
21
- "dev": "vite",
22
- "build": "tsc && vite build",
23
- "test": "vitest run",
24
- "test:watch": "vitest",
25
- "test:unit": "vitest run --reporter=verbose \"src/atoms/**/*.utils.test.ts\"",
26
- "test:component": "vitest run --reporter=verbose --run src/atoms/Input/Input.test.tsx src/atoms/Button/Button.test.tsx",
27
- "test:a11y": "vitest run --reporter=verbose --run src/atoms/Input/Input.a11y.test.tsx src/atoms/Button/Button.a11y.test.tsx",
28
- "test:contrast": "vitest run --reporter=verbose --run src/test/color-contrast.test.ts",
29
- "test:coverage": "vitest run --coverage",
30
- "test:ui": "vitest --ui",
31
- "test:visual": "playwright test tests/visual",
32
- "test:visual:update": "playwright test tests/visual --update-snapshots",
33
- "test:visual:ui": "playwright test tests/visual --ui",
34
- "test:visual:button": "playwright test tests/visual/Button.visual.test.ts",
35
- "test:visual:input": "playwright test tests/visual/Input.visual.test.ts",
36
- "test:visual:button:update": "playwright test tests/visual/Button.visual.test.ts --update-snapshots",
37
- "test:visual:input:update": "playwright test tests/visual/Input.visual.test.ts --update-snapshots",
38
- "test:e2e": "playwright test tests/e2e",
39
- "test:e2e:button": "playwright test tests/e2e/Button.e2e.test.ts",
40
- "test:e2e:input": "playwright test tests/e2e/Input.e2e.test.ts",
41
- "test:e2e:ui": "playwright test tests/e2e --ui",
42
- "test:playwright": "playwright test",
43
- "storybook": "storybook dev -p 6006",
44
- "build-storybook": "storybook build",
45
- "typecheck": "tsc --noEmit"
46
- },
47
- "keywords": [
48
- "react",
49
- "accessibility",
50
- "a11y",
51
- "wcag",
52
- "components",
53
- "ui",
54
- "button",
55
- "typescript"
56
- ],
57
- "author": "Your Name <your.email@example.com>",
58
- "license": "MIT",
59
- "repository": {
60
- "type": "git",
61
- "url": "https://github.com/fla88vus/a11y-components"
62
- },
63
- "homepage": "https://github.com/fla88vus/a11y-components#readme",
64
- "bugs": {
65
- "url": "https://github.com/fla88vus/a11y-components/issues"
66
- },
67
- "peerDependencies": {
68
- "react": ">=18.0.0",
69
- "react-dom": ">=18.0.0"
70
- },
71
- "devDependencies": {
72
- "@axe-core/react": "^4.11.0",
73
- "@playwright/test": "^1.57.0",
74
- "@storybook/addon-a11y": "^8.6.14",
75
- "@storybook/addon-essentials": "^8.6.14",
76
- "@storybook/addon-links": "^8.6.14",
77
- "@storybook/react": "^8.6.14",
78
- "@storybook/react-vite": "^8.6.14",
79
- "@testing-library/dom": "^10.4.1",
80
- "@testing-library/jest-dom": "^6.9.1",
81
- "@testing-library/react": "^16.3.1",
82
- "@testing-library/user-event": "^14.6.1",
83
- "@types/jest-axe": "^3.5.9",
84
- "@types/node": "^25.0.2",
85
- "@types/react": "^19.2.7",
86
- "@types/react-dom": "^19.2.3",
87
- "@vitejs/plugin-react": "^5.1.2",
88
- "@vitest/ui": "^4.0.15",
89
- "axe-core": "^4.11.0",
90
- "jest-axe": "^10.0.0",
91
- "jsdom": "^27.3.0",
92
- "react": "^19.2.3",
93
- "react-dom": "^19.2.3",
94
- "storybook": "^8.6.14",
95
- "typescript": "^5.9.3",
96
- "vite": "^7.3.0",
97
- "vite-plugin-dts": "^4.5.4",
98
- "vitest": "^4.0.15"
99
- }
100
- }
1
+ {
2
+ "name": "@flavia-dev/a11y-ui-kit-react",
3
+ "version": "0.1.5",
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
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ },
15
+ "./styles.css": "./dist/a11y-ui-kit-react.css"
16
+ },
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "scripts": {
21
+ "dev": "vite",
22
+ "build": "tsc && vite build",
23
+ "test": "vitest run",
24
+ "test:watch": "vitest",
25
+ "test:unit": "vitest run --reporter=verbose \"src/atoms/**/*.utils.test.ts\"",
26
+ "test:component": "vitest run --reporter=verbose --run src/atoms/Input/Input.test.tsx src/atoms/Button/Button.test.tsx",
27
+ "test:a11y": "vitest run --reporter=verbose --run src/atoms/Input/Input.a11y.test.tsx src/atoms/Button/Button.a11y.test.tsx",
28
+ "test:contrast": "vitest run --reporter=verbose --run src/test/color-contrast.test.ts",
29
+ "test:coverage": "vitest run --coverage",
30
+ "test:ui": "vitest --ui",
31
+ "test:visual": "playwright test tests/visual",
32
+ "test:visual:update": "playwright test tests/visual --update-snapshots",
33
+ "test:visual:ui": "playwright test tests/visual --ui",
34
+ "test:visual:button": "playwright test tests/visual/Button.visual.test.ts",
35
+ "test:visual:input": "playwright test tests/visual/Input.visual.test.ts",
36
+ "test:visual:button:update": "playwright test tests/visual/Button.visual.test.ts --update-snapshots",
37
+ "test:visual:input:update": "playwright test tests/visual/Input.visual.test.ts --update-snapshots",
38
+ "test:e2e": "playwright test tests/e2e",
39
+ "test:e2e:button": "playwright test tests/e2e/Button.e2e.test.ts",
40
+ "test:e2e:input": "playwright test tests/e2e/Input.e2e.test.ts",
41
+ "test:e2e:ui": "playwright test tests/e2e --ui",
42
+ "test:playwright": "playwright test",
43
+ "storybook": "storybook dev -p 6006",
44
+ "build-storybook": "storybook build",
45
+ "typecheck": "tsc --noEmit"
46
+ },
47
+ "keywords": [
48
+ "react",
49
+ "accessibility",
50
+ "a11y",
51
+ "wcag",
52
+ "components",
53
+ "ui",
54
+ "button",
55
+ "typescript"
56
+ ],
57
+ "author": "Your Name <your.email@example.com>",
58
+ "license": "MIT",
59
+ "repository": {
60
+ "type": "git",
61
+ "url": "https://github.com/fla88vus/a11y-components"
62
+ },
63
+ "homepage": "https://github.com/fla88vus/a11y-components#readme",
64
+ "bugs": {
65
+ "url": "https://github.com/fla88vus/a11y-components/issues"
66
+ },
67
+ "peerDependencies": {
68
+ "react": ">=18.0.0",
69
+ "react-dom": ">=18.0.0"
70
+ },
71
+ "devDependencies": {
72
+ "@axe-core/react": "^4.11.0",
73
+ "@playwright/test": "^1.57.0",
74
+ "@storybook/addon-a11y": "^8.6.14",
75
+ "@storybook/addon-essentials": "^8.6.14",
76
+ "@storybook/addon-links": "^8.6.14",
77
+ "@storybook/react": "^8.6.14",
78
+ "@storybook/react-vite": "^8.6.14",
79
+ "@testing-library/dom": "^10.4.1",
80
+ "@testing-library/jest-dom": "^6.9.1",
81
+ "@testing-library/react": "^16.3.1",
82
+ "@testing-library/user-event": "^14.6.1",
83
+ "@types/jest-axe": "^3.5.9",
84
+ "@types/node": "^25.0.2",
85
+ "@types/react": "^19.2.7",
86
+ "@types/react-dom": "^19.2.3",
87
+ "@vitejs/plugin-react": "^5.1.2",
88
+ "@vitest/ui": "^4.0.15",
89
+ "axe-core": "^4.11.0",
90
+ "jest-axe": "^10.0.0",
91
+ "jsdom": "^27.3.0",
92
+ "react": "^19.2.3",
93
+ "react-dom": "^19.2.3",
94
+ "storybook": "^8.6.14",
95
+ "typescript": "^5.9.3",
96
+ "vite": "^7.3.0",
97
+ "vite-plugin-dts": "^4.5.4",
98
+ "vitest": "^4.0.15"
99
+ }
100
+ }