@storybook/addon-links 7.0.0-beta.39 → 7.0.0-beta.40
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/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -144,4 +144,4 @@ It accepts all the props the `a` element does, plus `story` and `kind`. It the `
|
|
|
144
144
|
</LinkTo>
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
To implement such a component for another framework, you need to add special handling for `click` event on native `a` element. See [`RoutedLink` sources](https://github.com/storybookjs/storybook/blob/
|
|
147
|
+
To implement such a component for another framework, you need to add special handling for `click` event on native `a` element. See [`RoutedLink` sources](https://github.com/storybookjs/storybook/blob/next/code/addons/links/src/react/components/RoutedLink.tsx) for reference.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-links",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.40",
|
|
4
4
|
"description": "Link stories together to build demos and prototypes with your UI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
7
7
|
"storybook",
|
|
8
8
|
"organize"
|
|
9
9
|
],
|
|
10
|
-
"homepage": "https://github.com/storybookjs/storybook/tree/
|
|
10
|
+
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/links",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
13
13
|
},
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@storybook/client-logger": "7.0.0-beta.
|
|
84
|
-
"@storybook/core-events": "7.0.0-beta.
|
|
83
|
+
"@storybook/client-logger": "7.0.0-beta.40",
|
|
84
|
+
"@storybook/core-events": "7.0.0-beta.40",
|
|
85
85
|
"@storybook/csf": "next",
|
|
86
86
|
"@storybook/global": "^5.0.0",
|
|
87
|
-
"@storybook/manager-api": "7.0.0-beta.
|
|
88
|
-
"@storybook/preview-api": "7.0.0-beta.
|
|
89
|
-
"@storybook/router": "7.0.0-beta.
|
|
90
|
-
"@storybook/types": "7.0.0-beta.
|
|
87
|
+
"@storybook/manager-api": "7.0.0-beta.40",
|
|
88
|
+
"@storybook/preview-api": "7.0.0-beta.40",
|
|
89
|
+
"@storybook/router": "7.0.0-beta.40",
|
|
90
|
+
"@storybook/types": "7.0.0-beta.40",
|
|
91
91
|
"prop-types": "^15.7.2",
|
|
92
92
|
"ts-dedent": "^2.0.0"
|
|
93
93
|
},
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
],
|
|
120
120
|
"post": "./scripts/fix-preview-api-reference.ts"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "9c68cc3a66e996e91ccd520d9d0adf0fa7094ad4",
|
|
123
123
|
"storybook": {
|
|
124
124
|
"displayName": "Links",
|
|
125
125
|
"icon": "https://user-images.githubusercontent.com/263385/101991673-48355c80-3c7c-11eb-9b6e-b627c96a75f6.png",
|