privateboard 0.1.13 → 0.1.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.
- package/dist/cli.js +2623 -333
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/public/adjourn-overlay.css +6 -6
- package/public/agent-build-bgm.js +292 -0
- package/public/agent-overlay.css +14 -14
- package/public/agent-profile.css +408 -87
- package/public/agent-profile.js +254 -0
- package/public/app.js +2486 -384
- package/public/home.html +26 -26
- package/public/i18n.js +1890 -21
- package/public/icons/logo2.png +0 -0
- package/public/icons/private-board-vi.html +1716 -0
- package/public/index.html +2954 -1018
- package/public/magazine.html +12 -12
- package/public/new-agent.css +29 -29
- package/public/newspaper.html +20 -20
- package/public/onboarding.css +350 -272
- package/public/onboarding.js +614 -323
- package/public/quote-cta.css +4 -4
- package/public/report.html +2008 -1673
- package/public/room-settings.css +192 -24
- package/public/room-settings.js +5 -0
- package/public/share-cover-svg-creator.js +736 -0
- package/public/themes.css +0 -34
- package/public/typing-sfx.js +176 -3
- package/public/user-settings.css +50 -27
- package/public/user-settings.js +43 -14
- package/public/voice-onboarding.css +425 -0
- package/public/voice-onboarding.js +144 -0
- package/public/voice-replay.css +31 -38
- package/public/voice-replay.js +12 -11
package/public/home.html
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.hero-deck {
|
|
221
|
-
font-size:
|
|
221
|
+
font-size: 14px;
|
|
222
222
|
line-height: 1.7;
|
|
223
223
|
color: var(--text-soft);
|
|
224
224
|
max-width: 520px;
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
.install-shell-dots span:nth-child(2) { background: var(--amber); }
|
|
434
434
|
.install-shell-dots span:last-child { background: var(--lime); }
|
|
435
435
|
.install-shell-title {
|
|
436
|
-
font-size:
|
|
436
|
+
font-size: 10px;
|
|
437
437
|
color: var(--text-faint);
|
|
438
438
|
letter-spacing: 0.06em;
|
|
439
439
|
}
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
}
|
|
458
458
|
.install-line .cmd { flex: 1; min-width: 0; word-break: break-all; }
|
|
459
459
|
.install-line .cmd .bin { color: var(--amber); font-weight: 700; }
|
|
460
|
-
.install-line.ghost { color: var(--text-dim); font-size:
|
|
460
|
+
.install-line.ghost { color: var(--text-dim); font-size: 12px; }
|
|
461
461
|
.install-line.ghost .ok { color: var(--lime); }
|
|
462
462
|
.install-line.ghost .hl { color: var(--text-soft); }
|
|
463
463
|
.install-line.ghost .dim { color: var(--text-faint); font-style: italic; }
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
border: 1px solid var(--line-strong);
|
|
468
468
|
color: var(--text-soft);
|
|
469
469
|
font-family: var(--mono);
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 10px;
|
|
471
471
|
font-weight: 700;
|
|
472
472
|
text-transform: uppercase;
|
|
473
473
|
letter-spacing: 0.14em;
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
padding-top: 1px;
|
|
510
510
|
}
|
|
511
511
|
.install-bullet div {
|
|
512
|
-
font-size:
|
|
512
|
+
font-size: 12px;
|
|
513
513
|
color: var(--text-soft);
|
|
514
514
|
line-height: 1.55;
|
|
515
515
|
}
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
}
|
|
545
545
|
.section-title .accent { color: var(--lime); }
|
|
546
546
|
.section-deck {
|
|
547
|
-
font-size:
|
|
547
|
+
font-size: 14px;
|
|
548
548
|
color: var(--text-soft);
|
|
549
549
|
line-height: 1.6;
|
|
550
550
|
max-width: 640px;
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
line-height: 1.35;
|
|
585
585
|
}
|
|
586
586
|
.what-card p {
|
|
587
|
-
font-size:
|
|
587
|
+
font-size: 12px;
|
|
588
588
|
line-height: 1.6;
|
|
589
589
|
color: var(--text-soft);
|
|
590
590
|
}
|
|
@@ -623,7 +623,7 @@
|
|
|
623
623
|
.cast-directors .bento-cell { padding: 14px 12px; }
|
|
624
624
|
.bento-director { gap: 4px; }
|
|
625
625
|
.bento-director-img { width: 52px; height: 52px; margin-bottom: 2px; }
|
|
626
|
-
.bento-director-tag { font-size:
|
|
626
|
+
.bento-director-tag { font-size: 8px; letter-spacing: 0.16em; margin-top: 4px; }
|
|
627
627
|
.bento-director-name { font-size: 13px; }
|
|
628
628
|
.bento-director-desc { font-size: 11px; line-height: 1.45; }
|
|
629
629
|
}
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
line-height: 1.25;
|
|
682
682
|
}
|
|
683
683
|
.bento-director-desc {
|
|
684
|
-
font-size:
|
|
684
|
+
font-size: 12px;
|
|
685
685
|
line-height: 1.5;
|
|
686
686
|
color: var(--text-soft);
|
|
687
687
|
margin-top: auto;
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
white-space: nowrap;
|
|
704
704
|
}
|
|
705
705
|
@media (max-width: 760px) {
|
|
706
|
-
.bento-director-model { font-size:
|
|
706
|
+
.bento-director-model { font-size: 8px; padding: 1px 7px; }
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
/* ─────────── COMMISSION CARD · the ceremonial bento ───────────
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
margin: 0;
|
|
797
797
|
}
|
|
798
798
|
.bc-deck {
|
|
799
|
-
font-size:
|
|
799
|
+
font-size: 12px;
|
|
800
800
|
line-height: 1.6;
|
|
801
801
|
color: var(--text-soft);
|
|
802
802
|
margin: 0;
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
}
|
|
834
834
|
.bc-spec-row dd {
|
|
835
835
|
margin: 0;
|
|
836
|
-
font-size:
|
|
836
|
+
font-size: 12px;
|
|
837
837
|
color: var(--text);
|
|
838
838
|
line-height: 1.55;
|
|
839
839
|
letter-spacing: -0.003em;
|
|
@@ -891,10 +891,10 @@
|
|
|
891
891
|
column-gap: 12px;
|
|
892
892
|
padding: 7px 0;
|
|
893
893
|
}
|
|
894
|
-
.bc-spec-row dt { font-size:
|
|
894
|
+
.bc-spec-row dt { font-size: 8px; letter-spacing: 0.14em; line-height: 1.6; }
|
|
895
895
|
.bc-spec-row dd { font-size: 12px; }
|
|
896
|
-
.bc-classification { font-size:
|
|
897
|
-
.bc-cta { font-size:
|
|
896
|
+
.bc-classification { font-size: 8px; letter-spacing: 0.18em; }
|
|
897
|
+
.bc-cta { font-size: 10px; letter-spacing: 0.18em; }
|
|
898
898
|
}
|
|
899
899
|
|
|
900
900
|
/* ─────────── HOW IT WORKS ─────────── */
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
letter-spacing: -0.005em;
|
|
932
932
|
}
|
|
933
933
|
.how-card p {
|
|
934
|
-
font-size:
|
|
934
|
+
font-size: 12px;
|
|
935
935
|
line-height: 1.65;
|
|
936
936
|
color: var(--text-soft);
|
|
937
937
|
}
|
|
@@ -1221,8 +1221,8 @@
|
|
|
1221
1221
|
.report-card { gap: 8px; }
|
|
1222
1222
|
.report-meta { grid-template-columns: 22px minmax(0, 1fr); column-gap: 8px; }
|
|
1223
1223
|
.report-num { font-size: 9px; padding-top: 1px; }
|
|
1224
|
-
.report-text h3 { font-size:
|
|
1225
|
-
.report-text p { font-size:
|
|
1224
|
+
.report-text h3 { font-size: 12px; }
|
|
1225
|
+
.report-text p { font-size: 12px; line-height: 1.5; }
|
|
1226
1226
|
}
|
|
1227
1227
|
/* Only collapse to 1-col on the tiniest screens (< 360px). */
|
|
1228
1228
|
@media (max-width: 360px) {
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
.report-text { min-width: 0; }
|
|
1291
1291
|
.report-text h3 {
|
|
1292
1292
|
margin: 0 0 4px;
|
|
1293
|
-
font-size:
|
|
1293
|
+
font-size: 14px;
|
|
1294
1294
|
font-weight: 600;
|
|
1295
1295
|
line-height: 1.3;
|
|
1296
1296
|
letter-spacing: -0.005em;
|
|
@@ -1326,14 +1326,14 @@
|
|
|
1326
1326
|
letter-spacing: -0.02em;
|
|
1327
1327
|
}
|
|
1328
1328
|
.why-content h4 {
|
|
1329
|
-
font-size:
|
|
1329
|
+
font-size: 14px;
|
|
1330
1330
|
font-weight: 600;
|
|
1331
1331
|
color: var(--text);
|
|
1332
1332
|
margin-bottom: 4px;
|
|
1333
1333
|
letter-spacing: -0.005em;
|
|
1334
1334
|
}
|
|
1335
1335
|
.why-content p {
|
|
1336
|
-
font-size:
|
|
1336
|
+
font-size: 12px;
|
|
1337
1337
|
line-height: 1.65;
|
|
1338
1338
|
color: var(--text-soft);
|
|
1339
1339
|
}
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
}
|
|
1375
1375
|
.final-title .accent { color: var(--lime); }
|
|
1376
1376
|
.final-deck {
|
|
1377
|
-
font-size:
|
|
1377
|
+
font-size: 14px;
|
|
1378
1378
|
color: var(--text-soft);
|
|
1379
1379
|
line-height: 1.65;
|
|
1380
1380
|
max-width: 540px;
|
|
@@ -1428,7 +1428,7 @@
|
|
|
1428
1428
|
/* Very narrow screens · shorten the CTA so it never wraps even
|
|
1429
1429
|
under the smallest device widths (320px). */
|
|
1430
1430
|
@media (max-width: 380px) {
|
|
1431
|
-
.start-btn { padding: 5px 8px; font-size:
|
|
1431
|
+
.start-btn { padding: 5px 8px; font-size: 10px; }
|
|
1432
1432
|
.gh-link { padding: 6px; }
|
|
1433
1433
|
.gh-link svg { width: 20px; height: 20px; }
|
|
1434
1434
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
border-top: 0.5px solid var(--line-bright);
|
|
1528
1528
|
background: var(--panel-2);
|
|
1529
1529
|
font-family: var(--mono);
|
|
1530
|
-
font-size:
|
|
1530
|
+
font-size: 10px;
|
|
1531
1531
|
letter-spacing: 0.04em;
|
|
1532
1532
|
}
|
|
1533
1533
|
.vrp-caption-name {
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
}
|
|
1539
1539
|
.vrp-caption-deck {
|
|
1540
1540
|
color: var(--text-soft);
|
|
1541
|
-
font-size:
|
|
1541
|
+
font-size: 10px;
|
|
1542
1542
|
letter-spacing: 0.06em;
|
|
1543
1543
|
}
|
|
1544
1544
|
/* ─── Mini round-table primitives · sized + positioned versions
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
left: 50%;
|
|
1649
1649
|
transform: translateX(-50%);
|
|
1650
1650
|
font-family: var(--mono);
|
|
1651
|
-
font-size:
|
|
1651
|
+
font-size: 8px;
|
|
1652
1652
|
font-weight: 700;
|
|
1653
1653
|
letter-spacing: 0.08em;
|
|
1654
1654
|
text-transform: uppercase;
|