@storybook/react 7.0.0-rc.9 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "7.0.0-rc.9",
3
+ "version": "7.0.1",
4
4
  "description": "Storybook React renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,13 +53,13 @@
53
53
  "prep": "../../../scripts/prepare/bundle.ts"
54
54
  },
55
55
  "dependencies": {
56
- "@storybook/client-logger": "7.0.0-rc.9",
57
- "@storybook/core-client": "7.0.0-rc.9",
58
- "@storybook/docs-tools": "7.0.0-rc.9",
56
+ "@storybook/client-logger": "7.0.1",
57
+ "@storybook/core-client": "7.0.1",
58
+ "@storybook/docs-tools": "7.0.1",
59
59
  "@storybook/global": "^5.0.0",
60
- "@storybook/preview-api": "7.0.0-rc.9",
61
- "@storybook/react-dom-shim": "7.0.0-rc.9",
62
- "@storybook/types": "7.0.0-rc.9",
60
+ "@storybook/preview-api": "7.0.1",
61
+ "@storybook/react-dom-shim": "7.0.1",
62
+ "@storybook/types": "7.0.1",
63
63
  "@types/escodegen": "^0.0.6",
64
64
  "@types/estree": "^0.0.51",
65
65
  "@types/node": "^16.0.0",
@@ -106,5 +106,5 @@
106
106
  ],
107
107
  "platform": "browser"
108
108
  },
109
- "gitHead": "618743e115ad0f172537a4b7b6cdfb0beaef52b5"
109
+ "gitHead": "2fe0c39167a40d6856f5cbc2ab927b3b65fc384b"
110
110
  }
@@ -30,31 +30,5 @@ Object {
30
30
  },
31
31
  },
32
32
  },
33
- "width": Object {
34
- "control": Object {
35
- "type": "number",
36
- },
37
- "description": "",
38
- "name": "width",
39
- "table": Object {
40
- "defaultValue": null,
41
- "jsDocTags": Object {
42
- "deprecated": "Do not use! Use \`size\` instead!
43
-
44
- Width of foo",
45
- "ignore": false,
46
- "params": undefined,
47
- "returns": null,
48
- },
49
- "type": Object {
50
- "detail": undefined,
51
- "summary": "number",
52
- },
53
- },
54
- "type": Object {
55
- "name": "number",
56
- "required": true,
57
- },
58
- },
59
33
  }
60
34
  `;
@@ -9,13 +9,6 @@ Foo.__docgenInfo = {
9
9
  \\"methods\\": [],
10
10
  \\"displayName\\": \\"Foo\\",
11
11
  \\"props\\": {
12
- \\"width\\": {
13
- \\"required\\": true,
14
- \\"tsType\\": {
15
- \\"name\\": \\"number\\"
16
- },
17
- \\"description\\": \\"@deprecated Do not use! Use \`size\` instead!\\\\n\\\\nWidth of foo\\"
18
- },
19
12
  \\"size\\": {
20
13
  \\"required\\": true,
21
14
  \\"tsType\\": {
@@ -1,12 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
3
  interface FooProps {
4
- /**
5
- * @deprecated Do not use! Use `size` instead!
6
- *
7
- * Width of foo
8
- */
9
- width: number;
10
4
  /**
11
5
  * The size (replaces width)
12
6
  */
@@ -3,27 +3,6 @@
3
3
  exports[`react component properties 9721-ts-deprecated-jsdoc 1`] = `
4
4
  Object {
5
5
  "rows": Array [
6
- Object {
7
- "defaultValue": null,
8
- "description": "",
9
- "jsDocTags": Object {
10
- "deprecated": "Do not use! Use \`size\` instead!
11
-
12
- Width of foo",
13
- "ignore": false,
14
- "params": undefined,
15
- "returns": null,
16
- },
17
- "name": "width",
18
- "required": true,
19
- "sbType": Object {
20
- "name": "number",
21
- },
22
- "type": Object {
23
- "detail": undefined,
24
- "summary": "number",
25
- },
26
- },
27
6
  Object {
28
7
  "defaultValue": null,
29
8
  "description": "The size (replaces width)",