@lifeonlars/prime-yggdrasil 0.2.4 → 0.2.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.
- package/package.json +1 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifeonlars/prime-yggdrasil",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AI-agent-friendly PrimeReact design system for component-driven development with semantic tokens and dark mode support",
|
|
6
6
|
"keywords": [
|
|
@@ -59,9 +59,6 @@
|
|
|
59
59
|
"test:contrast:watch": "vitest tests/contrast.test.ts",
|
|
60
60
|
"test:themes": "node scripts/validate-themes.js",
|
|
61
61
|
"audit:foundation": "node scripts/audit-foundation-usage.js",
|
|
62
|
-
"test:components": "playwright test",
|
|
63
|
-
"test:components:ui": "playwright test --ui",
|
|
64
|
-
"test:components:headed": "playwright test --headed",
|
|
65
62
|
"storybook": "storybook dev -p 6006",
|
|
66
63
|
"build-storybook": "storybook build",
|
|
67
64
|
"chromatic": "npx chromatic --project-token=chpt_f57d218f413ed30"
|
|
@@ -79,7 +76,6 @@
|
|
|
79
76
|
"@storybook/addon-a11y": "^10.1.11",
|
|
80
77
|
"@storybook/addon-docs": "^10.1.11",
|
|
81
78
|
"@storybook/addon-onboarding": "^10.1.11",
|
|
82
|
-
"@storybook/addon-vitest": "^10.1.11",
|
|
83
79
|
"@storybook/react-vite": "^10.1.11",
|
|
84
80
|
"@testing-library/jest-dom": "^6.9.1",
|
|
85
81
|
"@testing-library/react": "^16.3.1",
|
|
@@ -100,7 +96,6 @@
|
|
|
100
96
|
"eslint-plugin-storybook": "^10.1.11",
|
|
101
97
|
"globals": "^16.5.0",
|
|
102
98
|
"jsdom": "^27.4.0",
|
|
103
|
-
"playwright": "^1.57.0",
|
|
104
99
|
"primeflex": "^4.0.0",
|
|
105
100
|
"primeicons": "^7.0.0",
|
|
106
101
|
"primereact": "^10.9.7",
|