@npm_leadtech/legal-contracts-ui 0.41.6 → 0.41.7
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.
|
@@ -1,48 +1,44 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import "react";
|
|
3
|
-
import i from "
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import { Paragraph as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react-markdown";
|
|
3
|
+
import i from "remark-gfm";
|
|
4
|
+
import p from "../node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js";
|
|
5
|
+
import { TableRow as a, TableHeader as d, TableData as f, Table as n } from "./Table.js";
|
|
6
|
+
import { Video as l } from "./Video.js";
|
|
7
|
+
import { Blockquote as c } from "./Blockquote.js";
|
|
8
|
+
import { Code as s } from "./Code.js";
|
|
9
|
+
import { OrderedList as h } from "./OrderedList.js";
|
|
10
|
+
import { UnorderedList as u } from "./UnorderedList.js";
|
|
11
|
+
import { Anchor as b } from "./Anchor.js";
|
|
12
|
+
import { Paragraph as k } from "./Paragraph.js";
|
|
13
13
|
import { Header4 as H } from "./Header4.js";
|
|
14
|
-
import { Header3 as
|
|
15
|
-
import { Header2 as
|
|
16
|
-
import { Header1 as
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
i,
|
|
22
|
-
{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
children: e
|
|
43
|
-
}
|
|
44
|
-
) }) : /* @__PURE__ */ o("div", { className: r, children: /* @__PURE__ */ o(i, { rehypePlugins: [t], remarkPlugins: [m], children: e }) });
|
|
45
|
-
};
|
|
14
|
+
import { Header3 as w } from "./Header3.js";
|
|
15
|
+
import { Header2 as T } from "./Header2.js";
|
|
16
|
+
import { Header1 as g } from "./Header1.js";
|
|
17
|
+
const z = ({ content: o, className: e = "", useCustom: m = !0 }) => /* @__PURE__ */ r("div", { className: e, children: /* @__PURE__ */ r(
|
|
18
|
+
t,
|
|
19
|
+
{
|
|
20
|
+
rehypePlugins: [p],
|
|
21
|
+
remarkPlugins: [i],
|
|
22
|
+
components: m ? {
|
|
23
|
+
h1: g,
|
|
24
|
+
h2: T,
|
|
25
|
+
h3: w,
|
|
26
|
+
h4: H,
|
|
27
|
+
p: k,
|
|
28
|
+
a: b,
|
|
29
|
+
ul: u,
|
|
30
|
+
ol: h,
|
|
31
|
+
code: s,
|
|
32
|
+
blockquote: c,
|
|
33
|
+
video: l,
|
|
34
|
+
table: n,
|
|
35
|
+
td: f,
|
|
36
|
+
th: d,
|
|
37
|
+
tr: a
|
|
38
|
+
} : void 0,
|
|
39
|
+
children: o
|
|
40
|
+
}
|
|
41
|
+
) });
|
|
46
42
|
export {
|
|
47
|
-
|
|
43
|
+
z as Markdown
|
|
48
44
|
};
|