Skip to content

Commit

Permalink
chore(react-components): split react libraries in two (/library and /…
Browse files Browse the repository at this point in the history
…stories) - cxe-prg (#31565)
  • Loading branch information
Hotell authored Jun 6, 2024
1 parent becc7cd commit e76aee1
Show file tree
Hide file tree
Showing 759 changed files with 1,576 additions and 862 deletions.
21 changes: 14 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,17 @@ packages/react-components/react-accordion @microsoft/cxe-red
packages/react-components/react-avatar @microsoft/cxe-red @behowell @khmakoto @sopranopillow
packages/react-components/react-badge @microsoft/cxe-red @behowell
packages/react-components/react-button @microsoft/cxe-red @khmakoto
packages/react-components/react-card @microsoft/cxe-prg @marcosmoura
packages/react-components/react-card/library @microsoft/cxe-prg @marcosmoura
packages/react-components/react-card/stories @microsoft/cxe-prg @marcosmoura
packages/react-components/react-checkbox @microsoft/cxe-red @khmakoto
packages/react-components/react-combobox @microsoft/cxe-red @microsoft/teams-prg @smhigley
packages/react-components/react-components @microsoft/fluentui-react
packages/react-components/react-dialog @microsoft/teams-prg
packages/react-components/react-divider @microsoft/cxe-red
packages/react-components/react-field @microsoft/cxe-red @behowell
packages/react-focus @microsoft/cxe-red @khmakoto
packages/react-components/react-image @microsoft/cxe-prg
packages/react-components/react-image/library @microsoft/cxe-prg
packages/react-components/react-image/stories @microsoft/cxe-prg
packages/react-components/react-input @microsoft/cxe-red @spmonahan
packages/react-components/react-label @microsoft/cxe-red @sopranopillow @micahgodbolt
packages/react-components/react-link @microsoft/cxe-red @khmakoto
Expand All @@ -208,7 +210,8 @@ packages/react-components/react-spinbutton @microsoft/cxe-red @spmonahan
packages/react-components/react-spinner @microsoft/cxe-red @tomi-msft
packages/react-components/react-switch @microsoft/cxe-red @behowell @khmakoto
packages/react-components/react-tabs @microsoft/cxe-red @geoffcoxmsft
packages/react-components/react-text @microsoft/cxe-prg @marcosmoura
packages/react-components/react-text/library @microsoft/cxe-prg @marcosmoura
packages/react-components/react-text/stories @microsoft/cxe-prg @marcosmoura
packages/react-components/react-textarea @microsoft/cxe-red @sopranopillow
packages/react-components/react-tooltip @microsoft/cxe-red @behowell @khmakoto
packages/react-components/react-toolbar @microsoft/teams-prg @chpalac @ling1726
Expand All @@ -230,19 +233,23 @@ packages/react-components/react-tags @microsoft/cxe-red @microsoft/teams-prg
packages/react-components/react-migration-v0-v9 @microsoft/teams-prg
packages/react-components/react-datepicker-compat @microsoft/cxe-red @sopranopillow @khmakoto
packages/react-components/react-migration-v8-v9 @microsoft/cxe-red @geoffcoxmsft
packages/react-components/react-breadcrumb @microsoft/cxe-prg
packages/react-components/react-drawer @microsoft/cxe-prg @marcosmoura
packages/react-components/react-breadcrumb/library @microsoft/cxe-prg
packages/react-components/react-breadcrumb/stories @microsoft/cxe-prg
packages/react-components/react-drawer/library @microsoft/cxe-prg @marcosmoura
packages/react-components/react-drawer/stories @microsoft/cxe-prg @marcosmoura
packages/react-components/react-storybook-addon-export-to-sandbox @microsoft/fluentui-react-build
packages/react-components/babel-preset-storybook-full-source @microsoft/fluentui-react-build
packages/react-components/react-jsx-runtime @microsoft/teams-prg
packages/react-components/react-toast @microsoft/teams-prg
packages/react-components/react-search @microsoft/cxe-red @smhigley
packages/react-components/react-colorpicker-compat @microsoft/cxe-red @sopranopillow
packages/react-components/react-nav-preview @microsoft/cxe-red @mltejera
packages/react-components/react-motion-preview @microsoft/cxe-prg @marcosmoura
packages/react-components/react-motion-preview/library @microsoft/cxe-prg @marcosmoura
packages/react-components/react-motion-preview/stories @microsoft/cxe-prg @marcosmoura
packages/react-components/react-message-bar @microsoft/teams-prg
packages/react-components/react-rating @microsoft/cxe-red @tomi-msft
packages/react-components/react-swatch-picker @microsoft/cxe-prg
packages/react-components/react-swatch-picker/library @microsoft/cxe-prg
packages/react-components/react-swatch-picker/stories @microsoft/cxe-prg
packages/react-components/react-calendar-compat @microsoft/cxe-red @sopranopillow
packages/react-components/react-infolabel @microsoft/cxe-red @sopranopillow
packages/react-components/react-list-preview @microsoft/teams-prg
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-breadcrumb",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-card",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-drawer",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-image",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-motion-preview",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-swatch-picker",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: split react libraries in two (/library and /stories)",
"packageName": "@fluentui/react-text",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "none"
}
14 changes: 0 additions & 14 deletions packages/react-components/react-breadcrumb/.storybook/main.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../.babelrc-v9.json",
"extends": "../../../../.babelrc-v9.json",
"plugins": ["annotate-pure-calls", "@babel/transform-react-pure-annotations"]
}
Loading

0 comments on commit e76aee1

Please sign in to comment.