anentrypoint-design 0.0.319 → 0.0.321
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 +16 -0
- package/colors_and_type.css +9 -3
- package/dist/247420.css +25 -3
- package/dist/247420.js +12 -12
- package/package.json +1 -1
- package/src/kits/os/shell.js +47 -5
package/app-shell.css
CHANGED
|
@@ -399,6 +399,22 @@ body.canvas-host { background: transparent !important; }
|
|
|
399
399
|
.app-main > .ds-files-stack,
|
|
400
400
|
.app-main > .grow { flex: 1 1 auto; min-height: 0; }
|
|
401
401
|
.app-main.narrow { max-width: var(--measure-narrow); margin: 0 auto; }
|
|
402
|
+
/* Article-body heading rhythm and lede spacing, consumed by flatspace-rendered
|
|
403
|
+
long-form pages (docs, papers) that drop headings/panels directly into .app-main. */
|
|
404
|
+
.app-main > h1,
|
|
405
|
+
.app-main > h2,
|
|
406
|
+
.app-main > h3 { margin-top: 36px; margin-bottom: 12px; }
|
|
407
|
+
.app-main > h1:first-child { margin-top: 8px; }
|
|
408
|
+
.app-main > .panel,
|
|
409
|
+
.app-main > .work-detail-chips,
|
|
410
|
+
.app-main > .cli { margin-top: 18px; margin-bottom: 18px; }
|
|
411
|
+
.app-main .ds-lede { margin-top: 4px; margin-bottom: 18px; max-width: 64ch; line-height: 1.6; }
|
|
412
|
+
.work-detail-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; row-gap: 10px; }
|
|
413
|
+
@media (max-width: 720px) {
|
|
414
|
+
.app-main > h1,
|
|
415
|
+
.app-main > h2,
|
|
416
|
+
.app-main > h3 { margin-top: 28px; }
|
|
417
|
+
}
|
|
402
418
|
|
|
403
419
|
@media (min-width: 1400px) {
|
|
404
420
|
/* Fluid ceiling, not a hard stop: scales from 1400px up to 1920px across the
|
package/colors_and_type.css
CHANGED
|
@@ -58,8 +58,14 @@
|
|
|
58
58
|
--sky: #3A6EFF;
|
|
59
59
|
/* --warn = interactive danger controls (buttons, banners, menus, error
|
|
60
60
|
inputs); --danger below = passive error/status text and metrics
|
|
61
|
-
(kpi/sparkline deltas, auth-error text). Two tokens, one convention.
|
|
62
|
-
|
|
61
|
+
(kpi/sparkline deltas, auth-error text). Two tokens, one convention.
|
|
62
|
+
#E0241A measured 4.19:1 on --paper — fails WCAG AA 4.5:1 for the many
|
|
63
|
+
TEXT usages (.field-error, .ds-btn-warn, .ds-stat-val.err-rate, toast/
|
|
64
|
+
session error labels), not just the interactive-control (>=3:1) usages.
|
|
65
|
+
Darkened to clear AA on --paper (5.29:1), --paper-2 (4.78:1), and the
|
|
66
|
+
thebird warm-paper preset (5.25:1) while staying visually a clear
|
|
67
|
+
warm red. */
|
|
68
|
+
--warn: #C41C0C;
|
|
63
69
|
/* Syntax-token aliases: light values pass 4.5:1 on paper; the dark blocks
|
|
64
70
|
restore the bright dark-tuned originals. Components reference ONLY these. */
|
|
65
71
|
--code-string: var(--green);
|
|
@@ -475,7 +481,7 @@ select:focus-visible {
|
|
|
475
481
|
--accent: var(--acid); --accent-fg: var(--ink); --accent-ink: var(--acid-deep);
|
|
476
482
|
--accent-tint: color-mix(in oklab, var(--accent-ink) 22%, var(--bg));
|
|
477
483
|
/* A paper island under a dark ancestor must not inherit the dark signal pair. */
|
|
478
|
-
--flame: #C53E00; --amber: #7C570F; --warn: #
|
|
484
|
+
--flame: #C53E00; --amber: #7C570F; --warn: #C41C0C; --sky: #3A6EFF;
|
|
479
485
|
}
|
|
480
486
|
|
|
481
487
|
/* thebird — warm-paper brand preset. A first-class swappable theme: it lives
|
package/dist/247420.css
CHANGED
|
@@ -60,8 +60,14 @@
|
|
|
60
60
|
--sky: #3A6EFF;
|
|
61
61
|
/* --warn = interactive danger controls (buttons, banners, menus, error
|
|
62
62
|
inputs); --danger below = passive error/status text and metrics
|
|
63
|
-
(kpi/sparkline deltas, auth-error text). Two tokens, one convention.
|
|
64
|
-
|
|
63
|
+
(kpi/sparkline deltas, auth-error text). Two tokens, one convention.
|
|
64
|
+
#E0241A measured 4.19:1 on --paper — fails WCAG AA 4.5:1 for the many
|
|
65
|
+
TEXT usages (.field-error, .ds-btn-warn, .ds-stat-val.err-rate, toast/
|
|
66
|
+
session error labels), not just the interactive-control (>=3:1) usages.
|
|
67
|
+
Darkened to clear AA on --paper (5.29:1), --paper-2 (4.78:1), and the
|
|
68
|
+
thebird warm-paper preset (5.25:1) while staying visually a clear
|
|
69
|
+
warm red. */
|
|
70
|
+
--warn: #C41C0C;
|
|
65
71
|
/* Syntax-token aliases: light values pass 4.5:1 on paper; the dark blocks
|
|
66
72
|
restore the bright dark-tuned originals. Components reference ONLY these. */
|
|
67
73
|
--code-string: var(--green);
|
|
@@ -477,7 +483,7 @@
|
|
|
477
483
|
--accent: var(--acid); --accent-fg: var(--ink); --accent-ink: var(--acid-deep);
|
|
478
484
|
--accent-tint: color-mix(in oklab, var(--accent-ink) 22%, var(--bg));
|
|
479
485
|
/* A paper island under a dark ancestor must not inherit the dark signal pair. */
|
|
480
|
-
--flame: #C53E00; --amber: #7C570F; --warn: #
|
|
486
|
+
--flame: #C53E00; --amber: #7C570F; --warn: #C41C0C; --sky: #3A6EFF;
|
|
481
487
|
}
|
|
482
488
|
|
|
483
489
|
/* thebird — warm-paper brand preset. A first-class swappable theme: it lives
|
|
@@ -951,6 +957,22 @@
|
|
|
951
957
|
.ds-247420 .app-main > .ds-files-stack,
|
|
952
958
|
.ds-247420 .app-main > .grow { flex: 1 1 auto; min-height: 0; }
|
|
953
959
|
.ds-247420 .app-main.narrow { max-width: var(--measure-narrow); margin: 0 auto; }
|
|
960
|
+
/* Article-body heading rhythm and lede spacing, consumed by flatspace-rendered
|
|
961
|
+
long-form pages (docs, papers) that drop headings/panels directly into .app-main. */
|
|
962
|
+
.ds-247420 .app-main > h1,
|
|
963
|
+
.ds-247420 .app-main > h2,
|
|
964
|
+
.ds-247420 .app-main > h3 { margin-top: 36px; margin-bottom: 12px; }
|
|
965
|
+
.ds-247420 .app-main > h1:first-child { margin-top: 8px; }
|
|
966
|
+
.ds-247420 .app-main > .panel,
|
|
967
|
+
.ds-247420 .app-main > .work-detail-chips,
|
|
968
|
+
.ds-247420 .app-main > .cli { margin-top: 18px; margin-bottom: 18px; }
|
|
969
|
+
.ds-247420 .app-main .ds-lede { margin-top: 4px; margin-bottom: 18px; max-width: 64ch; line-height: 1.6; }
|
|
970
|
+
.ds-247420 .work-detail-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; row-gap: 10px; }
|
|
971
|
+
@media (max-width: 720px) {
|
|
972
|
+
.ds-247420 .app-main > h1,
|
|
973
|
+
.ds-247420 .app-main > h2,
|
|
974
|
+
.ds-247420 .app-main > h3 { margin-top: 28px; }
|
|
975
|
+
}
|
|
954
976
|
|
|
955
977
|
@media (min-width: 1400px) {
|
|
956
978
|
/* Fluid ceiling, not a hard stop: scales from 1400px up to 1920px across the
|