@storybook/addon-docs 10.5.0-alpha.5 → 10.5.0-alpha.7
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/_browser-chunks/{Color-MQE2NRD4.js → Color-AVMI7ZZZ.js} +3 -3
- package/dist/_browser-chunks/{DocsRenderer-LL677BLK.js → DocsRenderer-JROSPFPF.js} +1 -1
- package/dist/_browser-chunks/{chunk-S4QKU6I5.js → chunk-6Z2O5XYJ.js} +2 -2
- package/dist/_browser-chunks/{chunk-SL3VIQZ3.js → chunk-UAWMPV5J.js} +5 -1
- package/dist/_node-chunks/{chunk-UVV6FRUF.js → chunk-2WTY7RHL.js} +198 -198
- package/dist/_node-chunks/{chunk-CR22MHHI.js → chunk-AR7B7DGI.js} +18 -9
- package/dist/_node-chunks/{chunk-OBCKO6Y3.js → chunk-BS47STAB.js} +6 -6
- package/dist/_node-chunks/{chunk-2QFSQ4RB.js → chunk-ZM6M6OKB.js} +6 -6
- package/dist/_node-chunks/{mdx-plugin-DT6OS2CV.js → mdx-plugin-R2MYDMMD.js} +11 -11
- package/dist/_node-chunks/{rehype-external-links-SIYDSVTO.js → rehype-external-links-QE2YWBRR.js} +9 -9
- package/dist/_node-chunks/{rehype-slug-XCUUIQBS.js → rehype-slug-EPMUVHIS.js} +8 -8
- package/dist/angular/index.js +1 -1
- package/dist/blocks.d.ts +14 -1
- package/dist/blocks.js +286 -112
- package/dist/ember/index.js +1 -1
- package/dist/index.js +2 -2
- package/dist/manager.js +1 -1
- package/dist/mdx-loader.js +10 -10
- package/dist/preset.js +9 -9
- package/dist/preview.js +2 -2
- package/package.json +4 -4
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
__commonJS,
|
|
6
6
|
__toESM
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UAWMPV5J.js";
|
|
8
8
|
|
|
9
9
|
// ../../../node_modules/color-name/index.js
|
|
10
10
|
var require_color_name = __commonJS({
|
|
@@ -610,7 +610,7 @@ function partialImpl(func, placeholder, ...partialArgs) {
|
|
|
610
610
|
};
|
|
611
611
|
return func.prototype && (partialed.prototype = Object.create(func.prototype)), partialed;
|
|
612
612
|
}
|
|
613
|
-
var placeholderSymbol = Symbol("partial.placeholder");
|
|
613
|
+
var placeholderSymbol = /* @__PURE__ */ Symbol("partial.placeholder");
|
|
614
614
|
partial.placeholder = placeholderSymbol;
|
|
615
615
|
|
|
616
616
|
// ../../../node_modules/es-toolkit/dist/function/partialRight.mjs
|
|
@@ -624,7 +624,7 @@ function partialRightImpl(func, placeholder, ...partialArgs) {
|
|
|
624
624
|
};
|
|
625
625
|
return func.prototype && (partialedRight.prototype = Object.create(func.prototype)), partialedRight;
|
|
626
626
|
}
|
|
627
|
-
var placeholderSymbol2 = Symbol("partialRight.placeholder");
|
|
627
|
+
var placeholderSymbol2 = /* @__PURE__ */ Symbol("partialRight.placeholder");
|
|
628
628
|
partialRight.placeholder = placeholderSymbol2;
|
|
629
629
|
|
|
630
630
|
// ../../../node_modules/es-toolkit/dist/function/retry.mjs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__export
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UAWMPV5J.js";
|
|
4
4
|
|
|
5
5
|
// src/preview.ts
|
|
6
6
|
var preview_exports = {};
|
|
@@ -16,7 +16,7 @@ var excludeTags = Object.entries(globalThis.TAGS_OPTIONS ?? {}).reduce(
|
|
|
16
16
|
), parameters = {
|
|
17
17
|
docs: {
|
|
18
18
|
renderer: async () => {
|
|
19
|
-
let { DocsRenderer } = await import("./DocsRenderer-
|
|
19
|
+
let { DocsRenderer } = await import("./DocsRenderer-JROSPFPF.js");
|
|
20
20
|
return new DocsRenderer();
|
|
21
21
|
},
|
|
22
22
|
stories: {
|
|
@@ -4,7 +4,11 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
6
|
var __commonJS = (cb, mod) => function() {
|
|
7
|
-
|
|
7
|
+
try {
|
|
8
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
9
|
+
} catch (e) {
|
|
10
|
+
throw mod = 0, e;
|
|
11
|
+
}
|
|
8
12
|
};
|
|
9
13
|
var __export = (target, all) => {
|
|
10
14
|
for (var name in all)
|