From b530d3099a43592db1e7037343b7fbdd6f478773 Mon Sep 17 00:00:00 2001 From: David Zearing Date: Mon, 5 Jun 2017 18:00:07 -0700 Subject: [PATCH 1/2] Adding createTheme to exports. --- packages/styling/src/utilities/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/styling/src/utilities/index.ts b/packages/styling/src/utilities/index.ts index 21ae1b21fae7d4..8264f9df8a775f 100644 --- a/packages/styling/src/utilities/index.ts +++ b/packages/styling/src/utilities/index.ts @@ -1,7 +1,8 @@ export { ITheme, getTheme, - loadTheme + loadTheme, + createTheme } from './theme'; export { mergeStyles From 4535348a4dc654d8a28a4ae43bf9a360309e3aad Mon Sep 17 00:00:00 2001 From: David Zearing Date: Mon, 5 Jun 2017 18:00:54 -0700 Subject: [PATCH 2/2] Adding createTheme to exports. --- .../styling/createtheme_2017-06-06-01-00.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/@uifabric/styling/createtheme_2017-06-06-01-00.json diff --git a/common/changes/@uifabric/styling/createtheme_2017-06-06-01-00.json b/common/changes/@uifabric/styling/createtheme_2017-06-06-01-00.json new file mode 100644 index 00000000000000..27dfff055d7502 --- /dev/null +++ b/common/changes/@uifabric/styling/createtheme_2017-06-06-01-00.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@uifabric/styling", + "comment": "createTheme: adding to exports", + "type": "minor" + } + ], + "packageName": "@uifabric/styling", + "email": "dzearing@microsoft.com" +} \ No newline at end of file