storybook 9.0.0-beta.2 → 9.0.0-beta.4
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 +44 -44
- package/dist/bin/index.js +44 -44
- package/dist/cli/bin/index.cjs +1 -1
- package/dist/cli/bin/index.js +1 -1
- package/dist/common/index.cjs +44 -44
- package/dist/common/index.js +44 -44
- package/dist/components/index.cjs +7642 -5499
- package/dist/components/index.js +4230 -3463
- package/dist/core-server/presets/common-manager.js +3995 -3230
- package/dist/highlight/preview.cjs +44 -44
- package/dist/highlight/preview.js +53 -53
- package/dist/manager/globals-runtime.js +1 -1
- package/dist/manager-api/index.cjs +1 -1
- package/dist/manager-api/index.js +1 -1
- package/dist/preview/runtime.js +50 -50
- package/dist/theming/create.cjs +2245 -79
- package/dist/theming/create.js +833 -67
- package/dist/theming/index.cjs +3210 -1067
- package/dist/theming/index.js +1711 -951
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.4",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -637,13 +637,11 @@
|
|
|
637
637
|
"@testing-library/dom": "10.4.0",
|
|
638
638
|
"@testing-library/jest-dom": "^6.6.3",
|
|
639
639
|
"@testing-library/user-event": "^14.6.1",
|
|
640
|
-
"@types/uuid": "^9.0.1",
|
|
641
640
|
"@vitest/expect": "3.0.9",
|
|
642
641
|
"@vitest/spy": "3.0.9",
|
|
643
642
|
"better-opn": "^3.0.2",
|
|
644
643
|
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0",
|
|
645
644
|
"esbuild-register": "^3.5.0",
|
|
646
|
-
"polished": "^4.2.2",
|
|
647
645
|
"recast": "^0.23.5",
|
|
648
646
|
"semver": "^7.6.2",
|
|
649
647
|
"ws": "^8.18.0"
|