@flux-lang/render-html 0.1.18 → 0.1.20
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 +35 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @flux-lang/render-html
|
|
2
2
|
|
|
3
|
+
<!-- FLUX:BADGES:BEGIN -->
|
|
4
|
+
<p>
|
|
5
|
+
<a href="https://www.npmjs.com/package/@flux-lang/render-html" target="_blank" rel="noreferrer">
|
|
6
|
+
<picture>
|
|
7
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/npm.render-html.dark.svg">
|
|
8
|
+
<img alt="@flux-lang/render-html version" src="../../badges/generated/npm.render-html.light.svg">
|
|
9
|
+
</picture>
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/@flux-lang/render-html" target="_blank" rel="noreferrer">
|
|
12
|
+
<picture>
|
|
13
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/channel.render-html.stable.dark.svg">
|
|
14
|
+
<img alt="@flux-lang/render-html stable channel" src="../../badges/generated/channel.render-html.stable.light.svg">
|
|
15
|
+
</picture>
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://www.npmjs.com/package/@flux-lang/render-html" target="_blank" rel="noreferrer">
|
|
18
|
+
<picture>
|
|
19
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/channel.render-html.canary.dark.svg">
|
|
20
|
+
<img alt="@flux-lang/render-html canary channel" src="../../badges/generated/channel.render-html.canary.light.svg">
|
|
21
|
+
</picture>
|
|
22
|
+
</a>
|
|
23
|
+
<a href="../../LICENSE">
|
|
24
|
+
<picture>
|
|
25
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/license.dark.svg">
|
|
26
|
+
<img alt="License" src="../../badges/generated/license.light.svg">
|
|
27
|
+
</picture>
|
|
28
|
+
</a>
|
|
29
|
+
<a href="https://github.com/cbassuarez/flux/commits/main" target="_blank" rel="noreferrer">
|
|
30
|
+
<picture>
|
|
31
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../badges/generated/maintained.dark.svg">
|
|
32
|
+
<img alt="Maintained status" src="../../badges/generated/maintained.light.svg">
|
|
33
|
+
</picture>
|
|
34
|
+
</a>
|
|
35
|
+
</p>
|
|
36
|
+
<!-- FLUX:BADGES:END -->
|
|
37
|
+
|
|
3
38
|
1) **What this package is**
|
|
4
39
|
HTML/CSS renderer for Flux RenderDocumentIR.
|
|
5
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flux-lang/render-html",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"description": "HTML/CSS renderer for Flux RenderDocumentIR.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Sebastian Suarez-Solis",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"hyphenation.en-us": "^0.2.1",
|
|
24
24
|
"hypher": "^0.2.5",
|
|
25
|
-
"@flux-lang/core": "^0.1.
|
|
25
|
+
"@flux-lang/core": "^0.1.20"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"typescript": "^5.6.0",
|