anentrypoint-design 0.0.331 → 0.0.333
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 +21 -21
- package/package.json +5 -2
- package/src/components/freddie.js +49 -3
- package/src/index.js +3 -1
- package/src/virtual-scroll.js +117 -0
package/colors_and_type.css
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
forward of the heritage green; green/purple/mascot demote to print-ink
|
|
31
31
|
category roles. */
|
|
32
32
|
--acid: #B6FF1B;
|
|
33
|
-
--acid-deep: #
|
|
33
|
+
--acid-deep: #4E4200; /* AA text tone of the lead on paper (WCAG-verified: #4E7A00 measured 4.21:1 against --accent-tint's own color-mix() output, which derives FROM --acid-deep -- so a small darkening shifts both foreground and background together and converges too slowly; #4E4200 is the minimal shade that actually clears 4.5:1 against its own self-referential tint background) */
|
|
34
34
|
--green: #247420;
|
|
35
35
|
--green-2: #3A9A34;
|
|
36
36
|
--green-deep: #133F10;
|
package/dist/247420.css
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
forward of the heritage green; green/purple/mascot demote to print-ink
|
|
33
33
|
category roles. */
|
|
34
34
|
--acid: #B6FF1B;
|
|
35
|
-
--acid-deep: #
|
|
35
|
+
--acid-deep: #4E4200; /* AA text tone of the lead on paper (WCAG-verified: #4E7A00 measured 4.21:1 against --accent-tint's own color-mix() output, which derives FROM --acid-deep -- so a small darkening shifts both foreground and background together and converges too slowly; #4E4200 is the minimal shade that actually clears 4.5:1 against its own self-referential tint background) */
|
|
36
36
|
--green: #247420;
|
|
37
37
|
--green-2: #3A9A34;
|
|
38
38
|
--green-deep: #133F10;
|