@storybook/react 8.2.0-alpha.1 → 8.2.0-alpha.10
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/{chunk-WUESIYTI.mjs → chunk-GJJ355MP.mjs} +1 -1
- package/dist/entry-preview-docs.mjs +1 -1
- package/dist/entry-preview-rsc.mjs +1 -1
- package/dist/entry-preview.mjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/playwright.mjs +1 -1
- package/package.json +12 -12
- /package/dist/{chunk-JSBTCGGE.mjs → chunk-CEH6MNVV.mjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __export } from './chunk-
|
|
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-
|
|
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';
|
package/dist/entry-preview.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { parameters, render, renderToCanvas } from './chunk-
|
|
2
|
-
import './chunk-
|
|
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-
|
|
2
|
-
import './chunk-
|
|
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
|
|
package/dist/playwright.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import './chunk-
|
|
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.
|
|
3
|
+
"version": "8.2.0-alpha.10",
|
|
4
4
|
"description": "Storybook React renderer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/index.d.ts",
|
|
25
25
|
"node": "./dist/index.js",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
26
|
+
"import": "./dist/index.mjs",
|
|
27
|
+
"require": "./dist/index.js"
|
|
28
28
|
},
|
|
29
29
|
"./experimental-playwright": {
|
|
30
30
|
"types": "./dist/playwright.d.ts",
|
|
31
31
|
"node": "./dist/playwright.js",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"import": "./dist/playwright.mjs",
|
|
33
|
+
"require": "./dist/playwright.js"
|
|
34
34
|
},
|
|
35
35
|
"./preset": "./preset.js",
|
|
36
36
|
"./dist/entry-preview.mjs": "./dist/entry-preview.mjs",
|
|
@@ -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.
|
|
68
|
-
"@storybook/docs-tools": "8.2.0-alpha.
|
|
67
|
+
"@storybook/client-logger": "8.2.0-alpha.10",
|
|
68
|
+
"@storybook/docs-tools": "8.2.0-alpha.10",
|
|
69
69
|
"@storybook/global": "^5.0.0",
|
|
70
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
|
71
|
-
"@storybook/react-dom-shim": "8.2.0-alpha.
|
|
72
|
-
"@storybook/types": "8.2.0-alpha.
|
|
70
|
+
"@storybook/preview-api": "8.2.0-alpha.10",
|
|
71
|
+
"@storybook/react-dom-shim": "8.2.0-alpha.10",
|
|
72
|
+
"@storybook/types": "8.2.0-alpha.10",
|
|
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.
|
|
90
|
+
"@storybook/test": "8.2.0-alpha.10",
|
|
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": "
|
|
125
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
126
126
|
}
|
|
File without changes
|