@oxide/react-asciidoc 0.0.1-alpha.11 → 0.0.1-alpha.13
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/react-asciidoc.js +27 -3
- package/dist/react-asciidoc.umd.cjs +16 -16
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/react-asciidoc.js
CHANGED
|
@@ -46461,7 +46461,7 @@ const ge = Rc.exports, wE = ({
|
|
|
46461
46461
|
return e.sectlinks && (a = /* @__PURE__ */ P(Me, {
|
|
46462
46462
|
children: [/* @__PURE__ */ g("a", {
|
|
46463
46463
|
className: "anchor",
|
|
46464
|
-
|
|
46464
|
+
id: t.getId() || ""
|
|
46465
46465
|
}), /* @__PURE__ */ g("a", {
|
|
46466
46466
|
className: "link",
|
|
46467
46467
|
href: `#${t.getId()}`,
|
|
@@ -46480,8 +46480,7 @@ const ge = Rc.exports, wE = ({
|
|
|
46480
46480
|
}) : /* @__PURE__ */ P("div", {
|
|
46481
46481
|
className: ge(`sect${n}`, Te(t)),
|
|
46482
46482
|
children: [cc(`h${n + 1}`, {
|
|
46483
|
-
"data-sectnum": o
|
|
46484
|
-
id: t.getId()
|
|
46483
|
+
"data-sectnum": o
|
|
46485
46484
|
}, a), /* @__PURE__ */ g("div", {
|
|
46486
46485
|
className: "sectionbody",
|
|
46487
46486
|
children: /* @__PURE__ */ g(Ie, {
|
|
@@ -46819,9 +46818,34 @@ const Nc = n_({}), sp = ({
|
|
|
46819
46818
|
}
|
|
46820
46819
|
};
|
|
46821
46820
|
export {
|
|
46821
|
+
ME as Admonition,
|
|
46822
|
+
LE as Audio,
|
|
46822
46823
|
mt as CaptionedTitle,
|
|
46824
|
+
xE as CoList,
|
|
46823
46825
|
Ie as Content,
|
|
46826
|
+
wE as DList,
|
|
46827
|
+
PE as Document,
|
|
46828
|
+
kE as Example,
|
|
46829
|
+
UE as FloatingTitle,
|
|
46830
|
+
FE as Image,
|
|
46831
|
+
BE as Listing,
|
|
46832
|
+
GE as Literal,
|
|
46833
|
+
YE as OList,
|
|
46834
|
+
qE as Open,
|
|
46835
|
+
gt as Outline,
|
|
46836
|
+
HE as PageBreak,
|
|
46837
|
+
VE as Paragraph,
|
|
46838
|
+
WE as Pass,
|
|
46839
|
+
zE as Preamble,
|
|
46840
|
+
$E as Quote,
|
|
46841
|
+
KE as Section,
|
|
46842
|
+
QE as Sidebar,
|
|
46843
|
+
XE as Table,
|
|
46844
|
+
ZE as TableOfContents,
|
|
46845
|
+
JE as ThematicBreak,
|
|
46824
46846
|
ye as Title,
|
|
46847
|
+
jE as UList,
|
|
46848
|
+
ep as Verse,
|
|
46825
46849
|
_p as asciidoctor,
|
|
46826
46850
|
sp as default,
|
|
46827
46851
|
Te as getRole,
|