@storybook/html-webpack5 0.0.0-pr-25254-sha-63c0cc3b → 0.0.0-pr-25244-sha-bd2cf8e0

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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +0 -13
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -2640,7 +2640,6 @@ interface StoriesSpecifier {
2640
2640
  type StoriesEntry = string | StoriesSpecifier;
2641
2641
  interface IndexerOptions {
2642
2642
  makeTitle: (userTitle?: string) => string;
2643
- staticParameters?: string[];
2644
2643
  }
2645
2644
  interface IndexedStory {
2646
2645
  id: string;
@@ -2710,10 +2709,6 @@ type BaseIndexInput = {
2710
2709
  metaId?: MetaId;
2711
2710
  /** Tags for filtering entries in Storybook and its tools. */
2712
2711
  tags?: Tag[];
2713
- /**
2714
- * Experimental statically extracted parameters for the entry.
2715
- */
2716
- parameters?: Parameters;
2717
2712
  /**
2718
2713
  * The id of the entry, auto-generated from {@link title}/{@link metaId} and {@link exportName} if unspecified.
2719
2714
  * If specified, the story in the CSF file _must_ have a matching id set at `parameters.__id`, to be correctly matched.
@@ -2849,7 +2844,6 @@ interface CLIOptions {
2849
2844
  debugWebpack?: boolean;
2850
2845
  webpackStatsJson?: string | boolean;
2851
2846
  outputDir?: string;
2852
- experimentalStaticParameters?: string[];
2853
2847
  }
2854
2848
  interface BuilderOptions {
2855
2849
  configType?: 'DEVELOPMENT' | 'PRODUCTION';
@@ -3017,13 +3011,6 @@ interface StorybookConfigRaw {
3017
3011
  * Enable asynchronous component rendering in NextJS framework
3018
3012
  */
3019
3013
  experimentalNextRSC?: boolean;
3020
- /**
3021
- * Legacy stories.json extraction. stories.json will be removed in v9,
3022
- * use `index.json` instead.
3023
- *
3024
- * @deprecated
3025
- */
3026
- buildLegacyStoriesJson?: boolean;
3027
3014
  };
3028
3015
  build?: TestBuildConfig;
3029
3016
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "0.0.0-pr-25254-sha-63c0cc3b",
3
+ "version": "0.0.0-pr-25244-sha-bd2cf8e0",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,11 +47,11 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "0.0.0-pr-25254-sha-63c0cc3b",
51
- "@storybook/core-common": "0.0.0-pr-25254-sha-63c0cc3b",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-25244-sha-bd2cf8e0",
51
+ "@storybook/core-common": "0.0.0-pr-25244-sha-bd2cf8e0",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/html": "0.0.0-pr-25254-sha-63c0cc3b",
54
- "@storybook/preset-html-webpack": "0.0.0-pr-25254-sha-63c0cc3b",
53
+ "@storybook/html": "0.0.0-pr-25244-sha-bd2cf8e0",
54
+ "@storybook/preset-html-webpack": "0.0.0-pr-25244-sha-bd2cf8e0",
55
55
  "@types/node": "^18.0.0"
56
56
  },
57
57
  "devDependencies": {