@nx/storybook 21.3.0 → 21.4.0-canary.20250719-34c5b61

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 (60) hide show
  1. package/index.d.ts +1 -0
  2. package/index.d.ts.map +1 -0
  3. package/package.json +9 -6
  4. package/plugin.d.ts +1 -0
  5. package/plugin.d.ts.map +1 -0
  6. package/presets/cypress.d.ts +1 -0
  7. package/presets/cypress.d.ts.map +1 -0
  8. package/project.json +69 -0
  9. package/src/executors/build-storybook/build-storybook.impl.d.ts +1 -0
  10. package/src/executors/build-storybook/build-storybook.impl.d.ts.map +1 -0
  11. package/src/executors/storybook/storybook.impl.d.ts +1 -0
  12. package/src/executors/storybook/storybook.impl.d.ts.map +1 -0
  13. package/src/generators/configuration/configuration.d.ts +1 -0
  14. package/src/generators/configuration/configuration.d.ts.map +1 -0
  15. package/src/generators/configuration/lib/edit-root-tsconfig.d.ts +1 -0
  16. package/src/generators/configuration/lib/edit-root-tsconfig.d.ts.map +1 -0
  17. package/src/generators/configuration/lib/ensure-dependencies.d.ts +1 -0
  18. package/src/generators/configuration/lib/ensure-dependencies.d.ts.map +1 -0
  19. package/src/generators/configuration/lib/util-functions.d.ts +1 -0
  20. package/src/generators/configuration/lib/util-functions.d.ts.map +1 -0
  21. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
  22. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
  23. package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts +1 -0
  24. package/src/generators/convert-to-inferred/lib/build-post-target-transformer.d.ts.map +1 -0
  25. package/src/generators/convert-to-inferred/lib/serve-post-target-transformer.d.ts +1 -0
  26. package/src/generators/convert-to-inferred/lib/serve-post-target-transformer.d.ts.map +1 -0
  27. package/src/generators/convert-to-inferred/lib/utils.d.ts +1 -0
  28. package/src/generators/convert-to-inferred/lib/utils.d.ts.map +1 -0
  29. package/src/generators/init/init.d.ts +1 -0
  30. package/src/generators/init/init.d.ts.map +1 -0
  31. package/src/generators/init/lib/update-gitignore.d.ts +1 -0
  32. package/src/generators/init/lib/update-gitignore.d.ts.map +1 -0
  33. package/src/generators/migrate-8/calling-storybook-cli.d.ts +1 -0
  34. package/src/generators/migrate-8/calling-storybook-cli.d.ts.map +1 -0
  35. package/src/generators/migrate-8/helper-functions.d.ts +1 -0
  36. package/src/generators/migrate-8/helper-functions.d.ts.map +1 -0
  37. package/src/generators/migrate-8/migrate-8.d.ts +1 -0
  38. package/src/generators/migrate-8/migrate-8.d.ts.map +1 -0
  39. package/src/generators/migrate-9/calling-storybook-cli.d.ts +1 -0
  40. package/src/generators/migrate-9/calling-storybook-cli.d.ts.map +1 -0
  41. package/src/generators/migrate-9/helper-functions.d.ts +1 -0
  42. package/src/generators/migrate-9/helper-functions.d.ts.map +1 -0
  43. package/src/generators/migrate-9/migrate-9.d.ts +1 -0
  44. package/src/generators/migrate-9/migrate-9.d.ts.map +1 -0
  45. package/src/migrations/update-19-6-0/update-sb-8.d.ts +1 -0
  46. package/src/migrations/update-19-6-0/update-sb-8.d.ts.map +1 -0
  47. package/src/migrations/update-21-1-0/update-sb-9.d.ts +1 -0
  48. package/src/migrations/update-21-1-0/update-sb-9.d.ts.map +1 -0
  49. package/src/migrations/update-21-2-0/remove-addon-dependencies.d.ts +1 -0
  50. package/src/migrations/update-21-2-0/remove-addon-dependencies.d.ts.map +1 -0
  51. package/src/plugins/plugin.d.ts +1 -0
  52. package/src/plugins/plugin.d.ts.map +1 -0
  53. package/src/utils/models.d.ts +1 -0
  54. package/src/utils/models.d.ts.map +1 -0
  55. package/src/utils/testing.d.ts +1 -0
  56. package/src/utils/testing.d.ts.map +1 -0
  57. package/src/utils/utilities.d.ts +1 -0
  58. package/src/utils/utilities.d.ts.map +1 -0
  59. package/src/utils/versions.d.ts +1 -0
  60. package/src/utils/versions.d.ts.map +1 -0
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { configurationGenerator } from './src/generators/configuration/configuration';
2
2
  export { storybookVersion } from './src/utils/versions';
3
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/storybook/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/storybook",
3
- "version": "21.3.0",
3
+ "version": "21.4.0-canary.20250719-34c5b61",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "Front-end",
19
19
  "Testing"
20
20
  ],
21
- "main": "./index",
21
+ "main": "./index.js",
22
22
  "typings": "./index.d.ts",
23
23
  "author": "Isaac Mann",
24
24
  "license": "MIT",
@@ -33,13 +33,16 @@
33
33
  "migrations": "./migrations.json"
34
34
  },
35
35
  "dependencies": {
36
- "@nx/devkit": "21.3.0",
36
+ "@nx/devkit": "21.4.0-canary.20250719-34c5b61",
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
38
  "semver": "^7.5.3",
39
39
  "tslib": "^2.3.0",
40
- "@nx/cypress": "21.3.0",
41
- "@nx/js": "21.3.0",
42
- "@nx/eslint": "21.3.0"
40
+ "@nx/cypress": "21.4.0-canary.20250719-34c5b61",
41
+ "@nx/js": "21.4.0-canary.20250719-34c5b61",
42
+ "@nx/eslint": "21.4.0-canary.20250719-34c5b61"
43
+ },
44
+ "devDependencies": {
45
+ "nx": "21.4.0-canary.20250719-34c5b61"
43
46
  },
44
47
  "peerDependencies": {
45
48
  "storybook": ">=7.0.0 <10.0.0"
package/plugin.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { createNodes, createNodesV2, StorybookPluginOptions, createDependencies, } from './src/plugins/plugin';
2
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/storybook/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,sBAAsB,EACtB,kBAAkB,GACnB,MAAM,sBAAsB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { NxCypressE2EPresetOptions } from '@nx/cypress/plugins/cypress-preset';
2
2
  export declare function nxE2EStorybookPreset(filePath: string, options?: NxCypressE2EPresetOptions): any;
3
+ //# sourceMappingURL=cypress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cypress.d.ts","sourceRoot":"","sources":["../../../../packages/storybook/presets/cypress.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EAE1B,MAAM,oCAAoC,CAAC;AAE5C,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yBAAyB,OAMpC"}
package/project.json ADDED
@@ -0,0 +1,69 @@
1
+ {
2
+ "name": "storybook",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "packages/storybook",
5
+ "projectType": "library",
6
+ "targets": {
7
+ "build": {
8
+ "outputs": ["{workspaceRoot}/dist/packages/storybook/README.md"],
9
+ "command": "node ./scripts/copy-readme.js storybook"
10
+ },
11
+ "nx-release-publish": {
12
+ "executor": "@nx/js:release-publish",
13
+ "options": {
14
+ "packageRoot": "dist/packages/storybook"
15
+ },
16
+ "dependsOn": ["^nx-release-publish"]
17
+ },
18
+ "legacy-post-build": {
19
+ "executor": "@nx/workspace-plugin:legacy-post-build",
20
+ "options": {
21
+ "tsConfig": "./tsconfig.lib.json",
22
+ "assets": [
23
+ {
24
+ "input": "packages/storybook",
25
+ "glob": "**/files/**",
26
+ "output": "/"
27
+ },
28
+ {
29
+ "input": "packages/storybook",
30
+ "glob": "**/project-files/.storybook/**",
31
+ "output": "/"
32
+ },
33
+ {
34
+ "input": "packages/storybook",
35
+ "glob": "**/project-files-ts/.storybook/**",
36
+ "output": "/"
37
+ },
38
+ {
39
+ "input": "packages/storybook",
40
+ "glob": "**/*.json",
41
+ "ignore": [
42
+ "**/tsconfig*.json",
43
+ "project.json",
44
+ ".eslintrc.json",
45
+ "**/test-configs/**"
46
+ ],
47
+ "output": "/"
48
+ },
49
+ {
50
+ "input": "packages/storybook",
51
+ "glob": "**/*.js",
52
+ "ignore": ["**/jest.config.js"],
53
+ "output": "/"
54
+ },
55
+ {
56
+ "input": "packages/storybook",
57
+ "glob": "**/*.d.ts",
58
+ "output": "/"
59
+ },
60
+ {
61
+ "input": "",
62
+ "glob": "LICENSE",
63
+ "output": "/"
64
+ }
65
+ ]
66
+ }
67
+ }
68
+ }
69
+ }
@@ -3,3 +3,4 @@ import type { CLIOptions } from 'storybook/internal/types';
3
3
  export default function buildStorybookExecutor(options: CLIOptions, context: ExecutorContext): Promise<{
4
4
  success: boolean;
5
5
  }>;
6
+ //# sourceMappingURL=build-storybook.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-storybook.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/executors/build-storybook/build-storybook.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAU,MAAM,YAAY,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAS3D,wBAA8B,sBAAsB,CAClD,OAAO,EAAE,UAAU,EACnB,OAAO,EAAE,eAAe;;GAkBzB"}
@@ -7,3 +7,4 @@ export default function storybookExecutor(options: CLIOptions, context: Executor
7
7
  baseUrl?: string;
8
8
  };
9
9
  }>;
10
+ //# sourceMappingURL=storybook.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storybook.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/executors/storybook/storybook.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAU,MAAM,YAAY,CAAC;AAOrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAG3D,wBAA+B,iBAAiB,CAC9C,OAAO,EAAE,UAAU,EACnB,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3C,CAAC,CAuBD"}
@@ -3,3 +3,4 @@ import { StorybookConfigureSchema } from './schema';
3
3
  export declare function configurationGenerator(tree: Tree, schema: StorybookConfigureSchema): Promise<GeneratorCallback>;
4
4
  export declare function configurationGeneratorInternal(tree: Tree, rawSchema: StorybookConfigureSchema): Promise<GeneratorCallback>;
5
5
  export default configurationGenerator;
6
+ //# sourceMappingURL=configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAKjB,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAsCpD,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,wBAAwB,8BAGjC;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,wBAAwB,8BA4KpC;AAwBD,eAAe,sBAAsB,CAAC"}
@@ -6,3 +6,4 @@ import { type Tree } from '@nx/devkit';
6
6
  * to esnext, and Storybook does not recognise the main.ts code as a module.
7
7
  */
8
8
  export declare function editRootTsConfig(tree: Tree): void;
9
+ //# sourceMappingURL=edit-root-tsconfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edit-root-tsconfig.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/configuration/lib/edit-root-tsconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAG7D;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,IAAI,QAyB1C"}
@@ -4,3 +4,4 @@ export type EnsureDependenciesOptions = {
4
4
  uiFramework?: StorybookConfigureSchema['uiFramework'];
5
5
  };
6
6
  export declare function ensureDependencies(tree: Tree, options: EnsureDependenciesOptions): import("@nx/devkit").GeneratorCallback;
7
+ //# sourceMappingURL=ensure-dependencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/configuration/lib/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAYpB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAE1D,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,CAAC,EAAE,wBAAwB,CAAC,aAAa,CAAC,CAAC;CACvD,CAAC;AAEF,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,yBAAyB,0CA+FnC"}
@@ -32,3 +32,4 @@ export declare function findViteConfig(tree: Tree, projectRoot: string): {
32
32
  export declare function findNextConfig(tree: Tree, projectRoot: string): string | undefined;
33
33
  export declare function isUsingReactNative(projectName: string): boolean;
34
34
  export declare function renameAndMoveOldTsConfig(projectRoot: string, pathToStorybookConfigFile: string, tree: Tree): void;
35
+ //# sourceMappingURL=util-functions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"util-functions.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/configuration/lib/util-functions.ts"],"names":[],"mappings":"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"}
@@ -5,3 +5,4 @@ interface Schema {
5
5
  }
6
6
  export declare function convertToInferred(tree: Tree, options: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
7
7
  export default convertToInferred;
8
+ //# sourceMappingURL=convert-to-inferred.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAWpB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,mDAkDlE;AAED,eAAe,iBAAiB,CAAC"}
@@ -4,3 +4,4 @@ export declare function buildPostTargetTransformer(migrationLogs: AggregatedLog)
4
4
  projectName: string;
5
5
  root: string;
6
6
  }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>;
7
+ //# sourceMappingURL=build-post-target-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/convert-to-inferred/lib/build-post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAM1E,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAW/F,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,aAAa,IAEnE,QAAQ,mBAAmB,EAC3B,MAAM,IAAI,EACV,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAgHnD"}
@@ -4,3 +4,4 @@ export declare function servePostTargetTransformer(migrationLogs: AggregatedLog)
4
4
  projectName: string;
5
5
  root: string;
6
6
  }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>;
7
+ //# sourceMappingURL=serve-post-target-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serve-post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/convert-to-inferred/lib/serve-post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAQ/F,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,aAAa,IAEnE,QAAQ,mBAAmB,EAC3B,MAAM,IAAI,EACV,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAyEnD"}
@@ -48,3 +48,4 @@ export declare function getInstalledPackageVersionInfo(tree: Tree, pkgName: stri
48
48
  major: number;
49
49
  version: string;
50
50
  };
51
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/convert-to-inferred/lib/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAA+B,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAK/F,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAS9D;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,QAkCtD;AAED,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCnC,CAAC;AAEF,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,aAAa,QA+E7B;AAED,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,MAAM,GAAG,IAAI,CAKf;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM;;;EAIzE"}
@@ -3,3 +3,4 @@ import { Schema } from './schema';
3
3
  export declare function initGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>;
4
4
  export declare function initGeneratorInternal(tree: Tree, schema: Schema): Promise<GeneratorCallback>;
5
5
  export default initGenerator;
6
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAIjB,IAAI,EAGL,MAAM,YAAY,CAAC;AASpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAqElC,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAEvD;AAED,wBAAsB,qBAAqB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAuDrE;AAED,eAAe,aAAa,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function updateGitignore(tree: Tree): void;
3
+ //# sourceMappingURL=update-gitignore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-gitignore.d.ts","sourceRoot":"","sources":["../../../../../../../packages/storybook/src/generators/init/lib/update-gitignore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,QAYzC"}
@@ -8,3 +8,4 @@ export declare function callAutomigrate(allStorybookProjects: {
8
8
  successfulProjects: {};
9
9
  failedProjects: {};
10
10
  };
11
+ //# sourceMappingURL=calling-storybook-cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calling-storybook-cli.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/migrate-8/calling-storybook-cli.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,GAAG,MAAM,CA8CtD;AAED,wBAAgB,eAAe,CAC7B,oBAAoB,EAAE;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,EACD,MAAM,EAAE,MAAM,GACb;IAAE,kBAAkB,EAAE,EAAE,CAAC;IAAC,cAAc,EAAE,EAAE,CAAA;CAAE,CAsDhD"}
@@ -29,3 +29,4 @@ export declare function logResult(tree: Tree, migrationSummary: {
29
29
  [key: string]: string;
30
30
  };
31
31
  }): void;
32
+ //# sourceMappingURL=helper-functions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper-functions.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/migrate-8/helper-functions.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EAML,MAAM,YAAY,CAAC;AAKpB,wBAAgB,aAAa,CAAC,iBAAiB,EAAE;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,QA0BA;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAyCA;AAED,wBAAgB,qBAAqB,CACnC,aAAa,EAAE;IACb,kBAAkB,EAAE,EAAE,CAAC;IACvB,cAAc,EAAE,EAAE,CAAC;CACpB,EACD,oBAAoB,EAAE;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,GACA;IAAE,kBAAkB,EAAE,EAAE,CAAC;IAAC,cAAc,EAAE,EAAE,CAAA;CAAE,CAqEhD;AAED,wBAAgB,uBAAuB,CAAC,WAAW,KAAA,GAAG,OAAO,CAO5D;AAED,wBAAgB,SAAS,CACvB,IAAI,EAAE,IAAI,EACV,gBAAgB,EAAE;IAChB,kBAAkB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9C,cAAc,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C,QAwBF"}
@@ -2,3 +2,4 @@ import { Tree } from '@nx/devkit';
2
2
  import { Schema } from './schema';
3
3
  export declare function migrate8Generator(tree: Tree, schema: Schema): Promise<void>;
4
4
  export default migrate8Generator;
5
+ //# sourceMappingURL=migrate-8.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate-8.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/migrate-8/migrate-8.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,IAAI,EAAE,MAAM,YAAY,CAAC;AAWzD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,iBAuCjE;AAED,eAAe,iBAAiB,CAAC"}
@@ -8,3 +8,4 @@ export declare function callAutomigrate(allStorybookProjects: {
8
8
  successfulProjects: {};
9
9
  failedProjects: {};
10
10
  };
11
+ //# sourceMappingURL=calling-storybook-cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calling-storybook-cli.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/migrate-9/calling-storybook-cli.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,GAAG,MAAM,CA4CtD;AAED,wBAAgB,eAAe,CAC7B,oBAAoB,EAAE;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,EACD,MAAM,EAAE,MAAM,GACb;IAAE,kBAAkB,EAAE,EAAE,CAAC;IAAC,cAAc,EAAE,EAAE,CAAA;CAAE,CAwDhD"}
@@ -29,3 +29,4 @@ export declare function logResult(tree: Tree, migrationSummary: {
29
29
  [key: string]: string;
30
30
  };
31
31
  }): void;
32
+ //# sourceMappingURL=helper-functions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper-functions.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/migrate-9/helper-functions.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EAML,MAAM,YAAY,CAAC;AAKpB,wBAAgB,aAAa,CAAC,iBAAiB,EAAE;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,QA0BA;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG;IAC/C,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CA0CA;AAED,wBAAgB,qBAAqB,CACnC,aAAa,EAAE;IACb,kBAAkB,EAAE,EAAE,CAAC;IACvB,cAAc,EAAE,EAAE,CAAC;CACpB,EACD,oBAAoB,EAAE;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,GACA;IAAE,kBAAkB,EAAE,EAAE,CAAC;IAAC,cAAc,EAAE,EAAE,CAAA;CAAE,CAqEhD;AAED,wBAAgB,uBAAuB,CAAC,WAAW,KAAA,GAAG,OAAO,CAO5D;AAED,wBAAgB,SAAS,CACvB,IAAI,EAAE,IAAI,EACV,gBAAgB,EAAE;IAChB,kBAAkB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9C,cAAc,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C,QAwBF"}
@@ -2,3 +2,4 @@ import { Tree } from '@nx/devkit';
2
2
  import { Schema } from './schema';
3
3
  export declare function migrate9Generator(tree: Tree, schema: Schema): Promise<void>;
4
4
  export default migrate9Generator;
5
+ //# sourceMappingURL=migrate-9.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate-9.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/generators/migrate-9/migrate-9.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,IAAI,EAAE,MAAM,YAAY,CAAC;AAWzD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,iBAwCjE;AAED,eAAe,iBAAiB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export default function changeStorybookTargets(tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=update-sb-8.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sb-8.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/migrations/update-19-6-0/update-sb-8.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAKlC,wBAA8B,sBAAsB,CAAC,IAAI,EAAE,IAAI,iBAwB9D"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export default function changeStorybookTargets(tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=update-sb-9.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sb-9.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/migrations/update-21-1-0/update-sb-9.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAKlC,wBAA8B,sBAAsB,CAAC,IAAI,EAAE,IAAI,iBA4B9D"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export default function removeAddonDependencies(tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=remove-addon-dependencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-addon-dependencies.d.ts","sourceRoot":"","sources":["../../../../../../packages/storybook/src/migrations/update-21-2-0/remove-addon-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,YAAY,CAAC;AAEpB,wBAA8B,uBAAuB,CAAC,IAAI,EAAE,IAAI,iBAiB/D"}
@@ -11,3 +11,4 @@ export interface StorybookPluginOptions {
11
11
  export declare const createDependencies: CreateDependencies;
12
12
  export declare const createNodesV2: CreateNodesV2<StorybookPluginOptions>;
13
13
  export declare const createNodes: CreateNodes<StorybookPluginOptions>;
14
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/storybook/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,WAAW,EAGX,aAAa,EAQd,MAAM,YAAY,CAAC;AAYpB,MAAM,WAAW,sBAAsB;IACrC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAeD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAIF,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,sBAAsB,CA4B/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,sBAAsB,CAa3D,CAAC"}
@@ -1 +1,2 @@
1
1
  export type UiFramework = '@storybook/angular' | '@storybook/html-webpack5' | '@storybook/nextjs' | '@storybook/preact-webpack5' | '@storybook/react-webpack5' | '@storybook/react-vite' | '@storybook/server-webpack5' | '@storybook/svelte-webpack5' | '@storybook/svelte-vite' | '@storybook/sveltekit' | '@storybook/vue-webpack5' | '@storybook/vue-vite' | '@storybook/vue3-webpack5' | '@storybook/vue3-vite' | '@storybook/web-components-webpack5' | '@storybook/web-components-vite';
2
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../../packages/storybook/src/utils/models.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB,oBAAoB,GACpB,0BAA0B,GAC1B,mBAAmB,GACnB,4BAA4B,GAC5B,2BAA2B,GAC3B,uBAAuB,GACvB,4BAA4B,GAC5B,4BAA4B,GAC5B,wBAAwB,GACxB,sBAAsB,GACtB,yBAAyB,GACzB,qBAAqB,GACrB,0BAA0B,GAC1B,sBAAsB,GACtB,oCAAoC,GACpC,gCAAgC,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function createTestUILibNoNgDevkit(appTree: Tree, libName: string): Promise<Tree>;
3
3
  export declare function deleteNewConfigurationAndCreateNew(appTree: Tree, projectStorybookRoot: string): Tree;
4
+ //# sourceMappingURL=testing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../../../packages/storybook/src/utils/testing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAIlC,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,IAAI,EACb,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,IAAI,CAAC,CAUf;AAED,wBAAgB,kCAAkC,CAChD,OAAO,EAAE,IAAI,EACb,oBAAoB,EAAE,MAAM,GAC3B,IAAI,CAqBN"}
@@ -40,3 +40,4 @@ export declare function findStorybookAndBuildTargetsAndCompiler(targets: {
40
40
  export declare function isTheFileAStory(tree: Tree, path: string): boolean;
41
41
  export declare function getTsSourceFile(host: Tree, path: string): ts.SourceFile;
42
42
  export declare function pleaseUpgrade(): string;
43
+ //# sourceMappingURL=utilities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../../../../packages/storybook/src/utils/utilities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,EAAE,GAAG,QAAQ,YAAY,CAAC,CAAC;AAIlC,eAAO,MAAM,SAAS;;;;;;;;;CA0BrB,CAAC;AAGF,wBAAgB,qBAAqB,IAAI,MAAM,GAAG,SAAS,CAU1D;AAED,wBAAgB,4BAA4B,IAAI,MAAM,GAAG,SAAS,CAUjE;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAOhE;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,eAAe,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACtC,CAAC;AAEF,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,MAAM,GAClB,IAAI,CAYN;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,EAAE,YAEnC;AAED,wBAAgB,uCAAuC,CAAC,OAAO,EAAE;IAC/D,CAAC,UAAU,EAAE,MAAM,GAAG,mBAAmB,CAAC;CAC3C,GAAG;IACF,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CA2EA;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CA4CjE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,EAAE,CAAC,UAAU,CAcvE;AAED,wBAAgB,aAAa,IAAI,MAAM,CAQtC"}
@@ -6,3 +6,4 @@ export declare const storybookVersion = "^9.0.5";
6
6
  export declare const reactVersion = "^18.2.0";
7
7
  export declare const viteVersion = "^6.0.0";
8
8
  export declare const coreJsVersion = "^3.36.1";
9
+ //# sourceMappingURL=versions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/storybook/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAC/D,eAAO,MAAM,UAAU,WAAW,CAAC;AACnC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,YAAY,WAAW,CAAC;AAErC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AACzC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,WAAW,WAAW,CAAC;AAEpC,eAAO,MAAM,aAAa,YAAY,CAAC"}