fumadocs-core 16.6.13 → 16.6.14

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,5 +1,5 @@
1
1
  import { t as RehypeCodeOptions } from "../../rehype-code-B-bxz1EN.js";
2
- import { t as RemarkImageOptions } from "../../remark-image-BqwuBND1.js";
2
+ import { t as RemarkImageOptions } from "../../remark-image-CP5w6VTd.js";
3
3
  import { n as StructureOptions } from "../../remark-structure-w0J2HdSr.js";
4
4
  import { t as RemarkHeadingOptions } from "../../remark-heading-2666MLQD.js";
5
5
  import { t as RemarkCodeTabOptions } from "../../remark-code-tab-Bmp3b54I.js";
@@ -1,5 +1,5 @@
1
1
  import { t as RehypeCodeOptions } from "../../rehype-code-B-bxz1EN.js";
2
- import { t as RemarkImageOptions } from "../../remark-image-BqwuBND1.js";
2
+ import { t as RemarkImageOptions } from "../../remark-image-CP5w6VTd.js";
3
3
  import { n as StructureOptions } from "../../remark-structure-w0J2HdSr.js";
4
4
  import { t as RemarkHeadingOptions } from "../../remark-heading-2666MLQD.js";
5
5
  import { t as RemarkCodeTabOptions } from "../../remark-code-tab-Bmp3b54I.js";
@@ -1,7 +1,7 @@
1
1
  import { n as remarkGfm, t as RemarkGfmOptions } from "../remark-gfm-C2GLsTxH.js";
2
2
  import { a as CodeBlockIcon, i as transformerTab, o as transformerIcon } from "../rehype-code.core-Ck9MowQQ.js";
3
3
  import { n as rehypeCode, r as rehypeCodeDefaultOptions, t as RehypeCodeOptions } from "../rehype-code-B-bxz1EN.js";
4
- import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-BqwuBND1.js";
4
+ import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-CP5w6VTd.js";
5
5
  import { a as remarkStructure, i as defaultStringifier, n as StructureOptions, o as remarkStructureDefaultOptions, r as StructuredData, s as structure, t as StringifyOptions } from "../remark-structure-w0J2HdSr.js";
6
6
  import { n as remarkHeading, t as RemarkHeadingOptions } from "../remark-heading-2666MLQD.js";
7
7
  import { n as remarkAdmonition, t as RemarkAdmonitionOptions } from "../remark-admonition-tbZwgvRc.js";
@@ -1,2 +1,2 @@
1
- import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-BqwuBND1.js";
1
+ import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-CP5w6VTd.js";
2
2
  export { RemarkImageOptions, remarkImage };
@@ -13,7 +13,7 @@ const EXTERNAL_URL_REGEX = /^https?:\/\//;
13
13
  /**
14
14
  * Turn images into Next.js Image compatible usage.
15
15
  */
16
- function remarkImage({ placeholder = "blur", external = true, useImport = true, onError = "error", publicDir = path$1.join(process.cwd(), "public") } = {}) {
16
+ function remarkImage({ placeholder = "none", external = true, useImport = true, onError = "error", publicDir = path$1.join(process.cwd(), "public") } = {}) {
17
17
  return async (tree, file) => {
18
18
  const importsToInject = [];
19
19
  const promises = [];
@@ -16,7 +16,7 @@ interface RemarkImageOptions {
16
16
  /**
17
17
  * Preferred placeholder type, only available with `useImport` + local images.
18
18
  *
19
- * @defaultValue 'blur'
19
+ * @defaultValue 'none'
20
20
  */
21
21
  placeholder?: 'blur' | 'none';
22
22
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "16.6.13",
3
+ "version": "16.6.14",
4
4
  "description": "The React.js library for building a documentation website",
5
5
  "keywords": [
6
6
  "Docs",