@infinilabs/markdown 0.0.3 → 0.0.4

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.d.ts CHANGED
@@ -6,6 +6,7 @@ export default Markdown;
6
6
 
7
7
  declare interface MarkdownProps extends XMarkdownProps {
8
8
  url?: string;
9
+ requestHeaders?: Record<string, string>;
9
10
  }
10
11
 
11
12
  export { }
package/dist/markdown.js CHANGED
@@ -6,66 +6,66 @@ import { Table, Typography } from "antd";
6
6
  import { CodeHighlighter, Mermaid } from "@ant-design/x";
7
7
  import { jsx } from "react/jsx-runtime";
8
8
  var { Text } = Typography, Code_default = (e) => {
9
- let { className: s, children: c } = e, l = s?.match(/language-(\w+)/)?.[1] ?? "";
10
- return typeof c == "string" ? l === "mermaid" ? /* @__PURE__ */ jsx(Mermaid, { children: c }) : l ? /* @__PURE__ */ jsx(CodeHighlighter, {
11
- lang: l,
12
- children: c
9
+ let { className: o, children: s } = e, c = o?.match(/language-(\w+)/)?.[1] ?? "";
10
+ return typeof s == "string" ? c === "mermaid" ? /* @__PURE__ */ jsx(Mermaid, { children: s }) : c ? /* @__PURE__ */ jsx(CodeHighlighter, {
11
+ lang: c,
12
+ children: s
13
13
  }) : /* @__PURE__ */ jsx(Text, {
14
14
  code: !0,
15
- children: c
15
+ children: s
16
16
  }) : null;
17
17
  }, extractText = (e) => typeof e == "string" || typeof e == "number" ? String(e) : isValidElement(e) ? extractText(e.props.children) : Array.isArray(e) ? e.map(extractText).join("") : "", parseTableChildren = (e) => {
18
- let s = [], u = [], d = Children.toArray(e);
19
- for (let e of d) {
18
+ let o = [], l = [], u = Children.toArray(e);
19
+ for (let e of u) {
20
20
  if (!isValidElement(e)) continue;
21
- let d = e.type;
22
- if (d === "thead") {
23
- let u = Children.toArray(e.props.children);
24
- for (let e of u) {
21
+ let u = e.type;
22
+ if (u === "thead") {
23
+ let l = Children.toArray(e.props.children);
24
+ for (let e of l) {
25
25
  if (!isValidElement(e)) continue;
26
- let u = Children.toArray(e.props.children), d = 0;
27
- for (let e of u) {
26
+ let l = Children.toArray(e.props.children), u = 0;
27
+ for (let e of l) {
28
28
  if (!isValidElement(e)) continue;
29
- let c = extractText(e.props.children);
30
- s.push({
31
- title: c,
32
- dataIndex: `col_${d}`,
33
- key: `col_${d}`
34
- }), d++;
29
+ let s = extractText(e.props.children);
30
+ o.push({
31
+ title: s,
32
+ dataIndex: `col_${u}`,
33
+ key: `col_${u}`
34
+ }), u++;
35
35
  }
36
36
  }
37
37
  }
38
- if (d === "tbody") {
39
- let s = Children.toArray(e.props.children), d = 0;
40
- for (let e of s) {
38
+ if (u === "tbody") {
39
+ let o = Children.toArray(e.props.children), u = 0;
40
+ for (let e of o) {
41
41
  if (!isValidElement(e)) continue;
42
- let s = { key: `row_${d}` }, f = Children.toArray(e.props.children), p = 0;
43
- for (let e of f) isValidElement(e) && (s[`col_${p}`] = e.props.children, p++);
44
- u.push(s), d++;
42
+ let o = { key: `row_${u}` }, d = Children.toArray(e.props.children), f = 0;
43
+ for (let e of d) isValidElement(e) && (o[`col_${f}`] = e.props.children, f++);
44
+ l.push(o), u++;
45
45
  }
46
46
  }
47
47
  }
48
48
  return {
49
- columns: s,
50
- dataSource: u
49
+ columns: o,
50
+ dataSource: l
51
51
  };
52
52
  }, Table_default = ({ children: e }) => {
53
- let { columns: s, dataSource: c } = parseTableChildren(e);
53
+ let { columns: o, dataSource: s } = parseTableChildren(e);
54
54
  return /* @__PURE__ */ jsx(Table, {
55
55
  className: "[&_table]:w-full! [&_table]:table!",
56
- columns: s,
57
- dataSource: c,
56
+ columns: o,
57
+ dataSource: s,
58
58
  pagination: !1,
59
59
  size: "small",
60
60
  bordered: !0
61
61
  });
62
- }, { Link } = Typography, components_default = (c) => {
63
- let { url: l, className: f, components: p, ...m } = c, [h, g] = useState(m.content), _ = async (e) => {
64
- g(await (await fetch(e)).text());
62
+ }, { Link } = Typography, components_default = (s) => {
63
+ let { url: c, requestHeaders: d, className: f, components: p, ...m } = s, [h, g] = useState(m.content), _ = async (e) => {
64
+ g(await (await fetch(e, { headers: d })).text());
65
65
  };
66
66
  return useEffect(() => {
67
- l && _(l);
68
- }, [l]), useEffect(() => {
67
+ c && _(c);
68
+ }, [c]), useEffect(() => {
69
69
  g(m.content);
70
70
  }, [m.content]), /* @__PURE__ */ jsx(XMarkdown, {
71
71
  ...m,
@@ -1,2 +1,2 @@
1
1
  (function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.\\[\\&_\\:is\\(h1\\,h2\\,h3\\,h4\\,h5\\,h6\\,ul\\,ol\\,p\\)\\]\\:\\[all\\:revert\\] :is(h1,h2,h3,h4,h5,h6,ul,ol,p){all:revert}.\\[\\&_table\\]\\:w-full\\! table{width:100%!important}.\\[\\&_table\\]\\:table\\! table{display:table!important}.table{display:table}
2
- /*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t(require(`@ant-design/x-markdown`),require(`clsx`),require(`react`),require(`antd`),require(`@ant-design/x`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`@ant-design/x-markdown`,`clsx`,`react`,`antd`,`@ant-design/x`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,e.InfinilabsMarkdown=t(e.AntDesignXMarkdown,e.clsx,e.React,e.antd,e.AntDesignX,e.jsxRuntime))})(this,function(e,t,n,r,i,a){var o=Object.create,s=Object.defineProperty,c=Object.getOwnPropertyDescriptor,l=Object.getOwnPropertyNames,u=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty,f=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=l(t),a=0,o=i.length,u;a<o;a++)u=i[a],!d.call(e,u)&&u!==n&&s(e,u,{get:(e=>t[e]).bind(null,u),enumerable:!(r=c(t,u))||r.enumerable});return e};t=((e,t,n)=>(n=e==null?{}:o(u(e)),f(t||!e||!e.__esModule?s(n,`default`,{value:e,enumerable:!0}):n,e)))(t);var{Text:p}=r.Typography,m=e=>{let{className:t,children:n}=e,r=t?.match(/language-(\w+)/)?.[1]??``;return typeof n==`string`?r===`mermaid`?(0,a.jsx)(i.Mermaid,{children:n}):r?(0,a.jsx)(i.CodeHighlighter,{lang:r,children:n}):(0,a.jsx)(p,{code:!0,children:n}):null},h=e=>typeof e==`string`||typeof e==`number`?String(e):(0,n.isValidElement)(e)?h(e.props.children):Array.isArray(e)?e.map(h).join(``):``,g=e=>{let t=[],r=[],i=n.Children.toArray(e);for(let e of i){if(!(0,n.isValidElement)(e))continue;let i=e.type;if(i===`thead`){let r=n.Children.toArray(e.props.children);for(let e of r){if(!(0,n.isValidElement)(e))continue;let r=n.Children.toArray(e.props.children),i=0;for(let e of r){if(!(0,n.isValidElement)(e))continue;let r=h(e.props.children);t.push({title:r,dataIndex:`col_${i}`,key:`col_${i}`}),i++}}}if(i===`tbody`){let t=n.Children.toArray(e.props.children),i=0;for(let e of t){if(!(0,n.isValidElement)(e))continue;let t={key:`row_${i}`},a=n.Children.toArray(e.props.children),o=0;for(let e of a)(0,n.isValidElement)(e)&&(t[`col_${o}`]=e.props.children,o++);r.push(t),i++}}}return{columns:t,dataSource:r}},_=({children:e})=>{let{columns:t,dataSource:n}=g(e);return(0,a.jsx)(r.Table,{className:`[&_table]:w-full! [&_table]:table!`,columns:t,dataSource:n,pagination:!1,size:`small`,bordered:!0})},{Link:v}=r.Typography;return r=>{let{url:i,className:o,components:s,...c}=r,[l,u]=(0,n.useState)(c.content),d=async e=>{u(await(await fetch(e)).text())};return(0,n.useEffect)(()=>{i&&d(i)},[i]),(0,n.useEffect)(()=>{u(c.content)},[c.content]),(0,a.jsx)(e.XMarkdown,{...c,className:(0,t.default)(`[&_:is(h1,h2,h3,h4,h5,h6,ul,ol,p)]:[all:revert]`,o),content:l,components:{code:m,a:v,table:_,...s}})}});
2
+ /*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t(require(`@ant-design/x-markdown`),require(`clsx`),require(`react`),require(`antd`),require(`@ant-design/x`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`@ant-design/x-markdown`,`clsx`,`react`,`antd`,`@ant-design/x`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,e.InfinilabsMarkdown=t(e.AntDesignXMarkdown,e.clsx,e.React,e.antd,e.AntDesignX,e.jsxRuntime))})(this,function(e,t,n,r,i,a){var o=Object.create,s=Object.defineProperty,c=Object.getOwnPropertyDescriptor,l=Object.getOwnPropertyNames,u=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty,f=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=l(t),a=0,o=i.length,u;a<o;a++)u=i[a],!d.call(e,u)&&u!==n&&s(e,u,{get:(e=>t[e]).bind(null,u),enumerable:!(r=c(t,u))||r.enumerable});return e};t=((e,t,n)=>(n=e==null?{}:o(u(e)),f(t||!e||!e.__esModule?s(n,`default`,{value:e,enumerable:!0}):n,e)))(t);var{Text:p}=r.Typography,m=e=>{let{className:t,children:n}=e,r=t?.match(/language-(\w+)/)?.[1]??``;return typeof n==`string`?r===`mermaid`?(0,a.jsx)(i.Mermaid,{children:n}):r?(0,a.jsx)(i.CodeHighlighter,{lang:r,children:n}):(0,a.jsx)(p,{code:!0,children:n}):null},h=e=>typeof e==`string`||typeof e==`number`?String(e):(0,n.isValidElement)(e)?h(e.props.children):Array.isArray(e)?e.map(h).join(``):``,g=e=>{let t=[],r=[],i=n.Children.toArray(e);for(let e of i){if(!(0,n.isValidElement)(e))continue;let i=e.type;if(i===`thead`){let r=n.Children.toArray(e.props.children);for(let e of r){if(!(0,n.isValidElement)(e))continue;let r=n.Children.toArray(e.props.children),i=0;for(let e of r){if(!(0,n.isValidElement)(e))continue;let r=h(e.props.children);t.push({title:r,dataIndex:`col_${i}`,key:`col_${i}`}),i++}}}if(i===`tbody`){let t=n.Children.toArray(e.props.children),i=0;for(let e of t){if(!(0,n.isValidElement)(e))continue;let t={key:`row_${i}`},a=n.Children.toArray(e.props.children),o=0;for(let e of a)(0,n.isValidElement)(e)&&(t[`col_${o}`]=e.props.children,o++);r.push(t),i++}}}return{columns:t,dataSource:r}},_=({children:e})=>{let{columns:t,dataSource:n}=g(e);return(0,a.jsx)(r.Table,{className:`[&_table]:w-full! [&_table]:table!`,columns:t,dataSource:n,pagination:!1,size:`small`,bordered:!0})},{Link:v}=r.Typography;return r=>{let{url:i,requestHeaders:o,className:s,components:c,...l}=r,[u,d]=(0,n.useState)(l.content),f=async e=>{d(await(await fetch(e,{headers:o})).text())};return(0,n.useEffect)(()=>{i&&f(i)},[i]),(0,n.useEffect)(()=>{d(l.content)},[l.content]),(0,a.jsx)(e.XMarkdown,{...l,className:(0,t.default)(`[&_:is(h1,h2,h3,h4,h5,h6,ul,ol,p)]:[all:revert]`,s),content:u,components:{code:m,a:v,table:_,...c}})}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infinilabs/markdown",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [