anentrypoint-design 0.0.320 → 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/colors_and_type.css +9 -3
- package/dist/247420.css +9 -3
- package/dist/247420.js +15 -15
- package/package.json +1 -1
- package/src/kits/os/shell.js +47 -5
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
|