anentrypoint-design 0.0.282 → 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
@@ -2972,6 +2972,20 @@ textarea::placeholder {
2972
2972
  color: var(--fg-3);
2973
2973
  }
2974
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
+
2975
2989
  /* Rubber-stamp motif — a bordered, uppercase, letter-spaced badge with a
2976
2990
  slight built-in rotation (variants may override via inline transform for
2977
2991
  a stronger tilt). Max 1 per page per the component's own caption. */
@@ -2988,6 +3002,26 @@ textarea::placeholder {
2988
3002
  }
2989
3003
  .stamp.ink { background: var(--ink); border-color: var(--ink); color: var(--paper); }
2990
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); }
2991
3025
 
2992
3026
  /* Structural hairlines — "no boxes, no cards, structure comes from rules."
2993
3027
  Three weights: .rule (default separator), .rule-double (major section
package/dist/247420.css CHANGED
@@ -3480,6 +3480,20 @@
3480
3480
  color: var(--fg-3);
3481
3481
  }
3482
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
+
3483
3497
  /* Rubber-stamp motif — a bordered, uppercase, letter-spaced badge with a
3484
3498
  slight built-in rotation (variants may override via inline transform for
3485
3499
  a stronger tilt). Max 1 per page per the component's own caption. */
@@ -3496,6 +3510,26 @@
3496
3510
  }
3497
3511
  .ds-247420 .stamp.ink { background: var(--ink); border-color: var(--ink); color: var(--paper); }
3498
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); }
3499
3533
 
3500
3534
  /* Structural hairlines — "no boxes, no cards, structure comes from rules."
3501
3535
  Three weights: .rule (default separator), .rule-double (major section