mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Merge branch 'next' into fix-pnp-tests
# Conflicts: # addons/docs/package.json
This commit is contained in:
commit
13a55fd586
@ -1,3 +1,10 @@
|
||||
## 6.5.0-alpha.49 (March 17, 2022)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Addon-docs/Svelte: Fix `HOC.svelte` reference ([#17731](https://github.com/storybookjs/storybook/pull/17731))
|
||||
- UI: Fix composition support in safari ([#17679](https://github.com/storybookjs/storybook/pull/17679))
|
||||
|
||||
## 6.5.0-alpha.48 (March 14, 2022)
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-a11y",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Test component compliance with web accessibility standards",
|
||||
"keywords": [
|
||||
"a11y",
|
||||
@ -45,14 +45,14 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"axe-core": "^4.2.0",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
@ -81,7 +81,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Accessibility",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-actions",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Get UI feedback when an action is performed on an interactive element",
|
||||
"keywords": [
|
||||
"storybook",
|
||||
@ -41,12 +41,12 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"global": "^4.4.0",
|
||||
@ -79,7 +79,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Actions",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-backgrounds",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Switch backgrounds to view components in different settings",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -45,13 +45,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"memoizerific": "^1.11.3",
|
||||
@ -77,7 +77,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Backgrounds",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-controls",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Interact with component inputs dynamically in the Storybook UI",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -45,15 +45,15 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"lodash": "^4.17.21",
|
||||
"ts-dedent": "^2.0.0"
|
||||
@ -73,7 +73,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/register.js",
|
||||
"storybook": {
|
||||
"displayName": "Controls",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-docs",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Document component usage and properties in Markdown",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -59,20 +59,20 @@
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@jest/transform": "^26.6.2",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/mdx1-csf": "canary",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/postinstall": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/postinstall": "6.5.0-alpha.49",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"babel-loader": "^8.0.0",
|
||||
"core-js": "^3.8.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@ -108,7 +108,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Docs",
|
||||
|
1
addons/docs/src/typings.d.ts
vendored
1
addons/docs/src/typings.d.ts
vendored
@ -8,7 +8,6 @@ declare module 'require-from-string';
|
||||
declare module 'styled-components';
|
||||
declare module 'acorn-jsx';
|
||||
declare module 'vue/dist/vue';
|
||||
declare module '@storybook/addon-docs/svelte/HOC.svelte';
|
||||
|
||||
declare module 'sveltedoc-parser' {
|
||||
export function parse(options: any): Promise<any>;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-essentials",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Curated addons to bring out the best of Storybook",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -39,25 +39,25 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-measure": "6.5.0-alpha.48",
|
||||
"@storybook/addon-outline": "6.5.0-alpha.48",
|
||||
"@storybook/addon-toolbars": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-measure": "6.5.0-alpha.49",
|
||||
"@storybook/addon-outline": "6.5.0-alpha.49",
|
||||
"@storybook/addon-toolbars": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/vue": "6.5.0-alpha.48",
|
||||
"@storybook/vue": "6.5.0-alpha.49",
|
||||
"@types/jest": "^26.0.16",
|
||||
"@types/webpack-env": "^1.16.0"
|
||||
},
|
||||
@ -120,6 +120,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-interactions",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Automate, test and debug user interactions",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -41,14 +41,14 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/instrumenter": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/instrumenter": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"jest-mock": "^27.0.6",
|
||||
@ -75,7 +75,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Interactions",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-jest",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "React storybook addon that show component jest report",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -47,11 +47,11 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"react-sizeme": "^3.0.1",
|
||||
@ -76,7 +76,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Jest",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-links",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Link stories together to build demos and prototypes with your UI components",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -41,11 +41,11 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@types/qs": "^6.9.5",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
@ -72,7 +72,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Links",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-measure",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Inspect layouts by visualizing the box model",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -44,11 +44,11 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0"
|
||||
@ -71,7 +71,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Measure",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-outline",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Outline all elements with CSS to help with layout placement and alignment",
|
||||
"keywords": [
|
||||
"storybook-addons",
|
||||
@ -47,11 +47,11 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
@ -76,7 +76,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Outline",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storyshots",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Take a code snapshot of every story automatically with Jest",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -45,12 +45,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@jest/transform": "^26.6.2",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/babel-plugin-require-context-hook": "1.0.1",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-client": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-client": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@types/glob": "^7.1.3",
|
||||
"@types/jest": "^26.0.16",
|
||||
@ -69,11 +69,11 @@
|
||||
"devDependencies": {
|
||||
"@angular/core": "^11.2.0",
|
||||
"@angular/platform-browser-dynamic": "^11.2.0",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/angular": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/vue": "6.5.0-alpha.48",
|
||||
"@storybook/vue3": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/angular": "6.5.0-alpha.49",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@storybook/vue": "6.5.0-alpha.49",
|
||||
"@storybook/vue3": "6.5.0-alpha.49",
|
||||
"babel-loader": "^8.0.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-to-json": "^3.6.1",
|
||||
@ -151,7 +151,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"storybook": {
|
||||
"displayName": "Storyshots",
|
||||
"icon": "https://user-images.githubusercontent.com/263385/101991676-48cdf300-3c7c-11eb-8aa1-944dab6ab29b.png",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storyshots-puppeteer",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Image snapshots addition to StoryShots based on puppeteer",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -42,7 +42,7 @@
|
||||
"dependencies": {
|
||||
"@axe-core/puppeteer": "^4.2.0",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@types/jest-image-snapshot": "^4.1.3",
|
||||
"core-js": "^3.8.2",
|
||||
"jest-image-snapshot": "^4.3.0",
|
||||
@ -53,7 +53,7 @@
|
||||
"@types/puppeteer": "^5.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"puppeteer": "^2.0.0 || ^3.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@ -64,5 +64,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762"
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-storysource",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "View a story’s source code to see how it works and paste into your app",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -41,13 +41,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"estraverse": "^5.2.0",
|
||||
"loader-utils": "^2.0.0",
|
||||
@ -75,7 +75,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js",
|
||||
"storybook": {
|
||||
"displayName": "Storysource",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-toolbars",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Create your own toolbar items that control story rendering",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -45,10 +45,10 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"regenerator-runtime": "^0.13.7"
|
||||
},
|
||||
@ -67,7 +67,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/register.js",
|
||||
"storybook": {
|
||||
"displayName": "Toolbars",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addon-viewport",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Build responsive components by adjusting Storybook’s viewport size and orientation",
|
||||
"keywords": [
|
||||
"addon",
|
||||
@ -42,12 +42,12 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"memoizerific": "^1.11.3",
|
||||
@ -69,7 +69,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/preview.js",
|
||||
"storybook": {
|
||||
"displayName": "Viewport",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/angular",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Angular: Develop Angular Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,17 +45,17 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/react": "^16.14.23",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
@ -137,5 +137,5 @@
|
||||
"access": "public"
|
||||
},
|
||||
"builders": "dist/ts3.9/builders/builders.json",
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762"
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/ember",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
|
||||
"homepage": "https://github.com/storybookjs/storybook/tree/main/app/ember",
|
||||
"bugs": {
|
||||
@ -42,10 +42,10 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"react": "16.14.0",
|
||||
@ -66,6 +66,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/html",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,13 +45,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
@ -73,6 +73,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/preact",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Preact: Develop Preact Component in isolation.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -46,11 +46,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "^7.12.12",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
@ -75,6 +75,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/react",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -49,16 +49,16 @@
|
||||
"@babel/preset-flow": "^7.12.1",
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/react-docgen-typescript-plugin": "1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/estree": "^0.0.51",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
@ -118,6 +118,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/server",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,15 +45,15 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
@ -76,6 +76,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/svelte",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -46,14 +46,14 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"loader-utils": "^2.0.0",
|
||||
@ -82,6 +82,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -3,8 +3,7 @@ import { AnyFramework, StoryFn } from '@storybook/csf';
|
||||
|
||||
import React from 'react';
|
||||
|
||||
// @ts-ignore
|
||||
import HOC from '@storybook/svelte/src/client/docs/HOC.svelte';
|
||||
import HOC from '@storybook/svelte/templates/HOC.svelte';
|
||||
|
||||
export const prepareForInline = (storyFn: StoryFn<AnyFramework>) => {
|
||||
const el = React.useRef(null);
|
||||
|
3
app/svelte/src/typings.d.ts
vendored
3
app/svelte/src/typings.d.ts
vendored
@ -1,3 +1,4 @@
|
||||
declare module 'global';
|
||||
declare module '@storybook/svelte/templates/SlotDecorator.svelte';
|
||||
declare module '@storybook/svelte/templates/PreviewRender.svelte';
|
||||
declare module '@storybook/svelte/templates/PreviewRender.svelte';
|
||||
declare module '@storybook/svelte/templates/HOC.svelte';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,13 +45,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
@ -86,6 +86,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/vue3",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,12 +45,12 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
@ -82,6 +82,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/web-components",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
||||
"keywords": [
|
||||
"lit-html",
|
||||
@ -50,15 +50,15 @@
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.49",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.14.20 || ^16.0.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"babel-plugin-bundled-import-meta": "^0.3.1",
|
||||
@ -82,6 +82,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/client/index.js"
|
||||
}
|
||||
|
@ -69,6 +69,34 @@ You can also pass these environment variables when you are [building your Storyb
|
||||
|
||||
Then they'll be hardcoded to the static version of your Storybook.
|
||||
|
||||
|
||||
### Using Storybook configuration
|
||||
|
||||
Additionally, you can extend your Storybook configuration file (i.e., [`.storybook/main.js`](../configure/overview.md#configure-story-rendering)) and provide a configuration field that you can use to define specific variables (e.g., API URLs). For example:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-main-env-field-config.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
When Storybook loads, it will enable you to access them in your stories similar as you would do if you were working with an `env` file:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/my-component-env-var-config.js.mdx',
|
||||
'common/my-component-env-var-config.mdx.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
### Using environment variables to choose the browser
|
||||
|
||||
Storybook allows you to choose the browser you want to preview your stories. Either through a `.env` file entry or directly in your `storybook` script.
|
||||
@ -83,4 +111,4 @@ The table below lists the available options:
|
||||
|
||||
<div class="aside">
|
||||
💡 By default, Storybook will open a new Chrome window as part of its startup process. If you don't have Chrome installed, make sure to include one of the following options, or set your default browser accordingly.
|
||||
</div>
|
||||
</div>
|
@ -26,21 +26,47 @@ If you’d prefer to show top-level nodes as folders rather than roots, you can
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
## Generating titles based on `__dirname`
|
||||
## Automatically generate titles
|
||||
|
||||
As a CSF file is a JavaScript file, all exports (including the default export) can be generated dynamically. In particular you can use the `__dirname` variable to create the title based on the path name (this example uses the paths.macro):
|
||||
With CSF 3.0 files, you can choose to leave out a title and let it be inferred from the story's path on disk instead:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/component-story-dynamic-title.js.mdx',
|
||||
'common/component-story-auto-title.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
If you need, you can also generate automatic titles for all your stories using a configuration object. See the [story loading](./overview.md#with-a-configuration-object) documentation to learn how you can use this feature.
|
||||
This is controlled by the way your stories are configured:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/component-story-configuration.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
Given this configuration, the stories file `../src/components/MyComponent.stories.tsx` will get the title `components/MyComponent`.
|
||||
|
||||
You can further customize the generated title by modifying the stories configuration.
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/component-story-configuration-custom.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
This configuration would match a custom file pattern, and add a custom prefix of Foo to each generated title.
|
||||
|
||||
## Permalinking to stories
|
||||
|
||||
|
@ -51,6 +51,70 @@ yarn start-storybook --debug-webpack
|
||||
yarn build-storybook --debug-webpack
|
||||
```
|
||||
|
||||
### Bundle splitting
|
||||
|
||||
Starting with Storybook 6.4, [bundle splitting](https://v4.webpack.js.org/guides/code-splitting/) is supported through a configuration flag. Update your Storybook configuration and add the `storyStoreV7` flag:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-on-demand-story-loading.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
When you start your Storybook, you'll see an improvement in loading times. Read more about it in the [announcement post](https://storybook.js.org/blog/storybook-on-demand-architecture/) and the [configuration documentation](./overview.md#on-demand-story-loading).
|
||||
|
||||
### Webpack 5
|
||||
|
||||
Storybook builds your project with Webpack 4 by default. If your project uses Webpack 5, you can opt into the Webpack 5 builder by installing the `@storybook/builder-webpack5` package, and opting in in your `main.js`:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-main-webpack5.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
Once you are using Webpack 5, you can further opt into some features to optimize your build:
|
||||
|
||||
#### Lazy Compilation
|
||||
|
||||
Storybook supports Webpack's experimental [lazy compilation](https://webpack.js.org/configuration/experiments/#experimentslazycompilation) feature, via the `lazyCompilation` builder flag:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-main-webpack5-lazyCompilation.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
This feature applies in development mode, and will mean your Storybook will start up faster, at the cost of slightly slower browsing time when you change stories.
|
||||
|
||||
#### Filesystem Caching
|
||||
|
||||
Storybook supports Webpack's [filesystem caching](https://webpack.js.org/configuration/cache/#cachetype) feature, via the `fsCache` builder flag:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-main-webpack5-fsCache.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
This feature will mean build output is cached between runs of Storybook, speeding up subsequent startup times.
|
||||
|
||||
### Extending Storybook’s webpack config
|
||||
|
||||
To extend the above configuration, use the `webpackFinal` field of [`.storybook/main.js`](./overview.md#configure-story-rendering).
|
||||
@ -112,22 +176,6 @@ The following code snippet shows how you can replace the loaders from Storybook
|
||||
💡 Projects initialized via generators (e.g, Vue CLI) may require that you import their own webpack config file (i.e., <code>/projectRoot/node_modules/@vue/cli-service/webpack.config.js</code>) to use a certain feature with Storybook. For other generators, make sure to check the documentation for instructions.
|
||||
</div>
|
||||
|
||||
### Bundle splitting
|
||||
|
||||
Starting with Storybook 6.4, [bundle splitting](https://v4.webpack.js.org/guides/code-splitting/) is supported through a configuration flag. Update your Storybook configuration and add the `storyStoreV7` flag:
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<CodeSnippets
|
||||
paths={[
|
||||
'common/storybook-on-demand-story-loading.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
When you start your Storybook, you'll see an improvement in loading times. Read more about it in the [announcement post](https://storybook.js.org/blog/storybook-on-demand-architecture/) and the [configuration documentation](./overview.md#on-demand-story-loading).
|
||||
|
||||
### TypeScript Module Resolution
|
||||
|
||||
When working with TypeScript projects, the default Webpack configuration may fail to resolve module aliases defined in your [`tsconfig` file](https://www.typescriptlang.org/tsconfig). To work around this issue you may use [`tsconfig-paths-webpack-plugin`](https://github.com/dividab/tsconfig-paths-webpack-plugin#tsconfig-paths-webpack-plugin) while [extending Storybook's Webpack config](#extending-storybooks-webpack-config) like:
|
||||
@ -144,4 +192,4 @@ When working with TypeScript projects, the default Webpack configuration may fai
|
||||
|
||||
<div class="aside">
|
||||
💡 Learn more about Storybook's <a href="./typescript">built-in TypeScript support</a> or see <a href="https://github.com/storybookjs/storybook/issues/14087">this issue</a> for more information.
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,6 +25,7 @@ Pick a simple component from your project, like a Button, and write a `.stories.
|
||||
'web-components/your-component.js.mdx',
|
||||
'html/your-component.js.mdx',
|
||||
'html/your-component.ts.mdx',
|
||||
'preact/your-component.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
|
@ -58,6 +58,7 @@ The above story definition can be further improved to take advantage of [Storybo
|
||||
'svelte/button-story-with-args.mdx.mdx',
|
||||
'html/button-story-with-args.js.mdx',
|
||||
'html/button-story-with-args.ts.mdx',
|
||||
'preact/button-story-with-args.js.mdx',
|
||||
]}
|
||||
/>
|
||||
|
||||
|
4
docs/snippets/common/component-story-auto-title.js.mdx
Normal file
4
docs/snippets/common/component-story-auto-title.js.mdx
Normal file
@ -0,0 +1,4 @@
|
||||
```js
|
||||
// CSF 3.0 - MyComponent.stories.js|jsx|ts|tsx
|
||||
export default { component: MyComponent }
|
||||
```
|
@ -0,0 +1,8 @@
|
||||
```js
|
||||
// ./storybook/main.js
|
||||
module.exports = {
|
||||
stories: [
|
||||
{ directory: '../src', files: '*.story.tsx', titlePrefix: 'Foo' }
|
||||
]
|
||||
};
|
||||
```
|
@ -0,0 +1,6 @@
|
||||
```js
|
||||
// ./storybook/main.js
|
||||
module.exports = {
|
||||
stories: ['../src']
|
||||
};
|
||||
```
|
@ -1,9 +0,0 @@
|
||||
```js
|
||||
// MyComponent.stories.js|jsx|ts|tsx
|
||||
|
||||
import base from 'paths.macro';
|
||||
|
||||
export default {
|
||||
title: `${base}/Component`
|
||||
}
|
||||
```
|
23
docs/snippets/common/my-component-env-var-config.js.mdx
Normal file
23
docs/snippets/common/my-component-env-var-config.js.mdx
Normal file
@ -0,0 +1,23 @@
|
||||
```js
|
||||
// MyComponent.stories.js|jsx|ts|tsx
|
||||
|
||||
import { MyComponent } from './MyComponent';
|
||||
|
||||
export default {
|
||||
/* 👇 The title prop is optional.
|
||||
* See https://storybook.js.org/docs/react/configure/overview#configure-story-loading
|
||||
* to learn how to generate automatic titles
|
||||
*/
|
||||
title: 'MyComponent',
|
||||
component: MyComponent,
|
||||
};
|
||||
|
||||
const Template = (args) => ({
|
||||
//👇 Your template goes here
|
||||
});
|
||||
|
||||
export const Default = Template.bind({});
|
||||
Default.args = {
|
||||
exampleProp: process.env.EXAMPLE_VAR,
|
||||
};
|
||||
```
|
23
docs/snippets/common/my-component-env-var-config.mdx.mdx
Normal file
23
docs/snippets/common/my-component-env-var-config.mdx.mdx
Normal file
@ -0,0 +1,23 @@
|
||||
```md
|
||||
<!-- MyComponent.stories.mdx -->
|
||||
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
import { MyComponent } from './MyComponent';
|
||||
|
||||
<Meta title="MyComponent" component={MyComponent}/>
|
||||
|
||||
export const Template = (args) => ({
|
||||
//👇 Your template goes here
|
||||
});
|
||||
|
||||
<Canvas>
|
||||
<Story
|
||||
name="ExampleStory"
|
||||
args={{
|
||||
exampleProp: process.env.EXAMPLE_VAR,
|
||||
}}>
|
||||
{Template.bind({})}
|
||||
</Story>
|
||||
</Canvas>
|
||||
```
|
20
docs/snippets/common/storybook-main-env-field-config.js.mdx
Normal file
20
docs/snippets/common/storybook-main-env-field-config.js.mdx
Normal file
@ -0,0 +1,20 @@
|
||||
```js
|
||||
// .storybook/main.js
|
||||
|
||||
module.exports = {
|
||||
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
|
||||
addons: [
|
||||
'@storybook/addon-links',
|
||||
'@storybook/addon-essentials',
|
||||
'@storybook/addon-interactions',
|
||||
],
|
||||
/*
|
||||
* 👇 The `config` argument contains all the other existing environment variables.
|
||||
* Either configured in an `.env` file or configured on the command line.
|
||||
*/
|
||||
env: (config) => ({
|
||||
...config,
|
||||
EXAMPLE_VAR: 'An environment variable configured in Storybook',
|
||||
}),
|
||||
};
|
||||
```
|
14
docs/snippets/common/storybook-main-webpack5-fsCache.mdx
Normal file
14
docs/snippets/common/storybook-main-webpack5-fsCache.mdx
Normal file
@ -0,0 +1,14 @@
|
||||
```js
|
||||
// .storybook/main.js
|
||||
|
||||
module.exports = {
|
||||
core: {
|
||||
builder: {
|
||||
name: 'webpack5',
|
||||
options: {
|
||||
fsCache: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
```
|
@ -0,0 +1,14 @@
|
||||
```js
|
||||
// .storybook/main.js
|
||||
|
||||
module.exports = {
|
||||
core: {
|
||||
builder: {
|
||||
name: 'webpack5',
|
||||
options: {
|
||||
lazyCompilation: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
```
|
9
docs/snippets/common/storybook-main-webpack5.js.mdx
Normal file
9
docs/snippets/common/storybook-main-webpack5.js.mdx
Normal file
@ -0,0 +1,9 @@
|
||||
```js
|
||||
// .storybook/main.js
|
||||
|
||||
module.exports = {
|
||||
core: {
|
||||
builder: 'webpack5',
|
||||
},
|
||||
};
|
||||
```
|
26
docs/snippets/preact/button-story-with-args.js.mdx
Normal file
26
docs/snippets/preact/button-story-with-args.js.mdx
Normal file
@ -0,0 +1,26 @@
|
||||
```js
|
||||
// Button.stories.js|jsx
|
||||
|
||||
/** @jsx h */
|
||||
import { h } from 'preact';
|
||||
|
||||
import { Button } from './Button';
|
||||
|
||||
export default {
|
||||
/* 👇 The title prop is optional.
|
||||
* See https://storybook.js.org/docs/preact/configure/overview#configure-story-loading
|
||||
* to learn how to generate automatic titles
|
||||
*/
|
||||
title: 'Button',
|
||||
component: Button,
|
||||
}
|
||||
//👇 We create a “template” of how args map to rendering
|
||||
const Template = (args) => <Button {...args} />;
|
||||
|
||||
//👇 Each story then reuses that template
|
||||
export const Primary = Template.bind({});
|
||||
Primary.args = {
|
||||
primary: true,
|
||||
label: 'Button',
|
||||
};
|
||||
```
|
26
docs/snippets/preact/your-component.js.mdx
Normal file
26
docs/snippets/preact/your-component.js.mdx
Normal file
@ -0,0 +1,26 @@
|
||||
```js
|
||||
// YourComponent.stories.js|jsx
|
||||
|
||||
/** @jsx h */
|
||||
import { h } from 'preact';
|
||||
|
||||
import { YourComponent } from './YourComponent';
|
||||
|
||||
//👇 This default export determines where your story goes in the story list
|
||||
export default {
|
||||
/* 👇 The title prop is optional.
|
||||
* See https://storybook.js.org/docs/preact/configure/overview#configure-story-loading
|
||||
* to learn how to generate automatic titles
|
||||
*/
|
||||
title: 'YourComponent',
|
||||
component: YourComponent,
|
||||
}
|
||||
|
||||
//👇 We create a “template” of how args map to rendering
|
||||
const Template = (args) => <YourComponent {...args} />;
|
||||
|
||||
export const FirstStory = Template.bind({});
|
||||
FirstStory.args = {
|
||||
//👇 The args you need here will depend on your component
|
||||
};
|
||||
```
|
@ -19,7 +19,7 @@ const Template = (args) => <Button {...args} />;
|
||||
|
||||
// 👇 Each story then reuses that template
|
||||
export const Primary = Template.bind({});
|
||||
Primary.args = { background: '#ff0', label: 'Button' };
|
||||
Primary.args = { backgroundColor: '#ff0', label: 'Button' };
|
||||
|
||||
export const Secondary = Template.bind({});
|
||||
Secondary.args = { ...Primary.args, label: '😄👍😍💯' };
|
||||
|
@ -8,14 +8,14 @@ import { Button } from './Button';
|
||||
<Meta title="Button" component={Button}/>
|
||||
|
||||
<Story name="Primary">
|
||||
<Button background="#ff0" label="Button" />
|
||||
<Button backgroundColor="#ff0" label="Button" />
|
||||
</Story>
|
||||
|
||||
<Story name="Secondary">
|
||||
<Button background="#ff0" label="😄👍😍💯" />
|
||||
<Button backgroundColor="#ff0" label="😄👍😍💯" />
|
||||
</Story>
|
||||
|
||||
<Story name="Tertiary">
|
||||
<Button background="#ff0" label="📚📕📈🤓" />
|
||||
<Button backgroundColor="#ff0" label="📚📕📈🤓" />
|
||||
</Story>
|
||||
```
|
@ -21,10 +21,10 @@ export const Primary: ComponentStory<typeof Button> = () => (
|
||||
);
|
||||
|
||||
export const Secondary: ComponentStory<typeof Button> = () => (
|
||||
<Button background="#ff0" label="😄👍😍💯" />
|
||||
<Button backgroundColor="#ff0" label="😄👍😍💯" />
|
||||
);
|
||||
|
||||
export const Tertiary: ComponentStory<typeof Button> = () => (
|
||||
<Button background="#ff0" label="📚📕📈🤓" />
|
||||
<Button backgroundColor="#ff0" label="📚📕📈🤓" />
|
||||
);
|
||||
```
|
@ -1 +1 @@
|
||||
{"version":"6.5.0-alpha.48","info":{"plain":"### Features\n\n- Addon-docs: Auto-disable docs presets if docs/controls unused ([#17697](https://github.com/storybookjs/storybook/pull/17697))\n\n### Bug Fixes\n\n- Web-components: Fix CSS class usage in CLI template ([#17702](https://github.com/storybookjs/storybook/pull/17702))\n\n### Maintenance\n\n- Addon-docs: Refactor docs support into individual framework packages ([#17695](https://github.com/storybookjs/storybook/pull/17695))"}}
|
||||
{"version":"6.5.0-alpha.49","info":{"plain":"### Bug Fixes\n\n- Addon-docs/Svelte: Fix `HOC.svelte` reference ([#17731](https://github.com/storybookjs/storybook/pull/17731))\n- UI: Fix composition support in safari ([#17679](https://github.com/storybookjs/storybook/pull/17679))"}}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "angular-cli",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
@ -39,21 +39,21 @@
|
||||
"@angular/compiler-cli": "^11.2.14",
|
||||
"@angular/elements": "^11.2.14",
|
||||
"@compodoc/compodoc": "^1.1.18",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/angular": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/angular": "6.5.0-alpha.49",
|
||||
"@storybook/babel-plugin-require-context-hook": "1.0.1",
|
||||
"@storybook/jest": "^0.0.5",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/testing-library": "^0.0.7",
|
||||
"@types/core-js": "^2.5.4",
|
||||
"@types/jest": "^26.0.16",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cra-kitchen-sink",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
@ -11,7 +11,7 @@
|
||||
"test": "react-scripts test --env=jsdom"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"global": "^4.4.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "16.14.0",
|
||||
@ -21,19 +21,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-ie11": "0.0.7--canary.5e87b64.0",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/preset-create-react-app": "^3.1.6",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"webpack": "4"
|
||||
},
|
||||
"storybook": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cra-react15",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
@ -19,14 +19,14 @@
|
||||
"react-scripts": "3.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-ie11": "0.0.7--canary.5e87b64.0",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/preset-create-react-app": "^3.1.6",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"babel-core": "6",
|
||||
"babel-runtime": "6",
|
||||
"webpack": "4"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cra-ts-essentials",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
@ -34,12 +34,12 @@
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.49",
|
||||
"@storybook/addon-ie11": "0.0.7--canary.5e87b64.0",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/preset-create-react-app": "^3.1.6",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"webpack": "4"
|
||||
},
|
||||
"storybook": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cra-ts-kitchen-sink",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
@ -34,15 +34,15 @@
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-ie11": "0.0.7--canary.5e87b64.0",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/preset-create-react-app": "^3.1.6",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@types/enzyme": "^3.10.8",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.9.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ember-example",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "ember build --output-path ember-output",
|
||||
@ -17,18 +17,18 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@ember/optional-features": "^2.0.0",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/ember": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/ember": "6.5.0-alpha.49",
|
||||
"@storybook/ember-cli-storybook": "^0.2.1",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"babel-loader": "^8.0.0",
|
||||
"broccoli-asset-rev": "^3.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "html-kitchen-sink",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
@ -13,23 +13,23 @@
|
||||
"storybook": "start-storybook -p 9006 --no-manager-cache"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-postcss": "^2.0.0",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/html": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/core": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/html": "6.5.0-alpha.49",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"autoprefixer": "^10.0.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"format-json": "^1.0.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "official-storybook",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true build-storybook -c ./",
|
||||
@ -14,31 +14,31 @@
|
||||
"devDependencies": {
|
||||
"@packtracker/webpack-plugin": "^2.3.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots-puppeteer": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-toolbars": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/cli": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots-puppeteer": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addon-toolbars": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/cli": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/design-system": "^5.4.7",
|
||||
"@storybook/jest": "^0.0.5",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/testing-library": "^0.0.7",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@testing-library/dom": "^7.31.2",
|
||||
"@testing-library/user-event": "^13.1.9",
|
||||
"chromatic": "^6.0.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "preact-example",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
@ -15,16 +15,16 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/plugin-transform-runtime": "^7.12.10",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/preact": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/preact": "6.5.0-alpha.49",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/example-react-ts-webpack4",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true build-storybook -c ./",
|
||||
@ -8,10 +8,10 @@
|
||||
"storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true start-storybook -p 9011 -c ./ --no-manager-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.49",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@types/react": "^16.14.23",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
"prop-types": "15.7.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/example-react-ts",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true build-storybook",
|
||||
@ -18,13 +18,13 @@
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@babel/preset-typescript": "^7.12.7",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/cli": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/cli": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@testing-library/dom": "^7.31.2",
|
||||
"@testing-library/user-event": "^13.1.9",
|
||||
"@types/babel__preset-env": "^7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "server-kitchen-sink",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
@ -14,13 +14,13 @@
|
||||
"storybook": "SERVER_PORT=1137 start-storybook -p 9006 --quiet"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/server": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/server": "6.5.0-alpha.49",
|
||||
"concurrently": "^5.3.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "~4.17.1",
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "standalone-preview",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true start-storybook -p 9011 -c ../official-storybook --no-manager-cache --preview-url=http://localhost:1337/external-iframe.html",
|
||||
"storybook-preview": "cross-env PREVIEW_URL=external-iframe.html parcel ./storybook.html --port 1337"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/cli": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/cli": "6.5.0-alpha.49",
|
||||
"@storybook/react": "6.5.0-alpha.49",
|
||||
"cross-env": "^7.0.3",
|
||||
"parcel": "2.0.1",
|
||||
"react": "16.14.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte-example",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-storybook": "build-storybook",
|
||||
@ -10,20 +10,20 @@
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/jest": "^0.0.5",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/svelte": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/svelte": "6.5.0-alpha.49",
|
||||
"@storybook/testing-library": "^0.0.7",
|
||||
"svelte-jester": "1.3.0",
|
||||
"svelte-preprocess": "4.6.8"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-3-cli-example",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "vue-cli-service build",
|
||||
@ -14,14 +14,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.49",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/jest": "^0.0.5",
|
||||
"@storybook/testing-library": "^0.0.7",
|
||||
"@storybook/vue3": "6.5.0-alpha.48",
|
||||
"@storybook/vue3": "6.5.0-alpha.49",
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-typescript": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-cli-example",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "vue-cli-service build",
|
||||
@ -15,11 +15,11 @@
|
||||
"vue-property-decorator": "^9.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.49",
|
||||
"@storybook/preset-scss": "^1.0.3",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/vue": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/vue": "6.5.0-alpha.49",
|
||||
"@vue/cli-plugin-babel": "~4.3.1",
|
||||
"@vue/cli-plugin-typescript": "~4.3.1",
|
||||
"@vue/cli-service": "~4.3.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-example",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
@ -14,21 +14,21 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.49",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.49",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.49",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.49",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.49",
|
||||
"@storybook/addon-links": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.49",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.49",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.49",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/jest": "^0.0.5",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.49",
|
||||
"@storybook/testing-library": "^0.0.7",
|
||||
"@storybook/vue": "6.5.0-alpha.48",
|
||||
"@storybook/vue": "6.5.0-alpha.49",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
"babel-loader": "^8.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web-components-kitchen-sink",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
|
@ -2,5 +2,5 @@
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"registry": "https://registry.npmjs.org",
|
||||
"version": "6.5.0-alpha.48"
|
||||
"version": "6.5.0-alpha.49"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/addons",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook addons store",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,13 +40,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
@ -59,6 +59,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/public_api.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/api",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Core Storybook API & Context",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -38,13 +38,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"global": "^4.4.0",
|
||||
@ -71,6 +71,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export const version = '6.5.0-alpha.48';
|
||||
export const version = '6.5.0-alpha.49';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-webpack4",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,22 +40,22 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.49",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/ui": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@storybook/ui": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.0.10 || ^16.0.0",
|
||||
"@types/webpack": "^4.41.26",
|
||||
"autoprefixer": "^9.8.6",
|
||||
@ -106,6 +106,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/builder-webpack5",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,21 +40,21 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/api": "6.5.0-alpha.49",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.49",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/components": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/router": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.0.10 || ^16.0.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
"babel-plugin-named-exports-order": "^0.0.2",
|
||||
@ -97,6 +97,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channel-postmessage",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,9 +40,9 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"qs": "^6.10.0",
|
||||
@ -51,6 +51,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channel-websocket",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,8 +40,8 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0",
|
||||
"telejson": "^5.3.3"
|
||||
@ -49,6 +49,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/channels",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -47,6 +47,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sb",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook CLI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -24,10 +24,10 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/cli": "6.5.0-alpha.48"
|
||||
"@storybook/cli": "6.5.0-alpha.49"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762"
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "storybook",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook CLI",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -27,10 +27,10 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/cli": "6.5.0-alpha.48"
|
||||
"@storybook/cli": "6.5.0-alpha.49"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762"
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/cli",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook's CLI - easiest method of adding storybook to your projects",
|
||||
"keywords": [
|
||||
"cli",
|
||||
@ -47,10 +47,10 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@storybook/codemod": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/codemod": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"boxen": "^5.1.2",
|
||||
"chalk": "^4.1.0",
|
||||
@ -75,7 +75,7 @@
|
||||
"update-notifier": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/prompts": "^2.0.9",
|
||||
"@types/puppeteer-core": "^2.1.0",
|
||||
@ -91,5 +91,5 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762"
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee"
|
||||
}
|
||||
|
@ -1,59 +1,59 @@
|
||||
// auto generated file, do not edit
|
||||
export default {
|
||||
"@storybook/addon-a11y": "6.5.0-alpha.48",
|
||||
"@storybook/addon-actions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-backgrounds": "6.5.0-alpha.48",
|
||||
"@storybook/addon-controls": "6.5.0-alpha.48",
|
||||
"@storybook/addon-docs": "6.5.0-alpha.48",
|
||||
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
||||
"@storybook/addon-interactions": "6.5.0-alpha.48",
|
||||
"@storybook/addon-jest": "6.5.0-alpha.48",
|
||||
"@storybook/addon-links": "6.5.0-alpha.48",
|
||||
"@storybook/addon-measure": "6.5.0-alpha.48",
|
||||
"@storybook/addon-outline": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storyshots-puppeteer": "6.5.0-alpha.48",
|
||||
"@storybook/addon-storysource": "6.5.0-alpha.48",
|
||||
"@storybook/addon-toolbars": "6.5.0-alpha.48",
|
||||
"@storybook/addon-viewport": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/angular": "6.5.0-alpha.48",
|
||||
"@storybook/api": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack5": "6.5.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.48",
|
||||
"@storybook/channel-websocket": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/cli": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/codemod": "6.5.0-alpha.48",
|
||||
"@storybook/components": "6.5.0-alpha.48",
|
||||
"@storybook/core": "6.5.0-alpha.48",
|
||||
"@storybook/core-client": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/core-server": "6.5.0-alpha.48",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.48",
|
||||
"@storybook/docs-tools": "6.5.0-alpha.48",
|
||||
"@storybook/ember": "6.5.0-alpha.48",
|
||||
"@storybook/html": "6.5.0-alpha.48",
|
||||
"@storybook/instrumenter": "6.5.0-alpha.48",
|
||||
"@storybook/manager-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/manager-webpack5": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/postinstall": "6.5.0-alpha.48",
|
||||
"@storybook/preact": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/react": "6.5.0-alpha.48",
|
||||
"@storybook/router": "6.5.0-alpha.48",
|
||||
"@storybook/server": "6.5.0-alpha.48",
|
||||
"@storybook/source-loader": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/svelte": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/ui": "6.5.0-alpha.48",
|
||||
"@storybook/vue": "6.5.0-alpha.48",
|
||||
"@storybook/vue3": "6.5.0-alpha.48",
|
||||
"@storybook/web-components": "6.5.0-alpha.48"
|
||||
}
|
||||
'@storybook/addon-a11y': '6.5.0-alpha.49',
|
||||
'@storybook/addon-actions': '6.5.0-alpha.49',
|
||||
'@storybook/addon-backgrounds': '6.5.0-alpha.49',
|
||||
'@storybook/addon-controls': '6.5.0-alpha.49',
|
||||
'@storybook/addon-docs': '6.5.0-alpha.49',
|
||||
'@storybook/addon-essentials': '6.5.0-alpha.49',
|
||||
'@storybook/addon-interactions': '6.5.0-alpha.49',
|
||||
'@storybook/addon-jest': '6.5.0-alpha.49',
|
||||
'@storybook/addon-links': '6.5.0-alpha.49',
|
||||
'@storybook/addon-measure': '6.5.0-alpha.49',
|
||||
'@storybook/addon-outline': '6.5.0-alpha.49',
|
||||
'@storybook/addon-storyshots': '6.5.0-alpha.49',
|
||||
'@storybook/addon-storyshots-puppeteer': '6.5.0-alpha.49',
|
||||
'@storybook/addon-storysource': '6.5.0-alpha.49',
|
||||
'@storybook/addon-toolbars': '6.5.0-alpha.49',
|
||||
'@storybook/addon-viewport': '6.5.0-alpha.49',
|
||||
'@storybook/addons': '6.5.0-alpha.49',
|
||||
'@storybook/angular': '6.5.0-alpha.49',
|
||||
'@storybook/api': '6.5.0-alpha.49',
|
||||
'@storybook/builder-webpack4': '6.5.0-alpha.49',
|
||||
'@storybook/builder-webpack5': '6.5.0-alpha.49',
|
||||
'@storybook/channel-postmessage': '6.5.0-alpha.49',
|
||||
'@storybook/channel-websocket': '6.5.0-alpha.49',
|
||||
'@storybook/channels': '6.5.0-alpha.49',
|
||||
'@storybook/cli': '6.5.0-alpha.49',
|
||||
'@storybook/client-api': '6.5.0-alpha.49',
|
||||
'@storybook/client-logger': '6.5.0-alpha.49',
|
||||
'@storybook/codemod': '6.5.0-alpha.49',
|
||||
'@storybook/components': '6.5.0-alpha.49',
|
||||
'@storybook/core': '6.5.0-alpha.49',
|
||||
'@storybook/core-client': '6.5.0-alpha.49',
|
||||
'@storybook/core-common': '6.5.0-alpha.49',
|
||||
'@storybook/core-events': '6.5.0-alpha.49',
|
||||
'@storybook/core-server': '6.5.0-alpha.49',
|
||||
'@storybook/csf-tools': '6.5.0-alpha.49',
|
||||
'@storybook/docs-tools': '6.5.0-alpha.49',
|
||||
'@storybook/ember': '6.5.0-alpha.49',
|
||||
'@storybook/html': '6.5.0-alpha.49',
|
||||
'@storybook/instrumenter': '6.5.0-alpha.49',
|
||||
'@storybook/manager-webpack4': '6.5.0-alpha.49',
|
||||
'@storybook/manager-webpack5': '6.5.0-alpha.49',
|
||||
'@storybook/node-logger': '6.5.0-alpha.49',
|
||||
'@storybook/postinstall': '6.5.0-alpha.49',
|
||||
'@storybook/preact': '6.5.0-alpha.49',
|
||||
'@storybook/preview-web': '6.5.0-alpha.49',
|
||||
'@storybook/react': '6.5.0-alpha.49',
|
||||
'@storybook/router': '6.5.0-alpha.49',
|
||||
'@storybook/server': '6.5.0-alpha.49',
|
||||
'@storybook/source-loader': '6.5.0-alpha.49',
|
||||
'@storybook/store': '6.5.0-alpha.49',
|
||||
'@storybook/svelte': '6.5.0-alpha.49',
|
||||
'@storybook/theming': '6.5.0-alpha.49',
|
||||
'@storybook/ui': '6.5.0-alpha.49',
|
||||
'@storybook/vue': '6.5.0-alpha.49',
|
||||
'@storybook/vue3': '6.5.0-alpha.49',
|
||||
'@storybook/web-components': '6.5.0-alpha.49',
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/client-api",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook Client API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,13 +40,13 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.48",
|
||||
"@storybook/channels": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.49",
|
||||
"@storybook/channels": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/qs": "^6.9.5",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"core-js": "^3.8.2",
|
||||
@ -68,6 +68,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/client-logger",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -46,6 +46,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/codemod",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "A collection of codemod scripts written with JSCodeshift",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -44,8 +44,8 @@
|
||||
"@babel/types": "^7.12.11",
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"globby": "^11.0.2",
|
||||
@ -62,6 +62,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/components",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Core Storybook Components",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,9 +40,9 @@
|
||||
"prepare": "ts-node ../../scripts/prebundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"regenerator-runtime": "^0.13.7"
|
||||
},
|
||||
@ -79,6 +79,6 @@
|
||||
"access": "public"
|
||||
},
|
||||
"bundlerEntrypoint": "./src/index.ts",
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-client",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,16 +40,16 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.48",
|
||||
"@storybook/channel-websocket": "6.5.0-alpha.48",
|
||||
"@storybook/client-api": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/channel-postmessage": "6.5.0-alpha.49",
|
||||
"@storybook/channel-websocket": "6.5.0-alpha.49",
|
||||
"@storybook/client-api": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/preview-web": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/ui": "6.5.0-alpha.48",
|
||||
"@storybook/preview-web": "6.5.0-alpha.49",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@storybook/ui": "6.5.0-alpha.49",
|
||||
"airbnb-js-shims": "^2.2.1",
|
||||
"ansi-to-html": "^0.6.11",
|
||||
"core-js": "^3.8.2",
|
||||
@ -74,6 +74,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-common",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -62,7 +62,7 @@
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@babel/preset-typescript": "^7.12.7",
|
||||
"@babel/register": "^7.12.1",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@types/node": "^14.0.10 || ^16.0.0",
|
||||
"@types/pretty-hrtime": "^1.0.0",
|
||||
@ -111,6 +111,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ export class FileSystemCache {
|
||||
}
|
||||
|
||||
getSync(key: string, defaultValue?: any): any | typeof defaultValue {
|
||||
this.internal.getSync(key, defaultValue);
|
||||
return this.internal.getSync(key, defaultValue);
|
||||
}
|
||||
|
||||
set(key: string, value: any): Promise<{ path: string }> {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-events",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Event names used in storybook core",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,6 +45,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core-server",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,16 +40,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@discoveryjs/json-ext": "^0.5.3",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/core-client": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/core-client": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.48",
|
||||
"@storybook/manager-webpack4": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/csf-tools": "6.5.0-alpha.49",
|
||||
"@storybook/manager-webpack4": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.0.10 || ^16.0.0",
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"@types/pretty-hrtime": "^1.0.0",
|
||||
@ -85,7 +85,7 @@
|
||||
"x-default-browser": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/builder-webpack5": "6.5.0-alpha.48",
|
||||
"@storybook/builder-webpack5": "6.5.0-alpha.49",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/ip": "^1.1.0",
|
||||
"@types/serve-favicon": "^2.5.2",
|
||||
@ -110,6 +110,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/core",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,8 +40,8 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/core-client": "6.5.0-alpha.48",
|
||||
"@storybook/core-server": "6.5.0-alpha.48"
|
||||
"@storybook/core-client": "6.5.0-alpha.49",
|
||||
"@storybook/core-server": "6.5.0-alpha.49"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0",
|
||||
@ -62,6 +62,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/csf-tools",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -71,6 +71,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/docs-tools",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Shared utility functions for frameworks to implement docs",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -42,7 +42,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
||||
"@storybook/store": "6.5.0-alpha.48",
|
||||
"@storybook/store": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"doctrine": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
@ -55,6 +55,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/instrumenter",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -40,15 +40,15 @@
|
||||
"prepare": "node ../../scripts/prepare.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/client-logger": "6.5.0-alpha.48",
|
||||
"@storybook/core-events": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/client-logger": "6.5.0-alpha.49",
|
||||
"@storybook/core-events": "6.5.0-alpha.49",
|
||||
"core-js": "^3.8.2",
|
||||
"global": "^4.4.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/manager-webpack4",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,12 +45,12 @@
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/plugin-transform-template-literals": "^7.12.1",
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/core-client": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/ui": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/core-client": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@storybook/ui": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.0.10 || ^16.0.0",
|
||||
"@types/webpack": "^4.41.26",
|
||||
"babel-loader": "^8.0.0",
|
||||
@ -96,6 +96,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/manager-webpack5",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook framework-agnostic API",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -45,12 +45,12 @@
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/plugin-transform-template-literals": "^7.12.1",
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@storybook/addons": "6.5.0-alpha.48",
|
||||
"@storybook/core-client": "6.5.0-alpha.48",
|
||||
"@storybook/core-common": "6.5.0-alpha.48",
|
||||
"@storybook/node-logger": "6.5.0-alpha.48",
|
||||
"@storybook/theming": "6.5.0-alpha.48",
|
||||
"@storybook/ui": "6.5.0-alpha.48",
|
||||
"@storybook/addons": "6.5.0-alpha.49",
|
||||
"@storybook/core-client": "6.5.0-alpha.49",
|
||||
"@storybook/core-common": "6.5.0-alpha.49",
|
||||
"@storybook/node-logger": "6.5.0-alpha.49",
|
||||
"@storybook/theming": "6.5.0-alpha.49",
|
||||
"@storybook/ui": "6.5.0-alpha.49",
|
||||
"@types/node": "^14.0.10 || ^16.0.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
"case-sensitive-paths-webpack-plugin": "^2.3.0",
|
||||
@ -93,6 +93,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/node-logger",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"storybook"
|
||||
@ -52,6 +52,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@storybook/postinstall",
|
||||
"version": "6.5.0-alpha.48",
|
||||
"version": "6.5.0-alpha.49",
|
||||
"description": "Storybook addons postinstall utilities",
|
||||
"keywords": [
|
||||
"api",
|
||||
@ -51,6 +51,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "5f3afb8cf4389c16be11a6e5099e902d16a82762",
|
||||
"gitHead": "5cd3cd92ff4ab3dce81726f0d3913d7077926bee",
|
||||
"sbmodern": "dist/modern/index.js"
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user