@storybook/addon-docs 9.0.0-alpha.1 → 9.0.0-alpha.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.
package/dist/preview.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export { parameters } from './chunk-3JCVXSXH.mjs';
2
- import './chunk-XP5HYGXS.mjs';
1
+ export { parameters } from './chunk-PRSJUHPQ.mjs';
2
+ import './chunk-H6MOWX77.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-docs",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.2",
4
4
  "description": "Document component usage and properties in Markdown",
5
5
  "keywords": [
6
6
  "addon",
@@ -122,9 +122,9 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@mdx-js/react": "^3.0.0",
125
- "@storybook/blocks": "9.0.0-alpha.1",
126
- "@storybook/csf-plugin": "9.0.0-alpha.1",
127
- "@storybook/react-dom-shim": "9.0.0-alpha.1",
125
+ "@storybook/blocks": "9.0.0-alpha.2",
126
+ "@storybook/csf-plugin": "9.0.0-alpha.2",
127
+ "@storybook/react-dom-shim": "9.0.0-alpha.2",
128
128
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
129
129
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
130
130
  "ts-dedent": "^2.0.0"
@@ -141,7 +141,7 @@
141
141
  "vite": "^4.0.4"
142
142
  },
143
143
  "peerDependencies": {
144
- "storybook": "^9.0.0-alpha.1"
144
+ "storybook": "^9.0.0-alpha.2"
145
145
  },
146
146
  "publishConfig": {
147
147
  "access": "public"
@@ -1,3 +0,0 @@
1
- var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0, fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0, cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0});},__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};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);
2
-
3
- export { __commonJS, __esm, __export, __toCommonJS, __toESM };