@storybook/addon-links 8.6.0-beta.2 → 8.6.0-beta.4

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/dist/index.d.ts +1 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import * as core_dist_types from 'storybook/internal/types';
2
- import * as core_dist_csf from 'storybook/internal/csf';
3
2
  import { ComponentTitle, StoryName, StoryId, StoryKind } from 'storybook/internal/types';
4
3
 
5
4
  interface ParamsId {
@@ -16,6 +15,6 @@ declare const hrefTo: (title: ComponentTitle, name: StoryName) => Promise<string
16
15
  declare const linkTo: (idOrTitle: string | ((...args: any[]) => string), nameInput?: string | ((...args: any[]) => string)) => (...args: any[]) => void;
17
16
  declare const withLinks: (...args: any) => any;
18
17
 
19
- declare const _default: () => core_dist_types.ProjectAnnotations<core_dist_csf.Renderer>;
18
+ declare const _default: () => core_dist_types.ProjectAnnotations<core_dist_types.Renderer>;
20
19
 
21
20
  export { _default as default, hrefTo, linkTo, navigate, withLinks };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-links",
3
- "version": "8.6.0-beta.2",
3
+ "version": "8.6.0-beta.4",
4
4
  "description": "Link stories together to build demos and prototypes with your UI components",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "peerDependencies": {
78
78
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
79
- "storybook": "^8.6.0-beta.2"
79
+ "storybook": "^8.6.0-beta.4"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "react": {