@hanzo/ui 8.0.69 → 8.0.71

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/dist/theme.css CHANGED
@@ -1338,9 +1338,21 @@
1338
1338
 
1339
1339
  :root {
1340
1340
  /* One sweep, closing on the stop it opened with — a conic gradient whose
1341
- first and last stop differ shows a hard seam. */
1342
- --hz-spectrum: rgba(8, 148, 255, 0.45), rgba(201, 89, 221, 0.48),
1343
- rgba(255, 46, 84, 0.4), rgba(255, 144, 4, 0.4), rgba(8, 148, 255, 0.45);
1341
+ first and last stop differ shows a hard seam.
1342
+
1343
+ LUMINANCE, NOT HUE. Four saturated stops at 0.40-0.48 alpha, swept around
1344
+ a rounded RECTANGLE, do not distribute evenly: the long top and bottom
1345
+ edges each take a wide angular slice and the short sides almost none, so
1346
+ one edge wore a bright blue while the opposite wore a burnt orange — a
1347
+ ring that highlights half the box and reads as sitting off-centre. White
1348
+ at two close alphas removes the bright arc entirely, drops the peak from
1349
+ 0.48 to 0.18, and keeps the slow drift as a sheen. hanzo.chat and
1350
+ hanzo.app both declare exactly these stops; this is the package catching
1351
+ up to its consumers — the copies must not drift again, and this file is
1352
+ the home. */
1353
+ --hz-spectrum: rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18),
1354
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18),
1355
+ rgba(255, 255, 255, 0.1);
1344
1356
  }
1345
1357
 
1346
1358
  @keyframes hzComposerSpin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "8.0.69",
3
+ "version": "8.0.71",
4
4
  "type": "module",
5
5
  "description": "Hanzo UI — the one canonical Hanzo component library, on @hanzo/gui + @hanzo/design. ONE substrate: every component renders through @hanzo/gui primitives, so the same import works on web, native (expo) and desktop (Tauri). Self-contained (theme.css), presentational, host-agnostic, clean-room.",
6
6
  "exports": {
@@ -187,7 +187,7 @@
187
187
  "dist"
188
188
  ],
189
189
  "dependencies": {
190
- "@hanzo/design": "^0.4.11",
190
+ "@hanzo/design": "^0.5.1",
191
191
  "@hanzo/logo": "^1.0.13",
192
192
  "@hanzo/products": "^0.2.0",
193
193
  "@hanzogui/lucide-icons-2": "^8.1.0",