diff --git a/tsconfig.base.all.json b/tsconfig.base.all.json index 1645be741c84f9..b497ecb2b4c19e 100644 --- a/tsconfig.base.all.json +++ b/tsconfig.base.all.json @@ -114,8 +114,8 @@ "@fluentui/react-icons-compat": ["packages/react-components/react-icons-compat/src/index.ts"], "@fluentui/react-image": ["packages/react-components/react-image/src/index.ts"], "@fluentui/react-infolabel": ["packages/react-components/react-infolabel/library/src/index.ts"], - "@fluentui/react-input": ["packages/react-components/react-input/library/src/index.ts"], - "@fluentui/react-input-stories": ["packages/react-components/react-input/stories/src/index.ts"], + "@fluentui/react-infolabel-stories": ["packages/react-components/react-infolabel/stories/src/index.ts"], + "@fluentui/react-input": ["packages/react-components/react-input/src/index.ts"], "@fluentui/react-jsx-runtime": ["packages/react-components/react-jsx-runtime/src/index.ts"], "@fluentui/react-jsx-runtime/jsx-dev-runtime": [ "packages/react-components/react-jsx-runtime/src/jsx-dev-runtime.ts" @@ -131,6 +131,9 @@ "@fluentui/react-motion-components-preview": [ "packages/react-components/react-motion-components-preview/library/src/index.ts" ], + "@fluentui/react-motion-components-preview-stories": [ + "packages/react-components/react-motion-components-preview/stories/src/index.ts" + ], "@fluentui/react-motion-preview": ["packages/react-components/react-motion-preview/src/index.ts"], "@fluentui/react-motions-preview": ["packages/react-components/react-motions-preview/src/index.ts"], "@fluentui/react-nav-preview": ["packages/react-components/react-nav-preview/src/index.ts"], @@ -144,14 +147,12 @@ "@fluentui/react-progress": ["packages/react-components/react-progress/library/src/index.ts"], "@fluentui/react-progress-stories": ["packages/react-components/react-progress/stories/src/index.ts"], "@fluentui/react-provider": ["packages/react-components/react-provider/src/index.ts"], - "@fluentui/react-radio": ["packages/react-components/react-radio/library/src/index.ts"], - "@fluentui/react-radio-stories": ["packages/react-components/react-radio/stories/src/index.ts"], + "@fluentui/react-radio": ["packages/react-components/react-radio/src/index.ts"], "@fluentui/react-rating": ["packages/react-components/react-rating/library/src/index.ts"], "@fluentui/react-rating-stories": ["packages/react-components/react-rating/stories/src/index.ts"], "@fluentui/react-search": ["packages/react-components/react-search/library/src/index.ts"], "@fluentui/react-search-stories": ["packages/react-components/react-search/stories/src/index.ts"], - "@fluentui/react-select": ["packages/react-components/react-select/library/src/index.ts"], - "@fluentui/react-select-stories": ["packages/react-components/react-select/stories/src/index.ts"], + "@fluentui/react-select": ["packages/react-components/react-select/src/index.ts"], "@fluentui/react-shared-contexts": ["packages/react-components/react-shared-contexts/src/index.ts"], "@fluentui/react-skeleton": ["packages/react-components/react-skeleton/library/src/index.ts"], "@fluentui/react-skeleton-stories": ["packages/react-components/react-skeleton/stories/src/index.ts"], @@ -192,8 +193,7 @@ "@fluentui/recipes": ["packages/react-components/recipes/src/index.ts"], "@fluentui/theme-designer": ["packages/react-components/theme-designer/src/index.ts"], "@fluentui/tokens": ["packages/tokens/src/index.ts"], - "@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"], - "@fluentui/react-infolabel-stories": ["packages/react-components/react-infolabel/stories/src/index.ts"] + "@fluentui/workspace-plugin": ["tools/workspace-plugin/src/index.ts"] } } } diff --git a/tsconfig.base.json b/tsconfig.base.json index c53cbcf27afea2..5497ba8a31bbd4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -49,8 +49,7 @@ "@fluentui/react-image": ["packages/react-components/react-image/src/index.ts"], "@fluentui/react-infolabel": ["packages/react-components/react-infolabel/library/src/index.ts"], "@fluentui/react-infolabel-stories": ["packages/react-components/react-infolabel/stories/src/index.ts"], - "@fluentui/react-input": ["packages/react-components/react-input/library/src/index.ts"], - "@fluentui/react-input-stories": ["packages/react-components/react-input/stories/src/index.ts"], + "@fluentui/react-input": ["packages/react-components/react-input/src/index.ts"], "@fluentui/react-jsx-runtime": ["packages/react-components/react-jsx-runtime/src/index.ts"], "@fluentui/react-jsx-runtime/jsx-dev-runtime": [ "packages/react-components/react-jsx-runtime/src/jsx-dev-runtime.ts" @@ -83,14 +82,12 @@ "@fluentui/react-progress": ["packages/react-components/react-progress/library/src/index.ts"], "@fluentui/react-progress-stories": ["packages/react-components/react-progress/stories/src/index.ts"], "@fluentui/react-provider": ["packages/react-components/react-provider/src/index.ts"], - "@fluentui/react-radio": ["packages/react-components/react-radio/library/src/index.ts"], - "@fluentui/react-radio-stories": ["packages/react-components/react-radio/stories/src/index.ts"], + "@fluentui/react-radio": ["packages/react-components/react-radio/src/index.ts"], "@fluentui/react-rating": ["packages/react-components/react-rating/library/src/index.ts"], "@fluentui/react-rating-stories": ["packages/react-components/react-rating/stories/src/index.ts"], "@fluentui/react-search": ["packages/react-components/react-search/library/src/index.ts"], "@fluentui/react-search-stories": ["packages/react-components/react-search/stories/src/index.ts"], - "@fluentui/react-select": ["packages/react-components/react-select/library/src/index.ts"], - "@fluentui/react-select-stories": ["packages/react-components/react-select/stories/src/index.ts"], + "@fluentui/react-select": ["packages/react-components/react-select/src/index.ts"], "@fluentui/react-shared-contexts": ["packages/react-components/react-shared-contexts/src/index.ts"], "@fluentui/react-skeleton": ["packages/react-components/react-skeleton/library/src/index.ts"], "@fluentui/react-skeleton-stories": ["packages/react-components/react-skeleton/stories/src/index.ts"],