storybook 10.2.0-alpha.17 → 10.2.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/{builder-manager-Q4F5VX5J.js → builder-manager-RC5VXLE2.js} +12 -12
- package/dist/_node-chunks/{camelcase-FL6OBJRZ.js → camelcase-3YERF6B7.js} +7 -7
- package/dist/_node-chunks/chunk-2H33L3XJ.js +61 -0
- package/dist/_node-chunks/{chunk-JBRILZWU.js → chunk-2M7TBZBZ.js} +6 -6
- package/dist/_node-chunks/{chunk-XYONORVT.js → chunk-4HG57EIN.js} +7 -7
- package/dist/_node-chunks/{chunk-IWM3WHZE.js → chunk-4PWGJYBL.js} +7 -7
- package/dist/_node-chunks/{chunk-FAARRTOD.js → chunk-54FLVGBQ.js} +6 -6
- package/dist/_node-chunks/{chunk-25OWI2RR.js → chunk-5BYTBW23.js} +6 -6
- package/dist/_node-chunks/{chunk-EYPTVKFI.js → chunk-5QNVOHBZ.js} +15 -14
- package/dist/_node-chunks/{chunk-KKNWPXMS.js → chunk-6TOW3ZMZ.js} +6 -6
- package/dist/_node-chunks/{chunk-XI7HDOMY.js → chunk-A2364FS2.js} +7 -7
- package/dist/_node-chunks/{chunk-2XSHQN7K.js → chunk-BWA66NDS.js} +10 -10
- package/dist/_node-chunks/{chunk-3D4SLKEE.js → chunk-DIZCVGPK.js} +7 -7
- package/dist/_node-chunks/{chunk-IRMNO3QS.js → chunk-F347QVLI.js} +9 -9
- package/dist/_node-chunks/{chunk-GYJ7LPFJ.js → chunk-GJRLPTXZ.js} +13 -13
- package/dist/_node-chunks/{chunk-VK4OWRKU.js → chunk-H4TYBETM.js} +9 -9
- package/dist/_node-chunks/{chunk-V3SFCYKQ.js → chunk-HXE2FZ3F.js} +7 -7
- package/dist/_node-chunks/{chunk-CCJGKJ27.js → chunk-IHBEBZVB.js} +12 -12
- package/dist/_node-chunks/chunk-JK62DOZL.js +23 -0
- package/dist/_node-chunks/{chunk-MU4E5UBA.js → chunk-LMYIILVH.js} +7 -7
- package/dist/_node-chunks/{chunk-5Q5JEISY.js → chunk-N73BCSUL.js} +6 -6
- package/dist/_node-chunks/{chunk-ZOUBYBCH.js → chunk-OT3P3RDM.js} +8 -8
- package/dist/_node-chunks/{chunk-C3FPVGL4.js → chunk-OZGI27C5.js} +6 -6
- package/dist/_node-chunks/{chunk-DJ3RRSJ7.js → chunk-OZHRGJKY.js} +7 -7
- package/dist/_node-chunks/chunk-Q3WHGQXN.js +18 -0
- package/dist/_node-chunks/{chunk-VTBZVEBF.js → chunk-QNYGS5WG.js} +8 -8
- package/dist/_node-chunks/{chunk-VT2FICF4.js → chunk-QXDUEJWP.js} +6 -6
- package/dist/_node-chunks/{chunk-PWI3ORDV.js → chunk-USLMTVEL.js} +20 -20
- package/dist/_node-chunks/{chunk-G7P42ZEY.js → chunk-XH6HLMNG.js} +7 -7
- package/dist/_node-chunks/{chunk-XTIFAWOB.js → chunk-ZUTW3EKD.js} +16 -16
- package/dist/_node-chunks/{globby-4BDMCAAD.js → globby-IVEL6LAU.js} +9 -9
- package/dist/_node-chunks/{lib-XS2XQMOO.js → lib-IDUN2DHZ.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-JFERGMQH.js → mdx-N42X6CFJ-V7NAUWUX.js} +8 -8
- package/dist/_node-chunks/{p-limit-I4CLTHWH.js → p-limit-VA3OYXXM.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/components/index.d.ts +2 -1
- package/dist/components/index.js +55 -60
- package/dist/core-server/index.d.ts +6 -1
- package/dist/core-server/index.js +36 -35
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +87 -100
- package/dist/csf-tools/index.js +9 -9
- package/dist/manager/globals-runtime.js +102 -80
- package/dist/manager/runtime.js +812 -69
- package/dist/manager-api/index.d.ts +2 -0
- package/dist/manager-api/index.js +10 -2
- 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.d.ts +1 -0
- package/dist/telemetry/index.js +23 -23
- package/dist/theming/index.js +16 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +2 -1
- package/dist/_node-chunks/chunk-CBPOKBOR.js +0 -18
- package/dist/_node-chunks/chunk-EG3WZ464.js +0 -23
- package/dist/_node-chunks/chunk-RGEHGZS6.js +0 -61
|
@@ -510,6 +510,8 @@ interface API_Shortcuts {
|
|
|
510
510
|
openInEditor: API_KeyCollection;
|
|
511
511
|
openInIsolation: API_KeyCollection;
|
|
512
512
|
copyStoryLink: API_KeyCollection;
|
|
513
|
+
goToPreviousLandmark: API_KeyCollection;
|
|
514
|
+
goToNextLandmark: API_KeyCollection;
|
|
513
515
|
}
|
|
514
516
|
type API_Action = keyof API_Shortcuts;
|
|
515
517
|
interface API_AddonShortcut {
|
|
@@ -1467,7 +1467,11 @@ var defaultShortcuts = Object.freeze({
|
|
|
1467
1467
|
remount: ["alt", "R"],
|
|
1468
1468
|
openInEditor: ["alt", "shift", "E"],
|
|
1469
1469
|
openInIsolation: ["alt", "shift", "I"],
|
|
1470
|
-
copyStoryLink: ["alt", "shift", "L"]
|
|
1470
|
+
copyStoryLink: ["alt", "shift", "L"],
|
|
1471
|
+
goToPreviousLandmark: ["shift", "F6"],
|
|
1472
|
+
// hardcoded in react-aria
|
|
1473
|
+
goToNextLandmark: ["F6"]
|
|
1474
|
+
// hardcoded in react-aria
|
|
1471
1475
|
// TODO: bring this back once we want to add shortcuts for this
|
|
1472
1476
|
// copyStoryName: ['alt', 'shift', 'C'],
|
|
1473
1477
|
}), addonsShortcuts = {};
|
|
@@ -1546,6 +1550,10 @@ var init10 = ({ store: store2, fullAPI, provider }) => {
|
|
|
1546
1550
|
fullAPI.getIsFullscreen() ? fullAPI.toggleFullscreen(!1) : fullAPI.getIsNavShown() && fullAPI.toggleNav(!0);
|
|
1547
1551
|
break;
|
|
1548
1552
|
}
|
|
1553
|
+
// Handled by @react-aria/interactions and useLandmarkIndicator
|
|
1554
|
+
case "goToNextLandmark":
|
|
1555
|
+
case "goToPreviousLandmark":
|
|
1556
|
+
break;
|
|
1549
1557
|
case "focusNav": {
|
|
1550
1558
|
fullAPI.getIsFullscreen() && fullAPI.toggleFullscreen(!1), fullAPI.getIsNavShown() || fullAPI.toggleNav(!0), fullAPI.focusOnUIElement(focusableUIElements.storyListMenu);
|
|
1551
1559
|
break;
|
|
@@ -2384,7 +2392,7 @@ import { global as global8 } from "@storybook/global";
|
|
|
2384
2392
|
import semver from "semver";
|
|
2385
2393
|
|
|
2386
2394
|
// src/manager-api/version.ts
|
|
2387
|
-
var version = "10.2.0-alpha.
|
|
2395
|
+
var version = "10.2.0-alpha.18";
|
|
2388
2396
|
|
|
2389
2397
|
// src/manager-api/modules/versions.ts
|
|
2390
2398
|
var { VERSIONCHECK } = global8, getVersionCheckData = (0, import_memoizerific2.default)(1)(() => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_bfa4dw0yocr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_bfa4dw0yocr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_bfa4dw0yocr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_bfa4dw0yocr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_bfa4dw0yocr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_bfa4dw0yocr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
join,
|
|
17
17
|
normalize,
|
|
18
18
|
resolve
|
|
19
|
-
} from "../_node-chunks/chunk-
|
|
20
|
-
import "../_node-chunks/chunk-
|
|
19
|
+
} from "../_node-chunks/chunk-N73BCSUL.js";
|
|
20
|
+
import "../_node-chunks/chunk-5BYTBW23.js";
|
|
21
21
|
|
|
22
22
|
// ../../node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
|
|
23
23
|
var comma = 44, semicolon = 59, chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", intToChar = new Uint8Array(64), charToInt = new Uint8Array(128);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_bfa4dw0yocr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_bfa4dw0yocr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_bfa4dw0yocr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_bfa4dw0yocr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_bfa4dw0yocr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_bfa4dw0yocr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,9 +22,9 @@ import {
|
|
|
22
22
|
once,
|
|
23
23
|
prompt,
|
|
24
24
|
protectUrls
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
27
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-OT3P3RDM.js";
|
|
26
|
+
import "../_node-chunks/chunk-A2364FS2.js";
|
|
27
|
+
import "../_node-chunks/chunk-5BYTBW23.js";
|
|
28
28
|
var export_instance = import_npmlog.default;
|
|
29
29
|
export {
|
|
30
30
|
CLI_COLORS,
|
package/dist/server-errors.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_bfa4dw0yocr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_bfa4dw0yocr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_bfa4dw0yocr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_bfa4dw0yocr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_bfa4dw0yocr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_bfa4dw0yocr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -46,13 +46,13 @@ import {
|
|
|
46
46
|
WebpackCompilationError,
|
|
47
47
|
WebpackInvocationError,
|
|
48
48
|
WebpackMissingStatsError
|
|
49
|
-
} from "./_node-chunks/chunk-
|
|
49
|
+
} from "./_node-chunks/chunk-BWA66NDS.js";
|
|
50
50
|
import {
|
|
51
51
|
StorybookError
|
|
52
|
-
} from "./_node-chunks/chunk-
|
|
53
|
-
import "./_node-chunks/chunk-
|
|
54
|
-
import "./_node-chunks/chunk-
|
|
55
|
-
import "./_node-chunks/chunk-
|
|
52
|
+
} from "./_node-chunks/chunk-54FLVGBQ.js";
|
|
53
|
+
import "./_node-chunks/chunk-XH6HLMNG.js";
|
|
54
|
+
import "./_node-chunks/chunk-A2364FS2.js";
|
|
55
|
+
import "./_node-chunks/chunk-5BYTBW23.js";
|
|
56
56
|
export {
|
|
57
57
|
AddonVitestPostinstallConfigUpdateError,
|
|
58
58
|
AddonVitestPostinstallError,
|
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_bfa4dw0yocr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_bfa4dw0yocr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_bfa4dw0yocr from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_bfa4dw0yocr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_bfa4dw0yocr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_bfa4dw0yocr.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -25,23 +25,23 @@ import {
|
|
|
25
25
|
sanitizeAddonName,
|
|
26
26
|
sanitizeError,
|
|
27
27
|
telemetry
|
|
28
|
-
} from "../_node-chunks/chunk-
|
|
29
|
-
import "../_node-chunks/chunk-
|
|
30
|
-
import "../_node-chunks/chunk-
|
|
31
|
-
import "../_node-chunks/chunk-
|
|
32
|
-
import "../_node-chunks/chunk-
|
|
33
|
-
import "../_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-
|
|
44
|
-
import "../_node-chunks/chunk-
|
|
28
|
+
} from "../_node-chunks/chunk-5QNVOHBZ.js";
|
|
29
|
+
import "../_node-chunks/chunk-Q3WHGQXN.js";
|
|
30
|
+
import "../_node-chunks/chunk-USLMTVEL.js";
|
|
31
|
+
import "../_node-chunks/chunk-2H33L3XJ.js";
|
|
32
|
+
import "../_node-chunks/chunk-4HG57EIN.js";
|
|
33
|
+
import "../_node-chunks/chunk-OT3P3RDM.js";
|
|
34
|
+
import "../_node-chunks/chunk-GJRLPTXZ.js";
|
|
35
|
+
import "../_node-chunks/chunk-H4TYBETM.js";
|
|
36
|
+
import "../_node-chunks/chunk-OZGI27C5.js";
|
|
37
|
+
import "../_node-chunks/chunk-6TOW3ZMZ.js";
|
|
38
|
+
import "../_node-chunks/chunk-DIZCVGPK.js";
|
|
39
|
+
import "../_node-chunks/chunk-N73BCSUL.js";
|
|
40
|
+
import "../_node-chunks/chunk-2M7TBZBZ.js";
|
|
41
|
+
import "../_node-chunks/chunk-OZHRGJKY.js";
|
|
42
|
+
import "../_node-chunks/chunk-XH6HLMNG.js";
|
|
43
|
+
import "../_node-chunks/chunk-A2364FS2.js";
|
|
44
|
+
import "../_node-chunks/chunk-5BYTBW23.js";
|
|
45
45
|
export {
|
|
46
46
|
ErrorCollector,
|
|
47
47
|
addToGlobalContext,
|
package/dist/theming/index.js
CHANGED
|
@@ -1708,6 +1708,22 @@ var import_memoizerific = __toESM(require_memoizerific(), 1), createReset = (0,
|
|
|
1708
1708
|
".sb-hidden-until-focus:focus": {
|
|
1709
1709
|
opacity: 1
|
|
1710
1710
|
},
|
|
1711
|
+
"[data-sb-landmark]": {
|
|
1712
|
+
position: "relative"
|
|
1713
|
+
},
|
|
1714
|
+
"[data-sb-landmark]:focus-visible": {
|
|
1715
|
+
outline: "none"
|
|
1716
|
+
},
|
|
1717
|
+
"[data-sb-landmark]:focus-visible::after": {
|
|
1718
|
+
outline: `2px solid ${color2.primary}`,
|
|
1719
|
+
outlineOffset: "-2px"
|
|
1720
|
+
},
|
|
1721
|
+
"[data-sb-landmark]::after": {
|
|
1722
|
+
content: "''",
|
|
1723
|
+
position: "absolute",
|
|
1724
|
+
inset: 0,
|
|
1725
|
+
pointerEvents: "none"
|
|
1726
|
+
},
|
|
1711
1727
|
".react-aria-Popover:focus-visible": {
|
|
1712
1728
|
outline: "none"
|
|
1713
1729
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -686,6 +686,8 @@ interface API_Shortcuts {
|
|
|
686
686
|
openInEditor: API_KeyCollection;
|
|
687
687
|
openInIsolation: API_KeyCollection;
|
|
688
688
|
copyStoryLink: API_KeyCollection;
|
|
689
|
+
goToPreviousLandmark: API_KeyCollection;
|
|
690
|
+
goToNextLandmark: API_KeyCollection;
|
|
689
691
|
}
|
|
690
692
|
|
|
691
693
|
interface SubState$3 extends API_LoadedRefData$1 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook",
|
|
3
|
-
"version": "10.2.0-alpha.
|
|
3
|
+
"version": "10.2.0-alpha.18",
|
|
4
4
|
"description": "Storybook: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -228,6 +228,7 @@
|
|
|
228
228
|
"@radix-ui/react-scroll-area": "1.2.0-rc.7",
|
|
229
229
|
"@radix-ui/react-slot": "^1.0.2",
|
|
230
230
|
"@react-aria/interactions": "^3.25.5",
|
|
231
|
+
"@react-aria/landmark": "^3.0.8",
|
|
231
232
|
"@react-aria/overlays": "^3.29.1",
|
|
232
233
|
"@react-aria/tabs": "^3.10.7",
|
|
233
234
|
"@react-aria/toolbar": "3.0.0-beta.20",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_w8tq4vh9mzk from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_w8tq4vh9mzk from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_w8tq4vh9mzk from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_w8tq4vh9mzk.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_w8tq4vh9mzk.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_w8tq4vh9mzk.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.17";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_w8tq4vh9mzk from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_w8tq4vh9mzk from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_w8tq4vh9mzk from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_w8tq4vh9mzk.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_w8tq4vh9mzk.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_w8tq4vh9mzk.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-C3FPVGL4.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
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_w8tq4vh9mzk from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_w8tq4vh9mzk from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_w8tq4vh9mzk from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_w8tq4vh9mzk.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_w8tq4vh9mzk.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_w8tq4vh9mzk.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.17",
|
|
16
|
-
"@storybook/addon-docs": "10.2.0-alpha.17",
|
|
17
|
-
"@storybook/addon-links": "10.2.0-alpha.17",
|
|
18
|
-
"@storybook/addon-onboarding": "10.2.0-alpha.17",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.2.0-alpha.17",
|
|
20
|
-
"@storybook/addon-themes": "10.2.0-alpha.17",
|
|
21
|
-
"@storybook/addon-vitest": "10.2.0-alpha.17",
|
|
22
|
-
"@storybook/builder-vite": "10.2.0-alpha.17",
|
|
23
|
-
"@storybook/builder-webpack5": "10.2.0-alpha.17",
|
|
24
|
-
storybook: "10.2.0-alpha.17",
|
|
25
|
-
"@storybook/angular": "10.2.0-alpha.17",
|
|
26
|
-
"@storybook/ember": "10.2.0-alpha.17",
|
|
27
|
-
"@storybook/html-vite": "10.2.0-alpha.17",
|
|
28
|
-
"@storybook/nextjs": "10.2.0-alpha.17",
|
|
29
|
-
"@storybook/nextjs-vite": "10.2.0-alpha.17",
|
|
30
|
-
"@storybook/preact-vite": "10.2.0-alpha.17",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.2.0-alpha.17",
|
|
32
|
-
"@storybook/react-vite": "10.2.0-alpha.17",
|
|
33
|
-
"@storybook/react-webpack5": "10.2.0-alpha.17",
|
|
34
|
-
"@storybook/server-webpack5": "10.2.0-alpha.17",
|
|
35
|
-
"@storybook/svelte-vite": "10.2.0-alpha.17",
|
|
36
|
-
"@storybook/sveltekit": "10.2.0-alpha.17",
|
|
37
|
-
"@storybook/vue3-vite": "10.2.0-alpha.17",
|
|
38
|
-
"@storybook/web-components-vite": "10.2.0-alpha.17",
|
|
39
|
-
sb: "10.2.0-alpha.17",
|
|
40
|
-
"@storybook/cli": "10.2.0-alpha.17",
|
|
41
|
-
"@storybook/codemod": "10.2.0-alpha.17",
|
|
42
|
-
"@storybook/core-webpack": "10.2.0-alpha.17",
|
|
43
|
-
"create-storybook": "10.2.0-alpha.17",
|
|
44
|
-
"@storybook/csf-plugin": "10.2.0-alpha.17",
|
|
45
|
-
"eslint-plugin-storybook": "10.2.0-alpha.17",
|
|
46
|
-
"@storybook/react-dom-shim": "10.2.0-alpha.17",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.2.0-alpha.17",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.2.0-alpha.17",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.2.0-alpha.17",
|
|
50
|
-
"@storybook/html": "10.2.0-alpha.17",
|
|
51
|
-
"@storybook/preact": "10.2.0-alpha.17",
|
|
52
|
-
"@storybook/react": "10.2.0-alpha.17",
|
|
53
|
-
"@storybook/server": "10.2.0-alpha.17",
|
|
54
|
-
"@storybook/svelte": "10.2.0-alpha.17",
|
|
55
|
-
"@storybook/vue3": "10.2.0-alpha.17",
|
|
56
|
-
"@storybook/web-components": "10.2.0-alpha.17"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|