@octavius2929-personal/design-system 0.10.0 → 0.11.0
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/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octavius2929-personal/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Librería de componentes React con estilos en TypeScript (vanilla-extract) y theming por schema × modo (light/dark/sepia/contrast).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "justinoctavius <justinoctavio2001@gmail.com>",
|
|
@@ -55,6 +55,9 @@
|
|
|
55
55
|
"test": "vitest run",
|
|
56
56
|
"test:watch": "vitest",
|
|
57
57
|
"test:coverage": "vitest run --coverage",
|
|
58
|
+
"test:visual": "docker compose -f docker-compose.visual.yml run --rm visual",
|
|
59
|
+
"test:visual:update": "docker compose -f docker-compose.visual.yml run --rm visual sh -c \"npm ci && npm run storybook:build && npx playwright test --update-snapshots\"",
|
|
60
|
+
"test:visual:report": "playwright show-report",
|
|
58
61
|
"typecheck": "tsc --noEmit",
|
|
59
62
|
"fonts": "node scripts/fetch-fonts.mjs",
|
|
60
63
|
"lint": "biome check .",
|
|
@@ -75,6 +78,7 @@
|
|
|
75
78
|
"@biomejs/biome": "^1.8.0",
|
|
76
79
|
"@commitlint/cli": "^21.0.2",
|
|
77
80
|
"@commitlint/config-conventional": "^21.0.2",
|
|
81
|
+
"@playwright/test": "^1.60.0",
|
|
78
82
|
"@storybook/addon-a11y": "^8.6.18",
|
|
79
83
|
"@storybook/addon-essentials": "^8.6.14",
|
|
80
84
|
"@storybook/react-vite": "^8.6.18",
|
|
@@ -88,6 +92,7 @@
|
|
|
88
92
|
"@vanilla-extract/vite-plugin": "^4.0.0",
|
|
89
93
|
"@vitest/coverage-v8": "^1.6.0",
|
|
90
94
|
"commitlint": "^21.0.2",
|
|
95
|
+
"http-server": "^14.1.1",
|
|
91
96
|
"husky": "^9.0.0",
|
|
92
97
|
"jsdom": "^24.0.0",
|
|
93
98
|
"lint-staged": "^15.2.0",
|