@storybook/addon-interactions 6.5.14-alpha.2 → 6.5.15-alpha.0

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/dist/cjs/Panel.js CHANGED
@@ -150,7 +150,7 @@ var AddonPanelPure = /*#__PURE__*/React.memo(function (_ref2) {
150
150
  }), /*#__PURE__*/React.createElement("div", {
151
151
  ref: endRef
152
152
  }), !isPlaying && interactions.length === 0 && /*#__PURE__*/React.createElement(_components.Placeholder, null, "No interactions found", /*#__PURE__*/React.createElement(_components.Link, {
153
- href: "https://github.com/storybookjs/storybook/blob/next/addons/interactions/README.md",
153
+ href: "https://storybook.js.org/docs/react/writing-stories/play-function",
154
154
  target: "_blank",
155
155
  withArrow: true
156
156
  }, "Learn how to add interactions to your story")));
package/dist/esm/Panel.js CHANGED
@@ -102,7 +102,7 @@ export var AddonPanelPure = /*#__PURE__*/React.memo(function (_ref2) {
102
102
  }), /*#__PURE__*/React.createElement("div", {
103
103
  ref: endRef
104
104
  }), !isPlaying && interactions.length === 0 && /*#__PURE__*/React.createElement(Placeholder, null, "No interactions found", /*#__PURE__*/React.createElement(Link, {
105
- href: "https://github.com/storybookjs/storybook/blob/next/addons/interactions/README.md",
105
+ href: "https://storybook.js.org/docs/react/writing-stories/play-function",
106
106
  target: "_blank",
107
107
  withArrow: true
108
108
  }, "Learn how to add interactions to your story")));
@@ -69,7 +69,7 @@ export const AddonPanelPure = /*#__PURE__*/React.memo(_ref => {
69
69
  })), /*#__PURE__*/React.createElement("div", {
70
70
  ref: endRef
71
71
  }), !isPlaying && interactions.length === 0 && /*#__PURE__*/React.createElement(Placeholder, null, "No interactions found", /*#__PURE__*/React.createElement(Link, {
72
- href: "https://github.com/storybookjs/storybook/blob/next/addons/interactions/README.md",
72
+ href: "https://storybook.js.org/docs/react/writing-stories/play-function",
73
73
  target: "_blank",
74
74
  withArrow: true
75
75
  }, "Learn how to add interactions to your story")));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "6.5.14-alpha.2",
3
+ "version": "6.5.15-alpha.0",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -42,15 +42,15 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@devtools-ds/object-inspector": "^1.1.2",
45
- "@storybook/addons": "6.5.14-alpha.2",
46
- "@storybook/api": "6.5.14-alpha.2",
47
- "@storybook/client-logger": "6.5.14-alpha.2",
48
- "@storybook/components": "6.5.14-alpha.2",
49
- "@storybook/core-common": "6.5.14-alpha.2",
50
- "@storybook/core-events": "6.5.14-alpha.2",
45
+ "@storybook/addons": "6.5.15-alpha.0",
46
+ "@storybook/api": "6.5.15-alpha.0",
47
+ "@storybook/client-logger": "6.5.15-alpha.0",
48
+ "@storybook/components": "6.5.15-alpha.0",
49
+ "@storybook/core-common": "6.5.15-alpha.0",
50
+ "@storybook/core-events": "6.5.15-alpha.0",
51
51
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
52
- "@storybook/instrumenter": "6.5.14-alpha.2",
53
- "@storybook/theming": "6.5.14-alpha.2",
52
+ "@storybook/instrumenter": "6.5.15-alpha.0",
53
+ "@storybook/theming": "6.5.15-alpha.0",
54
54
  "core-js": "^3.8.2",
55
55
  "global": "^4.4.0",
56
56
  "jest-mock": "^27.0.6",
@@ -77,7 +77,7 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "gitHead": "71f07c4af213258303a8513dc9a6a7c70214bcbe",
80
+ "gitHead": "095d6ad0f577082c3faf1ac3e0140fc1a80a90a2",
81
81
  "sbmodern": "dist/modern/index.js",
82
82
  "storybook": {
83
83
  "displayName": "Interactions",