File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- import { addons } from "@ storybook/manager-api" ;
2- import { themes } from "@ storybook/theming" ;
1+ import { addons } from "storybook/manager-api" ;
2+ import { themes } from "storybook/theming" ;
33
44addons . setConfig ( {
55 theme : themes . dark ,
Original file line number Diff line number Diff line change 11import type { Preview } from "@storybook/react" ;
2- import { themes } from "@ storybook/theming" ;
3- import { action } from "@ storybook/addon- actions" ;
2+ import { themes } from "storybook/theming" ;
3+ import { action } from "storybook/actions" ;
44
55// Allow all stories/components to use Codicons
66import "@vscode/codicons/dist/codicon.css" ;
@@ -20,6 +20,7 @@ window.acquireVsCodeApi = () => ({
2020
2121// https://storybook.js.org/docs/react/configure/overview#configure-story-rendering
2222const preview : Preview = {
23+ tags : [ "autodocs" ] ,
2324 parameters : {
2425 // All props starting with `on` will automatically receive an action as a prop
2526 actions : { argTypesRegex : "^on[A-Z].*" } ,
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import * as React from "react";
22import type { FunctionComponent } from "react" ;
33import { useCallback } from "react" ;
44
5- import { useGlobals } from "@ storybook/manager-api" ;
5+ import { useGlobals } from "storybook/manager-api" ;
66import {
77 IconButton ,
88 TooltipLinkList ,
99 WithTooltip ,
10- } from "@ storybook/components" ;
10+ } from "storybook/internal /components" ;
1111import { DashboardIcon } from "@storybook/icons" ;
1212
1313import { themeNames , VSCodeTheme } from "./theme" ;
Original file line number Diff line number Diff line change 11import * as React from "react" ;
2- import { addons } from "@ storybook/manager-api" ;
2+ import { addons } from "storybook/manager-api" ;
33import { Addon_TypesEnum } from "storybook/internal/types" ;
44import { ThemeSelector } from "./ThemeSelector" ;
55
Original file line number Diff line number Diff line change 11import type { Meta , StoryFn } from "@storybook/react" ;
2- import { action } from "@ storybook/addon- actions" ;
2+ import { action } from "storybook/actions" ;
33
44import { AlertTable as AlertTableComponent } from "../../view/results/AlertTable" ;
55
You can’t perform that action at this time.
0 commit comments