@storybook/html 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.
@@ -8,7 +8,6 @@ exports.webpack = webpack;
8
8
 
9
9
  var _coreCommon = require("@storybook/core-common");
10
10
 
11
- // eslint-disable-next-line import/no-extraneous-dependencies
12
11
  function webpack(config) {
13
12
  config.module.rules.push({
14
13
  test: /\.html$/,
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line import/no-extraneous-dependencies
2
1
  import { findDistEsm } from '@storybook/core-common';
3
2
  export function webpack(config) {
4
3
  config.module.rules.push({
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line import/no-extraneous-dependencies
2
1
  import { findDistEsm } from '@storybook/core-common';
3
2
  export function webpack(config) {
4
3
  config.module.rules.push({
@@ -1,9 +1,9 @@
1
1
  /// <reference types="webpack-env" />
2
2
  /// <reference types="node" />
3
- import { ClientStoryApi, Loadable } from '@storybook/addons';
3
+ import type { ClientStoryApi, Loadable } from '@storybook/addons';
4
4
  import { HtmlFramework } from './types-6-0';
5
5
  import './globals';
6
- import { IStorybookSection } from './types';
6
+ import type { IStorybookSection } from './types';
7
7
  interface ClientApi extends ClientStoryApi<HtmlFramework['storyResult']> {
8
8
  setAddon(addon: any): void;
9
9
  configure(loader: Loadable, module: NodeModule): void;
@@ -1,5 +1,5 @@
1
- import { Args, ComponentAnnotations, StoryAnnotations, AnnotatedStoryFn } from '@storybook/csf';
2
- import { StoryFnHtmlReturnType } from './types';
1
+ import type { Args, ComponentAnnotations, StoryAnnotations, AnnotatedStoryFn } from '@storybook/csf';
2
+ import type { StoryFnHtmlReturnType } from './types';
3
3
  export type { Args, ArgTypes, Parameters, StoryContext } from '@storybook/addons';
4
4
  export declare type HtmlFramework = {
5
5
  component: HTMLElement;
@@ -1,4 +1,4 @@
1
- import { Args } from '@storybook/csf';
1
+ import type { Args } from '@storybook/csf';
2
2
  import type { StoryObj } from './types-6-0';
3
3
  export type { StoryFn, StoryObj, Meta } from './types-6-0';
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Configuration } from 'webpack';
2
- import { StorybookConfig } from '@storybook/core-common';
1
+ import type { Configuration } from 'webpack';
2
+ import type { StorybookConfig } from '@storybook/core-common';
3
3
  export declare function webpack(config: Configuration): Configuration;
4
4
  export declare const config: StorybookConfig['config'];
@@ -1,3 +1,3 @@
1
- import { LoadOptions } from '@storybook/core-common';
1
+ import type { LoadOptions } from '@storybook/core-common';
2
2
  declare const _default: LoadOptions;
3
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html",
3
- "version": "6.5.0-alpha.44",
3
+ "version": "6.5.0-alpha.47",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -45,13 +45,13 @@
45
45
  "prepare": "node ../../scripts/prepare.js"
46
46
  },
47
47
  "dependencies": {
48
- "@storybook/addons": "6.5.0-alpha.44",
49
- "@storybook/client-api": "6.5.0-alpha.44",
50
- "@storybook/core": "6.5.0-alpha.44",
51
- "@storybook/core-common": "6.5.0-alpha.44",
48
+ "@storybook/addons": "6.5.0-alpha.47",
49
+ "@storybook/client-api": "6.5.0-alpha.47",
50
+ "@storybook/core": "6.5.0-alpha.47",
51
+ "@storybook/core-common": "6.5.0-alpha.47",
52
52
  "@storybook/csf": "0.0.2--canary.87bc651.0",
53
- "@storybook/preview-web": "6.5.0-alpha.44",
54
- "@storybook/store": "6.5.0-alpha.44",
53
+ "@storybook/preview-web": "6.5.0-alpha.47",
54
+ "@storybook/store": "6.5.0-alpha.47",
55
55
  "@types/node": "^14.14.20 || ^16.0.0",
56
56
  "@types/webpack-env": "^1.16.0",
57
57
  "core-js": "^3.8.2",
@@ -72,6 +72,6 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "0125cb2b688dc1acca71a7fbf2795466fd55c0e3",
75
+ "gitHead": "e848de5c5d389fcb452d85f7ebdfc27f1e3c10c4",
76
76
  "sbmodern": "dist/modern/client/index.js"
77
77
  }