Skip to content

Commit f15afa7

Browse files
authored
chore: remove usage of "export *" (#33457)
1 parent bbab836 commit f15afa7

121 files changed

Lines changed: 1075 additions & 308 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-button",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-carousel",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-migration-v0-v9",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-nav-preview",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-radio",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-teaching-popover",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "chore: remove usage of \"export *\"",
4+
"packageName": "@fluentui/react-virtualizer",
5+
"email": "olfedias@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
export * from './components/Button/index';
1+
export type { ButtonProps, ButtonSlots, ButtonState } from './components/Button/index';
2+
export {
3+
Button,
4+
buttonClassNames,
5+
renderButton_unstable,
6+
useButtonStyles_unstable,
7+
useButton_unstable,
8+
} from './components/Button/index';
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
export * from './components/CompoundButton/index';
1+
export type { CompoundButtonProps, CompoundButtonSlots, CompoundButtonState } from './components/CompoundButton/index';
2+
export {
3+
CompoundButton,
4+
compoundButtonClassNames,
5+
renderCompoundButton_unstable,
6+
useCompoundButtonStyles_unstable,
7+
useCompoundButton_unstable,
8+
} from './components/CompoundButton/index';
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
export * from './components/MenuButton/index';
1+
export type { MenuButtonProps, MenuButtonSlots, MenuButtonState } from './components/MenuButton/index';
2+
export {
3+
MenuButton,
4+
menuButtonClassNames,
5+
renderMenuButton_unstable,
6+
useMenuButtonStyles_unstable,
7+
useMenuButton_unstable,
8+
} from './components/MenuButton/index';

0 commit comments

Comments
 (0)