anentrypoint-design 1.0.21 → 1.0.23
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 +11 -4
- package/dist/247420.css +16 -4
- package/dist/247420.js +23 -23
- package/package.json +1 -1
- package/src/css/app-shell/panel-row.css +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anentrypoint-design",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/247420.js",
|
|
@@ -208,6 +208,11 @@ a.row:hover .meta, .row[role="button"]:hover .meta { color: var(--accent-ink); t
|
|
|
208
208
|
.row.active { background: color-mix(in oklab, var(--accent) 10%, var(--bg-2)); }
|
|
209
209
|
.row.active::before { height: 64%; opacity: 1; background: var(--accent); }
|
|
210
210
|
.row.active .title { color: var(--accent-ink); }
|
|
211
|
+
/* The accent-tinted active background pushes --fg-3 (--ink-3) below AA 4.5:1
|
|
212
|
+
(measured 4.43:1 after the warm-paper retune) -- --fg-2 (--ink-2, 7.13:1 on
|
|
213
|
+
this mix) is the smallest token swap that clears it without touching the
|
|
214
|
+
base --ink-3/paper-2 pairing used everywhere else. */
|
|
215
|
+
.row.active .ds-session-sub { color: var(--fg-2); }
|
|
211
216
|
.row.row-state-disabled { opacity: 0.5; pointer-events: none; }
|
|
212
217
|
.row.row-state-error { background: color-mix(in oklab, var(--flame) 10%, var(--bg-2)); }
|
|
213
218
|
.row.row-state-error::before { height: 64%; opacity: 1; background: var(--flame); }
|