@storybook/types 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/index.d.ts +0 -10
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -2075,12 +2075,6 @@ interface StorybookConfig {
2075
2075
  * Build stories.json automatically on start/build
2076
2076
  */
2077
2077
  buildStoriesJson?: boolean;
2078
- /**
2079
- * Activate preview of CSF v3.0
2080
- *
2081
- * @deprecated This is always on now from 6.4 regardless of the setting
2082
- */
2083
- previewCsfV3?: boolean;
2084
2078
  /**
2085
2079
  * Activate on demand story store
2086
2080
  */
@@ -2090,10 +2084,6 @@ interface StorybookConfig {
2090
2084
  * (for internal use in sandboxes)
2091
2085
  */
2092
2086
  storyStoreV7MdxErrors?: boolean;
2093
- /**
2094
- * Enable a set of planned breaking changes for SB7.0
2095
- */
2096
- breakingChangesV7?: boolean;
2097
2087
  /**
2098
2088
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
2099
2089
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/types",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Core Storybook TS Types",
5
5
  "keywords": [
6
6
  "storybook"
@@ -43,13 +43,13 @@
43
43
  "prep": "../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/channels": "7.0.0",
46
+ "@storybook/channels": "7.0.2",
47
47
  "@types/babel__core": "^7.0.0",
48
48
  "@types/express": "^4.7.0",
49
49
  "file-system-cache": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@storybook/csf": "next",
52
+ "@storybook/csf": "^0.1.0",
53
53
  "@types/node": "^16.0.0",
54
54
  "typescript": "~4.9.3"
55
55
  },
@@ -61,5 +61,5 @@
61
61
  "./src/index.ts"
62
62
  ]
63
63
  },
64
- "gitHead": "4f2afa644d7f2833181fc03187f5597d442285a6"
64
+ "gitHead": "96b498debee8b89d0c4050c13172a5a818c9997a"
65
65
  }