anentrypoint-design 0.0.281 → 0.0.283

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/app-shell.css CHANGED
@@ -1209,8 +1209,12 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1209
1209
  font-size: var(--fs-xs);
1210
1210
  }
1211
1211
  .ds-file-open { gap: 10px; }
1212
- /* On mobile, fold meta under the title and keep actions inline. */
1213
- .ds-file-row .ds-file-meta { font-size: var(--fs-micro); }
1212
+ /* At mobile row widths, a fixed-size meta column (date/size) plus the
1213
+ always-visible action buttons leave the flexible title only a few px —
1214
+ not enough for even one legible character before the two collide. Drop
1215
+ the metadata column here; the title + actions still fully identify and
1216
+ operate on the row, and meta stays available in the file viewer. */
1217
+ .ds-file-row .ds-file-meta { display: none; }
1214
1218
  .ds-file-row .ds-file-actions { opacity: 1; }
1215
1219
  /* H4: floor finger-sized controls so file actions/sort/filter/breadcrumb are
1216
1220
  reachable by touch (cohesion sweep). */
@@ -2968,6 +2972,57 @@ textarea::placeholder {
2968
2972
  color: var(--fg-3);
2969
2973
  }
2970
2974
 
2975
+ /* Long-form reading voice — quiet sans, generous line-height, capped to a
2976
+ readable measure so a wide viewport never stretches body copy edge to
2977
+ edge. Links use --accent-ink (never the bare fill, which is unreadable
2978
+ as text). */
2979
+ .prose {
2980
+ max-width: var(--measure);
2981
+ font-family: var(--ff-body); font-size: var(--fs-body); line-height: 1.6;
2982
+ color: var(--fg);
2983
+ }
2984
+ .prose p { margin: 0 0 var(--space-4) 0; }
2985
+ .prose p:last-child { margin-bottom: 0; }
2986
+ .prose a { color: var(--accent-ink); text-decoration-color: var(--rule-strong); text-underline-offset: 0.15em; }
2987
+ .prose a:hover { text-decoration-color: currentColor; }
2988
+
2989
+ /* Rubber-stamp motif — a bordered, uppercase, letter-spaced badge with a
2990
+ slight built-in rotation (variants may override via inline transform for
2991
+ a stronger tilt). Max 1 per page per the component's own caption. */
2992
+ .stamp {
2993
+ display: inline-block;
2994
+ font-family: var(--ff-mono); font-size: var(--fs-xs); font-weight: 700;
2995
+ text-transform: uppercase; letter-spacing: 0.08em;
2996
+ padding: var(--space-1-5, var(--space-2)) var(--space-3);
2997
+ border: 2px solid var(--fg);
2998
+ border-radius: var(--r-hair);
2999
+ color: var(--fg);
3000
+ transform: rotate(-2deg);
3001
+ white-space: nowrap;
3002
+ }
3003
+ .stamp.ink { background: var(--ink); border-color: var(--ink); color: var(--paper); }
3004
+ .stamp.acid { background: var(--accent); border-color: var(--accent-ink); color: var(--accent-ink); }
3005
+ .stamp.purple { border-color: var(--purple-2); color: var(--purple-2); }
3006
+ .stamp.mascot { border-color: var(--mascot); color: var(--mascot-deep); }
3007
+
3008
+ /* Same rubber-stamp face, but a real interactive <button> — resets UA button
3009
+ chrome so it isn't blue link text in a browser default box. */
3010
+ .btn-stamp {
3011
+ display: inline-block; cursor: pointer;
3012
+ font-family: var(--ff-mono); font-size: var(--fs-xs); font-weight: 700;
3013
+ text-transform: uppercase; letter-spacing: 0.08em;
3014
+ padding: var(--space-1-5, var(--space-2)) var(--space-3);
3015
+ border: 2px solid var(--fg);
3016
+ border-radius: var(--r-hair);
3017
+ background: transparent; color: var(--fg);
3018
+ transition: background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
3019
+ }
3020
+ .btn-stamp:hover { background: var(--panel-hover); }
3021
+ .btn-stamp.acid { border-color: var(--accent-ink); color: var(--accent-ink); }
3022
+ .btn-stamp.acid:hover { background: var(--accent-tint); }
3023
+ .btn-stamp.purple { border-color: var(--purple-2); color: var(--purple-2); }
3024
+ .btn-stamp.mascot { border-color: var(--mascot); color: var(--mascot-deep); }
3025
+
2971
3026
  /* Structural hairlines — "no boxes, no cards, structure comes from rules."
2972
3027
  Three weights: .rule (default separator), .rule-double (major section
2973
3028
  break), .rule-dotted (optional/skippable). Applied to a bare <hr>, which
package/dist/247420.css CHANGED
@@ -1725,8 +1725,12 @@
1725
1725
  font-size: var(--fs-xs);
1726
1726
  }
1727
1727
  .ds-247420 .ds-file-open { gap: 10px; }
1728
- /* On mobile, fold meta under the title and keep actions inline. */
1729
- .ds-247420 .ds-file-row .ds-file-meta { font-size: var(--fs-micro); }
1728
+ /* At mobile row widths, a fixed-size meta column (date/size) plus the
1729
+ always-visible action buttons leave the flexible title only a few px —
1730
+ not enough for even one legible character before the two collide. Drop
1731
+ the metadata column here; the title + actions still fully identify and
1732
+ operate on the row, and meta stays available in the file viewer. */
1733
+ .ds-247420 .ds-file-row .ds-file-meta { display: none; }
1730
1734
  .ds-247420 .ds-file-row .ds-file-actions { opacity: 1; }
1731
1735
  /* H4: floor finger-sized controls so file actions/sort/filter/breadcrumb are
1732
1736
  reachable by touch (cohesion sweep). */
@@ -3476,6 +3480,57 @@
3476
3480
  color: var(--fg-3);
3477
3481
  }
3478
3482
 
3483
+ /* Long-form reading voice — quiet sans, generous line-height, capped to a
3484
+ readable measure so a wide viewport never stretches body copy edge to
3485
+ edge. Links use --accent-ink (never the bare fill, which is unreadable
3486
+ as text). */
3487
+ .ds-247420 .prose {
3488
+ max-width: var(--measure);
3489
+ font-family: var(--ff-body); font-size: var(--fs-body); line-height: 1.6;
3490
+ color: var(--fg);
3491
+ }
3492
+ .ds-247420 .prose p { margin: 0 0 var(--space-4) 0; }
3493
+ .ds-247420 .prose p:last-child { margin-bottom: 0; }
3494
+ .ds-247420 .prose a { color: var(--accent-ink); text-decoration-color: var(--rule-strong); text-underline-offset: 0.15em; }
3495
+ .ds-247420 .prose a:hover { text-decoration-color: currentColor; }
3496
+
3497
+ /* Rubber-stamp motif — a bordered, uppercase, letter-spaced badge with a
3498
+ slight built-in rotation (variants may override via inline transform for
3499
+ a stronger tilt). Max 1 per page per the component's own caption. */
3500
+ .ds-247420 .stamp {
3501
+ display: inline-block;
3502
+ font-family: var(--ff-mono); font-size: var(--fs-xs); font-weight: 700;
3503
+ text-transform: uppercase; letter-spacing: 0.08em;
3504
+ padding: var(--space-1-5, var(--space-2)) var(--space-3);
3505
+ border: 2px solid var(--fg);
3506
+ border-radius: var(--r-hair);
3507
+ color: var(--fg);
3508
+ transform: rotate(-2deg);
3509
+ white-space: nowrap;
3510
+ }
3511
+ .ds-247420 .stamp.ink { background: var(--ink); border-color: var(--ink); color: var(--paper); }
3512
+ .ds-247420 .stamp.acid { background: var(--accent); border-color: var(--accent-ink); color: var(--accent-ink); }
3513
+ .ds-247420 .stamp.purple { border-color: var(--purple-2); color: var(--purple-2); }
3514
+ .ds-247420 .stamp.mascot { border-color: var(--mascot); color: var(--mascot-deep); }
3515
+
3516
+ /* Same rubber-stamp face, but a real interactive <button> — resets UA button
3517
+ chrome so it isn't blue link text in a browser default box. */
3518
+ .ds-247420 .btn-stamp {
3519
+ display: inline-block; cursor: pointer;
3520
+ font-family: var(--ff-mono); font-size: var(--fs-xs); font-weight: 700;
3521
+ text-transform: uppercase; letter-spacing: 0.08em;
3522
+ padding: var(--space-1-5, var(--space-2)) var(--space-3);
3523
+ border: 2px solid var(--fg);
3524
+ border-radius: var(--r-hair);
3525
+ background: transparent; color: var(--fg);
3526
+ transition: background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
3527
+ }
3528
+ .ds-247420 .btn-stamp:hover { background: var(--panel-hover); }
3529
+ .ds-247420 .btn-stamp.acid { border-color: var(--accent-ink); color: var(--accent-ink); }
3530
+ .ds-247420 .btn-stamp.acid:hover { background: var(--accent-tint); }
3531
+ .ds-247420 .btn-stamp.purple { border-color: var(--purple-2); color: var(--purple-2); }
3532
+ .ds-247420 .btn-stamp.mascot { border-color: var(--mascot); color: var(--mascot-deep); }
3533
+
3479
3534
  /* Structural hairlines — "no boxes, no cards, structure comes from rules."
3480
3535
  Three weights: .rule (default separator), .rule-double (major section
3481
3536
  break), .rule-dotted (optional/skippable). Applied to a bare <hr>, which