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.
@@ -163,7 +163,7 @@
163
163
  }
164
164
  .mag-btn {
165
165
  font-family: var(--mono);
166
- font-size: 10.5px;
166
+ font-size: 10px;
167
167
  letter-spacing: 0.04em;
168
168
  padding: 7px 12px;
169
169
  background: transparent;
@@ -474,7 +474,7 @@
474
474
  column-gap: 28px;
475
475
  column-rule: 1px solid var(--rule);
476
476
  font-family: var(--serif);
477
- font-size: 13.5px;
477
+ font-size: 14px;
478
478
  line-height: 1.62;
479
479
  color: var(--ink-soft);
480
480
  text-align: justify;
@@ -551,7 +551,7 @@
551
551
  .gq-stat-cap {
552
552
  font-family: var(--serif);
553
553
  font-style: italic;
554
- font-size: 12.5px;
554
+ font-size: 12px;
555
555
  line-height: 1.4;
556
556
  color: var(--ink-mid);
557
557
  }
@@ -599,7 +599,7 @@
599
599
  padding: 10px 0;
600
600
  border-bottom: 1px solid var(--rule);
601
601
  font-family: var(--serif);
602
- font-size: 12.5px;
602
+ font-size: 12px;
603
603
  line-height: 1.55;
604
604
  color: var(--ink-soft);
605
605
  }
@@ -608,7 +608,7 @@
608
608
  display: block;
609
609
  font-family: var(--sans);
610
610
  font-weight: 800;
611
- font-size: 12.5px;
611
+ font-size: 12px;
612
612
  color: var(--ink);
613
613
  letter-spacing: 0.02em;
614
614
  text-transform: uppercase;
@@ -909,7 +909,7 @@
909
909
  column-gap: 28px;
910
910
  column-rule: 1px solid var(--rule);
911
911
  font-family: var(--serif);
912
- font-size: 13.5px;
912
+ font-size: 14px;
913
913
  line-height: 1.65;
914
914
  color: var(--ink-soft);
915
915
  text-align: justify;
@@ -1044,7 +1044,7 @@
1044
1044
  padding: 10px 0;
1045
1045
  border-bottom: 1px solid var(--rule);
1046
1046
  font-family: var(--serif);
1047
- font-size: 12.5px;
1047
+ font-size: 12px;
1048
1048
  line-height: 1.55;
1049
1049
  color: var(--ink-soft);
1050
1050
  }
@@ -1053,7 +1053,7 @@
1053
1053
  display: block;
1054
1054
  font-family: "Playfair Display", serif;
1055
1055
  font-style: italic;
1056
- font-size: 13.5px;
1056
+ font-size: 14px;
1057
1057
  font-weight: 700;
1058
1058
  color: var(--ink);
1059
1059
  margin-bottom: 4px;
@@ -1113,7 +1113,7 @@
1113
1113
  }
1114
1114
  .mag-state-body {
1115
1115
  font-family: var(--serif);
1116
- font-size: 13.5px;
1116
+ font-size: 14px;
1117
1117
  color: var(--ink-soft);
1118
1118
  line-height: 1.6;
1119
1119
  }
@@ -1337,7 +1337,7 @@
1337
1337
  // Body cell · pack with kicker lead + 3 milestone bodies +
1338
1338
  // mid pull-quote + closing conclusion line so the body cell
1339
1339
  // matches the sidebar's height instead of trailing off short.
1340
- const bodyHead = m.kicker ? `<p style="font-style:italic;color:var(--ink-mid);font-size:14.5px;margin-bottom:10px;">${escape(m.kicker)}</p>` : "";
1340
+ const bodyHead = m.kicker ? `<p style="font-style:italic;color:var(--ink-mid);font-size:14px;margin-bottom:10px;">${escape(m.kicker)}</p>` : "";
1341
1341
  const bodyParas = [];
1342
1342
  if (ms0.body) bodyParas.push(`<p>${escape(ms0.body)}</p>`);
1343
1343
  if (ms1.body) bodyParas.push(`<p>${escape(ms1.body)}</p>`);
@@ -1373,7 +1373,7 @@
1373
1373
  <div class="gq-pull-cite">— From the editorial</div>
1374
1374
  </blockquote>` : ""}
1375
1375
  ${tpAll[2] ? `
1376
- <p style="font-family:var(--serif);font-size:13.5px;line-height:1.62;color:var(--ink-soft);margin-top:10px;text-align:justify;">${escape(tpAll[2])}</p>` : ""}
1376
+ <p style="font-family:var(--serif);font-size:14px;line-height:1.62;color:var(--ink-soft);margin-top:10px;text-align:justify;">${escape(tpAll[2])}</p>` : ""}
1377
1377
  </div>
1378
1378
 
1379
1379
  <aside class="gq-side">
@@ -1494,7 +1494,7 @@
1494
1494
  <div class="vogue-pull-cite">From the editorial</div>
1495
1495
  </div>` : ""}
1496
1496
  ${tpAll[2] ? `
1497
- <p style="font-family:var(--serif);font-size:13.5px;line-height:1.65;color:var(--ink-soft);margin-top:8px;text-align:justify;text-indent:1.2em;">${escape(tpAll[2])}</p>` : ""}
1497
+ <p style="font-family:var(--serif);font-size:14px;line-height:1.65;color:var(--ink-soft);margin-top:8px;text-align:justify;text-indent:1.2em;">${escape(tpAll[2])}</p>` : ""}
1498
1498
  </div>
1499
1499
 
1500
1500
  <aside class="vogue-side">
@@ -103,7 +103,7 @@
103
103
  .na-head > div { min-width: 0; }
104
104
  .na-head .na-step-num {
105
105
  font-family: var(--mono);
106
- font-size: 9.5px;
106
+ font-size: 10px;
107
107
  color: var(--text-dim, #5C5A52);
108
108
  text-transform: uppercase;
109
109
  letter-spacing: 0.12em;
@@ -163,7 +163,7 @@
163
163
  }
164
164
  .na-section-label {
165
165
  font-family: var(--mono);
166
- font-size: 9.5px;
166
+ font-size: 10px;
167
167
  font-weight: 700;
168
168
  text-transform: uppercase;
169
169
  letter-spacing: 0.16em;
@@ -208,7 +208,7 @@
208
208
  border: none;
209
209
  background: transparent;
210
210
  font-family: var(--font-human);
211
- font-size: 13.5px;
211
+ font-size: 14px;
212
212
  line-height: 1.55;
213
213
  color: var(--text, #C8C5BE);
214
214
  outline: none;
@@ -230,7 +230,7 @@
230
230
  justify-content: space-between;
231
231
  margin-top: 5px;
232
232
  font-family: var(--mono);
233
- font-size: 9.5px;
233
+ font-size: 10px;
234
234
  color: var(--text-faint, #3A382F);
235
235
  letter-spacing: 0.06em;
236
236
  text-transform: uppercase;
@@ -313,7 +313,7 @@
313
313
  @keyframes na-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
314
314
  .na-avatar-meta {
315
315
  font-family: var(--mono);
316
- font-size: 9.5px;
316
+ font-size: 10px;
317
317
  color: var(--text-faint, #3A382F);
318
318
  letter-spacing: 0.06em;
319
319
  text-transform: uppercase;
@@ -323,7 +323,7 @@
323
323
  .na-avatar-roll { color: var(--text-soft, #8E8B83); }
324
324
  .na-avatar-hint {
325
325
  font-family: var(--font-human);
326
- font-size: 10.5px;
326
+ font-size: 10px;
327
327
  color: var(--text-dim, #5C5A52);
328
328
  letter-spacing: -0.003em;
329
329
  line-height: 1.3;
@@ -374,11 +374,11 @@
374
374
  align-items: baseline;
375
375
  gap: 7px;
376
376
  font-family: var(--mono);
377
- font-size: 10.5px;
377
+ font-size: 10px;
378
378
  color: var(--text-soft, #8E8B83);
379
379
  }
380
380
  .na-model-trigger .trigger-r .prov {
381
- font-size: 9.5px;
381
+ font-size: 10px;
382
382
  font-weight: 700;
383
383
  text-transform: uppercase;
384
384
  letter-spacing: 0.14em;
@@ -446,7 +446,7 @@
446
446
  }
447
447
  .na-model-grp-status {
448
448
  font-family: var(--mono);
449
- font-size: 8.5px;
449
+ font-size: 8px;
450
450
  font-weight: 400;
451
451
  letter-spacing: 0.1em;
452
452
  text-transform: uppercase;
@@ -479,7 +479,7 @@
479
479
  }
480
480
  .na-model-opt .deck {
481
481
  font-family: var(--font-human);
482
- font-size: 10.5px;
482
+ font-size: 10px;
483
483
  color: var(--text-dim, #5C5A52);
484
484
  letter-spacing: -0.003em;
485
485
  }
@@ -528,21 +528,21 @@
528
528
  .na-know-drop:hover .icon { border-color: var(--lime); color: var(--lime); }
529
529
  .na-know-drop .title {
530
530
  font-family: var(--mono);
531
- font-size: 11.5px;
531
+ font-size: 12px;
532
532
  color: var(--text, #C8C5BE);
533
533
  font-weight: 700;
534
534
  letter-spacing: -0.003em;
535
535
  }
536
536
  .na-know-drop .deck {
537
537
  font-family: var(--font-human);
538
- font-size: 10.5px;
538
+ font-size: 10px;
539
539
  color: var(--text-dim, #5C5A52);
540
540
  margin-top: 2px;
541
541
  letter-spacing: -0.003em;
542
542
  }
543
543
  .na-know-drop .pill {
544
544
  font-family: var(--mono);
545
- font-size: 9.5px;
545
+ font-size: 10px;
546
546
  font-weight: 700;
547
547
  text-transform: uppercase;
548
548
  letter-spacing: 0.1em;
@@ -576,7 +576,7 @@
576
576
  .na-know-item .ext {
577
577
  width: 28px; height: 22px;
578
578
  display: flex; align-items: center; justify-content: center;
579
- font-size: 8.5px; font-weight: 700;
579
+ font-size: 8px; font-weight: 700;
580
580
  text-transform: uppercase;
581
581
  border: 0.5px solid var(--line-strong);
582
582
  background: var(--bg);
@@ -736,7 +736,7 @@
736
736
  justify-content: space-between;
737
737
  gap: 8px;
738
738
  font-family: var(--mono);
739
- font-size: 9.5px;
739
+ font-size: 10px;
740
740
  color: var(--text-faint);
741
741
  letter-spacing: 0.04em;
742
742
  text-transform: uppercase;
@@ -791,7 +791,7 @@
791
791
  display: flex;
792
792
  justify-content: space-between;
793
793
  font-family: var(--mono);
794
- font-size: 9.5px;
794
+ font-size: 10px;
795
795
  color: var(--text-faint);
796
796
  letter-spacing: 0.04em;
797
797
  text-transform: uppercase;
@@ -831,7 +831,7 @@
831
831
  .new-agent-overlay .ap-sec .na-know-drop .title { font-weight: 700; }
832
832
  .new-agent-overlay .ap-sec .na-know-drop .deck {
833
833
  font-family: var(--mono);
834
- font-size: 9.5px;
834
+ font-size: 10px;
835
835
  letter-spacing: 0.04em;
836
836
  color: var(--text-faint);
837
837
  text-transform: uppercase;
@@ -893,7 +893,7 @@
893
893
  .new-agent-overlay .na-rule:focus-within { border-color: var(--lime); }
894
894
  .new-agent-overlay .na-rule-num {
895
895
  font-family: var(--mono);
896
- font-size: 10.5px;
896
+ font-size: 10px;
897
897
  font-weight: 700;
898
898
  color: var(--lime);
899
899
  text-align: center;
@@ -903,7 +903,7 @@
903
903
  background: transparent;
904
904
  outline: none;
905
905
  font-family: var(--font-human);
906
- font-size: 12.5px;
906
+ font-size: 12px;
907
907
  color: var(--text);
908
908
  padding: 5px 0;
909
909
  }
@@ -941,7 +941,7 @@
941
941
  color: var(--text-soft);
942
942
  padding: 6px 12px;
943
943
  font-family: var(--mono);
944
- font-size: 10.5px;
944
+ font-size: 10px;
945
945
  font-weight: 700;
946
946
  letter-spacing: 0.14em;
947
947
  text-transform: uppercase;
@@ -1007,7 +1007,7 @@
1007
1007
  .new-agent-overlay .na-skill-slot.empty .na-skill-icon { font-size: 18px; }
1008
1008
  .new-agent-overlay .na-skill-name {
1009
1009
  font-family: var(--mono);
1010
- font-size: 8.5px;
1010
+ font-size: 8px;
1011
1011
  font-weight: 700;
1012
1012
  letter-spacing: 0.08em;
1013
1013
  text-transform: uppercase;
@@ -1068,13 +1068,13 @@
1068
1068
  min-width: 0;
1069
1069
  }
1070
1070
  .na-skill-pick-name {
1071
- font-size: 12.5px;
1071
+ font-size: 12px;
1072
1072
  font-weight: 700;
1073
1073
  color: var(--text, #C8C5BE);
1074
1074
  }
1075
1075
  .na-skill-pick-deck {
1076
1076
  font-family: var(--mono);
1077
- font-size: 9.5px;
1077
+ font-size: 10px;
1078
1078
  color: var(--text-faint, #5C5A52);
1079
1079
  letter-spacing: 0.06em;
1080
1080
  text-transform: uppercase;
@@ -1094,7 +1094,7 @@
1094
1094
  /* Header — title + close. */
1095
1095
  .na-step-num {
1096
1096
  font-family: var(--mono);
1097
- font-size: 9.5px;
1097
+ font-size: 10px;
1098
1098
  color: var(--lime);
1099
1099
  text-transform: uppercase;
1100
1100
  letter-spacing: 0.16em;
@@ -1256,7 +1256,7 @@
1256
1256
  /* Vibe caption · the LLM's one-line description that seeded the avatar. */
1257
1257
  .na-avatar-vibe {
1258
1258
  font-family: var(--mono);
1259
- font-size: 9.5px;
1259
+ font-size: 10px;
1260
1260
  letter-spacing: 0.04em;
1261
1261
  color: var(--text-faint);
1262
1262
  text-align: center;
@@ -1290,7 +1290,7 @@
1290
1290
  .na-field-label > span:first-child::after { content: "]"; color: var(--text-faint); margin-left: 4px; }
1291
1291
  .na-field-meta {
1292
1292
  font-family: var(--mono);
1293
- font-size: 9.5px;
1293
+ font-size: 10px;
1294
1294
  font-weight: 500;
1295
1295
  letter-spacing: 0.06em;
1296
1296
  text-transform: uppercase;
@@ -1298,7 +1298,7 @@
1298
1298
  }
1299
1299
  .na-field-hint {
1300
1300
  font-family: var(--mono);
1301
- font-size: 9.5px;
1301
+ font-size: 10px;
1302
1302
  letter-spacing: 0.06em;
1303
1303
  text-transform: uppercase;
1304
1304
  color: var(--text-faint);
@@ -1322,7 +1322,7 @@
1322
1322
  .new-agent-overlay .na-textarea-wrap textarea {
1323
1323
  padding: 10px 12px;
1324
1324
  font-family: var(--font-human);
1325
- font-size: 13.5px;
1325
+ font-size: 14px;
1326
1326
  line-height: 1.55;
1327
1327
  color: var(--text);
1328
1328
  text-align: left;
@@ -1331,7 +1331,7 @@
1331
1331
  .new-agent-overlay .na-input-wrap input::placeholder,
1332
1332
  .new-agent-overlay .na-textarea-wrap textarea::placeholder {
1333
1333
  font-family: var(--font-human);
1334
- font-size: 13.5px;
1334
+ font-size: 14px;
1335
1335
  color: var(--text-faint);
1336
1336
  letter-spacing: -0.003em;
1337
1337
  opacity: 1;
@@ -177,7 +177,7 @@
177
177
  }
178
178
  .np-btn {
179
179
  font-family: var(--mono);
180
- font-size: 10.5px;
180
+ font-size: 10px;
181
181
  letter-spacing: 0.04em;
182
182
  padding: 7px 12px;
183
183
  background: transparent;
@@ -301,7 +301,7 @@
301
301
  border-top: 2px solid var(--ink);
302
302
  border-bottom: 1px solid var(--ink);
303
303
  font-family: var(--sans);
304
- font-size: 10.5px;
304
+ font-size: 10px;
305
305
  letter-spacing: 0.08em;
306
306
  text-transform: uppercase;
307
307
  color: var(--ink-mid);
@@ -423,7 +423,7 @@
423
423
  }
424
424
  .post-body {
425
425
  font-family: var(--serif);
426
- font-size: 13.5px;
426
+ font-size: 14px;
427
427
  line-height: 1.62;
428
428
  color: var(--ink-soft);
429
429
  text-align: justify;
@@ -474,7 +474,7 @@
474
474
  }
475
475
  .post-side-body {
476
476
  font-family: var(--serif);
477
- font-size: 12.5px;
477
+ font-size: 12px;
478
478
  line-height: 1.55;
479
479
  color: var(--ink-soft);
480
480
  }
@@ -511,7 +511,7 @@
511
511
  .post-stat-cap {
512
512
  font-family: var(--serif);
513
513
  font-style: italic;
514
- font-size: 12.5px;
514
+ font-size: 12px;
515
515
  line-height: 1.4;
516
516
  color: var(--ink-mid);
517
517
  margin-top: 6px;
@@ -553,7 +553,7 @@
553
553
  gap: 6px;
554
554
  align-items: baseline;
555
555
  font-family: var(--serif);
556
- font-size: 12.5px;
556
+ font-size: 12px;
557
557
  line-height: 1.4;
558
558
  color: var(--ink-soft);
559
559
  border-bottom: 1px dotted var(--rule-strong);
@@ -602,7 +602,7 @@
602
602
  .post-running-meta {
603
603
  text-align: center;
604
604
  font-family: var(--sans);
605
- font-size: 10.5px;
605
+ font-size: 10px;
606
606
  letter-spacing: 0.06em;
607
607
  text-transform: uppercase;
608
608
  color: var(--ink-mid);
@@ -669,7 +669,7 @@
669
669
  }
670
670
  .post-article-byline {
671
671
  font-family: var(--sans);
672
- font-size: 10.5px;
672
+ font-size: 10px;
673
673
  letter-spacing: 0.08em;
674
674
  text-transform: uppercase;
675
675
  color: var(--ink-mid);
@@ -710,7 +710,7 @@
710
710
  .times-tagline {
711
711
  font-family: var(--serif);
712
712
  font-style: italic;
713
- font-size: 11.5px;
713
+ font-size: 12px;
714
714
  color: var(--ink-mid);
715
715
  text-align: center;
716
716
  padding: 2px 0 6px;
@@ -740,7 +740,7 @@
740
740
  border-top: 2px solid var(--ink);
741
741
  border-bottom: 1px solid var(--ink);
742
742
  font-family: var(--serif);
743
- font-size: 11.5px;
743
+ font-size: 12px;
744
744
  color: var(--ink-soft);
745
745
  flex-wrap: wrap;
746
746
  }
@@ -835,7 +835,7 @@
835
835
  .times-deck {
836
836
  font-family: var(--serif);
837
837
  font-style: italic;
838
- font-size: 14.5px;
838
+ font-size: 14px;
839
839
  line-height: 1.4;
840
840
  color: var(--ink-mid);
841
841
  text-align: center;
@@ -856,7 +856,7 @@
856
856
  }
857
857
  .times-body {
858
858
  font-family: var(--serif);
859
- font-size: 12.5px;
859
+ font-size: 12px;
860
860
  line-height: 1.55;
861
861
  color: var(--ink-soft);
862
862
  text-align: justify;
@@ -900,7 +900,7 @@
900
900
  }
901
901
  .times-stand-cite {
902
902
  font-family: var(--serif);
903
- font-size: 10.5px;
903
+ font-size: 10px;
904
904
  letter-spacing: 0.14em;
905
905
  text-transform: uppercase;
906
906
  color: var(--inv-ink-soft);
@@ -1002,7 +1002,7 @@
1002
1002
  .times-section-banner-deck {
1003
1003
  font-family: var(--serif);
1004
1004
  font-style: italic;
1005
- font-size: 12.5px;
1005
+ font-size: 12px;
1006
1006
  color: var(--ink-mid);
1007
1007
  margin-top: 4px;
1008
1008
  }
@@ -1022,7 +1022,7 @@
1022
1022
  column-gap: 22px;
1023
1023
  column-rule: 1px solid var(--rule);
1024
1024
  font-family: var(--serif);
1025
- font-size: 12.5px;
1025
+ font-size: 12px;
1026
1026
  line-height: 1.6;
1027
1027
  color: var(--ink-soft);
1028
1028
  text-align: justify;
@@ -1081,7 +1081,7 @@
1081
1081
  }
1082
1082
  .times-pull-cite {
1083
1083
  font-family: var(--serif);
1084
- font-size: 10.5px;
1084
+ font-size: 10px;
1085
1085
  letter-spacing: 0.16em;
1086
1086
  text-transform: uppercase;
1087
1087
  color: var(--ink-mid);
@@ -1121,7 +1121,7 @@
1121
1121
  .times-side-list li b {
1122
1122
  display: block;
1123
1123
  font-family: var(--serif-display);
1124
- font-size: 13.5px;
1124
+ font-size: 14px;
1125
1125
  font-weight: 700;
1126
1126
  color: var(--ink);
1127
1127
  letter-spacing: -0.004em;
@@ -1182,7 +1182,7 @@
1182
1182
  }
1183
1183
  .np-state-body {
1184
1184
  font-family: var(--serif);
1185
- font-size: 13.5px;
1185
+ font-size: 14px;
1186
1186
  color: var(--ink-soft);
1187
1187
  line-height: 1.6;
1188
1188
  }
@@ -1487,9 +1487,9 @@
1487
1487
  ${verifs.slice(0, 5).map((b) => {
1488
1488
  const p = splitHeading(b);
1489
1489
  return `
1490
- <li style="font-family:var(--serif);font-size:12.5px;line-height:1.55;color:var(--ink-soft);padding:10px 0;border-bottom:1px solid var(--rule);">
1490
+ <li style="font-family:var(--serif);font-size:12px;line-height:1.55;color:var(--ink-soft);padding:10px 0;border-bottom:1px solid var(--rule);">
1491
1491
  ${p.body
1492
- ? `<b style="display:block;font-family:var(--serif-display);font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:4px;">${escape(p.heading)}</b>${escape(p.body)}`
1492
+ ? `<b style="display:block;font-family:var(--serif-display);font-size:14px;font-weight:700;color:var(--ink);margin-bottom:4px;">${escape(p.heading)}</b>${escape(p.body)}`
1493
1493
  : escape(p.heading)}
1494
1494
  </li>`;
1495
1495
  }).join("")}