storybook 9.0.0-alpha.15 → 9.0.0-alpha.17
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/bin/index.cjs +43 -43
- package/dist/bin/index.js +43 -43
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/common/index.cjs +45 -45
- package/dist/common/index.d.ts +1 -1
- package/dist/common/index.js +45 -45
- package/dist/core-server/index.cjs +2 -2
- package/dist/core-server/index.js +2 -2
- package/dist/core-server/presets/common-manager.js +277 -271
- package/dist/core-server/presets/common-preset.cjs +930 -913
- package/dist/core-server/presets/common-preset.js +1026 -1009
- package/dist/csf-tools/index.cjs +412 -395
- package/dist/csf-tools/index.js +410 -393
- package/dist/instrumenter/index.cjs +532 -539
- package/dist/instrumenter/index.js +1153 -1152
- package/dist/manager/globals-runtime.js +49703 -58809
- package/dist/manager/runtime.js +102 -100
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/preview/runtime.js +38989 -42535
- package/dist/test/index.cjs +1 -1
- package/dist/test/index.js +1 -1
- package/package.json +1 -1
package/dist/test/index.cjs
CHANGED
|
@@ -30306,7 +30306,7 @@ var $T = require("tty");
|
|
|
30306
30306
|
var d8 = process.env.FORCE_TTY !== void 0 || (0, $T.isatty)(1);
|
|
30307
30307
|
var be = jT(d8);
|
|
30308
30308
|
|
|
30309
|
-
// ../node_modules/@vitest/pretty-format/dist/index.js
|
|
30309
|
+
// ../node_modules/@vitest/utils/node_modules/@vitest/pretty-format/dist/index.js
|
|
30310
30310
|
function JT(e, t) {
|
|
30311
30311
|
return t.forEach(function(r) {
|
|
30312
30312
|
r && typeof r != "string" && !Array.isArray(r) && Object.keys(r).forEach(function(n) {
|
package/dist/test/index.js
CHANGED
|
@@ -21872,7 +21872,7 @@ o(iq, "p");
|
|
|
21872
21872
|
// ../node_modules/tinyrainbow/dist/browser.js
|
|
21873
21873
|
var de = iq();
|
|
21874
21874
|
|
|
21875
|
-
// ../node_modules/@vitest/pretty-format/dist/index.js
|
|
21875
|
+
// ../node_modules/@vitest/utils/node_modules/@vitest/pretty-format/dist/index.js
|
|
21876
21876
|
function gq(e, t) {
|
|
21877
21877
|
return t.forEach(function(r) {
|
|
21878
21878
|
r && typeof r != "string" && !Array.isArray(r) && Object.keys(r).forEach(function(n) {
|