@hanzo/ui 8.0.60 → 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.
- package/dist/backends/gui/input.cjs +4 -3
- package/dist/backends/gui/input.d.ts +10 -2
- package/dist/backends/gui/input.d.ts.map +1 -1
- package/dist/backends/gui/input.js +4 -3
- package/dist/backends/gui/input.js.map +1 -1
- package/dist/backends/gui/mask.cjs +20 -0
- package/dist/backends/gui/mask.d.ts +17 -0
- package/dist/backends/gui/mask.d.ts.map +1 -0
- package/dist/backends/gui/mask.js +17 -0
- package/dist/backends/gui/mask.js.map +1 -0
- package/dist/chat/Code.cjs +1 -1
- package/dist/chat/Code.d.ts.map +1 -1
- package/dist/chat/Code.js +1 -1
- package/dist/chat/Code.js.map +1 -1
- package/dist/core/css.cjs +114 -0
- package/dist/core/css.d.ts +46 -0
- package/dist/core/css.d.ts.map +1 -0
- package/dist/core/css.js +112 -0
- package/dist/core/css.js.map +1 -0
- package/dist/product/CopyButton.cjs +16 -2
- package/dist/product/CopyButton.d.ts +30 -3
- package/dist/product/CopyButton.d.ts.map +1 -1
- package/dist/product/CopyButton.js +18 -4
- package/dist/product/CopyButton.js.map +1 -1
- package/dist/product/DataTable.cjs +4 -4
- package/dist/product/DataTable.js +4 -4
- package/dist/product/DataTable.js.map +1 -1
- package/dist/product/FadeIn.cjs +1 -1
- package/dist/product/FadeIn.js +1 -1
- package/dist/product/FadeIn.js.map +1 -1
- package/dist/product/Field.cjs +3 -3
- package/dist/product/Field.d.ts +21 -1
- package/dist/product/Field.d.ts.map +1 -1
- package/dist/product/Field.js +3 -3
- package/dist/product/Field.js.map +1 -1
- package/dist/product/Fieldset.cjs +10 -2
- package/dist/product/Fieldset.d.ts +12 -1
- package/dist/product/Fieldset.d.ts.map +1 -1
- package/dist/product/Fieldset.js +10 -2
- package/dist/product/Fieldset.js.map +1 -1
- package/dist/product/Metric.cjs +7 -4
- package/dist/product/Metric.d.ts +8 -1
- package/dist/product/Metric.d.ts.map +1 -1
- package/dist/product/Metric.js +7 -4
- package/dist/product/Metric.js.map +1 -1
- package/dist/product/Pagination.cjs +9 -49
- package/dist/product/Pagination.d.ts +2 -10
- package/dist/product/Pagination.d.ts.map +1 -1
- package/dist/product/Pagination.js +6 -46
- package/dist/product/Pagination.js.map +1 -1
- package/dist/product/Reorder.cjs +1 -1
- package/dist/product/Reorder.js +1 -1
- package/dist/product/Reorder.js.map +1 -1
- package/dist/product/SecretInput.cjs +3 -13
- package/dist/product/SecretInput.d.ts +2 -11
- package/dist/product/SecretInput.d.ts.map +1 -1
- package/dist/product/SecretInput.js +6 -11
- package/dist/product/SecretInput.js.map +1 -1
- package/dist/product/SlideOver.cjs +2 -2
- package/dist/product/SlideOver.js +2 -2
- package/dist/product/SlideOver.js.map +1 -1
- package/dist/product/StatusTag.cjs +10 -39
- package/dist/product/StatusTag.d.ts +6 -2
- package/dist/product/StatusTag.d.ts.map +1 -1
- package/dist/product/StatusTag.js +10 -39
- package/dist/product/StatusTag.js.map +1 -1
- package/dist/product/UserMenu.cjs +4 -10
- package/dist/product/UserMenu.d.ts +2 -3
- package/dist/product/UserMenu.d.ts.map +1 -1
- package/dist/product/UserMenu.js +5 -8
- package/dist/product/UserMenu.js.map +1 -1
- package/dist/product/animatedLogo.logic.cjs +1 -1
- package/dist/product/animatedLogo.logic.js +1 -1
- package/dist/product/brand.cjs +1 -1
- package/dist/product/brand.js +1 -1
- package/dist/product/combobox/filter.cjs +1 -1
- package/dist/product/combobox/filter.js +1 -1
- package/dist/product/index.cjs +14 -3
- package/dist/product/index.d.ts +1 -1
- package/dist/product/index.d.ts.map +1 -1
- package/dist/product/index.js +13 -1
- package/dist/product/index.js.map +1 -1
- package/dist/product/name.cjs +17 -0
- package/dist/product/name.d.ts +10 -0
- package/dist/product/name.d.ts.map +1 -0
- package/dist/product/name.js +15 -0
- package/dist/product/name.js.map +1 -0
- package/dist/product/pages.cjs +57 -0
- package/dist/product/pages.d.ts +28 -0
- package/dist/product/pages.d.ts.map +1 -0
- package/dist/product/pages.js +54 -0
- package/dist/product/pages.js.map +1 -0
- package/dist/product/pure.cjs +63 -0
- package/dist/product/pure.d.ts +9 -0
- package/dist/product/pure.d.ts.map +1 -0
- package/dist/product/pure.js +38 -0
- package/dist/product/pure.js.map +1 -0
- package/dist/product/scope.cjs +1 -1
- package/dist/product/scope.js +1 -1
- package/dist/product/social/SocialResource.cjs +1 -1
- package/dist/product/social/SocialResource.js +1 -1
- package/dist/product/social/SocialResource.js.map +1 -1
- package/dist/product/social/SocialSummaryBar.cjs +1 -1
- package/dist/product/social/SocialSummaryBar.js +1 -1
- package/dist/product/social/SocialSummaryBar.js.map +1 -1
- package/dist/product/tone.cjs +105 -0
- package/dist/product/tone.d.ts +52 -0
- package/dist/product/tone.d.ts.map +1 -0
- package/dist/product/tone.js +102 -0
- package/dist/product/tone.js.map +1 -0
- package/dist/styles/motion.css +52 -17
- package/dist/styles.css +53 -18
- package/package.json +35 -7
package/dist/styles.css
CHANGED
|
@@ -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
|
|
1418
|
-
so any host that imports `@hanzo/ui/styles/motion.css` renders them
|
|
1419
|
-
The elevation/ring variables fall back to sane values, so a host
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/ui",
|
|
3
|
-
"version": "8.0.
|
|
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",
|
|
@@ -163,7 +187,7 @@
|
|
|
163
187
|
"dist"
|
|
164
188
|
],
|
|
165
189
|
"dependencies": {
|
|
166
|
-
"@hanzo/design": "^0.4.
|
|
190
|
+
"@hanzo/design": "^0.4.7",
|
|
167
191
|
"@hanzo/logo": "^1.0.13",
|
|
168
192
|
"@hanzo/products": "^0.2.0",
|
|
169
193
|
"@hanzogui/lucide-icons-2": "^8.1.0",
|
|
@@ -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.
|
|
179
|
-
"@hanzo/gui": ">=8.
|
|
202
|
+
"@hanzo/data": ">=1.2.3",
|
|
203
|
+
"@hanzo/gui": ">=8.1.0",
|
|
180
204
|
"@hanzo/usage": ">=0.1.0",
|
|
181
|
-
"@hanzogui/config": ">=8.
|
|
182
|
-
"@hanzogui/next-theme": ">=8.
|
|
205
|
+
"@hanzogui/config": ">=8.1.0",
|
|
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.
|
|
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",
|