@verdify/ui 0.2.0 → 0.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdify/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Verdify React component library — token-bound, WCAG 2.2 AA, headless-where-needed",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -26,8 +26,22 @@
26
26
  "registry.json",
27
27
  "README.md"
28
28
  ],
29
+ "scripts": {
30
+ "build": "tsup && tsc -p tsconfig.build.json",
31
+ "test": "vitest run",
32
+ "test:watch": "vitest",
33
+ "lint:gates": "tsx scripts/test.ts",
34
+ "verify": "pnpm run build && pnpm run lint:gates && pnpm run test && pnpm run registry:verify",
35
+ "storybook": "storybook dev -p 6006 --no-open",
36
+ "build:storybook": "storybook build",
37
+ "prepublishOnly": "pnpm run build",
38
+ "prerelease": "pnpm run verify && pnpm run registry:smoke",
39
+ "registry:build": "tsx scripts/registry/build.ts",
40
+ "registry:verify": "tsx scripts/registry/verify.ts",
41
+ "registry:smoke": "tsx scripts/registry/smoke.ts"
42
+ },
29
43
  "peerDependencies": {
30
- "@verdify/tokens": "^0.6.0",
44
+ "@verdify/tokens": "^0.7.0",
31
45
  "react": "^18 || ^19",
32
46
  "react-dom": "^18 || ^19",
33
47
  "tailwindcss": "^4"
@@ -51,6 +65,7 @@
51
65
  "@types/node": "^20.0.0",
52
66
  "@types/react": "^19.0.0",
53
67
  "@types/react-dom": "^19.0.0",
68
+ "@verdify/tokens": "workspace:*",
54
69
  "@vitejs/plugin-react": "^4.3.0",
55
70
  "ajv": "^8",
56
71
  "jest-axe": "^9.0.0",
@@ -62,19 +77,6 @@
62
77
  "tsup": "^8.3.0",
63
78
  "tsx": "^4.7.0",
64
79
  "typescript": "^5.4.0",
65
- "vitest": "^2.1.0",
66
- "@verdify/tokens": "0.6.0"
67
- },
68
- "scripts": {
69
- "build": "tsup && tsc -p tsconfig.build.json",
70
- "test": "vitest run",
71
- "test:watch": "vitest",
72
- "lint:gates": "tsx scripts/test.ts",
73
- "verify": "pnpm run build && pnpm run lint:gates && pnpm run test && pnpm run registry:verify",
74
- "storybook": "storybook dev -p 6006 --no-open",
75
- "build:storybook": "storybook build",
76
- "registry:build": "tsx scripts/registry/build.ts",
77
- "registry:verify": "tsx scripts/registry/verify.ts",
78
- "registry:smoke": "tsx scripts/registry/smoke.ts"
80
+ "vitest": "^2.1.0"
79
81
  }
80
- }
82
+ }
@@ -4,7 +4,7 @@
4
4
  "@import \"@verdify/tokens/preset\"": {}
5
5
  },
6
6
  "dependencies": [
7
- "@verdify/tokens@^0.6.0"
7
+ "@verdify/tokens@^0.7.0"
8
8
  ],
9
9
  "extends": "none",
10
10
  "files": [],
package/LICENSE DELETED
@@ -1,12 +0,0 @@
1
- Copyright (c) 2026 Verdify.
2
-
3
- All rights reserved.
4
-
5
- This repository contains confidential and proprietary architecture documentation
6
- for the Verdify ecosystem (Verdify, Spare, Veraq). It is shared with employees,
7
- contractors, and authorized partners under the terms of their respective
8
- agreements. No license — express or implied — is granted to copy, distribute,
9
- or create derivative works outside those agreements.
10
-
11
- Replace this file with the organization's chosen license before any public or
12
- open-source release of any portion of the ecosystem.