@storybook/addon-interactions 6.4.14 → 6.4.15

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.
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Tool: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Call, ControlStates } from '@storybook/instrumenter';
3
2
  import { Controls } from '../../Panel';
4
3
  export declare const Interaction: ({ call, callsById, controls, controlStates, }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Received: ({ value, parsed }: {
3
2
  value: any;
4
3
  parsed?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Call, ElementRef } from '@storybook/instrumenter';
3
2
  export declare const Node: ({ value, nested, callsById, ...props }: {
4
3
  [props: string]: any;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Tool: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Call, ControlStates } from '@storybook/instrumenter';
3
2
  import { Controls } from '../../Panel';
4
3
  export declare const Interaction: ({ call, callsById, controls, controlStates, }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Received: ({ value, parsed }: {
3
2
  value: any;
4
3
  parsed?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Call, ElementRef } from '@storybook/instrumenter';
3
2
  export declare const Node: ({ value, nested, callsById, ...props }: {
4
3
  [props: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "6.4.14",
3
+ "version": "6.4.15",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -41,14 +41,14 @@
41
41
  "prepare": "node ../../scripts/prepare.js"
42
42
  },
43
43
  "dependencies": {
44
- "@storybook/addons": "6.4.14",
45
- "@storybook/api": "6.4.14",
46
- "@storybook/components": "6.4.14",
47
- "@storybook/core-common": "6.4.14",
48
- "@storybook/core-events": "6.4.14",
44
+ "@storybook/addons": "6.4.15",
45
+ "@storybook/api": "6.4.15",
46
+ "@storybook/components": "6.4.15",
47
+ "@storybook/core-common": "6.4.15",
48
+ "@storybook/core-events": "6.4.15",
49
49
  "@storybook/csf": "0.0.2--canary.87bc651.0",
50
- "@storybook/instrumenter": "6.4.14",
51
- "@storybook/theming": "6.4.14",
50
+ "@storybook/instrumenter": "6.4.15",
51
+ "@storybook/theming": "6.4.15",
52
52
  "global": "^4.4.0",
53
53
  "jest-mock": "^27.0.6",
54
54
  "polished": "^4.0.5",
@@ -74,7 +74,7 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "cf71c9f2b86e71f39c0d452174d84f34f86879b0",
77
+ "gitHead": "63a20d785f0288b86aed9e29180abbb07eb3ba8e",
78
78
  "sbmodern": "dist/modern/index.js",
79
79
  "storybook": {
80
80
  "displayName": "Interactions",