@hanzo/ui 8.0.61 → 8.0.62

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 (134) hide show
  1. package/dist/backends/gui/input.cjs +4 -3
  2. package/dist/backends/gui/input.d.ts +10 -2
  3. package/dist/backends/gui/input.d.ts.map +1 -1
  4. package/dist/backends/gui/input.js +4 -3
  5. package/dist/backends/gui/input.js.map +1 -1
  6. package/dist/backends/gui/mask.cjs +20 -0
  7. package/dist/backends/gui/mask.d.ts +17 -0
  8. package/dist/backends/gui/mask.d.ts.map +1 -0
  9. package/dist/backends/gui/mask.js +17 -0
  10. package/dist/backends/gui/mask.js.map +1 -0
  11. package/dist/backends/gui/switch.cjs +16 -2
  12. package/dist/backends/gui/switch.d.ts +14 -0
  13. package/dist/backends/gui/switch.d.ts.map +1 -1
  14. package/dist/backends/gui/switch.js +16 -2
  15. package/dist/backends/gui/switch.js.map +1 -1
  16. package/dist/chat/Code.cjs +1 -1
  17. package/dist/chat/Code.d.ts.map +1 -1
  18. package/dist/chat/Code.js +1 -1
  19. package/dist/chat/Code.js.map +1 -1
  20. package/dist/core/css.cjs +114 -0
  21. package/dist/core/css.d.ts +46 -0
  22. package/dist/core/css.d.ts.map +1 -0
  23. package/dist/core/css.js +112 -0
  24. package/dist/core/css.js.map +1 -0
  25. package/dist/product/CopyButton.cjs +16 -2
  26. package/dist/product/CopyButton.d.ts +30 -3
  27. package/dist/product/CopyButton.d.ts.map +1 -1
  28. package/dist/product/CopyButton.js +18 -4
  29. package/dist/product/CopyButton.js.map +1 -1
  30. package/dist/product/DataTable.cjs +4 -4
  31. package/dist/product/DataTable.js +4 -4
  32. package/dist/product/DataTable.js.map +1 -1
  33. package/dist/product/FadeIn.cjs +1 -1
  34. package/dist/product/FadeIn.js +1 -1
  35. package/dist/product/FadeIn.js.map +1 -1
  36. package/dist/product/Field.cjs +3 -3
  37. package/dist/product/Field.d.ts +21 -1
  38. package/dist/product/Field.d.ts.map +1 -1
  39. package/dist/product/Field.js +3 -3
  40. package/dist/product/Field.js.map +1 -1
  41. package/dist/product/Fieldset.cjs +10 -2
  42. package/dist/product/Fieldset.d.ts +12 -1
  43. package/dist/product/Fieldset.d.ts.map +1 -1
  44. package/dist/product/Fieldset.js +10 -2
  45. package/dist/product/Fieldset.js.map +1 -1
  46. package/dist/product/Metric.cjs +7 -4
  47. package/dist/product/Metric.d.ts +8 -1
  48. package/dist/product/Metric.d.ts.map +1 -1
  49. package/dist/product/Metric.js +7 -4
  50. package/dist/product/Metric.js.map +1 -1
  51. package/dist/product/Pagination.cjs +9 -49
  52. package/dist/product/Pagination.d.ts +2 -10
  53. package/dist/product/Pagination.d.ts.map +1 -1
  54. package/dist/product/Pagination.js +6 -46
  55. package/dist/product/Pagination.js.map +1 -1
  56. package/dist/product/Palette.cjs +65 -0
  57. package/dist/product/Palette.d.ts +67 -0
  58. package/dist/product/Palette.d.ts.map +1 -0
  59. package/dist/product/Palette.js +63 -0
  60. package/dist/product/Palette.js.map +1 -0
  61. package/dist/product/Reorder.cjs +1 -1
  62. package/dist/product/Reorder.js +1 -1
  63. package/dist/product/Reorder.js.map +1 -1
  64. package/dist/product/SecretInput.cjs +3 -13
  65. package/dist/product/SecretInput.d.ts +2 -11
  66. package/dist/product/SecretInput.d.ts.map +1 -1
  67. package/dist/product/SecretInput.js +6 -11
  68. package/dist/product/SecretInput.js.map +1 -1
  69. package/dist/product/SlideOver.cjs +2 -2
  70. package/dist/product/SlideOver.js +2 -2
  71. package/dist/product/SlideOver.js.map +1 -1
  72. package/dist/product/StatusTag.cjs +10 -39
  73. package/dist/product/StatusTag.d.ts +6 -2
  74. package/dist/product/StatusTag.d.ts.map +1 -1
  75. package/dist/product/StatusTag.js +10 -39
  76. package/dist/product/StatusTag.js.map +1 -1
  77. package/dist/product/UserMenu.cjs +4 -10
  78. package/dist/product/UserMenu.d.ts +2 -3
  79. package/dist/product/UserMenu.d.ts.map +1 -1
  80. package/dist/product/UserMenu.js +5 -8
  81. package/dist/product/UserMenu.js.map +1 -1
  82. package/dist/product/animatedLogo.logic.cjs +1 -1
  83. package/dist/product/animatedLogo.logic.js +1 -1
  84. package/dist/product/brand.cjs +1 -1
  85. package/dist/product/brand.js +1 -1
  86. package/dist/product/combobox/filter.cjs +1 -1
  87. package/dist/product/combobox/filter.js +1 -1
  88. package/dist/product/index.cjs +21 -3
  89. package/dist/product/index.d.ts +4 -1
  90. package/dist/product/index.d.ts.map +1 -1
  91. package/dist/product/index.js +20 -1
  92. package/dist/product/index.js.map +1 -1
  93. package/dist/product/match.cjs +76 -0
  94. package/dist/product/match.d.ts +78 -0
  95. package/dist/product/match.d.ts.map +1 -0
  96. package/dist/product/match.js +72 -0
  97. package/dist/product/match.js.map +1 -0
  98. package/dist/product/name.cjs +17 -0
  99. package/dist/product/name.d.ts +10 -0
  100. package/dist/product/name.d.ts.map +1 -0
  101. package/dist/product/name.js +15 -0
  102. package/dist/product/name.js.map +1 -0
  103. package/dist/product/pages.cjs +57 -0
  104. package/dist/product/pages.d.ts +28 -0
  105. package/dist/product/pages.d.ts.map +1 -0
  106. package/dist/product/pages.js +54 -0
  107. package/dist/product/pages.js.map +1 -0
  108. package/dist/product/pure.cjs +63 -0
  109. package/dist/product/pure.d.ts +9 -0
  110. package/dist/product/pure.d.ts.map +1 -0
  111. package/dist/product/pure.js +38 -0
  112. package/dist/product/pure.js.map +1 -0
  113. package/dist/product/scope.cjs +1 -1
  114. package/dist/product/scope.js +1 -1
  115. package/dist/product/social/SocialResource.cjs +1 -1
  116. package/dist/product/social/SocialResource.js +1 -1
  117. package/dist/product/social/SocialResource.js.map +1 -1
  118. package/dist/product/social/SocialSummaryBar.cjs +1 -1
  119. package/dist/product/social/SocialSummaryBar.js +1 -1
  120. package/dist/product/social/SocialSummaryBar.js.map +1 -1
  121. package/dist/product/tone.cjs +105 -0
  122. package/dist/product/tone.d.ts +52 -0
  123. package/dist/product/tone.d.ts.map +1 -0
  124. package/dist/product/tone.js +102 -0
  125. package/dist/product/tone.js.map +1 -0
  126. package/dist/product/useCommandK.cjs +46 -0
  127. package/dist/product/useCommandK.d.ts +4 -0
  128. package/dist/product/useCommandK.d.ts.map +1 -0
  129. package/dist/product/useCommandK.js +44 -0
  130. package/dist/product/useCommandK.js.map +1 -0
  131. package/dist/styles/motion.css +52 -17
  132. package/dist/styles.css +62 -29
  133. package/dist/theme.css +9 -9
  134. package/package.json +31 -3
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:#f7f7f7;
234
+ --background:#ffffff;
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:#f2f2f2;
238
+ --card:#fafafa;
239
239
  --card-foreground:#0a0a0a;
240
- --popover:#fbfbfb;
240
+ --popover:#ffffff;
241
241
  --popover-foreground:#0a0a0a;
242
242
  --primary:#0a0a0a;
243
243
  --primary-hover:#262626;
244
244
  --primary-foreground:#fafafa;
245
- --secondary:#e4e4e4;
245
+ --secondary:#ededed;
246
246
  --secondary-hover:#e0e0e0;
247
247
  --secondary-foreground:#0a0a0a;
248
- --muted:#ededed;
248
+ --muted:#f5f5f5;
249
249
  --muted-foreground:#525252;
250
- --accent:#e4e4e4;
250
+ --accent:#ededed;
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:#f2f2f2;
276
- --surface-card-emphasis:#fdfdfd;
277
- --surface-card-quiet:#f5f5f5;
275
+ --surface-card:#fafafa;
276
+ --surface-card-emphasis:#ffffff;
277
+ --surface-card-quiet:#fcfcfc;
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);
@@ -1280,11 +1280,25 @@
1280
1280
  transitions the Gui-driven inline width/transform/opacity. Every animation is
1281
1281
  guarded by `prefers-reduced-motion: reduce`.
1282
1282
 
1283
- Import once at the app root: import '@hanzo/ui/styles/motion.css' */
1283
+ Import once at the app root: import '@hanzo/ui/styles/motion.css'
1284
+
1285
+ ── EVERY CLASS HERE IS `hz-` PREFIXED, and it was not always ────────────────
1286
+ This sheet used to claim `.row`, `.skeleton`, `.fade`, `.mono`, `.drag` and
1287
+ `.tnum` — six of the most ordinary words in anyone's CSS — at the document
1288
+ level, in a package an app imports once at its root. An app with its own
1289
+ `.row` did not get a warning; it got whichever rule the cascade preferred, in
1290
+ a stylesheet it never opened. A library's utility classes are its namespace,
1291
+ so they carry its name.
1292
+
1293
+ The unprefixed selectors are kept as aliases on the SAME rule for one minor
1294
+ version so nothing breaks mid-flight, and are REMOVED IN 8.1.0. Nothing in
1295
+ this package emits them any more — they exist only for a consumer who typed
1296
+ `className="skeleton"` against the old sheet. Keyframe names are prefixed too
1297
+ and have no alias: nothing outside this file ever referenced them. */
1284
1298
 
1285
1299
  /* Fade-up entrance — <FadeIn> applies the class + a per-item stagger delay.
1286
1300
  ~0.4s ease-out, small upward travel (matches the hanzo.ai marketing feel). */
1287
- @keyframes fade-up {
1301
+ @keyframes hz-fade-up {
1288
1302
  from {
1289
1303
  opacity: 0;
1290
1304
  transform: translateY(10px);
@@ -1295,12 +1309,14 @@
1295
1309
  }
1296
1310
  }
1297
1311
 
1312
+ .hz-fade-up,
1298
1313
  .fade-up {
1299
- animation: fade-up 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
1314
+ animation: hz-fade-up 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
1300
1315
  will-change: transform, opacity;
1301
1316
  }
1302
1317
 
1303
1318
  @media (prefers-reduced-motion: reduce) {
1319
+ .hz-fade-up,
1304
1320
  .fade-up {
1305
1321
  animation: none;
1306
1322
  }
@@ -1308,27 +1324,32 @@
1308
1324
 
1309
1325
  /* Shell chrome motion — sidebar collapse (width) and the Linear-style two-level
1310
1326
  nav slide (transform); backdrop cross-fade behind a SlideOver / dialog. */
1327
+ .hz-collapse,
1311
1328
  .collapse {
1312
1329
  transition: width 220ms cubic-bezier(0.16, 1, 0.3, 1);
1313
1330
  will-change: width;
1314
1331
  }
1315
1332
 
1333
+ .hz-slide,
1316
1334
  .slide {
1317
1335
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
1318
1336
  will-change: transform;
1319
1337
  }
1320
1338
 
1339
+ .hz-fade,
1321
1340
  .fade {
1322
1341
  transition: opacity 240ms cubic-bezier(0.16, 1, 0.3, 1);
1323
1342
  will-change: opacity;
1324
1343
  }
1325
1344
 
1326
1345
  /* Drag-to-reorder — a pinned row while it is being dragged (pointer DnD). The
1327
- lifted row gets a subtle lift; siblings ease into place via `.slide`. */
1346
+ lifted row gets a subtle lift; siblings ease into place via `.hz-slide`. */
1347
+ .hz-drag,
1328
1348
  .drag {
1329
1349
  touch-action: none;
1330
1350
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
1331
1351
  }
1352
+ .hz-drag[data-dragging='true'],
1332
1353
  .drag[data-dragging='true'] {
1333
1354
  transition: none;
1334
1355
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
@@ -1337,9 +1358,13 @@
1337
1358
  }
1338
1359
 
1339
1360
  @media (prefers-reduced-motion: reduce) {
1361
+ .hz-collapse,
1340
1362
  .collapse,
1363
+ .hz-slide,
1341
1364
  .slide,
1365
+ .hz-fade,
1342
1366
  .fade,
1367
+ .hz-drag,
1343
1368
  .drag {
1344
1369
  transition: none;
1345
1370
  }
@@ -1351,7 +1376,7 @@
1351
1376
  a brief highlight when a freshly-arrived row lands. */
1352
1377
 
1353
1378
  /* Skeleton shimmer — an honest "loading", never fabricated content. */
1354
- @keyframes shimmer {
1379
+ @keyframes hz-shimmer {
1355
1380
  0% {
1356
1381
  background-position: -160px 0;
1357
1382
  }
@@ -1360,6 +1385,7 @@
1360
1385
  }
1361
1386
  }
1362
1387
 
1388
+ .hz-skeleton,
1363
1389
  .skeleton {
1364
1390
  background-color: var(--color3, rgba(148, 163, 184, 0.14));
1365
1391
  background-image: linear-gradient(
@@ -1370,11 +1396,11 @@
1370
1396
  );
1371
1397
  background-size: 160px 100%;
1372
1398
  background-repeat: no-repeat;
1373
- animation: shimmer 1.2s ease-in-out infinite;
1399
+ animation: hz-shimmer 1.2s ease-in-out infinite;
1374
1400
  }
1375
1401
 
1376
1402
  /* Live-feed pulse — the "Live" dot on a streaming panel. */
1377
- @keyframes pulse {
1403
+ @keyframes hz-pulse {
1378
1404
  0%,
1379
1405
  100% {
1380
1406
  opacity: 1;
@@ -1387,7 +1413,7 @@
1387
1413
  }
1388
1414
 
1389
1415
  /* Entrance for a freshly-arrived activity row (staggerless — one row at a time). */
1390
- @keyframes row-in {
1416
+ @keyframes hz-row-in {
1391
1417
  from {
1392
1418
  opacity: 0;
1393
1419
  transform: translateY(-6px);
@@ -1398,27 +1424,31 @@
1398
1424
  }
1399
1425
  }
1400
1426
 
1427
+ .hz-row-in,
1401
1428
  .row-in {
1402
- animation: row-in 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
1429
+ animation: hz-row-in 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
1403
1430
  }
1404
1431
 
1405
1432
  @media (prefers-reduced-motion: reduce) {
1433
+ .hz-skeleton,
1406
1434
  .skeleton {
1407
1435
  animation: none;
1408
1436
  }
1437
+ .hz-row-in,
1409
1438
  .row-in {
1410
1439
  animation: none;
1411
1440
  }
1412
1441
  }
1413
1442
 
1414
1443
  /* ── Typography + surface classes the product layer's components reference ──────
1415
- DataTable/Metric typeset numeric cells with `mono`/`tnum`; ComboBox and
1416
- SelectMenu paint their popovers with `paper menu-in`; DataTable rows use
1417
- `row`. They travel WITH the components (this is the package's one stylesheet)
1418
- so any host that imports `@hanzo/ui/styles/motion.css` renders them correctly.
1419
- The elevation/ring variables fall back to sane values, so a host that defines its
1420
- own `--hz-*` theme tokens (the console does) still wins. */
1421
-
1444
+ DataTable/Metric typeset numeric cells with `hz-mono`/`hz-tnum`; ComboBox and
1445
+ SelectMenu paint their popovers with `hz-paper hz-menu-in`; DataTable rows use
1446
+ `hz-row`. They travel WITH the components (this is the package's one
1447
+ stylesheet) so any host that imports `@hanzo/ui/styles/motion.css` renders them
1448
+ correctly. The elevation/ring variables fall back to sane values, so a host
1449
+ that defines its own `--hz-*` theme tokens (the console does) still wins. */
1450
+
1451
+ .hz-tnum,
1422
1452
  .tnum {
1423
1453
  font-variant-numeric: tabular-nums;
1424
1454
  font-feature-settings: 'tnum' 1;
@@ -1426,6 +1456,7 @@
1426
1456
 
1427
1457
  /* Data/numeric face — Geist Mono + tabular figures for metric values, prices, IDs
1428
1458
  and counts, so numbers read as precise, column-aligned data. */
1459
+ .hz-mono,
1429
1460
  .mono {
1430
1461
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
1431
1462
  font-variant-numeric: tabular-nums;
@@ -1446,13 +1477,14 @@
1446
1477
  order — so paper lost its drop on dark exactly the way the rungs did. The
1447
1478
  fallback stays because this sheet ships on its own: a host that imports
1448
1479
  motion.css without glass.css has no ladder to read. */
1480
+ .hz-paper,
1449
1481
  .paper {
1450
1482
  box-shadow: var(--shadow-inset-hairline, inset 0 0 0 1px rgb(255 255 255 / .10)),
1451
1483
  var(--edge-highlight, inset 0 1px 0 0 rgb(255 255 255 / .10)),
1452
1484
  var(--glass-shadow-2, 0 10px 15px -3px rgb(0 0 0 / .55), 0 4px 6px -4px rgb(0 0 0 / .55));
1453
1485
  }
1454
1486
 
1455
- @keyframes menu-in {
1487
+ @keyframes hz-menu-in {
1456
1488
  from {
1457
1489
  opacity: 0;
1458
1490
  }
@@ -1461,16 +1493,19 @@
1461
1493
  }
1462
1494
  }
1463
1495
 
1496
+ .hz-menu-in,
1464
1497
  .menu-in {
1465
- animation: menu-in 140ms ease-out both;
1498
+ animation: hz-menu-in 140ms ease-out both;
1466
1499
  will-change: opacity;
1467
1500
  }
1468
1501
 
1502
+ .hz-row,
1469
1503
  .row {
1470
1504
  transition: background-color 140ms ease-out;
1471
1505
  }
1472
1506
 
1473
1507
  @media (prefers-reduced-motion: reduce) {
1508
+ .hz-menu-in,
1474
1509
  .menu-in {
1475
1510
  animation: none;
1476
1511
  }
@@ -2109,8 +2144,6 @@
2109
2144
  :root ._bg-background{background-color:var(--background);}
2110
2145
  :root ._bg-backgroundA94988999{background-color:var(--backgroundActive);}
2111
2146
  :root ._bg-borderColor{background-color:var(--borderColor);}
2112
- :root ._bg-color1{background-color:var(--color1);}
2113
- :root ._bg-color10{background-color:var(--color10);}
2114
2147
  :root ._bg-color12{background-color:var(--color12);}
2115
2148
  :root ._bg-color2{background-color:var(--color2);}
2116
2149
  :root ._bg-color3{background-color:var(--color3);}
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:#f7f7f7;
232
+ --background:#ffffff;
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:#f2f2f2;
236
+ --card:#fafafa;
237
237
  --card-foreground:#0a0a0a;
238
- --popover:#fbfbfb;
238
+ --popover:#ffffff;
239
239
  --popover-foreground:#0a0a0a;
240
240
  --primary:#0a0a0a;
241
241
  --primary-hover:#262626;
242
242
  --primary-foreground:#fafafa;
243
- --secondary:#e4e4e4;
243
+ --secondary:#ededed;
244
244
  --secondary-hover:#e0e0e0;
245
245
  --secondary-foreground:#0a0a0a;
246
- --muted:#ededed;
246
+ --muted:#f5f5f5;
247
247
  --muted-foreground:#525252;
248
- --accent:#e4e4e4;
248
+ --accent:#ededed;
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:#f2f2f2;
274
- --surface-card-emphasis:#fdfdfd;
275
- --surface-card-quiet:#f5f5f5;
273
+ --surface-card:#fafafa;
274
+ --surface-card-emphasis:#ffffff;
275
+ --surface-card-quiet:#fcfcfc;
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.61",
3
+ "version": "8.0.62",
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": {
@@ -37,6 +37,12 @@
37
37
  "types": "./dist/core/tokens.d.ts",
38
38
  "import": "./dist/core/tokens.js"
39
39
  },
40
+ "./css": {
41
+ "types": "./dist/core/css.d.ts",
42
+ "import": "./dist/core/css.js",
43
+ "require": "./dist/core/css.cjs",
44
+ "default": "./dist/core/css.js"
45
+ },
40
46
  "./theme.css": "./dist/theme.css",
41
47
  "./glass.css": "./dist/glass.css",
42
48
  "./glass": {
@@ -57,6 +63,18 @@
57
63
  "require": "./dist/gui-config.cjs",
58
64
  "default": "./dist/gui-config.js"
59
65
  },
66
+ "./product/pure": {
67
+ "types": "./dist/product/pure.d.ts",
68
+ "import": "./dist/product/pure.js",
69
+ "require": "./dist/product/pure.cjs",
70
+ "default": "./dist/product/pure.js"
71
+ },
72
+ "./product/theme-toggle-next": {
73
+ "types": "./dist/product/ThemeToggleNext.d.ts",
74
+ "import": "./dist/product/ThemeToggleNext.js",
75
+ "require": "./dist/product/ThemeToggleNext.cjs",
76
+ "default": "./dist/product/ThemeToggleNext.js"
77
+ },
60
78
  "./product/social": {
61
79
  "types": "./dist/product/social/index.d.ts",
62
80
  "import": "./dist/product/social/index.js",
@@ -69,6 +87,12 @@
69
87
  "require": "./dist/product/social/api.cjs",
70
88
  "default": "./dist/product/social/api.js"
71
89
  },
90
+ "./product/*": {
91
+ "types": "./dist/product/*.d.ts",
92
+ "import": "./dist/product/*.js",
93
+ "require": "./dist/product/*.cjs",
94
+ "default": "./dist/product/*.js"
95
+ },
72
96
  "./data": {
73
97
  "types": "./dist/data.d.ts",
74
98
  "import": "./dist/data.js",
@@ -175,11 +199,12 @@
175
199
  "@hanzo/canvas": ">=0.1.0",
176
200
  "@hanzo/cd": ">=0.1.0",
177
201
  "@hanzo/dashboard": ">=0.1.0",
178
- "@hanzo/data": ">=1.2.0",
202
+ "@hanzo/data": ">=1.2.3",
179
203
  "@hanzo/gui": ">=8.1.0",
180
204
  "@hanzo/usage": ">=0.1.0",
181
205
  "@hanzogui/config": ">=8.1.0",
182
206
  "@hanzogui/next-theme": ">=8.1.0",
207
+ "next": ">=14",
183
208
  "next-themes": ">=0.2.1",
184
209
  "react": ">=19",
185
210
  "react-dom": ">=19",
@@ -201,6 +226,9 @@
201
226
  "@hanzogui/next-theme": {
202
227
  "optional": true
203
228
  },
229
+ "next": {
230
+ "optional": true
231
+ },
204
232
  "next-themes": {
205
233
  "optional": true
206
234
  },
@@ -209,7 +237,7 @@
209
237
  }
210
238
  },
211
239
  "devDependencies": {
212
- "@hanzo/data": "1.2.1",
240
+ "@hanzo/data": "1.2.3",
213
241
  "@hanzo/gui": "8.1.0",
214
242
  "@hanzogui/config": "8.1.0",
215
243
  "@hanzogui/core": "8.1.0",