storybook 9.0.0-beta.0 → 9.0.0-beta.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/actions/decorator.js +49 -52
- package/dist/actions/index.cjs +42 -44
- package/dist/actions/index.js +37 -40
- package/dist/actions/preview.cjs +44 -46
- package/dist/actions/preview.js +24 -27
- package/dist/bin/index.cjs +44 -44
- package/dist/bin/index.js +44 -44
- package/dist/cli/bin/index.cjs +34 -33
- package/dist/cli/bin/index.js +36 -35
- package/dist/cli/index.cjs +13760 -13789
- package/dist/cli/index.js +13963 -13992
- package/dist/common/index.cjs +575 -575
- package/dist/common/index.js +569 -569
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/core-server/index.cjs +5925 -5952
- package/dist/core-server/index.js +5979 -6006
- package/dist/core-server/presets/common-preset.cjs +1 -1
- package/dist/core-server/presets/common-preset.js +1 -1
- package/dist/manager/globals-runtime.js +2 -2
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/preview/runtime.js +10883 -10793
- package/dist/telemetry/index.cjs +2 -2
- package/dist/telemetry/index.js +2 -2
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -2
|
@@ -19223,7 +19223,7 @@ var td = require("react/jsx-runtime"), $w = "Portal", il = To.forwardRef((e, t)
|
|
|
19223
19223
|
});
|
|
19224
19224
|
il.displayName = $w;
|
|
19225
19225
|
|
|
19226
|
-
// ../node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
19226
|
+
// ../node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
19227
19227
|
var Le = A(require("react"), 1);
|
|
19228
19228
|
bt();
|
|
19229
19229
|
wr();
|
package/dist/components/index.js
CHANGED
|
@@ -9078,7 +9078,7 @@ var th = "Portal", Ja = Vn.forwardRef((e, t) => {
|
|
|
9078
9078
|
});
|
|
9079
9079
|
Ja.displayName = th;
|
|
9080
9080
|
|
|
9081
|
-
// ../node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
9081
|
+
// ../node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
9082
9082
|
lt();
|
|
9083
9083
|
ar();
|
|
9084
9084
|
import * as ze from "react";
|