@yschimke/remote-compose-player-cmp 1.38.0 → 1.40.0
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/fonts/README.md +1 -1
- package/package.json +1 -1
package/dist/fonts/README.md
CHANGED
|
@@ -19,7 +19,7 @@ classic Roboto 2.x and CMP's bundled default both differ measurably (see PR hist
|
|
|
19
19
|
usage. Downloaded from Google Fonts, SIL OFL-1.1 — see [Orbitron-OFL.txt](Orbitron-OFL.txt).
|
|
20
20
|
|
|
21
21
|
- `google-sans-flex-400.ttf` + `google-sans-flex-700.ttf` — a downloadable **GoogleFont**
|
|
22
|
-
(`role: "named"`), the face
|
|
22
|
+
(`role: "named"`), the face the `remote-m3` catalog's **Google Sans Flex** typeface
|
|
23
23
|
theme names as `google:Google Sans Flex`. This lane is *manifest-only* — it never fetches — so
|
|
24
24
|
without the face vendored here the themed document fails `RcComposeSupport.fontFamilyIssue`'s
|
|
25
25
|
availability check instead of rendering, while the other four player lanes resolve it. Fetched
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yschimke/remote-compose-player-cmp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.40.0",
|
|
4
4
|
"description": "The Compose Multiplatform / Wasm Remote Compose player, as a drop-in browser bundle. Renders .rc documents in an iframe driven by query parameters and window.rcPlayerLoad.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"remote-compose",
|