@storybook/addon-docs 10.4.4 → 10.4.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.
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  __commonJS,
6
6
  __toESM
7
- } from "./chunk-SL3VIQZ3.js";
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
@@ -2,7 +2,7 @@ import {
2
2
  DocsRenderer,
3
3
  defaultComponents
4
4
  } from "./chunk-OATZR77O.js";
5
- import "./chunk-SL3VIQZ3.js";
5
+ import "./chunk-UAWMPV5J.js";
6
6
  export {
7
7
  DocsRenderer,
8
8
  defaultComponents
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __export
3
- } from "./chunk-SL3VIQZ3.js";
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-LL677BLK.js");
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
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
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)
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_vzo62jajk4r from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_vzo62jajk4r from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_vzo62jajk4r from "node:module";
1
+ import CJS_COMPAT_NODE_URL_ugiopc8qmx from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_ugiopc8qmx from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_ugiopc8qmx from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_vzo62jajk4r.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_vzo62jajk4r.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_vzo62jajk4r.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_ugiopc8qmx.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_ugiopc8qmx.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_ugiopc8qmx.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration