@san-siva/blogkit 1.1.41 → 1.1.43
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/cjs/components/Blog.js +2 -2
- package/dist/cjs/components/Blog.js.map +1 -1
- package/dist/cjs/components/MermaidViewport.js.map +1 -1
- package/dist/cjs/dynamicComponents/BlogDynamic.js +2 -2
- package/dist/cjs/dynamicComponents/BlogDynamic.js.map +1 -1
- package/dist/cjs/hooks/useCategoryTitles.js +8 -14
- package/dist/cjs/hooks/useCategoryTitles.js.map +1 -1
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +1 -1
- package/dist/cjs/staticComponents/BlogStatic.js +2 -2
- package/dist/cjs/staticComponents/BlogStatic.js.map +1 -1
- package/dist/cjs/staticComponents/TocNodeStatic.js +1 -1
- package/dist/cjs/staticComponents/TocNodeStatic.js.map +1 -1
- package/dist/cjs/styles/Blog.module.scss.js +1 -1
- package/dist/esm/components/Blog.js +2 -2
- package/dist/esm/components/Blog.js.map +1 -1
- package/dist/esm/components/MermaidViewport.js.map +1 -1
- package/dist/esm/dynamicComponents/BlogDynamic.js +2 -2
- package/dist/esm/dynamicComponents/BlogDynamic.js.map +1 -1
- package/dist/esm/hooks/useCategoryTitles.js +8 -14
- package/dist/esm/hooks/useCategoryTitles.js.map +1 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +1 -1
- package/dist/esm/staticComponents/BlogStatic.js +2 -2
- package/dist/esm/staticComponents/BlogStatic.js.map +1 -1
- package/dist/esm/staticComponents/TocNodeStatic.js +1 -1
- package/dist/esm/staticComponents/TocNodeStatic.js.map +1 -1
- package/dist/esm/styles/Blog.module.scss.js +1 -1
- package/dist/types/components/Blog.d.ts +2 -1
- package/dist/types/components/Blog.d.ts.map +1 -1
- package/dist/types/components/BlogHeader.d.ts +1 -1
- package/dist/types/components/BlogHeader.d.ts.map +1 -1
- package/dist/types/components/BlogLink.d.ts +1 -1
- package/dist/types/components/BlogLink.d.ts.map +1 -1
- package/dist/types/components/Callout.d.ts +1 -1
- package/dist/types/components/Callout.d.ts.map +1 -1
- package/dist/types/components/CheckList.d.ts +1 -1
- package/dist/types/components/CheckList.d.ts.map +1 -1
- package/dist/types/components/CodeBlock.d.ts +1 -1
- package/dist/types/components/CodeBlock.d.ts.map +1 -1
- package/dist/types/components/Mermaid.d.ts +1 -1
- package/dist/types/components/Mermaid.d.ts.map +1 -1
- package/dist/types/components/MermaidControls.d.ts +1 -1
- package/dist/types/components/MermaidControls.d.ts.map +1 -1
- package/dist/types/components/MermaidViewport.d.ts +2 -2
- package/dist/types/components/MermaidViewport.d.ts.map +1 -1
- package/dist/types/components/Table.d.ts +1 -1
- package/dist/types/components/Table.d.ts.map +1 -1
- package/dist/types/dynamicComponents/BlogDynamic.d.ts +2 -1
- package/dist/types/dynamicComponents/BlogDynamic.d.ts.map +1 -1
- package/dist/types/dynamicComponents/BlogLinkDynamic.d.ts +1 -1
- package/dist/types/dynamicComponents/BlogLinkDynamic.d.ts.map +1 -1
- package/dist/types/dynamicComponents/CodeBlockDynamic.d.ts +1 -1
- package/dist/types/dynamicComponents/CodeBlockDynamic.d.ts.map +1 -1
- package/dist/types/dynamicComponents/MermaidDynamic.d.ts +1 -1
- package/dist/types/dynamicComponents/MermaidDynamic.d.ts.map +1 -1
- package/dist/types/hooks/useCategoryTitles.d.ts.map +1 -1
- package/dist/types/staticComponents/BlogHeaderStatic.d.ts +1 -1
- package/dist/types/staticComponents/BlogHeaderStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/BlogLinkStatic.d.ts +1 -1
- package/dist/types/staticComponents/BlogLinkStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/BlogSectionStatic.d.ts +1 -1
- package/dist/types/staticComponents/BlogSectionStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/BlogStatic.d.ts +2 -1
- package/dist/types/staticComponents/BlogStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/CalloutStatic.d.ts +1 -1
- package/dist/types/staticComponents/CalloutStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/CheckListStatic.d.ts +1 -1
- package/dist/types/staticComponents/CheckListStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/CodeBlockStatic.d.ts +1 -1
- package/dist/types/staticComponents/CodeBlockStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/MermaidStatic.d.ts +1 -1
- package/dist/types/staticComponents/MermaidStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/TableStatic.d.ts +1 -1
- package/dist/types/staticComponents/TableStatic.d.ts.map +1 -1
- package/dist/types/staticComponents/TocNodeStatic.d.ts +1 -1
- package/dist/types/staticComponents/TocNodeStatic.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/Blog.tsx +4 -3
- package/src/components/MermaidViewport.tsx +1 -1
- package/src/dynamicComponents/BlogDynamic.tsx +3 -1
- package/src/hooks/useCategoryTitles.ts +16 -18
- package/src/staticComponents/BlogStatic.tsx +4 -2
- package/src/staticComponents/TocNodeStatic.tsx +1 -1
- package/src/styles/Blog.module.scss +22 -4
- package/src/styles/Blog.module.scss.d.ts +1 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import styles from '../styles/Blog.module.scss.js';
|
|
3
3
|
|
|
4
|
-
const BlogStatic = ({ children, jsonLd }) => {
|
|
5
|
-
return (jsxs("div", { className: styles.blog
|
|
4
|
+
const BlogStatic = ({ children, jsonLd, increasedWidthMode = false }) => {
|
|
5
|
+
return (jsxs("div", { className: `${styles.blog} ${increasedWidthMode ? styles['blog--increased-width'] : ''}`, children: [jsonLd && (jsx("script", { type: "application/ld+json", dangerouslySetInnerHTML: { __html: JSON.stringify(jsonLd) } })), jsx("div", { className: styles['blog__content'], children: children })] }));
|
|
6
6
|
};
|
|
7
7
|
|
|
8
8
|
export { BlogStatic as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogStatic.js","sources":["../../../src/staticComponents/BlogStatic.tsx"],"sourcesContent":["import type { ReactNode } from 'react';\nimport type { Thing, WithContext } from 'schema-dts';\nimport styles from '../styles/Blog.module.scss';\n\ninterface BlogStaticProperties {\n\tchildren: ReactNode;\n\tjsonLd?: WithContext<Thing>;\n}\n\nconst BlogStatic = ({ children, jsonLd }: BlogStaticProperties) => {\n\treturn (\n\t\t<div className={styles.blog}>\n\t\t\t{jsonLd && (\n\t\t\t\t<script\n\t\t\t\t\ttype=\"application/ld+json\"\n\t\t\t\t\tdangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}\n\t\t\t\t/>\n\t\t\t)}\n\t\t\t<div className={styles['blog__content']}>{children}</div>\n\t\t</div>\n\t);\n};\n\nexport default BlogStatic;\n"],"names":["_jsxs","_jsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"BlogStatic.js","sources":["../../../src/staticComponents/BlogStatic.tsx"],"sourcesContent":["import type { ReactNode } from 'react';\nimport type { Thing, WithContext } from 'schema-dts';\nimport styles from '../styles/Blog.module.scss';\n\ninterface BlogStaticProperties {\n\tchildren: ReactNode;\n\tjsonLd?: WithContext<Thing>;\n\tincreasedWidthMode?: boolean;\n}\n\nconst BlogStatic = ({ children, jsonLd, increasedWidthMode = false }: BlogStaticProperties) => {\n\treturn (\n\t\t<div className={`${styles.blog} ${increasedWidthMode ? styles['blog--increased-width'] : ''}`}>\n\n\t\t\t{jsonLd && (\n\t\t\t\t<script\n\t\t\t\t\ttype=\"application/ld+json\"\n\t\t\t\t\tdangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}\n\t\t\t\t/>\n\t\t\t)}\n\t\t\t<div className={styles['blog__content']}>{children}</div>\n\t\t</div>\n\t);\n};\n\nexport default BlogStatic;\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAUA,MAAM,UAAU,GAAG,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,kBAAkB,GAAG,KAAK,EAAwB,KAAI;IAC7F,QACCA,IAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,CAAA,EAAG,MAAM,CAAC,IAAI,CAAA,CAAA,EAAI,kBAAkB,GAAG,MAAM,CAAC,uBAAuB,CAAC,GAAG,EAAE,CAAA,CAAE,EAAA,QAAA,EAAA,CAE3F,MAAM,KACNC,GAAA,CAAA,QAAA,EAAA,EACC,IAAI,EAAC,qBAAqB,EAC1B,uBAAuB,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,EAAA,CAC1D,CACF,EACDA,GAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,eAAe,CAAC,EAAA,QAAA,EAAG,QAAQ,EAAA,CAAO,CAAA,EAAA,CACpD;AAER;;;;"}
|
|
@@ -6,7 +6,7 @@ const TocNode = ({ node, index, visibleTitle, onClick }) => (jsxs("div", { child
|
|
|
6
6
|
node.id === visibleTitle ? styles['toc-node__title--active'] : '',
|
|
7
7
|
node.depth === 1 ? styles['toc-node__title--sub'] : '',
|
|
8
8
|
node.depth === 2 ? styles['toc-node__title--sub-sub'] : '',
|
|
9
|
-
].join(' '), onClick: onClick, children: node.title }), node.children.length > 0 && (jsx("div", { className: `${styles['toc-node__children']} ${styles[`toc-node__children--${node.depth === 0 ? 'sub' : 'sub-sub'}`]}`, children: node.children.map((child, i) => (jsx(TocNode, { node: child, index: i, visibleTitle: visibleTitle, onClick: onClick }, child.id))) }))] }));
|
|
9
|
+
].join(' '), onClick: onClick, children: node.title }), node.children.length > 0 && (jsx("div", { className: `${styles['toc-node__children']} ${styles[`toc-node__children--${node.depth === 0 ? 'sub' : 'sub-sub'}`]}`, children: node.children.map((child, i) => (jsx(TocNode, { node: child, index: i, visibleTitle: visibleTitle, onClick: onClick }, `${node.id}-${child.id}`))) }))] }));
|
|
10
10
|
|
|
11
11
|
export { TocNode as default };
|
|
12
12
|
//# sourceMappingURL=TocNodeStatic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TocNodeStatic.js","sources":["../../../src/staticComponents/TocNodeStatic.tsx"],"sourcesContent":["import type { MouseEvent } from 'react';\n\nimport styles from '../styles/TocNode.module.scss';\n\nexport interface TocNode {\n\tid: string;\n\ttitle: string;\n\tdepth: number;\n\tchildren: TocNode[];\n}\n\ninterface TocNodeProperties {\n\tnode: TocNode;\n\tindex: number;\n\tvisibleTitle: string | null;\n\tonClick: (e: MouseEvent<HTMLParagraphElement>) => void;\n}\n\nconst TocNode = ({ node, index, visibleTitle, onClick }: TocNodeProperties) => (\n\t<div>\n\t\t<p\n\t\t\tdata-idx={index}\n\t\t\tdata-id={node.id}\n\t\t\tclassName={[\n\t\t\t\tstyles['toc-node__title'],\n\t\t\t\tnode.id === visibleTitle ? styles['toc-node__title--active'] : '',\n\t\t\t\tnode.depth === 1 ? styles['toc-node__title--sub'] : '',\n\t\t\t\tnode.depth === 2 ? styles['toc-node__title--sub-sub'] : '',\n\t\t\t].join(' ')}\n\t\t\tonClick={onClick}\n\t\t>\n\t\t\t{node.title}\n\t\t</p>\n\t\t{node.children.length > 0 && (\n\t\t\t<div\n\t\t\t\tclassName={`${styles['toc-node__children']} ${styles[`toc-node__children--${node.depth === 0 ? 'sub' : 'sub-sub'}`]}`}\n\t\t\t>\n\t\t\t\t{node.children.map((child, i) => (\n\t\t\t\t\t<TocNode\n\t\t\t\t\t\tkey={child.id}\n\t\t\t\t\t\tnode={child}\n\t\t\t\t\t\tindex={i}\n\t\t\t\t\t\tvisibleTitle={visibleTitle}\n\t\t\t\t\t\tonClick={onClick}\n\t\t\t\t\t/>\n\t\t\t\t))}\n\t\t\t</div>\n\t\t)}\n\t</div>\n);\n\nexport default TocNode;\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAkBA,MAAM,OAAO,GAAG,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,YAAY,EAAE,OAAO,EAAqB,MACzEA,IAAA,CAAA,KAAA,EAAA,EAAA,QAAA,EAAA,CACCC,GAAA,CAAA,GAAA,EAAA,EAAA,UAAA,EACW,KAAK,EAAA,SAAA,EACN,IAAI,CAAC,EAAE,EAChB,SAAS,EAAE;gBACV,MAAM,CAAC,iBAAiB,CAAC;AACzB,gBAAA,IAAI,CAAC,EAAE,KAAK,YAAY,GAAG,MAAM,CAAC,yBAAyB,CAAC,GAAG,EAAE;AACjE,gBAAA,IAAI,CAAC,KAAK,KAAK,CAAC,GAAG,MAAM,CAAC,sBAAsB,CAAC,GAAG,EAAE;AACtD,gBAAA,IAAI,CAAC,KAAK,KAAK,CAAC,GAAG,MAAM,CAAC,0BAA0B,CAAC,GAAG,EAAE;aAC1D,CAAC,IAAI,CAAC,GAAG,CAAC,EACX,OAAO,EAAE,OAAO,EAAA,QAAA,EAEf,IAAI,CAAC,KAAK,EAAA,CACR,EACH,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,KACxBA,GAAA,CAAA,KAAA,EAAA,EACC,SAAS,EAAE,CAAA,EAAG,MAAM,CAAC,oBAAoB,CAAC,
|
|
1
|
+
{"version":3,"file":"TocNodeStatic.js","sources":["../../../src/staticComponents/TocNodeStatic.tsx"],"sourcesContent":["import type { MouseEvent } from 'react';\n\nimport styles from '../styles/TocNode.module.scss';\n\nexport interface TocNode {\n\tid: string;\n\ttitle: string;\n\tdepth: number;\n\tchildren: TocNode[];\n}\n\ninterface TocNodeProperties {\n\tnode: TocNode;\n\tindex: number;\n\tvisibleTitle: string | null;\n\tonClick: (e: MouseEvent<HTMLParagraphElement>) => void;\n}\n\nconst TocNode = ({ node, index, visibleTitle, onClick }: TocNodeProperties) => (\n\t<div>\n\t\t<p\n\t\t\tdata-idx={index}\n\t\t\tdata-id={node.id}\n\t\t\tclassName={[\n\t\t\t\tstyles['toc-node__title'],\n\t\t\t\tnode.id === visibleTitle ? styles['toc-node__title--active'] : '',\n\t\t\t\tnode.depth === 1 ? styles['toc-node__title--sub'] : '',\n\t\t\t\tnode.depth === 2 ? styles['toc-node__title--sub-sub'] : '',\n\t\t\t].join(' ')}\n\t\t\tonClick={onClick}\n\t\t>\n\t\t\t{node.title}\n\t\t</p>\n\t\t{node.children.length > 0 && (\n\t\t\t<div\n\t\t\t\tclassName={`${styles['toc-node__children']} ${styles[`toc-node__children--${node.depth === 0 ? 'sub' : 'sub-sub'}`]}`}\n\t\t\t>\n\t\t\t\t{node.children.map((child, i) => (\n\t\t\t\t\t<TocNode\n\t\t\t\t\t\tkey={`${node.id}-${child.id}`}\n\t\t\t\t\t\tnode={child}\n\t\t\t\t\t\tindex={i}\n\t\t\t\t\t\tvisibleTitle={visibleTitle}\n\t\t\t\t\t\tonClick={onClick}\n\t\t\t\t\t/>\n\t\t\t\t))}\n\t\t\t</div>\n\t\t)}\n\t</div>\n);\n\nexport default TocNode;\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAkBA,MAAM,OAAO,GAAG,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,YAAY,EAAE,OAAO,EAAqB,MACzEA,IAAA,CAAA,KAAA,EAAA,EAAA,QAAA,EAAA,CACCC,GAAA,CAAA,GAAA,EAAA,EAAA,UAAA,EACW,KAAK,EAAA,SAAA,EACN,IAAI,CAAC,EAAE,EAChB,SAAS,EAAE;gBACV,MAAM,CAAC,iBAAiB,CAAC;AACzB,gBAAA,IAAI,CAAC,EAAE,KAAK,YAAY,GAAG,MAAM,CAAC,yBAAyB,CAAC,GAAG,EAAE;AACjE,gBAAA,IAAI,CAAC,KAAK,KAAK,CAAC,GAAG,MAAM,CAAC,sBAAsB,CAAC,GAAG,EAAE;AACtD,gBAAA,IAAI,CAAC,KAAK,KAAK,CAAC,GAAG,MAAM,CAAC,0BAA0B,CAAC,GAAG,EAAE;aAC1D,CAAC,IAAI,CAAC,GAAG,CAAC,EACX,OAAO,EAAE,OAAO,EAAA,QAAA,EAEf,IAAI,CAAC,KAAK,EAAA,CACR,EACH,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,KACxBA,GAAA,CAAA,KAAA,EAAA,EACC,SAAS,EAAE,CAAA,EAAG,MAAM,CAAC,oBAAoB,CAAC,CAAA,CAAA,EAAI,MAAM,CAAC,CAAA,oBAAA,EAAuB,IAAI,CAAC,KAAK,KAAK,CAAC,GAAG,KAAK,GAAG,SAAS,CAAA,CAAE,CAAC,EAAE,EAAA,QAAA,EAEpH,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,MAC3BA,IAAC,OAAO,EAAA,EAEP,IAAI,EAAE,KAAK,EACX,KAAK,EAAE,CAAC,EACR,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,OAAO,EAAA,EAJX,CAAA,EAAG,IAAI,CAAC,EAAE,IAAI,KAAK,CAAC,EAAE,CAAA,CAAE,CAK5B,CACF,CAAC,EAAA,CACG,CACN,CAAA,EAAA,CACI;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var styles = {"margin-bottom--3":"Blog-module_margin-bottom--3__ir35O","category__header":"Blog-module_category__header__F1K0V","blog":"Blog-module_blog__Lpv6Z","blog__content":"Blog-module_blog__content__RMDiY","blog__sidebar":"Blog-module_blog__sidebar__uSu3l"};
|
|
1
|
+
var styles = {"margin-bottom--3":"Blog-module_margin-bottom--3__ir35O","category__header":"Blog-module_category__header__F1K0V","blog":"Blog-module_blog__Lpv6Z","blog__content":"Blog-module_blog__content__RMDiY","blog__sidebar":"Blog-module_blog__sidebar__uSu3l","blog--increased-width":"Blog-module_blog--increased-width__QxyOD"};
|
|
2
2
|
|
|
3
3
|
export { styles as default };
|
|
4
4
|
//# sourceMappingURL=Blog.module.scss.js.map
|
|
@@ -4,7 +4,8 @@ interface BlogProperties {
|
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
title?: string;
|
|
6
6
|
jsonLd?: WithContext<Thing>;
|
|
7
|
+
increasedWidthMode?: boolean;
|
|
7
8
|
}
|
|
8
|
-
declare const Blog: ({ children, title, jsonLd }: BlogProperties) => import("react
|
|
9
|
+
declare const Blog: ({ children, title, jsonLd, increasedWidthMode }: BlogProperties) => import("react").JSX.Element;
|
|
9
10
|
export default Blog;
|
|
10
11
|
//# sourceMappingURL=Blog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blog.d.ts","sourceRoot":"","sources":["../../../src/components/Blog.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAKrD,UAAU,cAAc;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Blog.d.ts","sourceRoot":"","sources":["../../../src/components/Blog.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAKrD,UAAU,cAAc;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,QAAA,MAAM,IAAI,GAAI,iDAA6E,cAAc,gCAMxG,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -3,6 +3,6 @@ interface BlogHeaderProperties {
|
|
|
3
3
|
desc: string[];
|
|
4
4
|
isDescCite?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const BlogHeader: ({ title, desc, isDescCite, }: BlogHeaderProperties) => import("react
|
|
6
|
+
declare const BlogHeader: ({ title, desc, isDescCite, }: BlogHeaderProperties) => import("react").JSX.Element;
|
|
7
7
|
export default BlogHeader;
|
|
8
8
|
//# sourceMappingURL=BlogHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogHeader.d.ts","sourceRoot":"","sources":["../../../src/components/BlogHeader.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC7B,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,QAAA,MAAM,UAAU,GAAI,8BAIjB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"BlogHeader.d.ts","sourceRoot":"","sources":["../../../src/components/BlogHeader.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC7B,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,QAAA,MAAM,UAAU,GAAI,8BAIjB,oBAAoB,gCAItB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface BlogLinkProperties {
|
|
|
4
4
|
isInProgress?: boolean;
|
|
5
5
|
href?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const BlogLink: ({ title, desc, isInProgress, href, }: BlogLinkProperties) => import("react
|
|
7
|
+
declare const BlogLink: ({ title, desc, isInProgress, href, }: BlogLinkProperties) => import("react").JSX.Element;
|
|
8
8
|
export default BlogLink;
|
|
9
9
|
//# sourceMappingURL=BlogLink.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogLink.d.ts","sourceRoot":"","sources":["../../../src/components/BlogLink.tsx"],"names":[],"mappings":"AASA,UAAU,kBAAkB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,QAAQ,GAAI,sCAKf,kBAAkB,
|
|
1
|
+
{"version":3,"file":"BlogLink.d.ts","sourceRoot":"","sources":["../../../src/components/BlogLink.tsx"],"names":[],"mappings":"AASA,UAAU,kBAAkB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,QAAQ,GAAI,sCAKf,kBAAkB,gCAoBpB,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -5,6 +5,6 @@ interface CalloutProperties {
|
|
|
5
5
|
hasMarginUp?: boolean;
|
|
6
6
|
hasMarginDown?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const Callout: ({ children, type, hasMarginUp, hasMarginDown, }: CalloutProperties) => import("react
|
|
8
|
+
declare const Callout: ({ children, type, hasMarginUp, hasMarginDown, }: CalloutProperties) => import("react").JSX.Element;
|
|
9
9
|
export default Callout;
|
|
10
10
|
//# sourceMappingURL=Callout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/Callout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,UAAU,iBAAiB;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IAC/C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,OAAO,GAAI,iDAKd,iBAAiB,
|
|
1
|
+
{"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/Callout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,UAAU,iBAAiB;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IAC/C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,OAAO,GAAI,iDAKd,iBAAiB,gCAUnB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -4,7 +4,7 @@ interface CheckListProperties {
|
|
|
4
4
|
hasMarginUp?: boolean;
|
|
5
5
|
hasMarginDown?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const CheckList: ({ items, hasMarginUp, hasMarginDown, }: CheckListProperties) => import("react
|
|
7
|
+
declare const CheckList: ({ items, hasMarginUp, hasMarginDown, }: CheckListProperties) => import("react").JSX.Element;
|
|
8
8
|
export { type CheckListItem };
|
|
9
9
|
export default CheckList;
|
|
10
10
|
//# sourceMappingURL=CheckList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckList.d.ts","sourceRoot":"","sources":["../../../src/components/CheckList.tsx"],"names":[],"mappings":"AAAA,OAAwB,EACvB,KAAK,aAAa,EAClB,MAAM,qCAAqC,CAAC;AAE7C,UAAU,mBAAmB;IAC5B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,SAAS,GAAI,wCAIhB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"CheckList.d.ts","sourceRoot":"","sources":["../../../src/components/CheckList.tsx"],"names":[],"mappings":"AAAA,OAAwB,EACvB,KAAK,aAAa,EAClB,MAAM,qCAAqC,CAAC;AAE7C,UAAU,mBAAmB;IAC5B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,SAAS,GAAI,wCAIhB,mBAAmB,gCAQrB,CAAC;AAEF,OAAO,EAAE,KAAK,aAAa,EAAE,CAAC;AAC9B,eAAe,SAAS,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface CodeBlockProperties {
|
|
|
4
4
|
language?: string;
|
|
5
5
|
code?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const CodeBlock: ({ language, code, hasMarginUp, hasMarginDown, }: CodeBlockProperties) => import("react
|
|
7
|
+
declare const CodeBlock: ({ language, code, hasMarginUp, hasMarginDown, }: CodeBlockProperties) => import("react").JSX.Element;
|
|
8
8
|
export default CodeBlock;
|
|
9
9
|
//# sourceMappingURL=CodeBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlock.d.ts","sourceRoot":"","sources":["../../../src/components/CodeBlock.tsx"],"names":[],"mappings":"AASA,UAAU,mBAAmB;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,SAAS,GAAI,iDAKhB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"CodeBlock.d.ts","sourceRoot":"","sources":["../../../src/components/CodeBlock.tsx"],"names":[],"mappings":"AASA,UAAU,mBAAmB;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,SAAS,GAAI,iDAKhB,mBAAmB,gCAoBrB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface MermaidProperties {
|
|
|
4
4
|
hasMarginUp?: boolean;
|
|
5
5
|
hasMarginDown?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const Mermaid: ({ code, id, hasMarginUp, hasMarginDown, }: MermaidProperties) => import("react
|
|
7
|
+
declare const Mermaid: ({ code, id, hasMarginUp, hasMarginDown, }: MermaidProperties) => import("react").JSX.Element;
|
|
8
8
|
export default Mermaid;
|
|
9
9
|
//# sourceMappingURL=Mermaid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mermaid.d.ts","sourceRoot":"","sources":["../../../src/components/Mermaid.tsx"],"names":[],"mappings":"AASA,UAAU,iBAAiB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,OAAO,GAAI,2CAKd,iBAAiB,
|
|
1
|
+
{"version":3,"file":"Mermaid.d.ts","sourceRoot":"","sources":["../../../src/components/Mermaid.tsx"],"names":[],"mappings":"AASA,UAAU,iBAAiB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,OAAO,GAAI,2CAKd,iBAAiB,gCAoBnB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface MermaidControlsProps {
|
|
|
6
6
|
onReset: () => void;
|
|
7
7
|
onToggleExpand: () => void;
|
|
8
8
|
}
|
|
9
|
-
declare const MermaidControls: ({ className, isExpanded, onZoomIn, onZoomOut, onReset, onToggleExpand, }: MermaidControlsProps) => import("react
|
|
9
|
+
declare const MermaidControls: ({ className, isExpanded, onZoomIn, onZoomOut, onReset, onToggleExpand, }: MermaidControlsProps) => import("react").JSX.Element;
|
|
10
10
|
export default MermaidControls;
|
|
11
11
|
//# sourceMappingURL=MermaidControls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MermaidControls.d.ts","sourceRoot":"","sources":["../../../src/components/MermaidControls.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,QAAA,MAAM,eAAe,GAAI,0EAOtB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"MermaidControls.d.ts","sourceRoot":"","sources":["../../../src/components/MermaidControls.tsx"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,QAAA,MAAM,eAAe,GAAI,0EAOtB,oBAAoB,gCAiCtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -3,10 +3,10 @@ interface MermaidViewportProps {
|
|
|
3
3
|
className: string;
|
|
4
4
|
draggingClassName: string;
|
|
5
5
|
pan: PanZoom;
|
|
6
|
-
contentRef: React.RefObject<HTMLDivElement>;
|
|
6
|
+
contentRef: React.RefObject<HTMLDivElement | null>;
|
|
7
7
|
contentId?: string;
|
|
8
8
|
hidden?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const MermaidViewport: ({ className, draggingClassName, pan, contentRef, contentId, hidden, }: MermaidViewportProps) => import("react
|
|
10
|
+
declare const MermaidViewport: ({ className, draggingClassName, pan, contentRef, contentId, hidden, }: MermaidViewportProps) => import("react").JSX.Element;
|
|
11
11
|
export default MermaidViewport;
|
|
12
12
|
//# sourceMappingURL=MermaidViewport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MermaidViewport.d.ts","sourceRoot":"","sources":["../../../src/components/MermaidViewport.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEnD,UAAU,oBAAoB;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,GAAG,EAAE,OAAO,CAAC;IACb,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"MermaidViewport.d.ts","sourceRoot":"","sources":["../../../src/components/MermaidViewport.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEnD,UAAU,oBAAoB;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,GAAG,EAAE,OAAO,CAAC;IACb,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,eAAe,GAAI,uEAOtB,oBAAoB,gCAsCtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface TableProperties {
|
|
|
6
6
|
hasMarginDown?: boolean;
|
|
7
7
|
fontSize?: string;
|
|
8
8
|
}
|
|
9
|
-
declare const Table: ({ rows, headers, hasMarginUp, hasMarginDown, fontSize, }: TableProperties) => import("react
|
|
9
|
+
declare const Table: ({ rows, headers, hasMarginUp, hasMarginDown, fontSize, }: TableProperties) => import("react").JSX.Element;
|
|
10
10
|
export default Table;
|
|
11
11
|
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,UAAU,eAAe;IACxB,IAAI,CAAC,EAAE,SAAS,EAAE,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,KAAK,GAAI,0DAMZ,eAAe,
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,UAAU,eAAe;IACxB,IAAI,CAAC,EAAE,SAAS,EAAE,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,KAAK,GAAI,0DAMZ,eAAe,gCAUjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -4,11 +4,12 @@ interface BlogProperties {
|
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
title?: string;
|
|
6
6
|
jsonLd?: WithContext<Thing>;
|
|
7
|
+
increasedWidthMode?: boolean;
|
|
7
8
|
}
|
|
8
9
|
export interface ForwardedReference {
|
|
9
10
|
parentRef: HTMLDivElement;
|
|
10
11
|
childRefs: ForwardedReference[];
|
|
11
12
|
}
|
|
12
|
-
declare const Blog: ({ children, title, jsonLd, }: BlogProperties) => import("react
|
|
13
|
+
declare const Blog: ({ children, title, jsonLd, increasedWidthMode, }: BlogProperties) => import("react").JSX.Element;
|
|
13
14
|
export default Blog;
|
|
14
15
|
//# sourceMappingURL=BlogDynamic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/BlogDynamic.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,SAAS,EAAiB,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AASrD,UAAU,cAAc;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"BlogDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/BlogDynamic.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,SAAS,EAAiB,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AASrD,UAAU,cAAc;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;IAClC,SAAS,EAAE,cAAc,CAAC;IAC1B,SAAS,EAAE,kBAAkB,EAAE,CAAC;CAChC;AAsBD,QAAA,MAAM,IAAI,GAAI,kDAKX,cAAc,gCAuDhB,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface Properties {
|
|
|
4
4
|
isInProgress?: boolean;
|
|
5
5
|
href?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const BlogLink: ({ title, desc, isInProgress, href }: Properties) => import("react
|
|
7
|
+
declare const BlogLink: ({ title, desc, isInProgress, href }: Properties) => import("react").JSX.Element | null;
|
|
8
8
|
export default BlogLink;
|
|
9
9
|
//# sourceMappingURL=BlogLinkDynamic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogLinkDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/BlogLinkDynamic.tsx"],"names":[],"mappings":"AAUA,UAAU,UAAU;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAMD,QAAA,MAAM,QAAQ,GAAI,qCAAuD,UAAU,
|
|
1
|
+
{"version":3,"file":"BlogLinkDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/BlogLinkDynamic.tsx"],"names":[],"mappings":"AAUA,UAAU,UAAU;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAMD,QAAA,MAAM,QAAQ,GAAI,qCAAuD,UAAU,uCAkDlF,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -5,6 +5,6 @@ interface Properties {
|
|
|
5
5
|
language?: string;
|
|
6
6
|
code?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const CodeBlock: ({ language, code, hasMarginUp, hasMarginDown, }: Properties) => import("react
|
|
8
|
+
declare const CodeBlock: ({ language, code, hasMarginUp, hasMarginDown, }: Properties) => import("react").JSX.Element;
|
|
9
9
|
export default CodeBlock;
|
|
10
10
|
//# sourceMappingURL=CodeBlockDynamic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/CodeBlockDynamic.tsx"],"names":[],"mappings":"AAOA,OAAO,mCAAmC,CAAC;AAM3C,UAAU,UAAU;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AASD,QAAA,MAAM,SAAS,GAAI,iDAKhB,UAAU,
|
|
1
|
+
{"version":3,"file":"CodeBlockDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/CodeBlockDynamic.tsx"],"names":[],"mappings":"AAOA,OAAO,mCAAmC,CAAC;AAM3C,UAAU,UAAU;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AASD,QAAA,MAAM,SAAS,GAAI,iDAKhB,UAAU,gCAmGZ,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface MermaidProperties {
|
|
|
4
4
|
hasMarginUp?: boolean;
|
|
5
5
|
hasMarginDown?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const Mermaid: ({ code, id, hasMarginUp, hasMarginDown, }: MermaidProperties) => import("react
|
|
7
|
+
declare const Mermaid: ({ code, id, hasMarginUp, hasMarginDown, }: MermaidProperties) => import("react").JSX.Element;
|
|
8
8
|
export default Mermaid;
|
|
9
9
|
//# sourceMappingURL=MermaidDynamic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MermaidDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/MermaidDynamic.tsx"],"names":[],"mappings":"AAaA,UAAU,iBAAiB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAmBD,QAAA,MAAM,OAAO,GAAI,2CAKd,iBAAiB,
|
|
1
|
+
{"version":3,"file":"MermaidDynamic.d.ts","sourceRoot":"","sources":["../../../src/dynamicComponents/MermaidDynamic.tsx"],"names":[],"mappings":"AAaA,UAAU,iBAAiB;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAmBD,QAAA,MAAM,OAAO,GAAI,2CAKd,iBAAiB,gCAuInB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCategoryTitles.d.ts","sourceRoot":"","sources":["../../../src/hooks/useCategoryTitles.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAE3E,MAAM,WAAW,qBAAqB;IACrC,EAAE,EAAE,WAAW,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB;IAChE,aAAa,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"useCategoryTitles.d.ts","sourceRoot":"","sources":["../../../src/hooks/useCategoryTitles.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAE3E,MAAM,WAAW,qBAAqB;IACrC,EAAE,EAAE,WAAW,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB;IAChE,aAAa,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,aAAa,GAAG,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;AAQ5D,UAAU,OAAO;IAChB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IACzD,UAAU,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CAC9C;AAED,wBAAgB,iBAAiB,CAAC,EACjC,YAAY,EACZ,eAAe,EACf,UAAU,GACV,EAAE,OAAO;;sCA4FE,kBAAkB;EAiB7B"}
|
|
@@ -3,6 +3,6 @@ interface BlogProperties {
|
|
|
3
3
|
desc: string[];
|
|
4
4
|
isDescCite?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const BlogHeader: ({ title, desc, isDescCite }: BlogProperties) => import("react
|
|
6
|
+
declare const BlogHeader: ({ title, desc, isDescCite }: BlogProperties) => import("react").JSX.Element;
|
|
7
7
|
export default BlogHeader;
|
|
8
8
|
//# sourceMappingURL=BlogHeaderStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogHeaderStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogHeaderStatic.tsx"],"names":[],"mappings":"AAIA,UAAU,cAAc;IACvB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,QAAA,MAAM,UAAU,GAAI,6BAAoC,cAAc,
|
|
1
|
+
{"version":3,"file":"BlogHeaderStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogHeaderStatic.tsx"],"names":[],"mappings":"AAIA,UAAU,cAAc;IACvB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,QAAA,MAAM,UAAU,GAAI,6BAAoC,cAAc,gCAWpE,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface Properties {
|
|
|
4
4
|
isInProgress?: boolean;
|
|
5
5
|
href?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const BlogLinkStatic: ({ title, desc, isInProgress, href }: Properties) => import("react
|
|
7
|
+
declare const BlogLinkStatic: ({ title, desc, isInProgress, href }: Properties) => import("react").JSX.Element | null;
|
|
8
8
|
export default BlogLinkStatic;
|
|
9
9
|
//# sourceMappingURL=BlogLinkStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogLinkStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogLinkStatic.tsx"],"names":[],"mappings":"AAGA,UAAU,UAAU;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,cAAc,GAAI,qCAAuD,UAAU,
|
|
1
|
+
{"version":3,"file":"BlogLinkStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogLinkStatic.tsx"],"names":[],"mappings":"AAGA,UAAU,UAAU;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,cAAc,GAAI,qCAAuD,UAAU,uCAgCxF,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface BlogSectionStaticProperties {
|
|
|
4
4
|
category?: string;
|
|
5
5
|
children?: ReactNode;
|
|
6
6
|
}
|
|
7
|
-
declare const BlogSectionStatic: ({ title, category, children, }: BlogSectionStaticProperties) => import("react
|
|
7
|
+
declare const BlogSectionStatic: ({ title, category, children, }: BlogSectionStaticProperties) => import("react").JSX.Element;
|
|
8
8
|
export default BlogSectionStatic;
|
|
9
9
|
//# sourceMappingURL=BlogSectionStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogSectionStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogSectionStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIrE,UAAU,2BAA2B;IACpC,KAAK,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,GAAG,CAAC,CAAC;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,iBAAiB,GAAI,gCAIxB,2BAA2B,
|
|
1
|
+
{"version":3,"file":"BlogSectionStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogSectionStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIrE,UAAU,2BAA2B;IACpC,KAAK,CAAC,EAAE,MAAM,GAAG,YAAY,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,GAAG,CAAC,CAAC;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,iBAAiB,GAAI,gCAIxB,2BAA2B,gCAa7B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -3,7 +3,8 @@ import type { Thing, WithContext } from 'schema-dts';
|
|
|
3
3
|
interface BlogStaticProperties {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
jsonLd?: WithContext<Thing>;
|
|
6
|
+
increasedWidthMode?: boolean;
|
|
6
7
|
}
|
|
7
|
-
declare const BlogStatic: ({ children, jsonLd }: BlogStaticProperties) => import("react
|
|
8
|
+
declare const BlogStatic: ({ children, jsonLd, increasedWidthMode }: BlogStaticProperties) => import("react").JSX.Element;
|
|
8
9
|
export default BlogStatic;
|
|
9
10
|
//# sourceMappingURL=BlogStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlogStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAGrD,UAAU,oBAAoB;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"BlogStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/BlogStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAGrD,UAAU,oBAAoB;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,QAAA,MAAM,UAAU,GAAI,0CAAkD,oBAAoB,gCAazF,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -5,6 +5,6 @@ interface CalloutProperties {
|
|
|
5
5
|
hasMarginUp?: boolean;
|
|
6
6
|
hasMarginDown?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const Callout: ({ children, type, hasMarginUp, hasMarginDown }: CalloutProperties) => import("react
|
|
8
|
+
declare const Callout: ({ children, type, hasMarginUp, hasMarginDown }: CalloutProperties) => import("react").JSX.Element;
|
|
9
9
|
export default Callout;
|
|
10
10
|
//# sourceMappingURL=CalloutStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalloutStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/CalloutStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,UAAU,iBAAiB;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IAC/C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,OAAO,GAAI,gDAGd,iBAAiB,
|
|
1
|
+
{"version":3,"file":"CalloutStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/CalloutStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,UAAU,iBAAiB;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IAC/C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,OAAO,GAAI,gDAGd,iBAAiB,gCAUnB,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -9,6 +9,6 @@ interface CheckListProperties {
|
|
|
9
9
|
hasMarginUp?: boolean;
|
|
10
10
|
hasMarginDown?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const CheckListStatic: ({ items, hasMarginUp, hasMarginDown, }: CheckListProperties) => import("react
|
|
12
|
+
declare const CheckListStatic: ({ items, hasMarginUp, hasMarginDown, }: CheckListProperties) => import("react").JSX.Element;
|
|
13
13
|
export default CheckListStatic;
|
|
14
14
|
//# sourceMappingURL=CheckListStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckListStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/CheckListStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1D,MAAM,WAAW,aAAa;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,YAAY,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,GAAG,CAAC,CAAC;IAClE,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,mBAAmB;IAC5B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,eAAe,GAAI,wCAItB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"CheckListStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/CheckListStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1D,MAAM,WAAW,aAAa;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,YAAY,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,GAAG,CAAC,CAAC;IAClE,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,mBAAmB;IAC5B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,eAAe,GAAI,wCAItB,mBAAmB,gCAmBrB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface Properties {
|
|
|
4
4
|
language?: string;
|
|
5
5
|
code?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const CodeBlockStatic: ({ language, code, hasMarginUp, hasMarginDown, }: Properties) => import("react
|
|
7
|
+
declare const CodeBlockStatic: ({ language, code, hasMarginUp, hasMarginDown, }: Properties) => import("react").JSX.Element;
|
|
8
8
|
export default CodeBlockStatic;
|
|
9
9
|
//# sourceMappingURL=CodeBlockStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/CodeBlockStatic.tsx"],"names":[],"mappings":"AAEA,UAAU,UAAU;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,eAAe,GAAI,iDAKtB,UAAU,
|
|
1
|
+
{"version":3,"file":"CodeBlockStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/CodeBlockStatic.tsx"],"names":[],"mappings":"AAEA,UAAU,UAAU;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,eAAe,GAAI,iDAKtB,UAAU,gCAiBZ,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -4,6 +4,6 @@ interface MermaidStaticProperties {
|
|
|
4
4
|
hasMarginUp?: boolean;
|
|
5
5
|
hasMarginDown?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const MermaidStatic: ({ code, id, hasMarginUp, hasMarginDown, }: MermaidStaticProperties) => import("react
|
|
7
|
+
declare const MermaidStatic: ({ code, id, hasMarginUp, hasMarginDown, }: MermaidStaticProperties) => import("react").JSX.Element;
|
|
8
8
|
export default MermaidStatic;
|
|
9
9
|
//# sourceMappingURL=MermaidStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MermaidStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/MermaidStatic.tsx"],"names":[],"mappings":"AAEA,UAAU,uBAAuB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,GAAI,2CAKpB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"MermaidStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/MermaidStatic.tsx"],"names":[],"mappings":"AAEA,UAAU,uBAAuB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,GAAI,2CAKpB,uBAAuB,gCASzB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface TableProperties {
|
|
|
6
6
|
hasMarginDown?: boolean;
|
|
7
7
|
fontSize?: string;
|
|
8
8
|
}
|
|
9
|
-
declare const Table: ({ rows, headers, hasMarginUp, hasMarginDown, fontSize, }: TableProperties) => import("react
|
|
9
|
+
declare const Table: ({ rows, headers, hasMarginUp, hasMarginDown, fontSize, }: TableProperties) => import("react").JSX.Element;
|
|
10
10
|
export default Table;
|
|
11
11
|
//# sourceMappingURL=TableStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/TableStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,UAAU,eAAe;IACxB,IAAI,CAAC,EAAE,SAAS,EAAE,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAkBD,QAAA,MAAM,KAAK,GAAI,0DAMZ,eAAe,
|
|
1
|
+
{"version":3,"file":"TableStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/TableStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,UAAU,eAAe;IACxB,IAAI,CAAC,EAAE,SAAS,EAAE,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB;AAkBD,QAAA,MAAM,KAAK,GAAI,0DAMZ,eAAe,gCAyCjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -11,6 +11,6 @@ interface TocNodeProperties {
|
|
|
11
11
|
visibleTitle: string | null;
|
|
12
12
|
onClick: (e: MouseEvent<HTMLParagraphElement>) => void;
|
|
13
13
|
}
|
|
14
|
-
declare const TocNode: ({ node, index, visibleTitle, onClick }: TocNodeProperties) => import("react
|
|
14
|
+
declare const TocNode: ({ node, index, visibleTitle, onClick }: TocNodeProperties) => import("react").JSX.Element;
|
|
15
15
|
export default TocNode;
|
|
16
16
|
//# sourceMappingURL=TocNodeStatic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TocNodeStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/TocNodeStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAIxC,MAAM,WAAW,OAAO;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,EAAE,CAAC;CACpB;AAED,UAAU,iBAAiB;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAC;CACvD;AAED,QAAA,MAAM,OAAO,GAAI,wCAAwC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"TocNodeStatic.d.ts","sourceRoot":"","sources":["../../../src/staticComponents/TocNodeStatic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAIxC,MAAM,WAAW,OAAO;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,EAAE,CAAC;CACpB;AAED,UAAU,iBAAiB;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAC;CACvD;AAED,QAAA,MAAM,OAAO,GAAI,wCAAwC,iBAAiB,gCA+BzE,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@san-siva/blogkit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.43",
|
|
4
4
|
"description": "A reusable blog component library for React/Next.js applications with code highlighting, diagrams, and rich content features",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"author": "Santhosh Siva",
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@san-siva/stylekit": "^1.0.
|
|
44
|
+
"@san-siva/stylekit": "^1.0.14",
|
|
45
45
|
"schema-dts": "^1.1.5"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
60
60
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
61
61
|
"@types/node": "^22.10.1",
|
|
62
|
-
"@types/react": "^
|
|
63
|
-
"@types/react-dom": "^
|
|
62
|
+
"@types/react": "^19.0.0",
|
|
63
|
+
"@types/react-dom": "^19.0.0",
|
|
64
64
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
65
65
|
"mermaid": "^10.0.0",
|
|
66
66
|
"postcss": "^8.4.49",
|
package/src/components/Blog.tsx
CHANGED
|
@@ -11,12 +11,13 @@ interface BlogProperties {
|
|
|
11
11
|
children: ReactNode;
|
|
12
12
|
title?: string;
|
|
13
13
|
jsonLd?: WithContext<Thing>;
|
|
14
|
+
increasedWidthMode?: boolean;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
|
-
const Blog = ({ children, title = 'In this article', jsonLd }: BlogProperties) => {
|
|
17
|
+
const Blog = ({ children, title = 'In this article', jsonLd, increasedWidthMode = false }: BlogProperties) => {
|
|
17
18
|
return (
|
|
18
|
-
<Suspense fallback={<BlogStatic jsonLd={jsonLd}>{children}</BlogStatic>}>
|
|
19
|
-
<BlogDynamic title={title} jsonLd={jsonLd}>{children}</BlogDynamic>
|
|
19
|
+
<Suspense fallback={<BlogStatic jsonLd={jsonLd} increasedWidthMode={increasedWidthMode}>{children}</BlogStatic>}>
|
|
20
|
+
<BlogDynamic title={title} jsonLd={jsonLd} increasedWidthMode={increasedWidthMode}>{children}</BlogDynamic>
|
|
20
21
|
</Suspense>
|
|
21
22
|
);
|
|
22
23
|
};
|
|
@@ -22,6 +22,7 @@ interface BlogProperties {
|
|
|
22
22
|
children: ReactNode;
|
|
23
23
|
title?: string;
|
|
24
24
|
jsonLd?: WithContext<Thing>;
|
|
25
|
+
increasedWidthMode?: boolean;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
export interface ForwardedReference {
|
|
@@ -53,6 +54,7 @@ const Blog = ({
|
|
|
53
54
|
children,
|
|
54
55
|
title = 'In this article',
|
|
55
56
|
jsonLd,
|
|
57
|
+
increasedWidthMode = false,
|
|
56
58
|
}: BlogProperties) => {
|
|
57
59
|
const [visibleTitle, setVisibleTitle] = useState<string | null>(null);
|
|
58
60
|
const [showTOC, setShowTOC] = useState(false);
|
|
@@ -75,7 +77,7 @@ const Blog = ({
|
|
|
75
77
|
});
|
|
76
78
|
|
|
77
79
|
return (
|
|
78
|
-
<div className={styles.blog}>
|
|
80
|
+
<div className={`${styles.blog} ${increasedWidthMode ? styles['blog--increased-width'] : ''}`}>
|
|
79
81
|
{jsonLd && (
|
|
80
82
|
<script
|
|
81
83
|
type="application/ld+json"
|