@storybook/addon-docs 9.2.0-alpha.2 → 10.0.0-beta.0

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.
Files changed (63) hide show
  1. package/README.md +5 -3
  2. package/dist/_browser-chunks/Color-LWAWP22K.js +1566 -0
  3. package/dist/_browser-chunks/DocsRenderer-HT7GNKAR.js +9 -0
  4. package/dist/_browser-chunks/chunk-67KILNXL.js +6831 -0
  5. package/dist/_browser-chunks/chunk-74ZUTOZN.js +65 -0
  6. package/dist/_browser-chunks/chunk-MM7DTO55.js +44 -0
  7. package/dist/_browser-chunks/chunk-RX6225WF.js +46 -0
  8. package/dist/_browser-chunks/chunk-TQ5Q4DDG.js +846 -0
  9. package/dist/_browser-chunks/chunk-UZFOWTVP.js +974 -0
  10. package/dist/_node-chunks/chunk-32BBSODQ.js +231 -0
  11. package/dist/_node-chunks/chunk-SFE23BYR.js +48 -0
  12. package/dist/_node-chunks/chunk-W3NRVQR7.js +35424 -0
  13. package/dist/_node-chunks/chunk-WX5VRRPF.js +248 -0
  14. package/dist/_node-chunks/mdx-plugin-2RC5UF6O.js +1653 -0
  15. package/dist/_node-chunks/rehype-external-links-WVBYEZ7J.js +168 -0
  16. package/dist/_node-chunks/rehype-slug-JGTPG4A3.js +127 -0
  17. package/dist/angular/index.d.ts +3 -0
  18. package/dist/angular/index.js +11 -0
  19. package/dist/blocks.d.ts +86 -42
  20. package/dist/blocks.js +8123 -201
  21. package/dist/ember/index.d.ts +3 -0
  22. package/dist/ember/index.js +11 -0
  23. package/dist/index.d.ts +42 -5
  24. package/dist/index.js +17 -15
  25. package/dist/manager.js +85 -154
  26. package/dist/mdx-loader.js +38 -71
  27. package/dist/mdx-react-shim.js +2 -0
  28. package/dist/preset.js +310 -72
  29. package/dist/preview.js +8 -13
  30. package/dist/web-components/index.d.ts +2 -0
  31. package/dist/web-components/index.js +0 -0
  32. package/manager.js +1 -1
  33. package/package.json +45 -89
  34. package/preset.js +1 -1
  35. package/preview.js +1 -1
  36. package/angular/README.md +0 -256
  37. package/angular/index.d.ts +0 -1
  38. package/angular/index.js +0 -4
  39. package/common/README.md +0 -98
  40. package/dist/Color-AVL7NMMY.mjs +0 -10
  41. package/dist/DocsContainer-fccc2203.d.ts +0 -51
  42. package/dist/DocsRenderer-3PZUHFFL.mjs +0 -2
  43. package/dist/DocsRenderer-ULRJ3H2C.mjs +0 -8
  44. package/dist/blocks.mjs +0 -213
  45. package/dist/chunk-2UFMRE4V.mjs +0 -5
  46. package/dist/chunk-CEH6MNVV.mjs +0 -3
  47. package/dist/chunk-GWJYCGSQ.mjs +0 -7
  48. package/dist/chunk-QUZPS4B6.mjs +0 -3
  49. package/dist/chunk-SPFYY5GD.mjs +0 -3
  50. package/dist/index.mjs +0 -8
  51. package/dist/preview.mjs +0 -5
  52. package/dist/shims/mdx-react-shim.js +0 -12
  53. package/dist/shims/mdx-react-shim.mjs +0 -1
  54. package/ember/README.md +0 -153
  55. package/ember/index.d.ts +0 -1
  56. package/ember/index.js +0 -3
  57. package/react/README.md +0 -149
  58. package/svelte/HOC.svelte +0 -7
  59. package/vue/README.md +0 -152
  60. package/vue3/README.md +0 -152
  61. package/web-components/README.md +0 -131
  62. package/web-components/index.js +0 -1
  63. /package/dist/{shims/mdx-react-shim.d.ts → mdx-react-shim.d.ts} +0 -0
@@ -0,0 +1,168 @@
1
+ import CJS_COMPAT_NODE_URL_a0763eddh0i from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_a0763eddh0i from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_a0763eddh0i from "node:module";
4
+
5
+ var __filename = CJS_COMPAT_NODE_URL_a0763eddh0i.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_a0763eddh0i.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_a0763eddh0i.createRequire(import.meta.url);
8
+
9
+ // ------------------------------------------------------------
10
+ // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
+ // ------------------------------------------------------------
12
+ import {
13
+ esm_default,
14
+ parse
15
+ } from "./chunk-WX5VRRPF.js";
16
+ import {
17
+ visit
18
+ } from "./chunk-32BBSODQ.js";
19
+ import {
20
+ __name
21
+ } from "./chunk-SFE23BYR.js";
22
+
23
+ // ../../node_modules/hast-util-is-element/lib/index.js
24
+ var convertElement = (
25
+ // Note: overloads in JSDoc can’t yet use different `@template`s.
26
+ /**
27
+ * @type {(
28
+ * (<Condition extends TestFunction>(test: Condition) => (element: unknown, index?: number | null | undefined, parent?: Parents | null | undefined, context?: unknown) => element is Element & Predicate<Condition, Element>) &
29
+ * (<Condition extends string>(test: Condition) => (element: unknown, index?: number | null | undefined, parent?: Parents | null | undefined, context?: unknown) => element is Element & {tagName: Condition}) &
30
+ * ((test?: null | undefined) => (element?: unknown, index?: number | null | undefined, parent?: Parents | null | undefined, context?: unknown) => element is Element) &
31
+ * ((test?: Test) => Check)
32
+ * )}
33
+ */
34
+ /**
35
+ * @param {Test | null | undefined} [test]
36
+ * @returns {Check}
37
+ */
38
+ /* @__PURE__ */ __name(function(test) {
39
+ if (test === null || test === void 0) {
40
+ return element;
41
+ }
42
+ if (typeof test === "string") {
43
+ return tagNameFactory(test);
44
+ }
45
+ if (typeof test === "object") {
46
+ return anyFactory(test);
47
+ }
48
+ if (typeof test === "function") {
49
+ return castFactory(test);
50
+ }
51
+ throw new Error("Expected function, string, or array as `test`");
52
+ }, "convertElement")
53
+ );
54
+ function anyFactory(tests) {
55
+ const checks = [];
56
+ let index = -1;
57
+ while (++index < tests.length) {
58
+ checks[index] = convertElement(tests[index]);
59
+ }
60
+ return castFactory(any);
61
+ function any(...parameters) {
62
+ let index2 = -1;
63
+ while (++index2 < checks.length) {
64
+ if (checks[index2].apply(this, parameters)) return true;
65
+ }
66
+ return false;
67
+ }
68
+ __name(any, "any");
69
+ }
70
+ __name(anyFactory, "anyFactory");
71
+ function tagNameFactory(check) {
72
+ return castFactory(tagName);
73
+ function tagName(element2) {
74
+ return element2.tagName === check;
75
+ }
76
+ __name(tagName, "tagName");
77
+ }
78
+ __name(tagNameFactory, "tagNameFactory");
79
+ function castFactory(testFunction) {
80
+ return check;
81
+ function check(value, index, parent) {
82
+ return Boolean(
83
+ looksLikeAnElement(value) && testFunction.call(
84
+ this,
85
+ value,
86
+ typeof index === "number" ? index : void 0,
87
+ parent || void 0
88
+ )
89
+ );
90
+ }
91
+ __name(check, "check");
92
+ }
93
+ __name(castFactory, "castFactory");
94
+ function element(element2) {
95
+ return Boolean(
96
+ element2 && typeof element2 === "object" && "type" in element2 && element2.type === "element" && "tagName" in element2 && typeof element2.tagName === "string"
97
+ );
98
+ }
99
+ __name(element, "element");
100
+ function looksLikeAnElement(value) {
101
+ return value !== null && typeof value === "object" && "type" in value && "tagName" in value;
102
+ }
103
+ __name(looksLikeAnElement, "looksLikeAnElement");
104
+
105
+ // ../../node_modules/is-absolute-url/index.js
106
+ var ABSOLUTE_URL_REGEX = /^[a-zA-Z][a-zA-Z\d+\-.]*?:/;
107
+ var WINDOWS_PATH_REGEX = /^[a-zA-Z]:\\/;
108
+ function isAbsoluteUrl(url) {
109
+ if (typeof url !== "string") {
110
+ throw new TypeError(`Expected a \`string\`, got \`${typeof url}\``);
111
+ }
112
+ if (WINDOWS_PATH_REGEX.test(url)) {
113
+ return false;
114
+ }
115
+ return ABSOLUTE_URL_REGEX.test(url);
116
+ }
117
+ __name(isAbsoluteUrl, "isAbsoluteUrl");
118
+
119
+ // ../../node_modules/rehype-external-links/lib/index.js
120
+ var defaultProtocols = ["http", "https"];
121
+ var defaultRel = ["nofollow"];
122
+ var emptyOptions = {};
123
+ function rehypeExternalLinks(options) {
124
+ const settings = options || emptyOptions;
125
+ const protocols = settings.protocols || defaultProtocols;
126
+ const is = convertElement(settings.test);
127
+ return function(tree) {
128
+ visit(tree, "element", function(node, index, parent) {
129
+ if (node.tagName === "a" && typeof node.properties.href === "string" && is(node, index, parent)) {
130
+ const url = node.properties.href;
131
+ if (isAbsoluteUrl(url) ? protocols.includes(url.slice(0, url.indexOf(":"))) : url.startsWith("//")) {
132
+ const contentRaw = createIfNeeded(settings.content, node);
133
+ const content = contentRaw && !Array.isArray(contentRaw) ? [contentRaw] : contentRaw;
134
+ const relRaw = createIfNeeded(settings.rel, node) || defaultRel;
135
+ const rel = typeof relRaw === "string" ? parse(relRaw) : relRaw;
136
+ const target = createIfNeeded(settings.target, node);
137
+ const properties = createIfNeeded(settings.properties, node);
138
+ if (properties) {
139
+ Object.assign(node.properties, esm_default(properties));
140
+ }
141
+ if (rel.length > 0) {
142
+ node.properties.rel = [...rel];
143
+ }
144
+ if (target) {
145
+ node.properties.target = target;
146
+ }
147
+ if (content) {
148
+ const properties2 = createIfNeeded(settings.contentProperties, node) || {};
149
+ node.children.push({
150
+ type: "element",
151
+ tagName: "span",
152
+ properties: esm_default(properties2),
153
+ children: esm_default(content)
154
+ });
155
+ }
156
+ }
157
+ }
158
+ });
159
+ };
160
+ }
161
+ __name(rehypeExternalLinks, "rehypeExternalLinks");
162
+ function createIfNeeded(value, element2) {
163
+ return typeof value === "function" ? value(element2) : value;
164
+ }
165
+ __name(createIfNeeded, "createIfNeeded");
166
+ export {
167
+ rehypeExternalLinks as default
168
+ };
@@ -0,0 +1,127 @@
1
+ import CJS_COMPAT_NODE_URL_a0763eddh0i from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_a0763eddh0i from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_a0763eddh0i from "node:module";
4
+
5
+ var __filename = CJS_COMPAT_NODE_URL_a0763eddh0i.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_a0763eddh0i.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_a0763eddh0i.createRequire(import.meta.url);
8
+
9
+ // ------------------------------------------------------------
10
+ // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
+ // ------------------------------------------------------------
12
+ import {
13
+ visit
14
+ } from "./chunk-32BBSODQ.js";
15
+ import {
16
+ __name
17
+ } from "./chunk-SFE23BYR.js";
18
+
19
+ // ../../node_modules/github-slugger/regex.js
20
+ var regex = /[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g;
21
+
22
+ // ../../node_modules/github-slugger/index.js
23
+ var own = Object.hasOwnProperty;
24
+ var BananaSlug = class {
25
+ static {
26
+ __name(this, "BananaSlug");
27
+ }
28
+ /**
29
+ * Create a new slug class.
30
+ */
31
+ constructor() {
32
+ this.occurrences;
33
+ this.reset();
34
+ }
35
+ /**
36
+ * Generate a unique slug.
37
+ *
38
+ * Tracks previously generated slugs: repeated calls with the same value
39
+ * will result in different slugs.
40
+ * Use the `slug` function to get same slugs.
41
+ *
42
+ * @param {string} value
43
+ * String of text to slugify
44
+ * @param {boolean} [maintainCase=false]
45
+ * Keep the current case, otherwise make all lowercase
46
+ * @return {string}
47
+ * A unique slug string
48
+ */
49
+ slug(value, maintainCase) {
50
+ const self = this;
51
+ let result = slug(value, maintainCase === true);
52
+ const originalSlug = result;
53
+ while (own.call(self.occurrences, result)) {
54
+ self.occurrences[originalSlug]++;
55
+ result = originalSlug + "-" + self.occurrences[originalSlug];
56
+ }
57
+ self.occurrences[result] = 0;
58
+ return result;
59
+ }
60
+ /**
61
+ * Reset - Forget all previous slugs
62
+ *
63
+ * @return void
64
+ */
65
+ reset() {
66
+ this.occurrences = /* @__PURE__ */ Object.create(null);
67
+ }
68
+ };
69
+ function slug(value, maintainCase) {
70
+ if (typeof value !== "string") return "";
71
+ if (!maintainCase) value = value.toLowerCase();
72
+ return value.replace(regex, "").replace(/ /g, "-");
73
+ }
74
+ __name(slug, "slug");
75
+
76
+ // ../../node_modules/hast-util-heading-rank/lib/index.js
77
+ function headingRank(node) {
78
+ const name = node.type === "element" ? node.tagName.toLowerCase() : "";
79
+ const code = name.length === 2 && name.charCodeAt(0) === 104 ? name.charCodeAt(1) : 0;
80
+ return code > 48 && code < 55 ? code - 48 : void 0;
81
+ }
82
+ __name(headingRank, "headingRank");
83
+
84
+ // ../../node_modules/hast-util-to-string/lib/index.js
85
+ function toString(node) {
86
+ if ("children" in node) {
87
+ return all(node);
88
+ }
89
+ return "value" in node ? node.value : "";
90
+ }
91
+ __name(toString, "toString");
92
+ function one(node) {
93
+ if (node.type === "text") {
94
+ return node.value;
95
+ }
96
+ return "children" in node ? all(node) : "";
97
+ }
98
+ __name(one, "one");
99
+ function all(node) {
100
+ let index = -1;
101
+ const result = [];
102
+ while (++index < node.children.length) {
103
+ result[index] = one(node.children[index]);
104
+ }
105
+ return result.join("");
106
+ }
107
+ __name(all, "all");
108
+
109
+ // ../../node_modules/rehype-slug/lib/index.js
110
+ var emptyOptions = {};
111
+ var slugs = new BananaSlug();
112
+ function rehypeSlug(options) {
113
+ const settings = options || emptyOptions;
114
+ const prefix = settings.prefix || "";
115
+ return function(tree) {
116
+ slugs.reset();
117
+ visit(tree, "element", function(node) {
118
+ if (headingRank(node) && !node.properties.id) {
119
+ node.properties.id = prefix + slugs.slug(toString(node));
120
+ }
121
+ });
122
+ };
123
+ }
124
+ __name(rehypeSlug, "rehypeSlug");
125
+ export {
126
+ rehypeSlug as default
127
+ };
@@ -0,0 +1,3 @@
1
+ declare const setCompodocJson: (compodocJson: any) => void;
2
+
3
+ export { setCompodocJson };
@@ -0,0 +1,11 @@
1
+ import {
2
+ __name
3
+ } from "../_browser-chunks/chunk-MM7DTO55.js";
4
+
5
+ // src/angular/index.ts
6
+ var setCompodocJson = /* @__PURE__ */ __name((compodocJson) => {
7
+ globalThis.__STORYBOOK_COMPODOC_JSON__ = compodocJson;
8
+ }, "setCompodocJson");
9
+ export {
10
+ setCompodocJson
11
+ };
package/dist/blocks.d.ts CHANGED
@@ -1,49 +1,13 @@
1
1
  import * as React from 'react';
2
- import React__default, { ComponentProps, FunctionComponent, PropsWithChildren, FC, Context, ReactElement, ReactNode } from 'react';
3
- import { Conditional, DocsContextProps, PreparedStory, ModuleExports, Renderer as Renderer$1, Args as Args$1, StoryId, ModuleExport, ResolvedModuleExportType, ResolvedModuleExportFromType, Parameters as Parameters$1, ProjectAnnotations, BaseAnnotations, ComponentTitle } from 'storybook/internal/types';
2
+ import React__default, { FC, ComponentProps, FunctionComponent, PropsWithChildren, ReactElement, Context, ReactNode } from 'react';
3
+ import { Conditional, PreparedStory, DocsContextProps, ModuleExports, Renderer as Renderer$1, StoryId, Args as Args$1, ModuleExport, ResolvedModuleExportType, ResolvedModuleExportFromType, Parameters as Parameters$1, ProjectAnnotations, BaseAnnotations, ComponentTitle } from 'storybook/internal/types';
4
4
  export { DocsContextProps } from 'storybook/internal/types';
5
- export { b as DocsContainer, D as DocsContainerProps, a as TableOfContents } from './DocsContainer-fccc2203.js';
5
+ import { Channel } from 'storybook/internal/channels';
6
6
  import { Renderer } from 'storybook/internal/csf';
7
7
  import { PropDescriptor } from 'storybook/preview-api';
8
8
  import { SupportedLanguage, SyntaxHighlighter, ActionItem, SyntaxHighlighterFormatTypes } from 'storybook/internal/components';
9
9
  import { SourceType } from 'storybook/internal/docs-tools';
10
- import 'storybook/internal/channels';
11
- import 'storybook/theming';
12
-
13
- declare enum SourceError {
14
- NO_STORY = "There\u2019s no story here.",
15
- SOURCE_UNAVAILABLE = "Oh no! The source is not available."
16
- }
17
- interface SourceCodeProps {
18
- /** The language the syntax highlighter uses for your story’s code */
19
- language?: SupportedLanguage;
20
- /** Use this to override the content of the source block. */
21
- code?: string;
22
- /** The formatter the syntax highlighter uses for your story’s code. */
23
- format?: ComponentProps<typeof SyntaxHighlighter>['format'];
24
- /** Display the source snippet in a dark mode. */
25
- dark?: boolean;
26
- }
27
- interface SourceProps$1 extends SourceCodeProps {
28
- isLoading?: boolean;
29
- error?: SourceError;
30
- }
31
- /** Syntax-highlighted source code for a component (or anything!) */
32
- declare const Source$1: FunctionComponent<SourceProps$1>;
33
-
34
- type PreviewProps = PropsWithChildren<{
35
- isLoading?: true;
36
- layout?: Layout;
37
- inline?: boolean;
38
- isColumn?: boolean;
39
- columns?: number;
40
- withSource?: SourceProps$1;
41
- isExpanded?: boolean;
42
- withToolbar?: boolean;
43
- className?: string;
44
- additionalActions?: ActionItem[];
45
- }>;
46
- type Layout = 'padded' | 'fullscreen' | 'centered';
10
+ import { ThemeVars } from 'storybook/theming';
47
11
 
48
12
  interface ArgType {
49
13
  name?: string;
@@ -110,6 +74,41 @@ type ArgsTableProps = ArgsTableOptionProps & (ArgsTableDataProps | ArgsTableErro
110
74
  */
111
75
  declare const ArgsTable: FC<ArgsTableProps>;
112
76
 
77
+ declare enum SourceError {
78
+ NO_STORY = "There\u2019s no story here.",
79
+ SOURCE_UNAVAILABLE = "Oh no! The source is not available."
80
+ }
81
+ interface SourceCodeProps {
82
+ /** The language the syntax highlighter uses for your story’s code */
83
+ language?: SupportedLanguage;
84
+ /** Use this to override the content of the source block. */
85
+ code?: string;
86
+ /** The formatter the syntax highlighter uses for your story’s code. */
87
+ format?: ComponentProps<typeof SyntaxHighlighter>['format'];
88
+ /** Display the source snippet in a dark mode. */
89
+ dark?: boolean;
90
+ }
91
+ interface SourceProps$1 extends SourceCodeProps {
92
+ isLoading?: boolean;
93
+ error?: SourceError;
94
+ }
95
+ /** Syntax-highlighted source code for a component (or anything!) */
96
+ declare const Source$1: FunctionComponent<SourceProps$1>;
97
+
98
+ type PreviewProps = PropsWithChildren<{
99
+ isLoading?: true;
100
+ layout?: Layout;
101
+ inline?: boolean;
102
+ isColumn?: boolean;
103
+ columns?: number;
104
+ withSource?: SourceProps$1;
105
+ isExpanded?: boolean;
106
+ withToolbar?: boolean;
107
+ className?: string;
108
+ additionalActions?: ActionItem[];
109
+ }>;
110
+ type Layout = 'padded' | 'fullscreen' | 'centered';
111
+
113
112
  interface CommonProps {
114
113
  story: PreparedStory;
115
114
  inline: boolean;
@@ -175,6 +174,45 @@ interface IconGalleryProps {
175
174
  /** Show a grid of icons, as specified by `IconItem`. */
176
175
  declare const IconGallery: FunctionComponent<IconGalleryProps>;
177
176
 
177
+ interface TocbotOptions {
178
+ tocSelector: string;
179
+ contentSelector: string;
180
+ headingSelector: string;
181
+ ignoreSelector?: string;
182
+ headingsOffset?: number;
183
+ scrollSmoothOffset?: number;
184
+ orderedList?: boolean;
185
+ onClick?: (e: MouseEvent) => void;
186
+ scrollEndCallback?: () => void;
187
+ [key: string]: unknown;
188
+ }
189
+ interface TocParameters {
190
+ /** CSS selector for the container to search for headings. */
191
+ contentsSelector?: string;
192
+ /**
193
+ * When true, hide the TOC. We still show the empty container (as opposed to showing nothing at
194
+ * all) because it affects the page layout and we want to preserve the layout across pages.
195
+ */
196
+ disable?: boolean;
197
+ /** CSS selector to match headings to list in the TOC. */
198
+ headingSelector?: string;
199
+ /** Headings that match the ignoreSelector will be skipped. */
200
+ ignoreSelector?: string;
201
+ /** Custom title ReactElement or string to display above the TOC. */
202
+ title?: ReactElement | string | null;
203
+ /**
204
+ * TocBot options, not guaranteed to be available in future versions.
205
+ *
206
+ * @see tocbot docs {@link https://tscanlin.github.io/tocbot/#usage}
207
+ */
208
+ unsafeTocbotOptions?: Omit<TocbotOptions, 'onClick' | 'scrollEndCallback'>;
209
+ }
210
+ type TableOfContentsProps = React__default.PropsWithChildren<TocParameters & {
211
+ className?: string;
212
+ channel: Channel;
213
+ }>;
214
+ declare const TableOfContents: ({ title, disable, headingSelector, contentsSelector, ignoreSelector, unsafeTocbotOptions, channel, className, }: TableOfContentsProps) => React__default.JSX.Element;
215
+
178
216
  declare const anchorBlockIdFromId: (storyId: string) => string;
179
217
  interface AnchorProps {
180
218
  storyId: string;
@@ -373,6 +411,12 @@ declare function Docs<TRenderer extends Renderer$1 = Renderer$1>({ context, docs
373
411
 
374
412
  declare const DocsPage: FC;
375
413
 
414
+ interface DocsContainerProps<TFramework extends Renderer$1 = Renderer$1> {
415
+ context: DocsContextProps<TFramework>;
416
+ theme?: ThemeVars;
417
+ }
418
+ declare const DocsContainer: FC<PropsWithChildren<DocsContainerProps>>;
419
+
376
420
  declare const PRIMARY_STORY = "^";
377
421
  type Component = any;
378
422
  type DocsStoryProps = {
@@ -828,7 +872,7 @@ declare namespace MarkdownToJSX {
828
872
  */
829
873
  wrapper: React.ElementType | null;
830
874
  }>;
831
- export {};
875
+ export { };
832
876
  }
833
877
 
834
878
  type MarkdownProps = typeof Markdown$1 extends React__default.ComponentType<infer Props> ? Props : never;
@@ -1025,4 +1069,4 @@ type ColorProps = ColorControlProps;
1025
1069
  declare const LazyColorControl: React__default.LazyExoticComponent<React__default.FC<ColorControlProps>>;
1026
1070
  declare const ColorControl: (props: ComponentProps<typeof LazyColorControl>) => React__default.JSX.Element;
1027
1071
 
1028
- export { AddContext, Anchor, AnchorMdx, AnchorProps, ArgTypes, BooleanConfig, BooleanControl, BooleanProps, BooleanValue, Canvas, CodeOrSourceMdx, ColorConfig, ColorControl, ColorItem, ColorPalette, ColorProps, ColorValue, Component, Control, ControlProps, ControlType, Controls, DateConfig, DateControl, DateProps, DateValue, DescriptionContainer as Description, DescriptionType, Docs, DocsContext, DocsPage, DocsProps, DocsStory, DocsStoryProps, ExternalDocs, ExternalDocsContainer, ExternalDocsProps, FilesControl, FilesControlProps, HeaderMdx, HeadersMdx, Heading, HeadingProps, IconGallery, IconItem, Markdown, Meta, NormalizedOptionsConfig, NumberConfig, NumberControl, NumberValue, ObjectConfig, ObjectControl, ObjectProps, ObjectValue, Of, Options, OptionsArray, OptionsConfig, OptionsControl, OptionsControlType, OptionsMultiSelection, OptionsObject, OptionsProps, OptionsSelection, OptionsSingleSelection, PRIMARY_STORY, PresetColor, Primary, ArgsTable as PureArgsTable, RangeConfig, RangeControl, SortType, Source, SourceContainer, SourceContext, SourceContextProps, SourceItem, SourceParameters, SourceProps, Stories, Story, StoryProps, StorySources, Subheading, Subtitle, TextConfig, TextControl, TextProps, TextValue, Title, Typeset, UNKNOWN_ARGS_HASH, Unstyled, Wrapper, anchorBlockIdFromId, argsHash, assertIsFn, extractTitle, format, formatDate, formatTime, getStoryId, getStoryProps, parse, parseDate, parseTime, slugs, useOf, useSourceProps };
1072
+ export { AddContext, Anchor, AnchorMdx, type AnchorProps, ArgTypes, type BooleanConfig, BooleanControl, type BooleanProps, type BooleanValue, Canvas, CodeOrSourceMdx, type ColorConfig, ColorControl, ColorItem, ColorPalette, type ColorProps, type ColorValue, type Component, type Control, type ControlProps, type ControlType, Controls, type DateConfig, DateControl, type DateProps, type DateValue, DescriptionContainer as Description, DescriptionType, Docs, DocsContainer, type DocsContainerProps, DocsContext, DocsPage, type DocsProps, DocsStory, type DocsStoryProps, ExternalDocs, ExternalDocsContainer, type ExternalDocsProps, FilesControl, type FilesControlProps, HeaderMdx, HeadersMdx, Heading, type HeadingProps, IconGallery, IconItem, Markdown, Meta, type NormalizedOptionsConfig, type NumberConfig, NumberControl, type NumberValue, type ObjectConfig, ObjectControl, type ObjectProps, type ObjectValue, type Of, type Options, type OptionsArray, type OptionsConfig, OptionsControl, type OptionsControlType, type OptionsMultiSelection, type OptionsObject, type OptionsProps, type OptionsSelection, type OptionsSingleSelection, PRIMARY_STORY, type PresetColor, Primary, ArgsTable as PureArgsTable, type RangeConfig, RangeControl, type SortType, Source, SourceContainer, SourceContext, type SourceContextProps, type SourceItem, type SourceParameters, type SourceProps, Stories, Story, type StoryProps, type StorySources, Subheading, Subtitle, TableOfContents, type TextConfig, TextControl, type TextProps, type TextValue, Title, Typeset, UNKNOWN_ARGS_HASH, Unstyled, Wrapper, anchorBlockIdFromId, argsHash, assertIsFn, extractTitle, format, formatDate, formatTime, getStoryId, getStoryProps, parse, parseDate, parseTime, slugs, useOf, useSourceProps };