storybook 10.1.3 → 10.1.5
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/{chunk-2XZMBGTA.js → chunk-7S2XPX5M.js} +1 -1
- package/dist/_browser-chunks/{chunk-SS2NHR7W.js → chunk-GPBRNGY5.js} +1 -1
- package/dist/{_node-chunks/chunk-U6IY6QQN.js → _browser-chunks/chunk-JVRDBUUP.js} +20 -13
- package/dist/_browser-chunks/{chunk-GFY5R5EY.js → chunk-V5NV5R37.js} +1 -1
- package/dist/_node-chunks/{builder-manager-N4D23FLX.js → builder-manager-ZXJBDRXR.js} +12 -12
- package/dist/_node-chunks/{camelcase-EXGV75P2.js → camelcase-WRTIKEO6.js} +7 -7
- package/dist/_node-chunks/{chunk-A7QREOLM.js → chunk-255LKCUD.js} +6 -6
- package/dist/_node-chunks/chunk-3GJDB3VJ.js +18 -0
- package/dist/_node-chunks/{chunk-CD52AW7X.js → chunk-3N5PBWO5.js} +9 -9
- package/dist/_node-chunks/{chunk-TCNV3SSR.js → chunk-52EAUB7R.js} +7 -7
- package/dist/_node-chunks/{chunk-4FES3Z32.js → chunk-56BVIMJO.js} +7 -7
- package/dist/_node-chunks/{chunk-IHWETTDK.js → chunk-5H7WLGZC.js} +7 -7
- package/dist/_node-chunks/{chunk-RIFAW6Y4.js → chunk-AJ7QOTOZ.js} +43 -27
- package/dist/{_browser-chunks/chunk-FQ7SLVLR.js → _node-chunks/chunk-B2EXFXPG.js} +32 -1
- package/dist/_node-chunks/{chunk-3PAK6HOZ.js → chunk-C3CWELCD.js} +7 -7
- package/dist/_node-chunks/{chunk-EE622TFR.js → chunk-CUUCEXYW.js} +6 -6
- package/dist/_node-chunks/chunk-EBMWZDZG.js +23 -0
- package/dist/_node-chunks/{chunk-PDCQDYS4.js → chunk-FCQVKOY4.js} +72 -11
- package/dist/_node-chunks/{chunk-2S4J6WRI.js → chunk-FD76ZM2X.js} +8 -8
- package/dist/_node-chunks/{chunk-J33WT6V7.js → chunk-GJ5FSAL5.js} +6 -6
- package/dist/_node-chunks/{chunk-RCCMX64R.js → chunk-GUCJOBT7.js} +6 -6
- package/dist/_node-chunks/{chunk-EY7WWLFP.js → chunk-HNDTWAF5.js} +7 -7
- package/dist/_node-chunks/{chunk-W77J252D.js → chunk-ITMM32VP.js} +9 -9
- package/dist/_node-chunks/{chunk-KQCVPCQD.js → chunk-KYHFIXVV.js} +6 -6
- package/dist/_node-chunks/{chunk-O5HLDMLW.js → chunk-PL7KUITS.js} +12 -12
- package/dist/_node-chunks/{chunk-TTAIHANB.js → chunk-QCZPELNP.js} +7 -7
- package/dist/_node-chunks/{chunk-745ARPQW.js → chunk-RZ3SV46Y.js} +40 -24
- package/dist/_node-chunks/{chunk-V6NSKAAJ.js → chunk-SNGQFKE7.js} +7 -7
- package/dist/_node-chunks/{chunk-4K33EHJJ.js → chunk-VGBOM5PD.js} +21 -17
- package/dist/_node-chunks/chunk-VRODUWUT.js +61 -0
- package/dist/_node-chunks/{chunk-NAZXVKZR.js → chunk-WUVM2V22.js} +6 -6
- package/dist/_node-chunks/{chunk-YF6BQNR6.js → chunk-WYREEMWZ.js} +6 -6
- package/dist/_node-chunks/{chunk-OBA5XT44.js → chunk-XPWMJEXT.js} +7 -7
- package/dist/_node-chunks/{chunk-DUT2G4P5.js → chunk-ZIG3SZMN.js} +8 -8
- package/dist/_node-chunks/{dist-BV4S5XPY.js → dist-XHCP6OFU.js} +9 -9
- package/dist/_node-chunks/{globby-MMDNVX5S.js → globby-YHL6UTMA.js} +9 -9
- package/dist/_node-chunks/{lib-ZNCEKZ43.js → lib-RWWG7TOS.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-KXIBNMFG.js → mdx-N42X6CFJ-ZALEYAPJ.js} +8 -8
- package/dist/_node-chunks/{p-limit-RIAILNZP.js → p-limit-LLBQLQ7I.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.d.ts +25 -18
- package/dist/common/index.js +19 -19
- package/dist/core-server/index.d.ts +68 -1
- package/dist/core-server/index.js +33 -33
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +25 -25
- package/dist/csf/index.js +1 -1
- package/dist/csf-tools/index.js +9 -9
- package/dist/manager/globals-runtime.js +21 -2
- package/dist/manager-api/index.js +4 -4
- package/dist/manager-errors.d.ts +24 -0
- package/dist/manager-errors.js +2 -2
- package/dist/mocking-utils/index.js +8 -8
- package/dist/node-logger/index.js +9 -9
- package/dist/preview/runtime.js +21 -2
- package/dist/preview-api/index.js +1 -1
- package/dist/preview-errors.d.ts +24 -0
- package/dist/preview-errors.js +2 -2
- package/dist/server-errors.d.ts +59 -3
- package/dist/server-errors.js +22 -11
- package/dist/telemetry/index.js +23 -23
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-6WT5T7D6.js +0 -23
- package/dist/_node-chunks/chunk-ABYOUG2G.js +0 -18
- package/dist/_node-chunks/chunk-UQA3ZWVX.js +0 -61
package/dist/preview-errors.d.ts
CHANGED
|
@@ -570,6 +570,25 @@ declare abstract class StorybookError extends Error {
|
|
|
570
570
|
/** Overrides the default `Error.name` property in the format: SB_<CATEGORY>_<CODE>. */
|
|
571
571
|
get name(): string;
|
|
572
572
|
set name(name: string);
|
|
573
|
+
/**
|
|
574
|
+
* A collection of sub errors which relate to a parent error.
|
|
575
|
+
*
|
|
576
|
+
* Sub-errors are used to represent multiple related errors that occurred together. When a
|
|
577
|
+
* StorybookError with sub-errors is sent to telemetry, both the parent error and each sub-error
|
|
578
|
+
* are sent as separate telemetry events. This allows for better error tracking and debugging.
|
|
579
|
+
*
|
|
580
|
+
* @example
|
|
581
|
+
*
|
|
582
|
+
* ```ts
|
|
583
|
+
* const error1 = new SomeError();
|
|
584
|
+
* const error2 = new AnotherError();
|
|
585
|
+
* const parentError = new ParentError({
|
|
586
|
+
* // ... other props
|
|
587
|
+
* subErrors: [error1, error2],
|
|
588
|
+
* });
|
|
589
|
+
* ```
|
|
590
|
+
*/
|
|
591
|
+
subErrors: StorybookError[];
|
|
573
592
|
constructor(props: {
|
|
574
593
|
category: string;
|
|
575
594
|
code: number;
|
|
@@ -577,6 +596,11 @@ declare abstract class StorybookError extends Error {
|
|
|
577
596
|
documentation?: boolean | string | string[];
|
|
578
597
|
isHandledError?: boolean;
|
|
579
598
|
name: string;
|
|
599
|
+
/**
|
|
600
|
+
* Optional array of sub-errors that are related to this error. When this error is sent to
|
|
601
|
+
* telemetry, each sub-error will be sent as a separate event.
|
|
602
|
+
*/
|
|
603
|
+
subErrors?: StorybookError[];
|
|
580
604
|
});
|
|
581
605
|
/** Generates the error message along with additional documentation link (if applicable). */
|
|
582
606
|
static getFullMessage({ documentation, code, category, message, }: ConstructorParameters<typeof StorybookError>[0]): string;
|
package/dist/preview-errors.js
CHANGED
|
@@ -20,8 +20,8 @@ import {
|
|
|
20
20
|
StoryStoreAccessedBeforeInitializationError,
|
|
21
21
|
UnknownArgTypesError,
|
|
22
22
|
UnsupportedViewportDimensionError
|
|
23
|
-
} from "./_browser-chunks/chunk-
|
|
24
|
-
import "./_browser-chunks/chunk-
|
|
23
|
+
} from "./_browser-chunks/chunk-7S2XPX5M.js";
|
|
24
|
+
import "./_browser-chunks/chunk-JVRDBUUP.js";
|
|
25
25
|
import "./_browser-chunks/chunk-JP7NCOJX.js";
|
|
26
26
|
import "./_browser-chunks/chunk-A242L54C.js";
|
|
27
27
|
export {
|
package/dist/server-errors.d.ts
CHANGED
|
@@ -570,6 +570,25 @@ declare abstract class StorybookError extends Error {
|
|
|
570
570
|
/** Overrides the default `Error.name` property in the format: SB_<CATEGORY>_<CODE>. */
|
|
571
571
|
get name(): string;
|
|
572
572
|
set name(name: string);
|
|
573
|
+
/**
|
|
574
|
+
* A collection of sub errors which relate to a parent error.
|
|
575
|
+
*
|
|
576
|
+
* Sub-errors are used to represent multiple related errors that occurred together. When a
|
|
577
|
+
* StorybookError with sub-errors is sent to telemetry, both the parent error and each sub-error
|
|
578
|
+
* are sent as separate telemetry events. This allows for better error tracking and debugging.
|
|
579
|
+
*
|
|
580
|
+
* @example
|
|
581
|
+
*
|
|
582
|
+
* ```ts
|
|
583
|
+
* const error1 = new SomeError();
|
|
584
|
+
* const error2 = new AnotherError();
|
|
585
|
+
* const parentError = new ParentError({
|
|
586
|
+
* // ... other props
|
|
587
|
+
* subErrors: [error1, error2],
|
|
588
|
+
* });
|
|
589
|
+
* ```
|
|
590
|
+
*/
|
|
591
|
+
subErrors: StorybookError[];
|
|
573
592
|
constructor(props: {
|
|
574
593
|
category: string;
|
|
575
594
|
code: number;
|
|
@@ -577,6 +596,11 @@ declare abstract class StorybookError extends Error {
|
|
|
577
596
|
documentation?: boolean | string | string[];
|
|
578
597
|
isHandledError?: boolean;
|
|
579
598
|
name: string;
|
|
599
|
+
/**
|
|
600
|
+
* Optional array of sub-errors that are related to this error. When this error is sent to
|
|
601
|
+
* telemetry, each sub-error will be sent as a separate event.
|
|
602
|
+
*/
|
|
603
|
+
subErrors?: StorybookError[];
|
|
580
604
|
});
|
|
581
605
|
/** Generates the error message along with additional documentation link (if applicable). */
|
|
582
606
|
static getFullMessage({ documentation, code, category, message, }: ConstructorParameters<typeof StorybookError>[0]): string;
|
|
@@ -787,12 +811,44 @@ declare class AddonVitestPostinstallPrerequisiteCheckError extends StorybookErro
|
|
|
787
811
|
reasons: string[];
|
|
788
812
|
});
|
|
789
813
|
}
|
|
814
|
+
declare class AddonVitestPostinstallFailedAddonA11yError extends StorybookError {
|
|
815
|
+
data: {
|
|
816
|
+
error: unknown | Error;
|
|
817
|
+
};
|
|
818
|
+
constructor(data: {
|
|
819
|
+
error: unknown | Error;
|
|
820
|
+
});
|
|
821
|
+
}
|
|
822
|
+
declare class AddonVitestPostinstallExistingSetupFileError extends StorybookError {
|
|
823
|
+
data: {
|
|
824
|
+
filePath: string;
|
|
825
|
+
};
|
|
826
|
+
constructor(data: {
|
|
827
|
+
filePath: string;
|
|
828
|
+
});
|
|
829
|
+
}
|
|
830
|
+
declare class AddonVitestPostinstallWorkspaceUpdateError extends StorybookError {
|
|
831
|
+
data: {
|
|
832
|
+
filePath: string;
|
|
833
|
+
};
|
|
834
|
+
constructor(data: {
|
|
835
|
+
filePath: string;
|
|
836
|
+
});
|
|
837
|
+
}
|
|
838
|
+
declare class AddonVitestPostinstallConfigUpdateError extends StorybookError {
|
|
839
|
+
data: {
|
|
840
|
+
filePath: string;
|
|
841
|
+
};
|
|
842
|
+
constructor(data: {
|
|
843
|
+
filePath: string;
|
|
844
|
+
});
|
|
845
|
+
}
|
|
790
846
|
declare class AddonVitestPostinstallError extends StorybookError {
|
|
791
847
|
data: {
|
|
792
|
-
errors:
|
|
848
|
+
errors: StorybookError[];
|
|
793
849
|
};
|
|
794
850
|
constructor(data: {
|
|
795
|
-
errors:
|
|
851
|
+
errors: StorybookError[];
|
|
796
852
|
});
|
|
797
853
|
}
|
|
798
854
|
declare class UpgradeStorybookToLowerVersionError extends StorybookError {
|
|
@@ -853,4 +909,4 @@ declare class AutomigrateError extends StorybookError {
|
|
|
853
909
|
});
|
|
854
910
|
}
|
|
855
911
|
|
|
856
|
-
export { AddonVitestPostinstallError, AddonVitestPostinstallPrerequisiteCheckError, AngularLegacyBuildOptionsError, AutomigrateError, Category, CommonJsConfigNotSupportedError, ConflictingStaticDirConfigError, CouldNotEvaluateFrameworkError, CriticalPresetLoadError, FindPackageVersionsError, GenerateNewProjectOnInitError, GoogleFontsDownloadError, GoogleFontsLoadingError, IncompatiblePostCssConfigError, InvalidFrameworkNameError, InvalidStoriesEntryError, MainFileEvaluationError, MainFileMissingError, MissingAngularJsonError, MissingBuilderError, MissingFrameworkFieldError, NoMatchingExportError, NoStatsForViteDevError, NxProjectDetectedError, SavingGlobalSettingsFileError, StatusTypeIdMismatchError, SvelteViteWithSvelteKitError, UpgradeStorybookToLowerVersionError, UpgradeStorybookUnknownCurrentVersionError, WebpackCompilationError, WebpackInvocationError, WebpackMissingStatsError };
|
|
912
|
+
export { AddonVitestPostinstallConfigUpdateError, AddonVitestPostinstallError, AddonVitestPostinstallExistingSetupFileError, AddonVitestPostinstallFailedAddonA11yError, AddonVitestPostinstallPrerequisiteCheckError, AddonVitestPostinstallWorkspaceUpdateError, AngularLegacyBuildOptionsError, AutomigrateError, Category, CommonJsConfigNotSupportedError, ConflictingStaticDirConfigError, CouldNotEvaluateFrameworkError, CriticalPresetLoadError, FindPackageVersionsError, GenerateNewProjectOnInitError, GoogleFontsDownloadError, GoogleFontsLoadingError, IncompatiblePostCssConfigError, InvalidFrameworkNameError, InvalidStoriesEntryError, MainFileEvaluationError, MainFileMissingError, MissingAngularJsonError, MissingBuilderError, MissingFrameworkFieldError, NoMatchingExportError, NoStatsForViteDevError, NxProjectDetectedError, SavingGlobalSettingsFileError, StatusTypeIdMismatchError, StorybookError, SvelteViteWithSvelteKitError, UpgradeStorybookToLowerVersionError, UpgradeStorybookUnknownCurrentVersionError, WebpackCompilationError, WebpackInvocationError, WebpackMissingStatsError };
|
package/dist/server-errors.js
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_16w7d0j2rs7 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_16w7d0j2rs7 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_16w7d0j2rs7 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_16w7d0j2rs7.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_16w7d0j2rs7.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_16w7d0j2rs7.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
|
+
AddonVitestPostinstallConfigUpdateError,
|
|
13
14
|
AddonVitestPostinstallError,
|
|
15
|
+
AddonVitestPostinstallExistingSetupFileError,
|
|
16
|
+
AddonVitestPostinstallFailedAddonA11yError,
|
|
14
17
|
AddonVitestPostinstallPrerequisiteCheckError,
|
|
18
|
+
AddonVitestPostinstallWorkspaceUpdateError,
|
|
15
19
|
AngularLegacyBuildOptionsError,
|
|
16
20
|
AutomigrateError,
|
|
17
21
|
Category,
|
|
@@ -42,14 +46,20 @@ import {
|
|
|
42
46
|
WebpackCompilationError,
|
|
43
47
|
WebpackInvocationError,
|
|
44
48
|
WebpackMissingStatsError
|
|
45
|
-
} from "./_node-chunks/chunk-
|
|
46
|
-
import
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import "./_node-chunks/chunk-
|
|
49
|
+
} from "./_node-chunks/chunk-FCQVKOY4.js";
|
|
50
|
+
import {
|
|
51
|
+
StorybookError
|
|
52
|
+
} from "./_node-chunks/chunk-B2EXFXPG.js";
|
|
53
|
+
import "./_node-chunks/chunk-QCZPELNP.js";
|
|
54
|
+
import "./_node-chunks/chunk-56BVIMJO.js";
|
|
55
|
+
import "./_node-chunks/chunk-WYREEMWZ.js";
|
|
50
56
|
export {
|
|
57
|
+
AddonVitestPostinstallConfigUpdateError,
|
|
51
58
|
AddonVitestPostinstallError,
|
|
59
|
+
AddonVitestPostinstallExistingSetupFileError,
|
|
60
|
+
AddonVitestPostinstallFailedAddonA11yError,
|
|
52
61
|
AddonVitestPostinstallPrerequisiteCheckError,
|
|
62
|
+
AddonVitestPostinstallWorkspaceUpdateError,
|
|
53
63
|
AngularLegacyBuildOptionsError,
|
|
54
64
|
AutomigrateError,
|
|
55
65
|
Category,
|
|
@@ -74,6 +84,7 @@ export {
|
|
|
74
84
|
NxProjectDetectedError,
|
|
75
85
|
SavingGlobalSettingsFileError,
|
|
76
86
|
StatusTypeIdMismatchError,
|
|
87
|
+
StorybookError,
|
|
77
88
|
SvelteViteWithSvelteKitError,
|
|
78
89
|
UpgradeStorybookToLowerVersionError,
|
|
79
90
|
UpgradeStorybookUnknownCurrentVersionError,
|
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_16w7d0j2rs7 from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_16w7d0j2rs7 from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_16w7d0j2rs7 from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_16w7d0j2rs7.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_16w7d0j2rs7.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_16w7d0j2rs7.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-AJ7QOTOZ.js";
|
|
26
|
+
import "../_node-chunks/chunk-3GJDB3VJ.js";
|
|
27
|
+
import "../_node-chunks/chunk-RZ3SV46Y.js";
|
|
28
|
+
import "../_node-chunks/chunk-VRODUWUT.js";
|
|
29
|
+
import "../_node-chunks/chunk-XPWMJEXT.js";
|
|
30
|
+
import "../_node-chunks/chunk-FD76ZM2X.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-GUCJOBT7.js";
|
|
34
|
+
import "../_node-chunks/chunk-ITMM32VP.js";
|
|
35
|
+
import "../_node-chunks/chunk-255LKCUD.js";
|
|
36
|
+
import "../_node-chunks/chunk-SNGQFKE7.js";
|
|
37
|
+
import "../_node-chunks/chunk-GJ5FSAL5.js";
|
|
38
|
+
import "../_node-chunks/chunk-CUUCEXYW.js";
|
|
39
|
+
import "../_node-chunks/chunk-52EAUB7R.js";
|
|
40
|
+
import "../_node-chunks/chunk-WUVM2V22.js";
|
|
41
|
+
import "../_node-chunks/chunk-QCZPELNP.js";
|
|
42
|
+
import "../_node-chunks/chunk-56BVIMJO.js";
|
|
43
|
+
import "../_node-chunks/chunk-WYREEMWZ.js";
|
|
44
44
|
export {
|
|
45
45
|
ErrorCollector,
|
|
46
46
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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-A7QREOLM.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,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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.1.3";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_f2mg11kr5cs from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_f2mg11kr5cs from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_f2mg11kr5cs from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_f2mg11kr5cs.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_f2mg11kr5cs.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_f2mg11kr5cs.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.1.3",
|
|
16
|
-
"@storybook/addon-docs": "10.1.3",
|
|
17
|
-
"@storybook/addon-links": "10.1.3",
|
|
18
|
-
"@storybook/addon-onboarding": "10.1.3",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.1.3",
|
|
20
|
-
"@storybook/addon-themes": "10.1.3",
|
|
21
|
-
"@storybook/addon-vitest": "10.1.3",
|
|
22
|
-
"@storybook/builder-vite": "10.1.3",
|
|
23
|
-
"@storybook/builder-webpack5": "10.1.3",
|
|
24
|
-
storybook: "10.1.3",
|
|
25
|
-
"@storybook/angular": "10.1.3",
|
|
26
|
-
"@storybook/ember": "10.1.3",
|
|
27
|
-
"@storybook/html-vite": "10.1.3",
|
|
28
|
-
"@storybook/nextjs": "10.1.3",
|
|
29
|
-
"@storybook/nextjs-vite": "10.1.3",
|
|
30
|
-
"@storybook/preact-vite": "10.1.3",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.1.3",
|
|
32
|
-
"@storybook/react-vite": "10.1.3",
|
|
33
|
-
"@storybook/react-webpack5": "10.1.3",
|
|
34
|
-
"@storybook/server-webpack5": "10.1.3",
|
|
35
|
-
"@storybook/svelte-vite": "10.1.3",
|
|
36
|
-
"@storybook/sveltekit": "10.1.3",
|
|
37
|
-
"@storybook/vue3-vite": "10.1.3",
|
|
38
|
-
"@storybook/web-components-vite": "10.1.3",
|
|
39
|
-
sb: "10.1.3",
|
|
40
|
-
"@storybook/cli": "10.1.3",
|
|
41
|
-
"@storybook/codemod": "10.1.3",
|
|
42
|
-
"@storybook/core-webpack": "10.1.3",
|
|
43
|
-
"create-storybook": "10.1.3",
|
|
44
|
-
"@storybook/csf-plugin": "10.1.3",
|
|
45
|
-
"eslint-plugin-storybook": "10.1.3",
|
|
46
|
-
"@storybook/react-dom-shim": "10.1.3",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.1.3",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.1.3",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.1.3",
|
|
50
|
-
"@storybook/html": "10.1.3",
|
|
51
|
-
"@storybook/preact": "10.1.3",
|
|
52
|
-
"@storybook/react": "10.1.3",
|
|
53
|
-
"@storybook/server": "10.1.3",
|
|
54
|
-
"@storybook/svelte": "10.1.3",
|
|
55
|
-
"@storybook/vue3": "10.1.3",
|
|
56
|
-
"@storybook/web-components": "10.1.3"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|