anentrypoint-design 0.0.467 → 0.0.469
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 +1 -1
- package/dist/247420.css +1 -1
- package/dist/247420.js +27 -27
- package/package.json +1 -1
package/colors_and_type.css
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
--ink-2: #333338;
|
|
33
33
|
--ink-3: #525252; /* WCAG-verified 2026 restyle: npm run a11y caught 4.10:1 at #58585F against --paper-3 (#c6c5c5-equivalent surfaces); #525252 clears 4.54:1 there and 7.81:1 against pure paper */
|
|
34
34
|
--ink-3-dark: #4D4D52; /* dark theme bg-3 (tier-3 surface) */
|
|
35
|
-
--paper-3-dark: #
|
|
35
|
+
--paper-3-dark: #BEBEBE; /* dark theme fg-3 (tier-3 text); #9B9B9B cleared 4.52:1 against --ink-2 but --fg-3 also renders on --bg-3 (--ink-3-dark, #4D4D52, e.g. .chip.tone-dim), where it measured only 3.02:1. #BEBEBE clears 4.52:1 on --ink-3-dark, 6.76:1 on --ink-2, 9.36:1 on --ink. */
|
|
36
36
|
|
|
37
37
|
/* Lore palette. --acid was the prior electric-lime lead; RESTYLED to a
|
|
38
38
|
neutral near-black accent matching webjsx-toolkit's grayscale --primary
|
package/dist/247420.css
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
--ink-2: #333338;
|
|
35
35
|
--ink-3: #525252; /* WCAG-verified 2026 restyle: npm run a11y caught 4.10:1 at #58585F against --paper-3 (#c6c5c5-equivalent surfaces); #525252 clears 4.54:1 there and 7.81:1 against pure paper */
|
|
36
36
|
--ink-3-dark: #4D4D52; /* dark theme bg-3 (tier-3 surface) */
|
|
37
|
-
--paper-3-dark: #
|
|
37
|
+
--paper-3-dark: #BEBEBE; /* dark theme fg-3 (tier-3 text); #9B9B9B cleared 4.52:1 against --ink-2 but --fg-3 also renders on --bg-3 (--ink-3-dark, #4D4D52, e.g. .chip.tone-dim), where it measured only 3.02:1. #BEBEBE clears 4.52:1 on --ink-3-dark, 6.76:1 on --ink-2, 9.36:1 on --ink. */
|
|
38
38
|
|
|
39
39
|
/* Lore palette. --acid was the prior electric-lime lead; RESTYLED to a
|
|
40
40
|
neutral near-black accent matching webjsx-toolkit's grayscale --primary
|