Skip to content

Commit

Permalink
chore: Export ProgressField from @fluentui/react-components/unstable (
Browse files Browse the repository at this point in the history
#25536)

Export ProgressField from @fluentui/react-components/unstable
  • Loading branch information
behowell authored Nov 4, 2022
1 parent 81a3171 commit 5de3909
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: Export ProgressField from @fluentui/react-components/unstable",
"packageName": "@fluentui/react-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ import { PersonaSlots } from '@fluentui/react-persona';
import { PersonaState } from '@fluentui/react-persona';
import { Progress } from '@fluentui/react-progress';
import { progressClassNames } from '@fluentui/react-progress';
import { ProgressField } from '@fluentui/react-field';
import { progressFieldClassNames } from '@fluentui/react-field';
import { ProgressFieldProps } from '@fluentui/react-field';
import { ProgressProps } from '@fluentui/react-progress';
import { ProgressSlots } from '@fluentui/react-progress';
import { ProgressState } from '@fluentui/react-progress';
Expand Down Expand Up @@ -525,6 +528,12 @@ export { Progress }

export { progressClassNames }

export { ProgressField }

export { progressFieldClassNames }

export { ProgressFieldProps }

export { ProgressProps }

export { ProgressSlots }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ export {
getFieldClassNames,
InputField,
inputFieldClassNames,
ProgressField,
progressFieldClassNames,
RadioGroupField,
radioGroupFieldClassNames,
renderField_unstable,
Expand All @@ -310,6 +312,7 @@ export type {
FieldSlots,
FieldState,
InputFieldProps,
ProgressFieldProps,
RadioGroupFieldProps,
SelectFieldProps,
SliderFieldProps,
Expand Down

0 comments on commit 5de3909

Please sign in to comment.