Skip to content

Commit 8ec3d32

Browse files
(chore) Move react-positioning, react-utilities, react-theme to react-components subfolder (#22709)
1 parent b77905b commit 8ec3d32

File tree

197 files changed

+232
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+232
-211
lines changed

.github/CODEOWNERS

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ packages/react-docsite-components @microsoft/fluentui-v8-website
106106
packages/react-file-type-icons @jahnp @bigbadcapers
107107
packages/react-hooks @microsoft/cxe-red
108108
packages/react-monaco-editor @microsoft/fluentui-v8-website
109-
packages/react-positioning @microsoft/teams-prg
109+
packages/react-components/react-positioning @microsoft/teams-prg
110110
packages/react-overflow @microsoft/teams-prg
111111
packages/react-shared-contexts @microsoft/teams-prg
112112
packages/react-components/react-storybook @microsoft/cxe-prg @microsoft/teams-prg
113113
packages/react-components/react-storybook-addon @microsoft/cxe-prg
114114
packages/react-components/react-tabster @microsoft/teams-prg
115-
packages/react-theme @microsoft/teams-prg
116-
packages/react-utilities @microsoft/teams-prg
115+
packages/react-components/react-theme @microsoft/teams-prg
116+
packages/react-components/react-utilities @microsoft/teams-prg
117117
packages/storybook @microsoft/cxe-prg @microsoft/teams-prg
118118
packages/style-utilities @dzearing
119119
packages/style-utilities/src/interfaces @phkuo @dzearing
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "react-positioning: Move to new common folder.",
4+
"packageName": "@fluentui/react-positioning",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "react-theme: Move to new common folder.",
4+
"packageName": "@fluentui/react-theme",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "react-utilities: Move to new common folder.",
4+
"packageName": "@fluentui/react-utilities",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)