storybook 9.0.0-alpha.18 → 9.0.0-alpha.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/bin/index.cjs +42 -42
- package/dist/bin/index.js +42 -42
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/common/index.cjs +42 -42
- package/dist/common/index.js +42 -42
- package/dist/core-server/index.cjs +122 -119
- package/dist/core-server/index.js +1596 -1593
- package/dist/core-server/presets/common-manager.js +1 -2
- package/dist/manager/globals-runtime.js +1 -1
- package/dist/manager/runtime.js +4 -2
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/package.json +1 -1
|
@@ -6470,8 +6470,7 @@ var Ih = pa.div(({ inAddonPanel: e, theme: t }) => ({
|
|
|
6470
6470
|
justifyContent: "center",
|
|
6471
6471
|
flexDirection: "column",
|
|
6472
6472
|
gap: 15,
|
|
6473
|
-
background: t.background.content
|
|
6474
|
-
boxShadow: "rgba(0, 0, 0, 0.10) 0 1px 3px 0"
|
|
6473
|
+
background: t.background.content
|
|
6475
6474
|
})), Bh = pa.div(({ theme: e }) => ({
|
|
6476
6475
|
display: "flex",
|
|
6477
6476
|
fontSize: e.typography.size.s2 - 1,
|
|
@@ -52695,7 +52695,7 @@ Mt();
|
|
|
52695
52695
|
var FJ = j(oi(), 1), Bn = j(qJ(), 1);
|
|
52696
52696
|
|
|
52697
52697
|
// src/manager-api/version.ts
|
|
52698
|
-
var jJ = "9.0.0-alpha.
|
|
52698
|
+
var jJ = "9.0.0-alpha.19";
|
|
52699
52699
|
|
|
52700
52700
|
// src/manager-api/modules/versions.ts
|
|
52701
52701
|
var { VERSIONCHECK: i9e } = ee, DJ = (0, FJ.default)(1)(() => {
|
package/dist/manager/runtime.js
CHANGED
|
@@ -11502,10 +11502,12 @@ e).some(({ value: t }) => t === "status-value:error"), "filterError"), FI = /* @
|
|
|
11502
11502
|
{
|
|
11503
11503
|
registeredTestProviders: u,
|
|
11504
11504
|
testProviderStates: l,
|
|
11505
|
-
onRunAll:
|
|
11505
|
+
onRunAll: /* @__PURE__ */ a(() => {
|
|
11506
|
+
c(), f(!1), g(!1);
|
|
11507
|
+
}, "onRunAll"),
|
|
11506
11508
|
hasStatuses: n,
|
|
11507
11509
|
clearStatuses: /* @__PURE__ */ a(() => {
|
|
11508
|
-
Ct.unset(), Qt.clearAll();
|
|
11510
|
+
Ct.unset(), Qt.clearAll(), f(!1), g(!1);
|
|
11509
11511
|
}, "clearStatuses"),
|
|
11510
11512
|
errorCount: o,
|
|
11511
11513
|
errorsActive: b,
|
|
@@ -10616,7 +10616,7 @@ k(cr, {
|
|
|
10616
10616
|
var ut = require("@storybook/global"), Q0 = B(Bt(), 1), F = B(require("semver"), 1);
|
|
10617
10617
|
|
|
10618
10618
|
// src/manager-api/version.ts
|
|
10619
|
-
var Y0 = "9.0.0-alpha.
|
|
10619
|
+
var Y0 = "9.0.0-alpha.19";
|
|
10620
10620
|
|
|
10621
10621
|
// src/manager-api/modules/versions.ts
|
|
10622
10622
|
var { VERSIONCHECK: Jn } = ut.global, J0 = (0, Q0.default)(1)(() => {
|
|
@@ -3135,7 +3135,7 @@ import { global as Xt } from "@storybook/global";
|
|
|
3135
3135
|
import j from "semver";
|
|
3136
3136
|
|
|
3137
3137
|
// src/manager-api/version.ts
|
|
3138
|
-
var b0 = "9.0.0-alpha.
|
|
3138
|
+
var b0 = "9.0.0-alpha.19";
|
|
3139
3139
|
|
|
3140
3140
|
// src/manager-api/modules/versions.ts
|
|
3141
3141
|
var { VERSIONCHECK: tn } = Xt, P0 = (0, _0.default)(1)(() => {
|