@storybook/react 8.2.0-alpha.7 → 8.2.0-alpha.9

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.
@@ -1,4 +1,4 @@
1
- import { __export } from './chunk-JSBTCGGE.mjs';
1
+ import { __export } from './chunk-CEH6MNVV.mjs';
2
2
  import React2, { StrictMode, Fragment, Component } from 'react';
3
3
  import { global } from '@storybook/global';
4
4
  import { unmountElement, renderElement } from '@storybook/react-dom-shim';
@@ -1,4 +1,4 @@
1
- import './chunk-JSBTCGGE.mjs';
1
+ import './chunk-CEH6MNVV.mjs';
2
2
  import { extractComponentDescription, enhanceArgTypes, createSummaryValue, SNIPPET_RENDERED, getDocgenSection, SourceType, isTooLongForDefaultValueSummary, hasDocgen, extractComponentProps, TypeSystem, isTooLongForTypeSummary } from '@storybook/docs-tools';
3
3
  import PropTypes from 'prop-types';
4
4
  import htmlTags from 'html-tags';
@@ -1,4 +1,4 @@
1
- import './chunk-JSBTCGGE.mjs';
1
+ import './chunk-CEH6MNVV.mjs';
2
2
  import * as React from 'react';
3
3
  import semver from 'semver';
4
4
 
@@ -1,2 +1,2 @@
1
- export { parameters, render, renderToCanvas } from './chunk-WUESIYTI.mjs';
2
- import './chunk-JSBTCGGE.mjs';
1
+ export { parameters, render, renderToCanvas } from './chunk-GJJ355MP.mjs';
2
+ import './chunk-CEH6MNVV.mjs';
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { entry_preview_exports } from './chunk-WUESIYTI.mjs';
2
- import './chunk-JSBTCGGE.mjs';
1
+ import { entry_preview_exports } from './chunk-GJJ355MP.mjs';
2
+ import './chunk-CEH6MNVV.mjs';
3
3
  import { global } from '@storybook/global';
4
4
  import { setProjectAnnotations as setProjectAnnotations$1, composeStory as composeStory$1, composeStories as composeStories$1 } from '@storybook/preview-api';
5
5
 
@@ -1,2 +1,2 @@
1
- import './chunk-JSBTCGGE.mjs';
1
+ import './chunk-CEH6MNVV.mjs';
2
2
  export { createPlaywrightTest as createTest } from '@storybook/preview-api';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "8.2.0-alpha.7",
3
+ "version": "8.2.0-alpha.9",
4
4
  "description": "Storybook React renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -64,12 +64,12 @@
64
64
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
65
65
  },
66
66
  "dependencies": {
67
- "@storybook/client-logger": "8.2.0-alpha.7",
68
- "@storybook/docs-tools": "8.2.0-alpha.7",
67
+ "@storybook/client-logger": "8.2.0-alpha.9",
68
+ "@storybook/docs-tools": "8.2.0-alpha.9",
69
69
  "@storybook/global": "^5.0.0",
70
- "@storybook/preview-api": "8.2.0-alpha.7",
71
- "@storybook/react-dom-shim": "8.2.0-alpha.7",
72
- "@storybook/types": "8.2.0-alpha.7",
70
+ "@storybook/preview-api": "8.2.0-alpha.9",
71
+ "@storybook/react-dom-shim": "8.2.0-alpha.9",
72
+ "@storybook/types": "8.2.0-alpha.9",
73
73
  "@types/escodegen": "^0.0.6",
74
74
  "@types/estree": "^0.0.51",
75
75
  "@types/node": "^18.0.0",
@@ -87,7 +87,7 @@
87
87
  "util-deprecate": "^1.0.2"
88
88
  },
89
89
  "devDependencies": {
90
- "@storybook/test": "8.2.0-alpha.7",
90
+ "@storybook/test": "8.2.0-alpha.9",
91
91
  "@types/babel-plugin-react-docgen": "^4",
92
92
  "@types/semver": "^7.3.4",
93
93
  "@types/util-deprecate": "^1.0.0",
@@ -122,5 +122,5 @@
122
122
  ],
123
123
  "platform": "browser"
124
124
  },
125
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
125
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
126
126
  }
File without changes