@viraui/foundation 2026.2.0 → 2026.2.2

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.
Files changed (2) hide show
  1. package/README.md +29 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,29 @@
1
+ <!-- PROJECT LOGO -->
2
+ <br />
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>
7
+ <br />
8
+ <h2 align="center" style="font-weight: 500;">
9
+ Ship real UI at the speed of thought.
10
+ </h2>
11
+ <br />
12
+
13
+ <p align="center">
14
+ <small>A full-featured and AI-native design system built on BaseUI and modern CSS.
15
+ Makes design engineers and agents move fast without the bloat.</small>
16
+ <br /><br />
17
+ <img src="https://viraui.dev/cover.jpg" alt="Vira Theme preview" />
18
+ <br /><br />
19
+ <hr />
20
+ <a href="https://viraui.dev">Get started</a>
21
+ <!-- —
22
+ <a href="https://go.vira.build/feedback">Ask for new icons</a>
23
+
24
+ <a href="https://go.vira.build/vsc-updates">Release notes</a> -->
25
+ <hr />
26
+ </p>
27
+ </div>
28
+
29
+ <img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmineblocks.com%2F1%2Fwiki%2Fimages%2F5%2F59%2FEmpty.png" height="30">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraui/foundation",
3
- "version": "2026.2.0",
3
+ "version": "2026.2.2",
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.0",
71
+ "style-dictionary": "5.5.2",
72
72
  "@viraui/style-dictionary-utils": "2026.0.0",
73
73
  "@viraui/tsconfig": "2026.0.0"
74
74
  },