@storybook/react-dom-shim 7.0.0 → 7.0.1
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/preset.d.ts +0 -10
- package/package.json +3 -3
package/dist/preset.d.ts
CHANGED
|
@@ -966,12 +966,6 @@ interface StorybookConfig {
|
|
|
966
966
|
* Build stories.json automatically on start/build
|
|
967
967
|
*/
|
|
968
968
|
buildStoriesJson?: boolean;
|
|
969
|
-
/**
|
|
970
|
-
* Activate preview of CSF v3.0
|
|
971
|
-
*
|
|
972
|
-
* @deprecated This is always on now from 6.4 regardless of the setting
|
|
973
|
-
*/
|
|
974
|
-
previewCsfV3?: boolean;
|
|
975
969
|
/**
|
|
976
970
|
* Activate on demand story store
|
|
977
971
|
*/
|
|
@@ -981,10 +975,6 @@ interface StorybookConfig {
|
|
|
981
975
|
* (for internal use in sandboxes)
|
|
982
976
|
*/
|
|
983
977
|
storyStoreV7MdxErrors?: boolean;
|
|
984
|
-
/**
|
|
985
|
-
* Enable a set of planned breaking changes for SB7.0
|
|
986
|
-
*/
|
|
987
|
-
breakingChangesV7?: boolean;
|
|
988
978
|
/**
|
|
989
979
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
|
990
980
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-dom-shim",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@storybook/types": "7.0.
|
|
57
|
+
"@storybook/types": "7.0.1",
|
|
58
58
|
"typescript": "~4.9.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"./src/react-18.tsx"
|
|
72
72
|
]
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "2fe0c39167a40d6856f5cbc2ab927b3b65fc384b"
|
|
75
75
|
}
|