@modern-js/storybook 2.58.2 → 2.59.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +1 -1
- package/dist/preset.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/preset.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { Options } from '@storybook/types';
|
2
1
|
import type { BuilderConfig } from '@modern-js/storybook-builder/types';
|
2
|
+
import type { Options } from '@storybook/types';
|
3
3
|
export declare const frameworkOptions: (_: never, options: Options) => Promise<{
|
4
4
|
name: string;
|
5
5
|
options: any;
|
package/dist/preset.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"preset.js","sourceRoot":"","sources":["../src/preset.ts"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;
|
1
|
+
{"version":3,"file":"preset.js","sourceRoot":"","sources":["../src/preset.ts"],"names":[],"mappings":";;;;;;AAAA,gDAAwB;AAExB,4CAAqD;AAG9C,MAAM,gBAAgB,GAAG,KAAK,EAAE,CAAQ,EAAE,OAAgB,EAAE,EAAE;IACnE,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAExD,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;QAC/B,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,EAAE;SACZ,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,CAAC;QAClC,OAAO;YACL,IAAI,EAAE,sBAAsB;YAC5B,OAAO,EAAE,EAAE;SACZ,CAAC;IACJ,CAAC;IAED,OAAO;QACL,IAAI,EAAE,MAAM,CAAC,IAAI;QACjB,OAAO,EAAE;YACP,GAAG,MAAM,CAAC,OAAO;SAClB;KACF,CAAC;AACJ,CAAC,CAAC;AAtBW,QAAA,gBAAgB,oBAsB3B;AAEK,MAAM,MAAM,GAAG,CACpB,MAAqB,EACrB,QAAiB,EACF,EAAE;IACjB,OAAO;QACL,GAAG,MAAM;QACT,MAAM,EAAE;YACN,GAAG,MAAM,CAAC,MAAM;YAChB,KAAK,EAAE,IAAA,yBAAiB,EACtB;gBACE,kBAAkB,EAAE,OAAO,CAAC,kBAAkB,CAAC;aAChD,EACD,MAAM,CAAC,MAAM,EAAE,KAAK,CACrB;SACF;KACF,CAAC;AACJ,CAAC,CAAC;AAhBW,QAAA,MAAM,UAgBjB;AAEK,MAAM,IAAI,GAAG,KAAK,EAAE,MAAW,EAAE,OAAY,EAAE,EAAE;IACtD,MAAM,SAAS,GAAG,MAAM,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAE3D,OAAO;QACL,GAAG,MAAM;QACT,OAAO,EAAE;YACP,IAAI,EAAE,OAAO,CAAC,8BAA8B,CAAC;YAC7C,OAAO,EACL,OAAO,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,IAAI,EAAE;SACzE;QACD,QAAQ,EAAE,OAAO,CAAC,kBAAkB,CAAC;KACtC,CAAC;AACJ,CAAC,CAAC;AAZW,QAAA,IAAI,QAYf;AAEF,SAAS,OAAO,CAAC,GAAW;IAC1B,OAAO,cAAI,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,cAAI,CAAC,IAAI,CAAC,GAAG,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;AACvE,CAAC"}
|
package/dist/types.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { StorybookConfig as StorybookConfigBase } from '@storybook/types';
|
2
1
|
import type { BuilderOptions } from '@modern-js/storybook-builder';
|
2
|
+
import type { StorybookConfig as StorybookConfigBase } from '@storybook/types';
|
3
3
|
export { defineConfig, type BuilderOptions, } from '@modern-js/storybook-builder';
|
4
4
|
export type FrameworkName = '@modern-js/storybook' | string;
|
5
5
|
export interface StorybookConfig extends StorybookConfigBase {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/storybook",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.59.0",
|
4
4
|
"description": "modern.js support for storybook",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -59,8 +59,8 @@
|
|
59
59
|
"dependencies": {
|
60
60
|
"@storybook/react": "~7.6.1",
|
61
61
|
"storybook": "~7.6.1",
|
62
|
-
"@modern-js/
|
63
|
-
"@modern-js/
|
62
|
+
"@modern-js/utils": "2.59.0",
|
63
|
+
"@modern-js/storybook-builder": "2.59.0"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
66
|
"@storybook/types": "~7.6.12",
|