From daf091b829fea00f03d83fb01744eb9dafbcd62f Mon Sep 17 00:00:00 2001 From: Brigette Lundeen Date: Tue, 2 Apr 2019 21:03:24 -0700 Subject: [PATCH 1/2] fixing fela errors with new icons --- .../Icon/svg/icons/filesExcelBrand.tsx | 44 +++++++++---------- .../Icon/svg/icons/filesOneNoteBrand.tsx | 38 ++++++++-------- .../Icon/svg/icons/filesPowerPointBrand.tsx | 44 +++++++++---------- .../Icon/svg/icons/filesWordBrand.tsx | 44 +++++++++---------- 4 files changed, 85 insertions(+), 85 deletions(-) diff --git a/packages/react/src/themes/teams/components/Icon/svg/icons/filesExcelBrand.tsx b/packages/react/src/themes/teams/components/Icon/svg/icons/filesExcelBrand.tsx index c044afe9ae..b88de3eec7 100644 --- a/packages/react/src/themes/teams/components/Icon/svg/icons/filesExcelBrand.tsx +++ b/packages/react/src/themes/teams/components/Icon/svg/icons/filesExcelBrand.tsx @@ -13,9 +13,9 @@ export default { y2="30.87" gradientUnits="userSpaceOnUse" > - - - + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + diff --git a/packages/react/src/themes/teams/components/Icon/svg/icons/filesOneNoteBrand.tsx b/packages/react/src/themes/teams/components/Icon/svg/icons/filesOneNoteBrand.tsx index 4529dfdccd..8ee7d39ed1 100644 --- a/packages/react/src/themes/teams/components/Icon/svg/icons/filesOneNoteBrand.tsx +++ b/packages/react/src/themes/teams/components/Icon/svg/icons/filesOneNoteBrand.tsx @@ -14,9 +14,9 @@ export default { gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse" > - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - - + + + + + + + diff --git a/packages/react/src/themes/teams/components/Icon/svg/icons/filesPowerPointBrand.tsx b/packages/react/src/themes/teams/components/Icon/svg/icons/filesPowerPointBrand.tsx index df2fa62786..7fc5e38c46 100644 --- a/packages/react/src/themes/teams/components/Icon/svg/icons/filesPowerPointBrand.tsx +++ b/packages/react/src/themes/teams/components/Icon/svg/icons/filesPowerPointBrand.tsx @@ -13,9 +13,9 @@ export default { y2="30.87" gradientUnits="userSpaceOnUse" > - - - + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + diff --git a/packages/react/src/themes/teams/components/Icon/svg/icons/filesWordBrand.tsx b/packages/react/src/themes/teams/components/Icon/svg/icons/filesWordBrand.tsx index 4c09032426..df4c8d8bb1 100644 --- a/packages/react/src/themes/teams/components/Icon/svg/icons/filesWordBrand.tsx +++ b/packages/react/src/themes/teams/components/Icon/svg/icons/filesWordBrand.tsx @@ -13,9 +13,9 @@ export default { y2="30.87" gradientUnits="userSpaceOnUse" > - - - + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + From 1b2f53eb095cc548f78ae8759e4aaa3833f15b31 Mon Sep 17 00:00:00 2001 From: Miroslav Stastny Date: Wed, 3 Apr 2019 09:48:33 +0200 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 530ee24efe..0d1860c840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Temporarily remove static type references in `slotClassNames` to prevent circular dependency crashes @kuzhelov ([#1145](https://github.com/stardust-ui/react/pull/1145)) - Fix `EventListener` to not rerender on `listener` prop change @layershifter ([#1132](https://github.com/stardust-ui/react/pull/1132)) - Fix circular dependencies from inferior modules to `index` files @kuzhelov ([#1148](https://github.com/stardust-ui/react/pull/1148)) +- Fix Invalid DOM property `stop-color` in Teams theme icons @codepretty ([1157](https://github.com/stardust-ui/react/pull/1157)) ### Features - Add predefined icon set for the usages in the `Input`, `Dropdown` and `AccordionTitle` components @mnajdova ([#1120](https://github.com/stardust-ui/react/pull/1120))