@storybook/types 7.6.0-beta.2 → 7.6.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/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -4404,7 +4404,7 @@ interface Addon_BaseAnnotations<TArgs, StoryFnReturnType, TRenderer extends Rend
|
|
|
4404
4404
|
* Wrapper components or Storybook decorators that wrap a story.
|
|
4405
4405
|
*
|
|
4406
4406
|
* Decorators defined in Meta will be applied to every story variation.
|
|
4407
|
-
* @see [Decorators](https://storybook.js.org/docs/addons
|
|
4407
|
+
* @see [Decorators](https://storybook.js.org/docs/addons/#1-decorators)
|
|
4408
4408
|
*/
|
|
4409
4409
|
decorators?: Addon_BaseDecorators<StoryFnReturnType>;
|
|
4410
4410
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.6.0
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"description": "Core Storybook TS Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@storybook/channels": "7.6.0
|
|
47
|
+
"@storybook/channels": "7.6.0",
|
|
48
48
|
"@types/babel__core": "^7.0.0",
|
|
49
49
|
"@types/express": "^4.7.0",
|
|
50
50
|
"file-system-cache": "2.3.0"
|