@omkarux/vela 0.6.0 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omkarux/vela",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "A token-first design system: framework-agnostic tokens and component specs with a React implementation. Two-layer color architecture, separate severity and risk taxonomies, light and dark theming, WCAG AA asserted in CI, zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -41,7 +41,10 @@
41
41
  "clean": "rm -rf dist",
42
42
  "tokens": "node scripts/build-tokens.mjs",
43
43
  "tokens:figma": "node scripts/sync-figma.mjs",
44
+ "tokens:figma:read": "node scripts/figma-drift.mjs --read",
45
+ "tokens:figma:check": "node scripts/figma-drift.mjs",
44
46
  "guidelines:figma": "node scripts/sync-figma-descriptions.mjs",
47
+ "figma:build": "node scripts/figma/build-components.mjs",
45
48
  "tokens:check": "node scripts/build-tokens.mjs && git diff --exit-code -- src/styles/tokens.light.css src/styles/tokens.dark.body.css",
46
49
  "build": "npm run clean && npm run tokens && npm run build:js && npm run build:css",
47
50
  "build:js": "vite build",