diff --git a/change/@fluentui-react-field-b0fef346-1748-4494-95c1-40003abf4b2f.json b/change/@fluentui-react-field-b0fef346-1748-4494-95c1-40003abf4b2f.json new file mode 100644 index 00000000000000..d3593a786d29af --- /dev/null +++ b/change/@fluentui-react-field-b0fef346-1748-4494-95c1-40003abf4b2f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: re-genearate api.md as result of perf improvements to generate-api task", + "packageName": "@fluentui/react-field", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/packages/react-components/react-field/etc/react-field.api.md b/packages/react-components/react-field/etc/react-field.api.md index b6dce45a8d16a2..5332af921d18b3 100644 --- a/packages/react-components/react-field/etc/react-field.api.md +++ b/packages/react-components/react-field/etc/react-field.api.md @@ -21,7 +21,7 @@ export const Field: ForwardRefComponent; export const fieldClassNames: SlotClassNames; // @public (undocumented) -export const FieldContextProvider: React_2.Provider & { +export const FieldContextProvider: React_2.Provider & { labelFor?: string | undefined; labelId?: string | undefined; validationMessageId?: string | undefined; @@ -81,7 +81,7 @@ export const renderField_unstable: (state: FieldState, contextValues: FieldConte export const useField_unstable: (props: FieldProps, ref: React_2.Ref) => FieldState; // @public (undocumented) -export const useFieldContext_unstable: () => Readonly & { +export const useFieldContext_unstable: () => Readonly & { labelFor?: string | undefined; labelId?: string | undefined; validationMessageId?: string | undefined;