Skip to content

Commit

Permalink
fixup! chore(react-components): split react libraries in two (/librar…
Browse files Browse the repository at this point in the history
…y and /stories) - cxe-red /2nd batch
  • Loading branch information
Hotell committed Jun 5, 2024
1 parent ad6d1b7 commit d535d91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
16 changes: 8 additions & 8 deletions tsconfig.base.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"],
Expand All @@ -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"],
Expand Down Expand Up @@ -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"]
}
}
}
9 changes: 3 additions & 6 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit d535d91

Please sign in to comment.