@storybook/react-dom-shim 7.0.0-beta.63 → 7.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +5 -0
  2. package/package.json +3 -3
package/dist/preset.d.ts CHANGED
@@ -977,6 +977,11 @@ interface StorybookConfig {
977
977
  * Activate on demand story store
978
978
  */
979
979
  storyStoreV7?: boolean;
980
+ /**
981
+ * Do not throw errors if using `.mdx` files in SSv7
982
+ * (for internal use in sandboxes)
983
+ */
984
+ storyStoreV7MdxErrors?: boolean;
980
985
  /**
981
986
  * Enable a set of planned breaking changes for SB7.0
982
987
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-dom-shim",
3
- "version": "7.0.0-beta.63",
3
+ "version": "7.0.0-rc.0",
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-beta.63",
57
+ "@storybook/types": "7.0.0-rc.0",
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": "5a1c2753f9c30f3b12eb158dfa5e93706ad0e9a8"
74
+ "gitHead": "6d1bcb2579203a3075467a2ba83738d854545053"
75
75
  }