@storybook/addon-interactions
Advanced tools
Comparing version 0.0.0-pr-30197-sha-a3d613d5 to 0.0.0-pr-30202-sha-0063c5e6
@@ -1,6 +0,3 @@ | ||
import * as core_dist_types from 'storybook/internal/types'; | ||
import * as _storybook_csf from '@storybook/csf'; | ||
declare const _default: {}; | ||
declare const _default: () => core_dist_types.ProjectAnnotations<_storybook_csf.Renderer>; | ||
export { _default as default }; |
'use strict'; | ||
var previewApi = require('storybook/internal/preview-api'); | ||
var instrumenter = require('@storybook/instrumenter'); | ||
require('@storybook/test'); | ||
var src_default={}; | ||
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 { StepRunner } from 'storybook/internal/types'; | ||
import { StepLabel, PlayFunction, StoryContext } from 'storybook/internal/types'; | ||
declare const runStep: StepRunner; | ||
declare const runStep: (label: StepLabel, play: PlayFunction, context: StoryContext) => void | Promise<void>; | ||
declare const parameters: { | ||
@@ -5,0 +5,0 @@ throwPlayFunctionExceptions: boolean; |
@@ -6,5 +6,5 @@ 'use strict'; | ||
var runStep=instrumenter.instrument({step:(label,play,context)=>play(context)},{intercept:!0}).step,parameters={throwPlayFunctionExceptions:!1}; | ||
var {step:runStep}=instrumenter.instrument({step:(label,play,context)=>play(context)},{intercept:!0}),parameters={throwPlayFunctionExceptions:!1}; | ||
exports.parameters = parameters; | ||
exports.runStep = runStep; |
{ | ||
"name": "@storybook/addon-interactions", | ||
"version": "0.0.0-pr-30197-sha-a3d613d5", | ||
"version": "0.0.0-pr-30202-sha-0063c5e6", | ||
"description": "Automate, test and debug user interactions", | ||
@@ -43,12 +43,2 @@ "keywords": [ | ||
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/index.d.ts" | ||
], | ||
"preview": [ | ||
"dist/preview.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -67,4 +57,4 @@ "dist/**/*", | ||
"@storybook/global": "^5.0.0", | ||
"@storybook/instrumenter": "0.0.0-pr-30197-sha-a3d613d5", | ||
"@storybook/test": "0.0.0-pr-30197-sha-a3d613d5", | ||
"@storybook/instrumenter": "0.0.0-pr-30202-sha-0063c5e6", | ||
"@storybook/test": "0.0.0-pr-30202-sha-0063c5e6", | ||
"polished": "^4.2.2", | ||
@@ -81,6 +71,6 @@ "ts-dedent": "^2.2.0" | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-30197-sha-a3d613d5" | ||
"storybook": "^0.0.0-pr-30202-sha-0063c5e6" | ||
}, | ||
@@ -87,0 +77,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
127572
513
+ Added@storybook/csf@0.1.12(transitive)
+ Added@storybook/instrumenter@0.0.0-pr-30202-sha-0063c5e6(transitive)
+ Added@storybook/test@0.0.0-pr-30202-sha-0063c5e6(transitive)
- Removed@storybook/csf@0.1.14--canary.f3da709.0(transitive)
- Removed@storybook/instrumenter@0.0.0-pr-30197-sha-a3d613d5(transitive)
- Removed@storybook/test@0.0.0-pr-30197-sha-a3d613d5(transitive)