@storybook/addon-links 9.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +11 -6
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.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-addons",
7
- "organize"
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.1"
83
+ "storybook": "^9.1.3"
79
84
  },
80
85
  "peerDependenciesMeta": {
81
86
  "react": {
@@ -98,7 +103,7 @@
98
103
  ],
99
104
  "post": "./scripts/fix-preview-api-reference.ts"
100
105
  },
101
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16",
106
+ "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684",
102
107
  "storybook": {
103
108
  "displayName": "Links",
104
109
  "icon": "https://user-images.githubusercontent.com/263385/101991673-48355c80-3c7c-11eb-9b6e-b627c96a75f6.png",