@storybook/types 7.0.0-beta.23 → 7.0.0-beta.25
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 +4 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2599,6 +2599,10 @@ interface DocsContextProps<TRenderer extends Renderer = Renderer> {
|
|
|
2599
2599
|
* Storybook channel -- use for low level event watching/emitting
|
|
2600
2600
|
*/
|
|
2601
2601
|
channel: Channel$1;
|
|
2602
|
+
/**
|
|
2603
|
+
* Project annotations -- can be read to get the project's global annotations
|
|
2604
|
+
*/
|
|
2605
|
+
projectAnnotations: NormalizedProjectAnnotations<TRenderer>;
|
|
2602
2606
|
}
|
|
2603
2607
|
type DocsRenderFunction<TRenderer extends Renderer> = (docsContext: DocsContextProps<TRenderer>, docsParameters: Parameters, element: HTMLElement, callback: () => void) => void;
|
|
2604
2608
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.25",
|
|
4
4
|
"description": "Core Storybook Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/core": "^7.12.10",
|
|
47
|
-
"@storybook/channels": "7.0.0-beta.
|
|
47
|
+
"@storybook/channels": "7.0.0-beta.25",
|
|
48
48
|
"@types/babel__core": "^7.0.0",
|
|
49
49
|
"@types/express": "^4.7.0",
|
|
50
50
|
"express": "^4.17.3",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"./src/index.ts"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "2109ab8d7c0667e686db757abf5afcbf3d48a6ec"
|
|
67
67
|
}
|