@storybook/addon-links 9.1.2 → 9.1.3
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 +4 -2
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Story Links Addon
|
|
2
2
|
|
|
3
|
-
The Storybook Links addon can be used to create links that navigate between stories in [Storybook](https://storybook.js.org).
|
|
3
|
+
The Storybook Links addon can be used to create links that navigate between stories in [Storybook](https://storybook.js.org?ref=readme).
|
|
4
4
|
|
|
5
|
-
[Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support)
|
|
5
|
+
[Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support?ref=readme)
|
|
6
6
|
|
|
7
7
|
## Getting Started
|
|
8
8
|
|
|
@@ -145,3 +145,5 @@ It accepts all the props the `a` element does, plus `story` and `kind`. It the `
|
|
|
145
145
|
```
|
|
146
146
|
|
|
147
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.
|
|
148
|
+
|
|
149
|
+
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-links",
|
|
3
|
-
"version": "9.1.
|
|
4
|
-
"description": "Link stories together to build demos and prototypes with your UI components",
|
|
3
|
+
"version": "9.1.3",
|
|
4
|
+
"description": "Storybook Links: Link stories together to build demos and prototypes with your UI components",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"storybook
|
|
7
|
-
"
|
|
6
|
+
"storybook",
|
|
7
|
+
"storybook-addon",
|
|
8
|
+
"organize",
|
|
9
|
+
"links",
|
|
10
|
+
"navigation",
|
|
11
|
+
"component",
|
|
12
|
+
"components"
|
|
8
13
|
],
|
|
9
14
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/links",
|
|
10
15
|
"bugs": {
|
|
@@ -75,7 +80,7 @@
|
|
|
75
80
|
},
|
|
76
81
|
"peerDependencies": {
|
|
77
82
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
78
|
-
"storybook": "^9.1.
|
|
83
|
+
"storybook": "^9.1.3"
|
|
79
84
|
},
|
|
80
85
|
"peerDependenciesMeta": {
|
|
81
86
|
"react": {
|