@hanzo/ui 8.0.62 → 8.0.63

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/styles.css CHANGED
@@ -231,23 +231,23 @@
231
231
  silent (the border simply stops existing) and has shipped before. */
232
232
  .light, :root.t_light, .t_light{
233
233
  color-scheme:light;
234
- --background:#ffffff;
234
+ --background:#f7f7f7;
235
235
  --foreground:#0a0a0a;
236
236
  /* A ladder, not four names for #f5f5f5. Light lifts by the same tiny steps
237
237
  dark does — ~2% per rung — so --surface-0..3 mean something in both themes. */
238
- --card:#fafafa;
238
+ --card:#f2f2f2;
239
239
  --card-foreground:#0a0a0a;
240
- --popover:#ffffff;
240
+ --popover:#fbfbfb;
241
241
  --popover-foreground:#0a0a0a;
242
242
  --primary:#0a0a0a;
243
243
  --primary-hover:#262626;
244
244
  --primary-foreground:#fafafa;
245
- --secondary:#ededed;
245
+ --secondary:#e4e4e4;
246
246
  --secondary-hover:#e0e0e0;
247
247
  --secondary-foreground:#0a0a0a;
248
- --muted:#f5f5f5;
248
+ --muted:#ededed;
249
249
  --muted-foreground:#525252;
250
- --accent:#ededed;
250
+ --accent:#e4e4e4;
251
251
  --accent-foreground:#0a0a0a;
252
252
  --destructive:var(--state-error);
253
253
  --destructive-hover:#dc2626;
@@ -272,9 +272,9 @@
272
272
  --selection:rgb(0 0 0 / .16);
273
273
  --glass:rgb(0 0 0 / .04);
274
274
  --glass-strong:rgb(0 0 0 / .07);
275
- --surface-card:#fafafa;
276
- --surface-card-emphasis:#ffffff;
277
- --surface-card-quiet:#fcfcfc;
275
+ --surface-card:#f2f2f2;
276
+ --surface-card-emphasis:#fdfdfd;
277
+ --surface-card-quiet:#f5f5f5;
278
278
  --surface-overlay:rgb(255 255 255 / .95);
279
279
  --surface-header:rgb(255 255 255 / .8);
280
280
  --surface-scrim:rgb(0 0 0 / .5);
package/dist/theme.css CHANGED
@@ -229,23 +229,23 @@
229
229
  silent (the border simply stops existing) and has shipped before. */
230
230
  .light, :root.t_light, .t_light{
231
231
  color-scheme:light;
232
- --background:#ffffff;
232
+ --background:#f7f7f7;
233
233
  --foreground:#0a0a0a;
234
234
  /* A ladder, not four names for #f5f5f5. Light lifts by the same tiny steps
235
235
  dark does — ~2% per rung — so --surface-0..3 mean something in both themes. */
236
- --card:#fafafa;
236
+ --card:#f2f2f2;
237
237
  --card-foreground:#0a0a0a;
238
- --popover:#ffffff;
238
+ --popover:#fbfbfb;
239
239
  --popover-foreground:#0a0a0a;
240
240
  --primary:#0a0a0a;
241
241
  --primary-hover:#262626;
242
242
  --primary-foreground:#fafafa;
243
- --secondary:#ededed;
243
+ --secondary:#e4e4e4;
244
244
  --secondary-hover:#e0e0e0;
245
245
  --secondary-foreground:#0a0a0a;
246
- --muted:#f5f5f5;
246
+ --muted:#ededed;
247
247
  --muted-foreground:#525252;
248
- --accent:#ededed;
248
+ --accent:#e4e4e4;
249
249
  --accent-foreground:#0a0a0a;
250
250
  --destructive:var(--state-error);
251
251
  --destructive-hover:#dc2626;
@@ -270,9 +270,9 @@
270
270
  --selection:rgb(0 0 0 / .16);
271
271
  --glass:rgb(0 0 0 / .04);
272
272
  --glass-strong:rgb(0 0 0 / .07);
273
- --surface-card:#fafafa;
274
- --surface-card-emphasis:#ffffff;
275
- --surface-card-quiet:#fcfcfc;
273
+ --surface-card:#f2f2f2;
274
+ --surface-card-emphasis:#fdfdfd;
275
+ --surface-card-quiet:#f5f5f5;
276
276
  --surface-overlay:rgb(255 255 255 / .95);
277
277
  --surface-header:rgb(255 255 255 / .8);
278
278
  --surface-scrim:rgb(0 0 0 / .5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "8.0.62",
3
+ "version": "8.0.63",
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": {