@storybook/addon-docs 7.0.0-beta.16 → 7.0.0-beta.19
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/blocks.js +1 -1
- package/dist/blocks.mjs +1 -1
- package/package.json +12 -11
package/dist/blocks.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to},__reExport=(target,mod,secondTarget)=>(__copyProps(target,mod,"default"),secondTarget&&__copyProps(secondTarget,mod,"default"));var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var blocks_exports={};module.exports=__toCommonJS(blocks_exports);var import_client_logger=require("@storybook/client-logger");__reExport(blocks_exports,require("@storybook/blocks"),module.exports);(0,import_client_logger.deprecate)("Import from '@storybook/addon-docs/blocks' is deprecated. Please import from '@storybook/blocks' instead.");
|
package/dist/blocks.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{deprecate}from"@storybook/client-logger";export*from"@storybook/blocks";deprecate("Import from '@storybook/addon-docs/blocks' is deprecated. Please import from '@storybook/blocks' instead.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-docs",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.19",
|
|
4
4
|
"description": "Document component usage and properties in Markdown",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"addon",
|
|
@@ -103,17 +103,18 @@
|
|
|
103
103
|
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
|
104
104
|
"@jest/transform": "^29.3.1",
|
|
105
105
|
"@mdx-js/react": "^2.1.5",
|
|
106
|
-
"@storybook/blocks": "7.0.0-beta.
|
|
107
|
-
"@storybook/
|
|
108
|
-
"@storybook/
|
|
109
|
-
"@storybook/csf-
|
|
106
|
+
"@storybook/blocks": "7.0.0-beta.19",
|
|
107
|
+
"@storybook/client-logger": "7.0.0-beta.19",
|
|
108
|
+
"@storybook/components": "7.0.0-beta.19",
|
|
109
|
+
"@storybook/csf-plugin": "7.0.0-beta.19",
|
|
110
|
+
"@storybook/csf-tools": "7.0.0-beta.19",
|
|
110
111
|
"@storybook/global": "^5.0.0",
|
|
111
112
|
"@storybook/mdx2-csf": "next",
|
|
112
|
-
"@storybook/node-logger": "7.0.0-beta.
|
|
113
|
-
"@storybook/postinstall": "7.0.0-beta.
|
|
114
|
-
"@storybook/preview-api": "7.0.0-beta.
|
|
115
|
-
"@storybook/theming": "7.0.0-beta.
|
|
116
|
-
"@storybook/types": "7.0.0-beta.
|
|
113
|
+
"@storybook/node-logger": "7.0.0-beta.19",
|
|
114
|
+
"@storybook/postinstall": "7.0.0-beta.19",
|
|
115
|
+
"@storybook/preview-api": "7.0.0-beta.19",
|
|
116
|
+
"@storybook/theming": "7.0.0-beta.19",
|
|
117
|
+
"@storybook/types": "7.0.0-beta.19",
|
|
117
118
|
"fs-extra": "^9.0.1",
|
|
118
119
|
"remark-external-links": "^8.0.0",
|
|
119
120
|
"remark-slug": "^6.0.0",
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
"./src/shims/mdx-react-shim.ts"
|
|
141
142
|
]
|
|
142
143
|
},
|
|
143
|
-
"gitHead": "
|
|
144
|
+
"gitHead": "da902f312eb354d20aa83bf0f0035b9744f93791",
|
|
144
145
|
"storybook": {
|
|
145
146
|
"displayName": "Docs",
|
|
146
147
|
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|