From 539dd9bd1168f598fc114937f0cfe45663bbd85b Mon Sep 17 00:00:00 2001 From: Vitalie Braga Date: Mon, 3 Dec 2018 18:47:34 -0800 Subject: [PATCH 1/2] Add scope to TeachingBubleContent --- .../src/components/TeachingBubble/TeachingBubbleContent.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/office-ui-fabric-react/src/components/TeachingBubble/TeachingBubbleContent.ts b/packages/office-ui-fabric-react/src/components/TeachingBubble/TeachingBubbleContent.ts index bbf6b117ef4b10..0dd364c7341a63 100644 --- a/packages/office-ui-fabric-react/src/components/TeachingBubble/TeachingBubbleContent.ts +++ b/packages/office-ui-fabric-react/src/components/TeachingBubble/TeachingBubbleContent.ts @@ -5,5 +5,7 @@ import { getStyles } from './TeachingBubble.styles'; export const TeachingBubbleContent = styled( TeachingBubbleContentBase, - getStyles + getStyles, + undefined, + { scope: 'TeachingBubbleContent' } ); From ef3fb620b8811078e03021031569733a3ad5b25b Mon Sep 17 00:00:00 2001 From: Vitalie Braga Date: Mon, 3 Dec 2018 18:58:10 -0800 Subject: [PATCH 2/2] Rush change log --- .../v-vibr-TeachingBubleContent_2018-12-04-02-57.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/office-ui-fabric-react/v-vibr-TeachingBubleContent_2018-12-04-02-57.json diff --git a/common/changes/office-ui-fabric-react/v-vibr-TeachingBubleContent_2018-12-04-02-57.json b/common/changes/office-ui-fabric-react/v-vibr-TeachingBubleContent_2018-12-04-02-57.json new file mode 100644 index 00000000000000..27c75dab1bd0a6 --- /dev/null +++ b/common/changes/office-ui-fabric-react/v-vibr-TeachingBubleContent_2018-12-04-02-57.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "TeachingBubble: add customizer scope to TeachingBubbleContent to allow using it individually.", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "v-vibr@microsoft.com" +} \ No newline at end of file