@incremark/react 0.4.0-alpha.1 → 0.4.0-alpha.2
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/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -957,7 +957,7 @@ var IncremarkInline = ({ nodes }) => {
|
|
|
957
957
|
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
958
958
|
var IncremarkHeading = ({ node }) => {
|
|
959
959
|
const Tag = `h${node.depth}`;
|
|
960
|
-
return /* @__PURE__ */ jsx6(Tag, { className: `incremark-heading h${node.depth}`, children: /* @__PURE__ */ jsx6(IncremarkInline, { nodes: node.children }) });
|
|
960
|
+
return /* @__PURE__ */ jsx6(Tag, { className: `incremark-heading incremark-heading--h${node.depth}`, children: /* @__PURE__ */ jsx6(IncremarkInline, { nodes: node.children }) });
|
|
961
961
|
};
|
|
962
962
|
|
|
963
963
|
// src/components/IncremarkParagraph.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incremark/react",
|
|
3
|
-
"version": "0.4.0-alpha.
|
|
3
|
+
"version": "0.4.0-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "High-performance streaming markdown renderer for React ecosystem.",
|
|
6
6
|
"type": "module",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"mermaid": "^10.0.0 || ^11.0.0",
|
|
22
22
|
"katex": "^0.16.0",
|
|
23
23
|
"react": ">=18.0.0",
|
|
24
|
-
"@incremark/core": "0.4.0-alpha.
|
|
24
|
+
"@incremark/core": "0.4.0-alpha.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@antfu/utils": "^9.3.0",
|
|
28
28
|
"shiki": "^3.20.0",
|
|
29
29
|
"shiki-stream": "^0.1.4",
|
|
30
|
-
"@incremark/
|
|
31
|
-
"@incremark/
|
|
32
|
-
"@incremark/shared": "0.4.0-alpha.
|
|
33
|
-
"@incremark/theme": "0.4.0-alpha.
|
|
30
|
+
"@incremark/icons": "0.4.0-alpha.2",
|
|
31
|
+
"@incremark/devtools": "0.4.0-alpha.2",
|
|
32
|
+
"@incremark/shared": "0.4.0-alpha.2",
|
|
33
|
+
"@incremark/theme": "0.4.0-alpha.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@shikijs/core": "^3.21.0",
|