storybook 9.0.14 → 9.0.16

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.
@@ -4200,7 +4200,7 @@ i(ba, "isMetadataYarnClassic");
4200
4200
  var bl = require("node:fs/promises"), xl = require("node:path"), vl = require("node:process");
4201
4201
 
4202
4202
  // package.json
4203
- var ft = "9.0.14";
4203
+ var ft = "9.0.16";
4204
4204
 
4205
4205
  // src/cli/globalSettings.ts
4206
4206
  var Tt = T(require("node:fs/promises"), 1), ds = require("node:os"), St = require("node:path"), Oe = T(ss(), 1);
@@ -4210,7 +4210,7 @@ import "node:path";
4210
4210
  import "node:process";
4211
4211
 
4212
4212
  // package.json
4213
- var nt = "9.0.14";
4213
+ var nt = "9.0.16";
4214
4214
 
4215
4215
  // src/cli/globalSettings.ts
4216
4216
  var Ee = z(Un(), 1);
@@ -3520,7 +3520,10 @@ declare global {
3520
3520
  var defaultProjectAnnotations: ProjectAnnotations$2<any>;
3521
3521
  }
3522
3522
  type WrappedStoryRef = {
3523
- __pw_type: 'jsx' | 'importRef';
3523
+ __pw_type: 'jsx';
3524
+ props: Record<string, any>;
3525
+ } | {
3526
+ __pw_type: 'importRef';
3524
3527
  };
3525
3528
  type UnwrappedJSXStoryRef = {
3526
3529
  __pw_type: 'jsx';
@@ -801,7 +801,10 @@ declare global {
801
801
  var defaultProjectAnnotations: ProjectAnnotations<any>;
802
802
  }
803
803
  type WrappedStoryRef = {
804
- __pw_type: 'jsx' | 'importRef';
804
+ __pw_type: 'jsx';
805
+ props: Record<string, any>;
806
+ } | {
807
+ __pw_type: 'importRef';
805
808
  };
806
809
  type UnwrappedJSXStoryRef = {
807
810
  __pw_type: 'jsx';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook",
3
- "version": "9.0.14",
3
+ "version": "9.0.16",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -274,6 +274,7 @@
274
274
  "./internal/manager/globals-runtime": {
275
275
  "import": "./dist/manager/globals-runtime.js"
276
276
  },
277
+ "./bin/index.cjs": "./bin/index.cjs",
277
278
  "./package.json": "./package.json",
278
279
  "./internal/package.json": "./package.json"
279
280
  },