@storybook/addon-docs 10.4.0-alpha.16 → 10.4.0-alpha.18
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/_node-chunks/{chunk-SCNRXJTJ.js → chunk-6V5L444G.js} +6 -6
- package/dist/_node-chunks/{chunk-APYA76KP.js → chunk-ISRCL5QH.js} +13 -8
- package/dist/_node-chunks/{chunk-OH76P4XP.js → chunk-PNFWEWMJ.js} +6 -6
- package/dist/_node-chunks/chunk-V6I5OBWR.js +16381 -0
- package/dist/_node-chunks/{mdx-plugin-GXMYZV3C.js → mdx-plugin-7NYFRJXW.js} +11 -11
- package/dist/_node-chunks/{rehype-external-links-EZ5X2WCV.js → rehype-external-links-355YGUEH.js} +9 -9
- package/dist/_node-chunks/{rehype-slug-XH5RDNKR.js → rehype-slug-JEC37SIG.js} +8 -8
- package/dist/blocks.js +9 -0
- package/dist/mdx-loader.js +10 -10
- package/dist/preset.js +9 -9
- package/package.json +5 -5
- package/dist/_node-chunks/chunk-QKUBAG2C.js +0 -22630
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_5yme8p4j0kr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_5yme8p4j0kr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_5yme8p4j0kr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_5yme8p4j0kr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_5yme8p4j0kr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_5yme8p4j0kr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_5yme8p4j0kr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_5yme8p4j0kr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_5yme8p4j0kr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_5yme8p4j0kr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_5yme8p4j0kr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_5yme8p4j0kr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -14,6 +14,9 @@ var __defProp = Object.defineProperty;
|
|
|
14
14
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
15
15
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
16
16
|
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
17
|
+
var __esm = (fn, res) => function() {
|
|
18
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
19
|
+
};
|
|
17
20
|
var __commonJS = (cb, mod) => function() {
|
|
18
21
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
19
22
|
};
|
|
@@ -33,10 +36,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
36
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
34
37
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
35
38
|
mod
|
|
36
|
-
));
|
|
39
|
+
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
37
40
|
|
|
38
41
|
export {
|
|
42
|
+
__esm,
|
|
39
43
|
__commonJS,
|
|
40
44
|
__export,
|
|
41
|
-
__toESM
|
|
45
|
+
__toESM,
|
|
46
|
+
__toCommonJS
|
|
42
47
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_5yme8p4j0kr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_5yme8p4j0kr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_5yme8p4j0kr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_5yme8p4j0kr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_5yme8p4j0kr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_5yme8p4j0kr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|