tokvista 1.13.0 → 1.14.0
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 +1 -0
- package/dist/cli/browser.js +17 -16
- package/dist/index.cjs +10 -9
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -9
- package/dist/styles.css +545 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,7 @@ Zero configuration. Multiple formats. One command.
|
|
|
19
19
|
## Features
|
|
20
20
|
|
|
21
21
|
- 🎨 **Beautiful visuals** - Colors, spacing, typography, and components
|
|
22
|
+
- 📊 **Pre-ship checklist** - Analytics tab catches broken aliases, hardcoded values, and architecture issues before you publish
|
|
22
23
|
- 🔄 **Multi-format support** - Token Studio, W3C, Style Dictionary, Supernova, Figma API
|
|
23
24
|
- 📋 **Smart copy** - CSS Variables, SCSS, or Tailwind with one click
|
|
24
25
|
- 🔍 **Instant search** - `Cmd+K` / `Ctrl+K` to find any token
|