@telepath-computer/television 0.1.95 → 0.1.97
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/dist/canonical/v1/styles.css +1 -1
- package/dist/cli.cjs +763 -451
- package/dist/skills/television/SKILL.md +2 -2
- package/dist/skills/television-theme/SKILL.md +349 -0
- package/dist/web/assets/index-DOzy-86J.js +513 -0
- package/dist/web/assets/index-DXZ2UyQf.css +1 -0
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
- package/dist/web/assets/index-DT8-Fsxi.js +0 -522
- package/dist/web/assets/index-mQBKuH90.css +0 -1
|
@@ -159,7 +159,7 @@ select {
|
|
|
159
159
|
--tint-950: color-mix(in srgb, currentColor var(--alpha-950), transparent);
|
|
160
160
|
|
|
161
161
|
/* Semantic overlay tokens — chromeless overlay hover/active fills
|
|
162
|
-
(ghost button, dropdown item,
|
|
162
|
+
(ghost button, dropdown item, screen pill). Defaults to a black-base
|
|
163
163
|
mix for light surfaces; `[tone="dark"]` in materials.css repoints
|
|
164
164
|
these to white-base mixes at one step deeper (8% black ≈ 15% white
|
|
165
165
|
in perceived intensity). */
|