@windrun-huaiin/third-ui 5.13.5 → 5.13.6
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/fuma/mdx/index.js +26 -23
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +26 -23
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +2 -4
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +2 -4
- package/dist/fuma/server.mjs.map +1 -1
- package/package.json +2 -2
package/dist/fuma/server.mjs
CHANGED
|
@@ -9223,10 +9223,6 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
|
|
|
9223
9223
|
var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
|
|
9224
9224
|
var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
|
|
9225
9225
|
|
|
9226
|
-
// src/fuma/mdx/mermaid.tsx
|
|
9227
|
-
import { useTheme } from "next-themes";
|
|
9228
|
-
import { useCallback as useCallback7, useEffect as useEffect15, useId as useId2, useRef as useRef11, useState as useState10 } from "react";
|
|
9229
|
-
|
|
9230
9226
|
// ../base-ui/src/ui/alert-dialog.tsx
|
|
9231
9227
|
import * as React57 from "react";
|
|
9232
9228
|
|
|
@@ -11682,6 +11678,8 @@ var AlertDialogCancel2 = React57.forwardRef((_a, ref2) => {
|
|
|
11682
11678
|
AlertDialogCancel2.displayName = Cancel.displayName;
|
|
11683
11679
|
|
|
11684
11680
|
// src/fuma/mdx/mermaid.tsx
|
|
11681
|
+
import { useTheme } from "next-themes";
|
|
11682
|
+
import { useCallback as useCallback7, useEffect as useEffect15, useId as useId2, useRef as useRef11, useState as useState10 } from "react";
|
|
11685
11683
|
import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
11686
11684
|
|
|
11687
11685
|
// src/fuma/mdx/image-zoom.tsx
|