id
{' '}
@@ -180,111 +184,111 @@ The **Account** component family provides the following components:
@freesewing/react
package for convenience.
Please refer to the documentation for [react-diff-viewer-continued][dv] and [jsdiff][jsd].
:::
+## Components
+
+The **DiffViewer** component family provides the following components:
+
+- [DiffViewer](#diffviewer): A re-export of [react-diff-viewer-continued][dv]
+
+## Functions
+
+The **DiffViewer** family also exports the following functions:
+
+- [diffJSON](#diffjson): A re-export of the [diffJson][jsd] function of the [jsdiff package][jsd]
+- [diffCheck](#diffcheck): A re-export of the [diffWords][jsd] function of the [jsdiff package][jsd]
+
+### diffJSON
+
+echarts
for convenience.
Please refer to the documentation for [Apache Echarts](https://echarts.apache.org/).
:::
+@freesewing/react
package for convenience.
diff --git a/sites/dev/docs/reference/packages/react/components/mini/readme.mdx b/sites/dev/docs/reference/packages/react/components/mini/readme.mdx
index 66ec8615af6..afe08776782 100644
--- a/sites/dev/docs/reference/packages/react/components/mini/readme.mdx
+++ b/sites/dev/docs/reference/packages/react/components/mini/readme.mdx
@@ -5,16 +5,15 @@ title: Mini
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
import { ComponentDocs } from '@site/src/components/component-docs.js'
import * as jsdoc from '@site/prebuild/jsdoc/components.mini.mjs'
-import {
- MiniNoteExample,
- MiniTipExample,
- MiniWarningExample,
-} from './_examples.js'
-
+import { MiniNoteExample, MiniTipExample, MiniWarningExample } from './_examples.js'
{output.join("\n")}+} + */ + +export const Example = () => ( +
{docs.desc}
+
+ You can import the {docs.name}
constant from the {docs.family}{' '}
+ family in the @freesewing/react
package:
+
+ The {docs.name}
function is defined{' '}
+
+ on line {docs.line} in {docs.file}
+
+ .
+
{docs.desc}
+
+ You can import the {docs.name}
function from the {docs.family}{' '}
+ family in the @freesewing/react
package:
+
+ {' '}
+ The {docs.name}
function returns type{' '}
+ {docs.return.map((r) => r.type.names.join()).join('|')}
and takes the
+ following parameters:
+
+ The {docs.name}
function is defined{' '}
+
+ on line {docs.line} in {docs.file}
+
+ .
+
# | +Name | +Type | +Description | +Optional | +Default Value | +
---|---|---|---|---|---|
{i + 1} | +{param.name} | +{param.type.names} | +{param.description} | +{param.optional ? 'yes' : 'no'} | +
+
+
+ |
+