storybook 10.2.0-alpha.0 → 10.2.0-alpha.1
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/{builder-manager-7Y5SBM27.js → builder-manager-LXL5N6M5.js} +12 -12
- package/dist/_node-chunks/{camelcase-VIOG5GUK.js → camelcase-64II7H4U.js} +7 -7
- package/dist/_node-chunks/{chunk-RQYJV7HO.js → chunk-4BQMSZKI.js} +8 -8
- package/dist/_node-chunks/{chunk-IIAWDLTX.js → chunk-4EZYJUAC.js} +6 -6
- package/dist/_node-chunks/{chunk-NSWP6O57.js → chunk-5GNBLJKS.js} +7 -7
- package/dist/_node-chunks/{chunk-KX2RIBIP.js → chunk-5NWCBUGD.js} +6 -6
- package/dist/_node-chunks/{chunk-VMPPKUVU.js → chunk-77APSTTM.js} +8 -8
- package/dist/_node-chunks/{chunk-6I6BDAIH.js → chunk-AJUO2ZU3.js} +7 -7
- package/dist/_node-chunks/{chunk-RTFXQIIL.js → chunk-CLNMK7MP.js} +20 -20
- package/dist/_node-chunks/chunk-COQ27OZ3.js +61 -0
- package/dist/_node-chunks/{chunk-DGCZNDMZ.js → chunk-ET4VMMZG.js} +10 -10
- package/dist/_node-chunks/{chunk-YS4ZBVQ2.js → chunk-F7377GT2.js} +13 -13
- package/dist/_node-chunks/{chunk-MTAECA6H.js → chunk-FTR6MHOX.js} +7 -7
- package/dist/_node-chunks/{chunk-UCXU3VCO.js → chunk-GOOBGRAV.js} +13 -13
- package/dist/_node-chunks/{chunk-2265F7MI.js → chunk-GYZQMMTN.js} +7 -7
- package/dist/_node-chunks/{chunk-KKTHRW4D.js → chunk-JYMZJCZ7.js} +12 -12
- package/dist/_node-chunks/{chunk-RFI7ULWH.js → chunk-KMTK5W6O.js} +7 -7
- package/dist/_node-chunks/{chunk-RZYKYZNC.js → chunk-KXDU466E.js} +7 -7
- package/dist/_node-chunks/{chunk-T3T35CKM.js → chunk-LEDV47V2.js} +7 -7
- package/dist/_node-chunks/chunk-MC2R4DSD.js +20 -0
- package/dist/_node-chunks/chunk-NEENMS4J.js +18 -0
- package/dist/_node-chunks/{chunk-4APIDVTW.js → chunk-PGFQADZC.js} +6 -6
- package/dist/_node-chunks/{chunk-G2SSRQRU.js → chunk-R3WYNAT5.js} +6 -6
- package/dist/_node-chunks/{chunk-XE4QTYSE.js → chunk-SR5ZYD7K.js} +7 -7
- package/dist/_node-chunks/{chunk-WOPURGV3.js → chunk-TP6ICLTL.js} +6 -6
- package/dist/_node-chunks/{chunk-XCRYZZCA.js → chunk-TX77W2KY.js} +9 -9
- package/dist/_node-chunks/{chunk-UGZX6OPP.js → chunk-VFTNRF5X.js} +9 -9
- package/dist/_node-chunks/{chunk-46UKK4ME.js → chunk-VR5LMO3F.js} +6 -6
- package/dist/_node-chunks/chunk-XEPVDCRL.js +23 -0
- package/dist/_node-chunks/{chunk-I7HQSEQK.js → chunk-ZI2RAI3I.js} +6 -6
- package/dist/_node-chunks/{dist-GV3REIPT.js → dist-HGQ5R6JU.js} +9 -9
- package/dist/_node-chunks/{globby-QE4LR4PT.js → globby-5XJTXKUJ.js} +9 -9
- package/dist/_node-chunks/{lib-NXQ5B2WJ.js → lib-XNLTS2RI.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-IGCQXXC5.js → mdx-N42X6CFJ-7WF3QWVO.js} +8 -8
- package/dist/_node-chunks/{p-limit-S2V3UH5Q.js → p-limit-RBKYTJKF.js} +7 -7
- package/dist/babel/index.js +10 -10
- package/dist/bin/core.js +12 -12
- package/dist/bin/dispatcher.js +11 -11
- package/dist/bin/loader.js +9 -9
- package/dist/cli/index.js +18 -18
- package/dist/common/index.js +19 -19
- package/dist/core-server/index.js +35 -35
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +25 -25
- package/dist/csf-tools/index.js +9 -9
- package/dist/manager/globals-runtime.js +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/mocking-utils/index.js +8 -8
- package/dist/node-logger/index.js +9 -9
- package/dist/server-errors.js +11 -11
- package/dist/telemetry/index.js +23 -23
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-5JSWIKE2.js +0 -18
- package/dist/_node-chunks/chunk-BJMYJWGF.js +0 -20
- package/dist/_node-chunks/chunk-BYYI4JA6.js +0 -61
- package/dist/_node-chunks/chunk-RQ4GZHOA.js +0 -23
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_2297kyafub from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2297kyafub from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2297kyafub from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2297kyafub.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2297kyafub.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2297kyafub.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,25 +22,25 @@ import {
|
|
|
22
22
|
sanitizeAddonName,
|
|
23
23
|
sanitizeError,
|
|
24
24
|
telemetry
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
27
|
-
import "../_node-chunks/chunk-
|
|
28
|
-
import "../_node-chunks/chunk-
|
|
29
|
-
import "../_node-chunks/chunk-
|
|
30
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-F7377GT2.js";
|
|
26
|
+
import "../_node-chunks/chunk-NEENMS4J.js";
|
|
27
|
+
import "../_node-chunks/chunk-CLNMK7MP.js";
|
|
28
|
+
import "../_node-chunks/chunk-COQ27OZ3.js";
|
|
29
|
+
import "../_node-chunks/chunk-KMTK5W6O.js";
|
|
30
|
+
import "../_node-chunks/chunk-4BQMSZKI.js";
|
|
31
31
|
import {
|
|
32
32
|
getPrecedingUpgrade
|
|
33
|
-
} from "../_node-chunks/chunk-
|
|
34
|
-
import "../_node-chunks/chunk-
|
|
35
|
-
import "../_node-chunks/chunk-
|
|
36
|
-
import "../_node-chunks/chunk-
|
|
37
|
-
import "../_node-chunks/chunk-
|
|
38
|
-
import "../_node-chunks/chunk-
|
|
39
|
-
import "../_node-chunks/chunk-
|
|
40
|
-
import "../_node-chunks/chunk-
|
|
41
|
-
import "../_node-chunks/chunk-
|
|
42
|
-
import "../_node-chunks/chunk-
|
|
43
|
-
import "../_node-chunks/chunk-
|
|
33
|
+
} from "../_node-chunks/chunk-VR5LMO3F.js";
|
|
34
|
+
import "../_node-chunks/chunk-VFTNRF5X.js";
|
|
35
|
+
import "../_node-chunks/chunk-4EZYJUAC.js";
|
|
36
|
+
import "../_node-chunks/chunk-SR5ZYD7K.js";
|
|
37
|
+
import "../_node-chunks/chunk-TP6ICLTL.js";
|
|
38
|
+
import "../_node-chunks/chunk-PGFQADZC.js";
|
|
39
|
+
import "../_node-chunks/chunk-FTR6MHOX.js";
|
|
40
|
+
import "../_node-chunks/chunk-MC2R4DSD.js";
|
|
41
|
+
import "../_node-chunks/chunk-AJUO2ZU3.js";
|
|
42
|
+
import "../_node-chunks/chunk-GYZQMMTN.js";
|
|
43
|
+
import "../_node-chunks/chunk-5NWCBUGD.js";
|
|
44
44
|
export {
|
|
45
45
|
ErrorCollector,
|
|
46
46
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_skf7bajczt8 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_skf7bajczt8 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_skf7bajczt8 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_skf7bajczt8.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_skf7bajczt8.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_skf7bajczt8.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// package.json
|
|
14
|
-
var version = "10.2.0-alpha.0";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_skf7bajczt8 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_skf7bajczt8 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_skf7bajczt8 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_skf7bajczt8.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_skf7bajczt8.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_skf7bajczt8.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// ../node_modules/slash/index.js
|
|
14
|
-
function slash(path) {
|
|
15
|
-
return path.startsWith("\\\\?\\") ? path : path.replace(/\\/g, "/");
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export {
|
|
19
|
-
slash
|
|
20
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_skf7bajczt8 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_skf7bajczt8 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_skf7bajczt8 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_skf7bajczt8.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_skf7bajczt8.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_skf7bajczt8.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// src/common/versions.ts
|
|
14
|
-
var versions_default = {
|
|
15
|
-
"@storybook/addon-a11y": "10.2.0-alpha.0",
|
|
16
|
-
"@storybook/addon-docs": "10.2.0-alpha.0",
|
|
17
|
-
"@storybook/addon-links": "10.2.0-alpha.0",
|
|
18
|
-
"@storybook/addon-onboarding": "10.2.0-alpha.0",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.2.0-alpha.0",
|
|
20
|
-
"@storybook/addon-themes": "10.2.0-alpha.0",
|
|
21
|
-
"@storybook/addon-vitest": "10.2.0-alpha.0",
|
|
22
|
-
"@storybook/builder-vite": "10.2.0-alpha.0",
|
|
23
|
-
"@storybook/builder-webpack5": "10.2.0-alpha.0",
|
|
24
|
-
storybook: "10.2.0-alpha.0",
|
|
25
|
-
"@storybook/angular": "10.2.0-alpha.0",
|
|
26
|
-
"@storybook/ember": "10.2.0-alpha.0",
|
|
27
|
-
"@storybook/html-vite": "10.2.0-alpha.0",
|
|
28
|
-
"@storybook/nextjs": "10.2.0-alpha.0",
|
|
29
|
-
"@storybook/nextjs-vite": "10.2.0-alpha.0",
|
|
30
|
-
"@storybook/preact-vite": "10.2.0-alpha.0",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.2.0-alpha.0",
|
|
32
|
-
"@storybook/react-vite": "10.2.0-alpha.0",
|
|
33
|
-
"@storybook/react-webpack5": "10.2.0-alpha.0",
|
|
34
|
-
"@storybook/server-webpack5": "10.2.0-alpha.0",
|
|
35
|
-
"@storybook/svelte-vite": "10.2.0-alpha.0",
|
|
36
|
-
"@storybook/sveltekit": "10.2.0-alpha.0",
|
|
37
|
-
"@storybook/vue3-vite": "10.2.0-alpha.0",
|
|
38
|
-
"@storybook/web-components-vite": "10.2.0-alpha.0",
|
|
39
|
-
sb: "10.2.0-alpha.0",
|
|
40
|
-
"@storybook/cli": "10.2.0-alpha.0",
|
|
41
|
-
"@storybook/codemod": "10.2.0-alpha.0",
|
|
42
|
-
"@storybook/core-webpack": "10.2.0-alpha.0",
|
|
43
|
-
"create-storybook": "10.2.0-alpha.0",
|
|
44
|
-
"@storybook/csf-plugin": "10.2.0-alpha.0",
|
|
45
|
-
"eslint-plugin-storybook": "10.2.0-alpha.0",
|
|
46
|
-
"@storybook/react-dom-shim": "10.2.0-alpha.0",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.2.0-alpha.0",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.2.0-alpha.0",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.2.0-alpha.0",
|
|
50
|
-
"@storybook/html": "10.2.0-alpha.0",
|
|
51
|
-
"@storybook/preact": "10.2.0-alpha.0",
|
|
52
|
-
"@storybook/react": "10.2.0-alpha.0",
|
|
53
|
-
"@storybook/server": "10.2.0-alpha.0",
|
|
54
|
-
"@storybook/svelte": "10.2.0-alpha.0",
|
|
55
|
-
"@storybook/vue3": "10.2.0-alpha.0",
|
|
56
|
-
"@storybook/web-components": "10.2.0-alpha.0"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_skf7bajczt8 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_skf7bajczt8 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_skf7bajczt8 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_skf7bajczt8.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_skf7bajczt8.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_skf7bajczt8.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
any
|
|
14
|
-
} from "./chunk-IIAWDLTX.js";
|
|
15
|
-
|
|
16
|
-
// src/cli/detect.ts
|
|
17
|
-
async function detectPnp() {
|
|
18
|
-
return !!any([".pnp.js", ".pnp.cjs"]);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export {
|
|
22
|
-
detectPnp
|
|
23
|
-
};
|