@storybook/addon-interactions
Advanced tools
Comparing version 0.0.0-pr-30197-sha-99c86eb2 to 0.0.0-pr-30197-sha-a3d613d5
@@ -1,3 +0,6 @@ | ||
declare const _default: {}; | ||
import * as core_dist_types from 'storybook/internal/types'; | ||
import * as _storybook_csf from '@storybook/csf'; | ||
declare const _default: () => core_dist_types.ProjectAnnotations<_storybook_csf.Renderer>; | ||
export { _default as default }; |
'use strict'; | ||
var src_default={}; | ||
var previewApi = require('storybook/internal/preview-api'); | ||
var instrumenter = require('@storybook/instrumenter'); | ||
require('@storybook/test'); | ||
var __defProp=Object.defineProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0});};var preview_exports={};__export(preview_exports,{parameters:()=>parameters,runStep:()=>runStep});var runStep=instrumenter.instrument({step:(label,play,context)=>play(context)},{intercept:!0}).step,parameters={throwPlayFunctionExceptions:!1};var src_default=()=>previewApi.definePreview(preview_exports); | ||
module.exports = src_default; |
@@ -1,4 +0,4 @@ | ||
import { StepLabel, PlayFunction, StoryContext } from 'storybook/internal/types'; | ||
import { StepRunner } from 'storybook/internal/types'; | ||
declare const runStep: (label: StepLabel, play: PlayFunction, context: StoryContext) => void | Promise<void>; | ||
declare const runStep: StepRunner; | ||
declare const parameters: { | ||
@@ -5,0 +5,0 @@ throwPlayFunctionExceptions: boolean; |
@@ -6,5 +6,5 @@ 'use strict'; | ||
var {step:runStep}=instrumenter.instrument({step:(label,play,context)=>play(context)},{intercept:!0}),parameters={throwPlayFunctionExceptions:!1}; | ||
var runStep=instrumenter.instrument({step:(label,play,context)=>play(context)},{intercept:!0}).step,parameters={throwPlayFunctionExceptions:!1}; | ||
exports.parameters = parameters; | ||
exports.runStep = runStep; |
{ | ||
"name": "@storybook/addon-interactions", | ||
"version": "0.0.0-pr-30197-sha-99c86eb2", | ||
"version": "0.0.0-pr-30197-sha-a3d613d5", | ||
"description": "Automate, test and debug user interactions", | ||
@@ -43,2 +43,12 @@ "keywords": [ | ||
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/index.d.ts" | ||
], | ||
"preview": [ | ||
"dist/preview.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -57,4 +67,4 @@ "dist/**/*", | ||
"@storybook/global": "^5.0.0", | ||
"@storybook/instrumenter": "0.0.0-pr-30197-sha-99c86eb2", | ||
"@storybook/test": "0.0.0-pr-30197-sha-99c86eb2", | ||
"@storybook/instrumenter": "0.0.0-pr-30197-sha-a3d613d5", | ||
"@storybook/test": "0.0.0-pr-30197-sha-a3d613d5", | ||
"polished": "^4.2.2", | ||
@@ -74,3 +84,3 @@ "ts-dedent": "^2.2.0" | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-30197-sha-99c86eb2" | ||
"storybook": "^0.0.0-pr-30197-sha-a3d613d5" | ||
}, | ||
@@ -77,0 +87,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
128904
523
+ Added@storybook/csf@0.1.14--canary.f3da709.0(transitive)
+ Added@storybook/instrumenter@0.0.0-pr-30197-sha-a3d613d5(transitive)
+ Added@storybook/test@0.0.0-pr-30197-sha-a3d613d5(transitive)
- Removed@storybook/csf@0.1.12(transitive)
- Removed@storybook/instrumenter@0.0.0-pr-30197-sha-99c86eb2(transitive)
- Removed@storybook/test@0.0.0-pr-30197-sha-99c86eb2(transitive)