@storybook/codemod 0.0.0-pr-23611-sha-d83da132 → 0.0.0-pr-23853-sha-93b33e06

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 (103) hide show
  1. package/dist/index.d.ts +3 -50
  2. package/dist/transforms/add-component-parameters.d.ts +22 -0
  3. package/dist/transforms/csf-hoist-story-annotations.d.ts +26 -0
  4. package/dist/transforms/move-builtin-addons.d.ts +3 -0
  5. package/dist/transforms/storiesof-to-csf.d.ts +24 -0
  6. package/dist/transforms/update-addon-info.d.ts +27 -0
  7. package/dist/transforms/update-organisation-name.d.ts +25 -0
  8. package/dist/transforms/upgrade-hierarchy-separators.d.ts +3 -0
  9. package/package.json +11 -4
  10. package/project.json +0 -6
  11. package/src/index.ts +0 -103
  12. package/src/lib/utils.test.js +0 -9
  13. package/src/lib/utils.ts +0 -29
  14. package/src/transforms/__testfixtures__/add-component-parameters/add-component-parameters.input.js +0 -44
  15. package/src/transforms/__testfixtures__/add-component-parameters/add-component-parameters.output.snapshot +0 -68
  16. package/src/transforms/__testfixtures__/csf-hoist-story-annotations/basic.input.js +0 -25
  17. package/src/transforms/__testfixtures__/csf-hoist-story-annotations/basic.output.snapshot +0 -27
  18. package/src/transforms/__testfixtures__/csf-hoist-story-annotations/overrides.input.js +0 -25
  19. package/src/transforms/__testfixtures__/csf-hoist-story-annotations/overrides.output.snapshot +0 -28
  20. package/src/transforms/__testfixtures__/csf-hoist-story-annotations/variable.input.js +0 -13
  21. package/src/transforms/__testfixtures__/csf-hoist-story-annotations/variable.output.snapshot +0 -17
  22. package/src/transforms/__testfixtures__/mdx-to-csf/basic.input.mdx +0 -18
  23. package/src/transforms/__testfixtures__/mdx-to-csf/basic.output.snapshot +0 -40
  24. package/src/transforms/__testfixtures__/mdx-to-csf/component-id.input.mdx +0 -6
  25. package/src/transforms/__testfixtures__/mdx-to-csf/component-id.output.snapshot +0 -17
  26. package/src/transforms/__testfixtures__/mdx-to-csf/decorators.input.mdx +0 -8
  27. package/src/transforms/__testfixtures__/mdx-to-csf/decorators.output.snapshot +0 -18
  28. package/src/transforms/__testfixtures__/mdx-to-csf/exclude-stories.input.mdx +0 -19
  29. package/src/transforms/__testfixtures__/mdx-to-csf/exclude-stories.output.snapshot +0 -39
  30. package/src/transforms/__testfixtures__/mdx-to-csf/parameters.input.mdx +0 -14
  31. package/src/transforms/__testfixtures__/mdx-to-csf/parameters.output.snapshot +0 -23
  32. package/src/transforms/__testfixtures__/mdx-to-csf/plaintext.input.mdx +0 -3
  33. package/src/transforms/__testfixtures__/mdx-to-csf/plaintext.output.snapshot +0 -11
  34. package/src/transforms/__testfixtures__/mdx-to-csf/story-function.input.mdx +0 -10
  35. package/src/transforms/__testfixtures__/mdx-to-csf/story-function.output.snapshot +0 -18
  36. package/src/transforms/__testfixtures__/mdx-to-csf/story-parameters.input.mdx +0 -18
  37. package/src/transforms/__testfixtures__/mdx-to-csf/story-parameters.output.snapshot +0 -32
  38. package/src/transforms/__testfixtures__/mdx-to-csf/story-refs.input.mdx +0 -22
  39. package/src/transforms/__testfixtures__/mdx-to-csf/story-refs.output.snapshot +0 -34
  40. package/src/transforms/__testfixtures__/move-builtin-addons/default.input.js +0 -2
  41. package/src/transforms/__testfixtures__/move-builtin-addons/default.output.snapshot +0 -8
  42. package/src/transforms/__testfixtures__/move-builtin-addons/with-no-change.input.js +0 -3
  43. package/src/transforms/__testfixtures__/move-builtin-addons/with-no-change.output.snapshot +0 -7
  44. package/src/transforms/__testfixtures__/storiesof-to-csf/basic.input.js +0 -18
  45. package/src/transforms/__testfixtures__/storiesof-to-csf/basic.output.snapshot +0 -45
  46. package/src/transforms/__testfixtures__/storiesof-to-csf/collision.input.js +0 -11
  47. package/src/transforms/__testfixtures__/storiesof-to-csf/collision.output.snapshot +0 -38
  48. package/src/transforms/__testfixtures__/storiesof-to-csf/const.input.js +0 -1
  49. package/src/transforms/__testfixtures__/storiesof-to-csf/const.output.snapshot +0 -13
  50. package/src/transforms/__testfixtures__/storiesof-to-csf/decorators.input.js +0 -9
  51. package/src/transforms/__testfixtures__/storiesof-to-csf/decorators.output.snapshot +0 -18
  52. package/src/transforms/__testfixtures__/storiesof-to-csf/default.input.js +0 -7
  53. package/src/transforms/__testfixtures__/storiesof-to-csf/default.output.snapshot +0 -17
  54. package/src/transforms/__testfixtures__/storiesof-to-csf/digit.input.js +0 -1
  55. package/src/transforms/__testfixtures__/storiesof-to-csf/digit.output.js +0 -5
  56. package/src/transforms/__testfixtures__/storiesof-to-csf/digit.output.snapshot +0 -9
  57. package/src/transforms/__testfixtures__/storiesof-to-csf/export-destructuring.input.js +0 -11
  58. package/src/transforms/__testfixtures__/storiesof-to-csf/export-destructuring.output.snapshot +0 -23
  59. package/src/transforms/__testfixtures__/storiesof-to-csf/export-function.input.js +0 -12
  60. package/src/transforms/__testfixtures__/storiesof-to-csf/export-function.output.snapshot +0 -23
  61. package/src/transforms/__testfixtures__/storiesof-to-csf/export-names.input.js +0 -14
  62. package/src/transforms/__testfixtures__/storiesof-to-csf/export-names.output.snapshot +0 -26
  63. package/src/transforms/__testfixtures__/storiesof-to-csf/exports.input.js +0 -2
  64. package/src/transforms/__testfixtures__/storiesof-to-csf/exports.output.snapshot +0 -16
  65. package/src/transforms/__testfixtures__/storiesof-to-csf/module.input.js +0 -12
  66. package/src/transforms/__testfixtures__/storiesof-to-csf/module.output.snapshot +0 -16
  67. package/src/transforms/__testfixtures__/storiesof-to-csf/multi.input.js +0 -14
  68. package/src/transforms/__testfixtures__/storiesof-to-csf/multi.output.snapshot +0 -39
  69. package/src/transforms/__testfixtures__/storiesof-to-csf/parameters-as-var.input.js +0 -8
  70. package/src/transforms/__testfixtures__/storiesof-to-csf/parameters-as-var.output.snapshot +0 -20
  71. package/src/transforms/__testfixtures__/storiesof-to-csf/parameters.input.js +0 -10
  72. package/src/transforms/__testfixtures__/storiesof-to-csf/parameters.output.snapshot +0 -23
  73. package/src/transforms/__testfixtures__/storiesof-to-csf/storiesof-var.input.js +0 -11
  74. package/src/transforms/__testfixtures__/storiesof-to-csf/storiesof-var.output.snapshot +0 -23
  75. package/src/transforms/__testfixtures__/storiesof-to-csf/story-decorators.input.js +0 -11
  76. package/src/transforms/__testfixtures__/storiesof-to-csf/story-decorators.output.snapshot +0 -29
  77. package/src/transforms/__testfixtures__/storiesof-to-csf/story-parameters.input.js +0 -14
  78. package/src/transforms/__testfixtures__/storiesof-to-csf/story-parameters.output.snapshot +0 -32
  79. package/src/transforms/__testfixtures__/update-addon-info/update-addon-info.input.js +0 -184
  80. package/src/transforms/__testfixtures__/update-addon-info/update-addon-info.output.snapshot +0 -184
  81. package/src/transforms/__testfixtures__/update-organisation-name/update-organisation-name.input.js +0 -19
  82. package/src/transforms/__testfixtures__/update-organisation-name/update-organisation-name.output.snapshot +0 -23
  83. package/src/transforms/__testfixtures__/upgrade-hierarchy-separators/csf.input.js +0 -3
  84. package/src/transforms/__testfixtures__/upgrade-hierarchy-separators/csf.output.snapshot +0 -7
  85. package/src/transforms/__testfixtures__/upgrade-hierarchy-separators/dynamic-storiesof.input.js +0 -5
  86. package/src/transforms/__testfixtures__/upgrade-hierarchy-separators/dynamic-storiesof.output.snapshot +0 -9
  87. package/src/transforms/__testfixtures__/upgrade-hierarchy-separators/storiesof.input.js +0 -8
  88. package/src/transforms/__testfixtures__/upgrade-hierarchy-separators/storiesof.output.snapshot +0 -12
  89. package/src/transforms/__tests__/csf-2-to-3.test.ts +0 -439
  90. package/src/transforms/__tests__/mdx-to-csf.test.ts +0 -628
  91. package/src/transforms/__tests__/transforms.tests.js +0 -32
  92. package/src/transforms/__tests__/upgrade-deprecated-types.test.ts +0 -170
  93. package/src/transforms/add-component-parameters.js +0 -62
  94. package/src/transforms/csf-2-to-3.ts +0 -335
  95. package/src/transforms/csf-hoist-story-annotations.js +0 -97
  96. package/src/transforms/mdx-to-csf.ts +0 -340
  97. package/src/transforms/move-builtin-addons.js +0 -32
  98. package/src/transforms/storiesof-to-csf.js +0 -277
  99. package/src/transforms/update-addon-info.js +0 -114
  100. package/src/transforms/update-organisation-name.js +0 -71
  101. package/src/transforms/upgrade-deprecated-types.ts +0 -142
  102. package/src/transforms/upgrade-hierarchy-separators.js +0 -39
  103. package/tsconfig.json +0 -10
package/dist/index.d.ts CHANGED
@@ -1,54 +1,7 @@
1
- declare function transformer$1(file: any, api: any): any;
2
- declare const packageNames: {
3
- '@kadira/react-storybook-decorator-centered': string;
4
- '@kadira/storybook-addons': string;
5
- '@kadira/storybook-addon-actions': string;
6
- '@kadira/storybook-addon-comments': string;
7
- '@kadira/storybook-addon-graphql': string;
8
- '@kadira/storybook-addon-info': string;
9
- '@kadira/storybook-addon-knobs': string;
10
- '@kadira/storybook-addon-links': string;
11
- '@kadira/storybook-addon-notes': string;
12
- '@kadira/storybook-addon-options': string;
13
- '@kadira/storybook-channels': string;
14
- '@kadira/storybook-channel-postmsg': string;
15
- '@kadira/storybook-channel-websocket': string;
16
- '@kadira/storybook-ui': string;
17
- '@kadira/react-native-storybook': string;
18
- '@kadira/react-storybook': string;
19
- '@kadira/getstorybook': string;
20
- '@kadira/storybook': string;
21
- storyshots: string;
22
- getstorybook: string;
23
- };
24
-
25
- /**
26
- * Takes the deprecated addon-info API, addWithInfo, and
27
- * converts to the new withInfo API.
28
- *
29
- * Example of deprecated addWithInfo API:
30
- *
31
- * storiesOf('Button')
32
- * .addWithInfo(
33
- * 'story name',
34
- * 'Story description.',
35
- * () => (
36
- * <Button label="The Button" />
37
- * )
38
- * )
39
- *
40
- * Converts to the new withInfo API:
41
- *
42
- * storiesOf('Button')
43
- * .add('story name', withInfo(
44
- * 'Story description.'
45
- * )(() => (
46
- * <Button label="The Button" />
47
- * )))
48
- */
49
- declare function transformer(file: any, api: any): any;
1
+ export { packageNames, default as updateOrganisationName } from './transforms/update-organisation-name.js';
2
+ export { default as updateAddonInfo } from './transforms/update-addon-info.js';
50
3
 
51
4
  declare function listCodemods(): string[];
52
5
  declare function runCodemod(codemod: any, { glob, logger, dryRun, rename, parser }: any): Promise<void>;
53
6
 
54
- export { listCodemods, packageNames, runCodemod, transformer as updateAddonInfo, transformer$1 as updateOrganisationName };
7
+ export { listCodemods, runCodemod };
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Adds a `component` parameter for each storiesOf(...) call.
3
+ *
4
+ * For example:
5
+ *
6
+ * input { Button } from './Button';
7
+ * storiesOf('Button', module).add('story', () => <Button label="The Button" />);
8
+ *
9
+ * Becomes:
10
+ *
11
+ * input { Button } from './Button';
12
+ * storiesOf('Button', module)
13
+ * .addParameters({ component: Button })
14
+ * .add('story', () => <Button label="The Button" />);
15
+ *
16
+ * Heuristics:
17
+ * - The storiesOf "kind" name must be Button
18
+ * - Button must be imported in the file
19
+ */
20
+ declare function transformer(file: any, api: any): any;
21
+
22
+ export { transformer as default };
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Hoist CSF .story annotations
3
+ *
4
+ * For example:
5
+ *
6
+ * ```
7
+ * export const Basic = () => <Button />
8
+ * Basic.story = {
9
+ * name: 'foo',
10
+ * parameters: { ... },
11
+ * decorators = [ ... ],
12
+ * };
13
+ * ```
14
+ *
15
+ * Becomes:
16
+ *
17
+ * ```
18
+ * export const Basic = () => <Button />
19
+ * Basic.storyName = 'foo';
20
+ * Basic.parameters = { ... };
21
+ * Basic.decorators = [ ... ];
22
+ * ```
23
+ */
24
+ declare function transformer(file: any, api: any): any;
25
+
26
+ export { transformer as default };
@@ -0,0 +1,3 @@
1
+ declare function transformer(file: any, api: any): any;
2
+
3
+ export { transformer as default };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Convert a legacy story API to component story format
3
+ *
4
+ * For example:
5
+ *
6
+ * ```
7
+ * input { Button } from './Button';
8
+ * storiesOf('Button', module).add('story', () => <Button label="The Button" />);
9
+ * ```
10
+ *
11
+ * Becomes:
12
+ *
13
+ * ```
14
+ * input { Button } from './Button';
15
+ * export default {
16
+ * title: 'Button'
17
+ * }
18
+ * export const story = () => <Button label="The Button" />;
19
+ *
20
+ * NOTES: only support chained storiesOf() calls
21
+ */
22
+ declare function transformer(file: any, api: any, options: any): any;
23
+
24
+ export { transformer as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Takes the deprecated addon-info API, addWithInfo, and
3
+ * converts to the new withInfo API.
4
+ *
5
+ * Example of deprecated addWithInfo API:
6
+ *
7
+ * storiesOf('Button')
8
+ * .addWithInfo(
9
+ * 'story name',
10
+ * 'Story description.',
11
+ * () => (
12
+ * <Button label="The Button" />
13
+ * )
14
+ * )
15
+ *
16
+ * Converts to the new withInfo API:
17
+ *
18
+ * storiesOf('Button')
19
+ * .add('story name', withInfo(
20
+ * 'Story description.'
21
+ * )(() => (
22
+ * <Button label="The Button" />
23
+ * )))
24
+ */
25
+ declare function transformer(file: any, api: any): any;
26
+
27
+ export { transformer as default };
@@ -0,0 +1,25 @@
1
+ declare function transformer(file: any, api: any): any;
2
+ declare const packageNames: {
3
+ '@kadira/react-storybook-decorator-centered': string;
4
+ '@kadira/storybook-addons': string;
5
+ '@kadira/storybook-addon-actions': string;
6
+ '@kadira/storybook-addon-comments': string;
7
+ '@kadira/storybook-addon-graphql': string;
8
+ '@kadira/storybook-addon-info': string;
9
+ '@kadira/storybook-addon-knobs': string;
10
+ '@kadira/storybook-addon-links': string;
11
+ '@kadira/storybook-addon-notes': string;
12
+ '@kadira/storybook-addon-options': string;
13
+ '@kadira/storybook-channels': string;
14
+ '@kadira/storybook-channel-postmsg': string;
15
+ '@kadira/storybook-channel-websocket': string;
16
+ '@kadira/storybook-ui': string;
17
+ '@kadira/react-native-storybook': string;
18
+ '@kadira/react-storybook': string;
19
+ '@kadira/getstorybook': string;
20
+ '@kadira/storybook': string;
21
+ storyshots: string;
22
+ getstorybook: string;
23
+ };
24
+
25
+ export { transformer as default, packageNames };
@@ -0,0 +1,3 @@
1
+ declare function transformer(file: any, api: any, options: any): any;
2
+
3
+ export { transformer as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/codemod",
3
- "version": "0.0.0-pr-23611-sha-d83da132",
3
+ "version": "0.0.0-pr-23853-sha-93b33e06",
4
4
  "description": "A collection of codemod scripts written with JSCodeshift",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,14 +44,21 @@
44
44
  "check": "../../../scripts/prepare/check.ts",
45
45
  "prep": "../../../scripts/prepare/bundle.ts"
46
46
  },
47
+ "files": [
48
+ "dist/**/*",
49
+ "README.md",
50
+ "*.js",
51
+ "*.d.ts",
52
+ "!src/**/*"
53
+ ],
47
54
  "dependencies": {
48
55
  "@babel/core": "^7.22.9",
49
56
  "@babel/preset-env": "^7.22.9",
50
57
  "@babel/types": "^7.22.5",
51
58
  "@storybook/csf": "^0.1.0",
52
- "@storybook/csf-tools": "0.0.0-pr-23611-sha-d83da132",
53
- "@storybook/node-logger": "0.0.0-pr-23611-sha-d83da132",
54
- "@storybook/types": "0.0.0-pr-23611-sha-d83da132",
59
+ "@storybook/csf-tools": "0.0.0-pr-23853-sha-93b33e06",
60
+ "@storybook/node-logger": "0.0.0-pr-23853-sha-93b33e06",
61
+ "@storybook/types": "0.0.0-pr-23853-sha-93b33e06",
55
62
  "@types/cross-spawn": "^6.0.2",
56
63
  "cross-spawn": "^7.0.3",
57
64
  "globby": "^11.0.2",
package/project.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "name": "@storybook/codemod",
3
- "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
- "implicitDependencies": [],
5
- "type": "library"
6
- }
package/src/index.ts DELETED
@@ -1,103 +0,0 @@
1
- /* eslint-disable no-param-reassign */
2
- /* eslint import/prefer-default-export: "off" */
3
- import fs from 'fs';
4
- import path from 'path';
5
- import { promisify } from 'util';
6
- import globby from 'globby';
7
- import { sync as spawnSync } from 'cross-spawn';
8
- import { jscodeshiftToPrettierParser } from './lib/utils';
9
-
10
- export {
11
- default as updateOrganisationName,
12
- packageNames,
13
- } from './transforms/update-organisation-name';
14
-
15
- export { default as updateAddonInfo } from './transforms/update-addon-info';
16
-
17
- const TRANSFORM_DIR = `${__dirname}/transforms`;
18
-
19
- export function listCodemods() {
20
- return fs
21
- .readdirSync(TRANSFORM_DIR)
22
- .filter((fname) => fname.endsWith('.js'))
23
- .map((fname) => fname.slice(0, -3));
24
- }
25
-
26
- const renameAsync = promisify(fs.rename);
27
-
28
- async function renameFile(file: any, from: any, to: any, { logger }: any) {
29
- const newFile = file.replace(from, to);
30
- logger.log(`Rename: ${file} ${newFile}`);
31
- return renameAsync(file, newFile);
32
- }
33
-
34
- export async function runCodemod(codemod: any, { glob, logger, dryRun, rename, parser }: any) {
35
- const codemods = listCodemods();
36
- if (!codemods.includes(codemod)) {
37
- throw new Error(`Unknown codemod ${codemod}. Run --list for options.`);
38
- }
39
-
40
- let renameParts = null;
41
- if (rename) {
42
- renameParts = rename.split(':');
43
- if (renameParts.length !== 2) {
44
- throw new Error(`Codemod rename: expected format "from:to", got "${rename}"`);
45
- }
46
- }
47
-
48
- // jscodeshift/prettier know how to handle .ts/.tsx extensions,
49
- // so if the user uses one of those globs, we can auto-infer
50
- let inferredParser = parser;
51
- if (!parser) {
52
- const extension = path.extname(glob).slice(1);
53
- const knownParser = jscodeshiftToPrettierParser(extension);
54
- if (knownParser !== 'babel') inferredParser = extension;
55
- }
56
-
57
- const files = await globby([glob, '!**/node_modules', '!**/dist']);
58
- logger.log(`=> Applying ${codemod}: ${files.length} files`);
59
- if (files.length === 0) {
60
- logger.log(`=> No matching files for glob: ${glob}`);
61
- return;
62
- }
63
-
64
- if (!dryRun && files.length > 0) {
65
- const parserArgs = inferredParser ? ['--parser', inferredParser] : [];
66
- const result = spawnSync(
67
- 'node',
68
- [
69
- require.resolve('jscodeshift/bin/jscodeshift'),
70
- // this makes sure codeshift doesn't transform our own source code with babel
71
- // which is faster, and also makes sure the user won't see babel messages such as:
72
- // [BABEL] Note: The code generator has deoptimised the styling of repo/node_modules/prettier/index.js as it exceeds the max of 500KB.
73
- '--no-babel',
74
- '--fail-on-error',
75
- '-t',
76
- `${TRANSFORM_DIR}/${codemod}.js`,
77
- ...parserArgs,
78
- ...files,
79
- ],
80
- {
81
- stdio: 'inherit',
82
- shell: true,
83
- }
84
- );
85
- if (result.status === 1) {
86
- logger.log('Skipped renaming because of errors.');
87
- return;
88
- }
89
- }
90
-
91
- if (!renameParts && codemod === 'mdx-to-csf') {
92
- renameParts = ['.stories.mdx', '.mdx'];
93
- rename = '.stories.mdx:.mdx;';
94
- }
95
-
96
- if (renameParts) {
97
- const [from, to] = renameParts;
98
- logger.log(`=> Renaming ${rename}: ${files.length} files`);
99
- await Promise.all(
100
- files.map((file) => renameFile(file, new RegExp(`${from}$`), to, { logger }))
101
- );
102
- }
103
- }
@@ -1,9 +0,0 @@
1
- import { sanitizeName } from './utils';
2
-
3
- it('should sanitize names', () => {
4
- expect(sanitizeName('basic')).toMatchInlineSnapshot(`"Basic"`);
5
- expect(sanitizeName('with space')).toMatchInlineSnapshot(`"WithSpace"`);
6
- expect(sanitizeName('default')).toMatchInlineSnapshot(`"Default"`);
7
- expect(sanitizeName('w/punctuation')).toMatchInlineSnapshot(`"WPunctuation"`);
8
- expect(sanitizeName('5')).toMatchInlineSnapshot(`"_5"`);
9
- });
package/src/lib/utils.ts DELETED
@@ -1,29 +0,0 @@
1
- import camelCase from 'lodash/camelCase.js';
2
- import upperFirst from 'lodash/upperFirst.js';
3
-
4
- export const sanitizeName = (name: string) => {
5
- let key = upperFirst(camelCase(name));
6
- // prepend _ if name starts with a digit
7
- if (/^\d/.test(key)) {
8
- key = `_${key}`;
9
- }
10
- // prepend _ if name starts with a digit
11
- if (/^\d/.test(key)) {
12
- key = `_${key}`;
13
- }
14
- return key;
15
- };
16
-
17
- export function jscodeshiftToPrettierParser(parser?: string) {
18
- const parserMap: Record<string, string> = {
19
- babylon: 'babel',
20
- flow: 'flow',
21
- ts: 'typescript',
22
- tsx: 'typescript',
23
- };
24
-
25
- if (!parser) {
26
- return 'babel';
27
- }
28
- return parserMap[parser] || 'babel';
29
- }
@@ -1,44 +0,0 @@
1
- /* eslint-disable */
2
- import React from 'react';
3
- import Button from './Button';
4
-
5
- import { storiesOf, configure } from '@storybook/react';
6
- import { action } from '@storybook/addon-actions';
7
-
8
- storiesOf('Button', module).add('basic', () => <Button label="The Button" />);
9
-
10
- storiesOf('Button').add('no module', () => <Button label="The Button" />);
11
-
12
- storiesOf('Button', module).add('with story parameters', () => <Button label="The Button" />, {
13
- header: false,
14
- inline: true,
15
- });
16
-
17
- storiesOf('Button', module)
18
- .addParameters({ foo: 1 })
19
- .add('with kind parameters', () => <Button label="The Button" />);
20
-
21
- storiesOf('Button', module)
22
- .addParameters({ component: Button })
23
- .add('with existing component parameters', () => <Button label="The Button" />);
24
-
25
- storiesOf('Button', module).add('complex story', () => (
26
- <div>
27
- <Button label="The Button" onClick={action('onClick')} />
28
- <br />
29
- </div>
30
- ));
31
-
32
- storiesOf('Root|Some/Button', module).add('with path', () => <Button label="The Button" />);
33
-
34
- storiesOf('Some.Button', module).add('with dot-path', () => <Button label="The Button" />);
35
-
36
- storiesOf('Some.Button', module)
37
- .addDecorator(withKnobs)
38
- .add('with decorator', () => <Button label="The Button" />);
39
-
40
- // This isn't a valid story, but it tests the `import { comp } from ...` case
41
- storiesOf('action', module).add('non-default component export', () => <action />);
42
-
43
- // This shouldn't get modified since the story name doesn't match
44
- storiesOf('something', module).add('non-matching story', () => <Button label="The Button" />);
@@ -1,68 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`add-component-parameters transforms correctly using "add-component-parameters.input.js" data 1`] = `
4
- "/* eslint-disable */
5
- import React from 'react';
6
- import Button from './Button';
7
-
8
- import { storiesOf, configure } from '@storybook/react';
9
- import { action } from '@storybook/addon-actions';
10
-
11
- storiesOf('Button', module).addParameters({
12
- component: Button
13
- }).add('basic', () => <Button label=\\"The Button\\" />);
14
-
15
- storiesOf('Button').addParameters({
16
- component: Button
17
- }).add('no module', () => <Button label=\\"The Button\\" />);
18
-
19
- storiesOf('Button', module).addParameters({
20
- component: Button
21
- }).add('with story parameters', () => <Button label=\\"The Button\\" />, {
22
- header: false,
23
- inline: true,
24
- });
25
-
26
- storiesOf('Button', module).addParameters({
27
- component: Button
28
- })
29
- .addParameters({ foo: 1 })
30
- .add('with kind parameters', () => <Button label=\\"The Button\\" />);
31
-
32
- storiesOf('Button', module).addParameters({
33
- component: Button
34
- })
35
- .addParameters({ component: Button })
36
- .add('with existing component parameters', () => <Button label=\\"The Button\\" />);
37
-
38
- storiesOf('Button', module).addParameters({
39
- component: Button
40
- }).add('complex story', () => (
41
- <div>
42
- <Button label=\\"The Button\\" onClick={action('onClick')} />
43
- <br />
44
- </div>
45
- ));
46
-
47
- storiesOf('Root|Some/Button', module).addParameters({
48
- component: Button
49
- }).add('with path', () => <Button label=\\"The Button\\" />);
50
-
51
- storiesOf('Some.Button', module).addParameters({
52
- component: Button
53
- }).add('with dot-path', () => <Button label=\\"The Button\\" />);
54
-
55
- storiesOf('Some.Button', module).addParameters({
56
- component: Button
57
- })
58
- .addDecorator(withKnobs)
59
- .add('with decorator', () => <Button label=\\"The Button\\" />);
60
-
61
- // This isn't a valid story, but it tests the \`import { comp } from ...\` case
62
- storiesOf('action', module).addParameters({
63
- component: action
64
- }).add('non-default component export', () => <action />);
65
-
66
- // This shouldn't get modified since the story name doesn't match
67
- storiesOf('something', module).add('non-matching story', () => <Button label=\\"The Button\\" />);"
68
- `;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import Button from './Button';
3
- import { action } from '@storybook/addon-actions';
4
-
5
- export default {
6
- title: 'Button',
7
- };
8
-
9
- export const story1 = () => <Button label="Story 1" />;
10
-
11
- export const story2 = () => <Button label="Story 2" onClick={action('click')} />;
12
- story2.story = { name: 'second story' };
13
-
14
- export const story3 = () => (
15
- <div>
16
- <Button label="The Button" onClick={action('onClick')} />
17
- <br />
18
- </div>
19
- );
20
- const baz = 17;
21
- story3.story = {
22
- name: 'complex story',
23
- parameters: { foo: { bar: baz } },
24
- decorators: [(storyFn) => <bar>{storyFn}</bar>],
25
- };
@@ -1,27 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`csf-hoist-story-annotations transforms correctly using "basic.input.js" data 1`] = `
4
- "import React from 'react';
5
- import Button from './Button';
6
- import { action } from '@storybook/addon-actions';
7
-
8
- export default {
9
- title: 'Button',
10
- };
11
-
12
- export const story1 = () => <Button label=\\"Story 1\\" />;
13
-
14
- export const story2 = () => <Button label=\\"Story 2\\" onClick={action('click')} />;
15
- story2.storyName = 'second story';
16
-
17
- export const story3 = () => (
18
- <div>
19
- <Button label=\\"The Button\\" onClick={action('onClick')} />
20
- <br />
21
- </div>
22
- );
23
- const baz = 17;
24
- story3.storyName = 'complex story';
25
- story3.parameters = { foo: { bar: baz } };
26
- story3.decorators = [(storyFn) => <bar>{storyFn}</bar>];"
27
- `;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import Button from './Button';
3
- import { action } from '@storybook/addon-actions';
4
-
5
- export default {
6
- title: 'Button',
7
- };
8
-
9
- export const story1 = () => <Button label="Story 1" />;
10
-
11
- export const story2 = () => <Button label="Story 2" onClick={action('click')} />;
12
- story2.story = { name: 'second story' };
13
- story2.story.parameters = { foo: 'bar' };
14
-
15
- export const story3 = () => (
16
- <div>
17
- <Button label="The Button" onClick={action('onClick')} />
18
- <br />
19
- </div>
20
- );
21
- const baz = 17;
22
- story3.story = {};
23
- story3.story.name = 'complex story';
24
- story3.story.parameters = { foo: { bar: baz } };
25
- story3.story.decorators = [(storyFn) => <bar>{storyFn}</bar>];
@@ -1,28 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`csf-hoist-story-annotations transforms correctly using "overrides.input.js" data 1`] = `
4
- "import React from 'react';
5
- import Button from './Button';
6
- import { action } from '@storybook/addon-actions';
7
-
8
- export default {
9
- title: 'Button',
10
- };
11
-
12
- export const story1 = () => <Button label=\\"Story 1\\" />;
13
-
14
- export const story2 = () => <Button label=\\"Story 2\\" onClick={action('click')} />;
15
- story2.storyName = 'second story';
16
- story2.parameters = { foo: 'bar' };
17
-
18
- export const story3 = () => (
19
- <div>
20
- <Button label=\\"The Button\\" onClick={action('onClick')} />
21
- <br />
22
- </div>
23
- );
24
- const baz = 17;
25
- story3.storyName = 'complex story';
26
- story3.parameters = { foo: { bar: baz } };
27
- story3.decorators = [(storyFn) => <bar>{storyFn}</bar>];"
28
- `;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import Button from './Button';
3
-
4
- const foo = {
5
- title: 'Button',
6
- };
7
-
8
- export default foo;
9
-
10
- const bar = () => <Button label="Story 1" />;
11
- bar.story = { name: 'bar bar' };
12
-
13
- export const story1 = bar;
@@ -1,17 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`csf-hoist-story-annotations transforms correctly using "variable.input.js" data 1`] = `
4
- "import React from 'react';
5
- import Button from './Button';
6
-
7
- const foo = {
8
- title: 'Button',
9
- };
10
-
11
- export default foo;
12
-
13
- const bar = () => <Button label=\\"Story 1\\" />;
14
- bar.story = { name: 'bar bar' };
15
-
16
- export const story1 = bar;"
17
- `;
@@ -1,18 +0,0 @@
1
- import Button from './Button';
2
- import { action } from '@storybook/addon-actions';
3
- import { Meta, Story } from '@storybook/addon-docs';
4
-
5
- <Meta title='Button' />
6
-
7
- <Story name='story1'><Button label='Story 1' /></Story>
8
-
9
- <Story name='second story'><Button label='Story 2' onClick={action('click')} /></Story>
10
-
11
- <Story name='complex story'><div>
12
- <Button label='The Button' onClick={action('onClick')} />
13
- <br />
14
- </div></Story>
15
-
16
- <Story name='w/punctuation'>
17
- <Button label='w/punctuation'/>
18
- </Story>