@storybook/react-dom-shim 7.0.0 → 7.0.2

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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +0 -10
  2. 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.0",
3
+ "version": "7.0.2",
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.0",
57
+ "@storybook/types": "7.0.2",
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": "4f2afa644d7f2833181fc03187f5597d442285a6"
74
+ "gitHead": "96b498debee8b89d0c4050c13172a5a818c9997a"
75
75
  }