@hanzo/ui 8.0.15 → 8.0.16

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 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "8.0.15",
3
+ "version": "8.0.16",
4
4
  "type": "module",
5
5
  "description": "Hanzo UI \u2014 the one canonical, backend-flexible component library on @hanzo/gui + @hanzo/tokens. A shared design core (Hanzo dark-first tokens, Geist Sans/Mono typography) with per-backend implementations: the shadcn-compatible web surface (Radix + Tailwind, the API apps import) and the @hanzo/gui product layer (cross-platform web + native + desktop). Self-contained (theme.css), presentational, host-agnostic, clean-room.",
6
6
  "exports": {
@@ -144,22 +144,10 @@
144
144
  "files": [
145
145
  "dist"
146
146
  ],
147
- "scripts": {
148
- "build": "tsup && tsc -p tsconfig.build.json && mkdir -p dist/styles && cp src/styles/hanzo-motion.css dist/styles/hanzo-motion.css && node scripts/add-use-client.mjs",
149
- "clean": "rm -rf dist types",
150
- "gen:primitives": "node scripts/gen-primitives.mjs",
151
- "prepack": "pnpm run build",
152
- "tc": "tsc --noEmit",
153
- "typecheck": "tsc --noEmit",
154
- "typecheck:ui": "tsc -p tsconfig.check.json",
155
- "check:svelte": "svelte-check --tsconfig ./tsconfig.svelte.json",
156
- "test": "vitest run",
157
- "test:watch": "vitest"
158
- },
159
147
  "dependencies": {
160
148
  "@hanzo/logo": "^1.0.13",
161
- "@hanzo/products": "workspace:*",
162
- "@hanzo/tokens": "workspace:*",
149
+ "@hanzo/products": "^0.2.0",
150
+ "@hanzo/tokens": "^1.0.0",
163
151
  "@hanzogui/telemetry": "^0.1.0",
164
152
  "@radix-ui/react-aspect-ratio": "^1.1.8",
165
153
  "@radix-ui/react-avatar": "^1.1.11",
@@ -252,4 +240,4 @@
252
240
  },
253
241
  "license": "BSD-3-Clause",
254
242
  "author": "Hanzo AI <dev@hanzo.ai>"
255
- }
243
+ }