@yschimke/remote-compose-player-cmp 1.53.1 → 1.55.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/README.md +1 -1
- package/dist/fonts/README.md +1 -1
- package/dist/rcPlayer.wasm +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ what it coded against — not which release it happens to have. `window.rcPlayer
|
|
|
38
38
|
`document.documentElement.dataset.rcPlayerContract` both carry it, and this package's **major**
|
|
39
39
|
tracks it.
|
|
40
40
|
|
|
41
|
-
Full reference: [RC_PLAYER_EMBED.md](https://github.com/yschimke/
|
|
41
|
+
Full reference: [RC_PLAYER_EMBED.md](https://github.com/yschimke/rc-players/blob/main/docs/design/RC_PLAYER_EMBED.md).
|
|
42
42
|
Summary:
|
|
43
43
|
|
|
44
44
|
| parameter | meaning |
|
package/dist/fonts/README.md
CHANGED
|
@@ -30,7 +30,7 @@ classic Roboto 2.x and CMP's bundled default both differ measurably (see PR hist
|
|
|
30
30
|
license directory** of the [google/fonts](https://github.com/google/fonts) corpus, so its terms
|
|
31
31
|
can't be read off the corpus; the CSS2 endpoint serves it regardless. It is committed because
|
|
32
32
|
the project owner confirmed redistribution is cleared, the same clearance
|
|
33
|
-
[`deploy/image/README.md`](
|
|
33
|
+
[`deploy/image/README.md`](https://github.com/yschimke/compose-preview-server/blob/main/deploy/image/README.md) records for baking it into
|
|
34
34
|
the runtime image. **A fork does not inherit that clearance** — re-check it, or drop this family
|
|
35
35
|
from `fonts.json` and delete the two files. Dropping it only costs the Wasm lane's rendering of
|
|
36
36
|
that one theme.
|
package/dist/rcPlayer.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yschimke/remote-compose-player-cmp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.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",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
],
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"author": "Yuri Schimke",
|
|
14
|
-
"homepage": "https://github.com/yschimke/
|
|
14
|
+
"homepage": "https://github.com/yschimke/rc-players/blob/main/docs/design/RC_PLAYER_EMBED.md",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/yschimke/
|
|
17
|
+
"url": "git+https://github.com/yschimke/rc-players.git",
|
|
18
18
|
"directory": "rc-player/wasm"
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/yschimke/
|
|
21
|
+
"url": "https://github.com/yschimke/rc-players/issues"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"files": [
|