@storybook/core-common 6.5.0-alpha.44 → 6.5.0-alpha.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ts3.4/types.d.ts
CHANGED
|
@@ -271,11 +271,11 @@ export interface StorybookConfig {
|
|
|
271
271
|
logLevel?: string;
|
|
272
272
|
features?: {
|
|
273
273
|
/**
|
|
274
|
-
* Allows to disable deprecated implicit PostCSS loader.
|
|
274
|
+
* Allows to disable deprecated implicit PostCSS loader. (will be removed in 7.0)
|
|
275
275
|
*/
|
|
276
276
|
postcss?: boolean;
|
|
277
277
|
/**
|
|
278
|
-
* Allows to disable
|
|
278
|
+
* Allows to disable emotion webpack alias for emotion packages. (will be removed in 7.0)
|
|
279
279
|
*/
|
|
280
280
|
emotionAlias?: boolean;
|
|
281
281
|
/**
|
package/dist/ts3.9/types.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import type ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
|
|
3
3
|
import type { Options as TelejsonOptions } from 'telejson';
|
|
4
4
|
import type { PluginOptions } from '@storybook/react-docgen-typescript-plugin';
|
|
5
|
-
import { Configuration, Stats } from 'webpack';
|
|
6
|
-
import { TransformOptions } from '@babel/core';
|
|
5
|
+
import type { Configuration, Stats } from 'webpack';
|
|
6
|
+
import type { TransformOptions } from '@babel/core';
|
|
7
7
|
import { Router } from 'express';
|
|
8
8
|
import { Server } from 'http';
|
|
9
9
|
import { FileSystemCache } from './utils/file-cache';
|
|
@@ -267,11 +267,11 @@ export interface StorybookConfig {
|
|
|
267
267
|
logLevel?: string;
|
|
268
268
|
features?: {
|
|
269
269
|
/**
|
|
270
|
-
* Allows to disable deprecated implicit PostCSS loader.
|
|
270
|
+
* Allows to disable deprecated implicit PostCSS loader. (will be removed in 7.0)
|
|
271
271
|
*/
|
|
272
272
|
postcss?: boolean;
|
|
273
273
|
/**
|
|
274
|
-
* Allows to disable
|
|
274
|
+
* Allows to disable emotion webpack alias for emotion packages. (will be removed in 7.0)
|
|
275
275
|
*/
|
|
276
276
|
emotionAlias?: boolean;
|
|
277
277
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Configuration } from 'webpack';
|
|
1
|
+
import type { Configuration } from 'webpack';
|
|
2
2
|
export declare function mergeConfigs(config: Configuration, customConfig: Configuration): Configuration;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/core-common",
|
|
3
|
-
"version": "6.5.0-alpha.
|
|
3
|
+
"version": "6.5.0-alpha.47",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@babel/preset-react": "^7.12.10",
|
|
63
63
|
"@babel/preset-typescript": "^7.12.7",
|
|
64
64
|
"@babel/register": "^7.12.1",
|
|
65
|
-
"@storybook/node-logger": "6.5.0-alpha.
|
|
65
|
+
"@storybook/node-logger": "6.5.0-alpha.47",
|
|
66
66
|
"@storybook/semver": "^7.3.2",
|
|
67
67
|
"@types/node": "^14.0.10 || ^16.0.0",
|
|
68
68
|
"@types/pretty-hrtime": "^1.0.0",
|
|
@@ -111,6 +111,6 @@
|
|
|
111
111
|
"publishConfig": {
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "e848de5c5d389fcb452d85f7ebdfc27f1e3c10c4",
|
|
115
115
|
"sbmodern": "dist/modern/index.js"
|
|
116
116
|
}
|