Skip to content

Commit e4dded8

Browse files
committed
chore: temporary disable storybook-utils
1 parent 2bc0c48 commit e4dded8

File tree

4 files changed

+0
-25
lines changed

4 files changed

+0
-25
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
import { withMocks } from '../storybook/addon/decorator.js';
2-
3-
export const decorators = [withMocks];
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
// @ts-nocheck
2-
3-
import { addons, makeDecorator } from '@storybook/preview-api';
4-
import { createDecorator } from './create-decorator.js';
5-
6-
// Storybook 7
7-
/**
8-
* @type {ReturnType<typeof makeDecorator>}
9-
*/
10-
export const withMocks = createDecorator(addons, makeDecorator);
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
// @ts-nocheck
2-
3-
import { createAddon } from '@web/storybook-utils';
4-
import React from 'react';
5-
import { addons } from '@storybook/manager-api';
6-
import { registerAddon } from './register-addon.js';
7-
8-
// Storybook 7
9-
registerAddon(addons, React, createAddon);

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@
8888
{
8989
"path": "./packages/storybook-framework-web-components/tsconfig.json"
9090
},
91-
{
92-
"path": "./packages/storybook-utils/tsconfig.json"
93-
},
9491
{
9592
"path": "./packages/test-runner-puppeteer/tsconfig.json"
9693
},

0 commit comments

Comments
 (0)