diff --git a/apps/perf-test-react-components/src/scenarios/InfoButton.tsx b/apps/perf-test-react-components/src/scenarios/InfoButton.tsx index 51fd802f21bb5..b69e1fb066f6e 100644 --- a/apps/perf-test-react-components/src/scenarios/InfoButton.tsx +++ b/apps/perf-test-react-components/src/scenarios/InfoButton.tsx @@ -3,7 +3,7 @@ import { InfoButton } from '@fluentui/react-infobutton'; import { FluentProvider } from '@fluentui/react-provider'; import { webLightTheme } from '@fluentui/react-theme'; -const Scenario = () => ; +const Scenario = () => ; Scenario.decorator = (props: { children: React.ReactNode }) => { {props.children}; diff --git a/apps/vr-tests-react-components/src/stories/InfoButton.stories.tsx b/apps/vr-tests-react-components/src/stories/InfoButton.stories.tsx index 81f93526e9555..f92637535673a 100644 --- a/apps/vr-tests-react-components/src/stories/InfoButton.stories.tsx +++ b/apps/vr-tests-react-components/src/stories/InfoButton.stories.tsx @@ -26,7 +26,7 @@ storiesOf('InfoButton', module) 'default', () => (
- +
), { @@ -52,8 +52,8 @@ storiesOf('InfoButton', module) alignItems: 'start', }} > - - - + + + )); diff --git a/change/@fluentui-react-infobutton-e5984e77-89ae-4c61-85e0-984121adb4e5.json b/change/@fluentui-react-infobutton-e5984e77-89ae-4c61-85e0-984121adb4e5.json new file mode 100644 index 0000000000000..dc638e760d65d --- /dev/null +++ b/change/@fluentui-react-infobutton-e5984e77-89ae-4c61-85e0-984121adb4e5.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "chore: Rename content slot to info.", + "packageName": "@fluentui/react-infobutton", + "email": "esteban.230@hotmail.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-components/react-infobutton/docs/Spec.md b/packages/react-components/react-infobutton/docs/Spec.md index deb161b3220fe..5789158ad5bc3 100644 --- a/packages/react-components/react-infobutton/docs/Spec.md +++ b/packages/react-components/react-infobutton/docs/Spec.md @@ -30,7 +30,7 @@ Because the Popover isn't always visible, it should not contain information that ## Sample Code ```jsx - + ``` ## API @@ -45,7 +45,7 @@ _**Public**_ ```jsx Popover above-start lorem ipsum dolor sit amet consectetur. Learn more @@ -62,7 +62,7 @@ return ( - + ); ``` @@ -75,7 +75,7 @@ _**DOM**_ -