@storybook/addon-interactions 6.5.0-alpha.34 → 6.5.0-alpha.39

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;
@@ -8,5 +8,5 @@ export interface SubnavProps {
8
8
  storyFileName?: string;
9
9
  onScrollToEnd?: () => void;
10
10
  }
11
- export declare const StyledIconButton: import("@storybook/theming/dist/ts3.9/_modules/@emotion-styled-base-types-index").StyledComponent<any, Pick<any, string | number | symbol>, import("@storybook/theming").Theme>;
11
+ export declare const StyledIconButton: import("@storybook/theming").StyledComponent<any, Pick<any, string | number | symbol>, import("@storybook/theming").Theme>;
12
12
  export declare const Subnav: React.FC<SubnavProps>;
@@ -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;
@@ -8,5 +8,5 @@ export interface SubnavProps {
8
8
  storyFileName?: string;
9
9
  onScrollToEnd?: () => void;
10
10
  }
11
- export declare const StyledIconButton: import("@storybook/theming/dist/ts3.9/_modules/@emotion-styled-base-types-index").StyledComponent<any, Pick<any, string | number | symbol>, import("@storybook/theming").Theme>;
11
+ export declare const StyledIconButton: import("@storybook/theming").StyledComponent<any, Pick<any, string | number | symbol>, import("@storybook/theming").Theme>;
12
12
  export declare const Subnav: React.FC<SubnavProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "6.5.0-alpha.34",
3
+ "version": "6.5.0-alpha.39",
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.5.0-alpha.34",
45
- "@storybook/api": "6.5.0-alpha.34",
46
- "@storybook/components": "6.5.0-alpha.34",
47
- "@storybook/core-common": "6.5.0-alpha.34",
48
- "@storybook/core-events": "6.5.0-alpha.34",
44
+ "@storybook/addons": "6.5.0-alpha.39",
45
+ "@storybook/api": "6.5.0-alpha.39",
46
+ "@storybook/components": "6.5.0-alpha.39",
47
+ "@storybook/core-common": "6.5.0-alpha.39",
48
+ "@storybook/core-events": "6.5.0-alpha.39",
49
49
  "@storybook/csf": "0.0.2--canary.87bc651.0",
50
- "@storybook/instrumenter": "6.5.0-alpha.34",
51
- "@storybook/theming": "6.5.0-alpha.34",
50
+ "@storybook/instrumenter": "6.5.0-alpha.39",
51
+ "@storybook/theming": "6.5.0-alpha.39",
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": "5eafd588972634b4d76ca2ebf01bd5ca2aaa0119",
77
+ "gitHead": "9b5d9b1f46a31a9881fe71a153a9b810e8203a93",
78
78
  "sbmodern": "dist/modern/index.js",
79
79
  "storybook": {
80
80
  "displayName": "Interactions",