fumadocs-core 16.7.13 → 16.7.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
  "use client";
2
- import { t as applyDefaultThemes } from "../utils-CLsGsTYQ.js";
2
+ import { t as applyDefaultThemes } from "../utils-BqbZbgRr.js";
3
3
  import { useShiki as useShiki$1 } from "./shiki/react.js";
4
4
  import { defaultShikiFactory } from "./shiki/full.js";
5
5
  //#region src/highlight/client.ts
@@ -1,4 +1,4 @@
1
- import { a as loadMissingTheme, i as loadMissingLanguage, t as applyDefaultThemes } from "../utils-CLsGsTYQ.js";
1
+ import { a as loadMissingTheme, i as loadMissingLanguage, t as applyDefaultThemes } from "../utils-BqbZbgRr.js";
2
2
  import { highlightHast as highlightHast$1 } from "./shiki/index.js";
3
3
  import { defaultShikiFactory, wasmShikiFactory } from "./shiki/full.js";
4
4
  import * as JsxRuntime from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { a as loadMissingTheme, r as getRequiredThemes } from "../../utils-CLsGsTYQ.js";
1
+ import { a as loadMissingTheme, r as getRequiredThemes } from "../../utils-BqbZbgRr.js";
2
2
  //#region src/highlight/shiki/index.ts
3
3
  function createShikiFactory(config) {
4
4
  let instance;
@@ -1,4 +1,4 @@
1
- import { t as getNegotiator } from "../negotiation-CMIpYwJJ.js";
1
+ import { t as getNegotiator } from "../negotiation-BTT1Ep9U.js";
2
2
  import { NextResponse } from "next/server.js";
3
3
  //#region ../../node_modules/.pnpm/@formatjs+intl-localematcher@0.8.2/node_modules/@formatjs/intl-localematcher/abstract/CanonicalizeLocaleList.js
4
4
  /**
@@ -1,7 +1,7 @@
1
1
  import { remarkHeading } from "./remark-heading.js";
2
2
  import { generateCodeBlockTabs, parseCodeBlockAttributes } from "./codeblock-utils.js";
3
3
  import { remarkGfm } from "./remark-gfm.js";
4
- import { i as transformerIcon, r as transformerTab } from "../rehype-code.core-B9asBGBz.js";
4
+ import { i as transformerIcon, r as transformerTab } from "../rehype-code.core-Doda41P7.js";
5
5
  import { rehypeCode, rehypeCodeDefaultOptions } from "./rehype-code.js";
6
6
  import { remarkImage } from "./remark-image.js";
7
7
  import { defaultStringifier, remarkStructure, remarkStructureDefaultOptions, structure } from "./remark-structure.js";
@@ -1,2 +1,2 @@
1
- import { i as transformerIcon, n as rehypeCodeDefaultOptions, r as transformerTab, t as createRehypeCode } from "../rehype-code.core-B9asBGBz.js";
1
+ import { i as transformerIcon, n as rehypeCodeDefaultOptions, r as transformerTab, t as createRehypeCode } from "../rehype-code.core-Doda41P7.js";
2
2
  export { createRehypeCode, rehypeCodeDefaultOptions, transformerIcon, transformerTab };
@@ -1,5 +1,5 @@
1
1
  import { defaultShikiFactory, wasmShikiFactory } from "../highlight/shiki/full.js";
2
- import { i as transformerIcon, n as rehypeCodeDefaultOptions$1, r as transformerTab, t as createRehypeCode } from "../rehype-code.core-B9asBGBz.js";
2
+ import { i as transformerIcon, n as rehypeCodeDefaultOptions$1, r as transformerTab, t as createRehypeCode } from "../rehype-code.core-Doda41P7.js";
3
3
  //#region src/mdx-plugins/rehype-code.ts
4
4
  const rehypeCodeDefaultOptions = {
5
5
  engine: "js",
@@ -1,2 +1,2 @@
1
- import { n as isMarkdownPreferred, r as rewritePath, t as getNegotiator } from "../negotiation-CMIpYwJJ.js";
1
+ import { n as isMarkdownPreferred, r as rewritePath, t as getNegotiator } from "../negotiation-BTT1Ep9U.js";
2
2
  export { getNegotiator, isMarkdownPreferred, rewritePath };
@@ -1,4 +1,4 @@
1
- import { n as defaultThemes, r as getRequiredThemes } from "./utils-CLsGsTYQ.js";
1
+ import { n as defaultThemes, r as getRequiredThemes } from "./utils-BqbZbgRr.js";
2
2
  import { parseCodeBlockAttributes } from "./mdx-plugins/codeblock-utils.js";
3
3
  import rehypeShikiFromHighlighter from "@shikijs/rehype/core";
4
4
  import { transformerNotationDiff, transformerNotationFocus, transformerNotationHighlight, transformerNotationWordHighlight } from "@shikijs/transformers";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "16.7.13",
3
+ "version": "16.7.14",
4
4
  "description": "The React.js library for building a documentation website",
5
5
  "keywords": [
6
6
  "Docs",
@@ -11,7 +11,7 @@
11
11
  "author": "Fuma Nama",
12
12
  "repository": "github:fuma-nama/fumadocs",
13
13
  "files": [
14
- "dist/*"
14
+ "dist"
15
15
  ],
16
16
  "type": "module",
17
17
  "exports": {
File without changes