@viraui/foundation 2026.2.1 → 2026.2.3
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.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<!-- PROJECT LOGO -->
|
|
2
2
|
<br />
|
|
3
3
|
<div align="center">
|
|
4
|
+
<h3 align="center" title="ViraUI">
|
|
5
|
+
<img alt="ViraUI" src="https://viraui.dev/viraui-logo-midgray.png" height="30" draggable="false" />
|
|
6
|
+
</h3>
|
|
4
7
|
<br />
|
|
5
8
|
<h2 align="center" style="font-weight: 500;">
|
|
6
9
|
Ship real UI at the speed of thought.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viraui/foundation",
|
|
3
|
-
"version": "2026.2.
|
|
3
|
+
"version": "2026.2.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Vira Software",
|
|
6
6
|
"files": [
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"registry": "https://registry.npmjs.org/"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"style-dictionary": "5.5.
|
|
71
|
+
"style-dictionary": "5.5.2",
|
|
72
72
|
"@viraui/style-dictionary-utils": "2026.0.0",
|
|
73
73
|
"@viraui/tsconfig": "2026.0.0"
|
|
74
74
|
},
|