@harmonia-core/ui 1.2.7 → 1.2.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harmonia-core/ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A capacity-adaptive UI framework that treats human cognitive, temporal, and emotional state as first-class inputs. Derives interface modes (density, motion, contrast, focus) from explicit user state — no inference, no profiling.",
|
|
6
6
|
"keywords": [
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"dist"
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@renge-ui/tokens": "^2.
|
|
50
|
+
"@renge-ui/tokens": "^2.4.0",
|
|
51
51
|
"react": ">=18.0.0",
|
|
52
52
|
"react-dom": ">=18.0.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@renge-ui/tailwind": "^2.2
|
|
57
|
-
"@renge-ui/tokens": "^2.2
|
|
56
|
+
"@renge-ui/tailwind": "^2.5.2",
|
|
57
|
+
"@renge-ui/tokens": "^2.4.2",
|
|
58
58
|
"@tailwindcss/postcss": "^4.1.9",
|
|
59
59
|
"@testing-library/dom": "^10.4.1",
|
|
60
60
|
"@testing-library/jest-dom": "^6.9.1",
|