Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

fix(Icons): fixing errors with brand icons #1157

Merged
merged 2 commits into from
Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
y2="30.87"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset=".86" stop-color="#5e5e5e" stop-opacity=".06" />
<stop offset="1" stop-opacity=".1" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset=".86" stopColor="#5e5e5e" stopOpacity=".06" />
<stop offset="1" stopOpacity=".1" />
</linearGradient>
<linearGradient
id="linear-gradient-2"
Expand All @@ -25,13 +25,13 @@ export default {
y2="5.14"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset=".45" stop-color="#fff" stop-opacity=".01" />
<stop offset=".64" stop-color="#fff" stop-opacity=".04" />
<stop offset=".78" stop-color="#fff" stop-opacity=".08" />
<stop offset=".89" stop-color="#fff" stop-opacity=".15" />
<stop offset=".99" stop-color="#fff" stop-opacity=".24" />
<stop offset="1" stop-color="#fff" stop-opacity=".25" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset=".45" stopColor="#fff" stopOpacity=".01" />
<stop offset=".64" stopColor="#fff" stopOpacity=".04" />
<stop offset=".78" stopColor="#fff" stopOpacity=".08" />
<stop offset=".89" stopColor="#fff" stopOpacity=".15" />
<stop offset=".99" stopColor="#fff" stopOpacity=".24" />
<stop offset="1" stopColor="#fff" stopOpacity=".25" />
</linearGradient>
<linearGradient
id="linear-gradient-3"
Expand All @@ -41,12 +41,12 @@ export default {
y2="9.53"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset=".53" stop-color="#fff" stop-opacity=".01" />
<stop offset=".72" stop-color="#fff" stop-opacity=".03" />
<stop offset=".85" stop-color="#fff" stop-opacity=".08" />
<stop offset=".96" stop-color="#fff" stop-opacity=".15" />
<stop offset="1" stop-color="#fff" stop-opacity=".18" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset=".53" stopColor="#fff" stopOpacity=".01" />
<stop offset=".72" stopColor="#fff" stopOpacity=".03" />
<stop offset=".85" stopColor="#fff" stopOpacity=".08" />
<stop offset=".96" stopColor="#fff" stopOpacity=".15" />
<stop offset="1" stopColor="#fff" stopOpacity=".18" />
</linearGradient>
<linearGradient
id="linear-gradient-4"
Expand All @@ -56,9 +56,9 @@ export default {
y2="26.21"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset=".86" stop-color="#303030" stop-opacity=".13" />
<stop offset="1" stop-opacity=".2" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset=".86" stopColor="#303030" stopOpacity=".13" />
<stop offset="1" stopOpacity=".2" />
</linearGradient>
<linearGradient
id="linear-gradient-5"
Expand All @@ -68,9 +68,9 @@ export default {
y2="9.06"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset=".86" stop-color="#303030" stop-opacity=".06" />
<stop offset="1" stop-opacity=".1" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset=".86" stopColor="#303030" stopOpacity=".06" />
<stop offset="1" stopOpacity=".1" />
</linearGradient>
</defs>
<g>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
gradientTransform="matrix(1 0 0 -1 0 32)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset=".86" stop-color="#5e5e5e" stop-opacity=".06" />
<stop offset="1" stop-opacity=".1" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset=".86" stopColor="#5e5e5e" stopOpacity=".06" />
<stop offset="1" stopOpacity=".1" />
</linearGradient>
<linearGradient
id="onenote-2"
Expand All @@ -27,12 +27,12 @@ export default {
gradientTransform="matrix(1 0 0 -1 0 32)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset=".53" stop-color="#fff" stop-opacity=".01" />
<stop offset=".72" stop-color="#fff" stop-opacity=".03" />
<stop offset=".85" stop-color="#fff" stop-opacity=".08" />
<stop offset=".96" stop-color="#fff" stop-opacity=".15" />
<stop offset="1" stop-color="#fff" stop-opacity=".18" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset=".53" stopColor="#fff" stopOpacity=".01" />
<stop offset=".72" stopColor="#fff" stopOpacity=".03" />
<stop offset=".85" stopColor="#fff" stopOpacity=".08" />
<stop offset=".96" stopColor="#fff" stopOpacity=".15" />
<stop offset="1" stopColor="#fff" stopOpacity=".18" />
</linearGradient>
<linearGradient
id="onenote-3"
Expand All @@ -43,9 +43,9 @@ export default {
gradientTransform="matrix(1 0 0 -1 0 32)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset=".86" stop-color="#303030" stop-opacity=".13" />
<stop offset="1" stop-opacity=".2" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset=".86" stopColor="#303030" stopOpacity=".13" />
<stop offset="1" stopOpacity=".2" />
</linearGradient>
<linearGradient
id="onenote-4"
Expand All @@ -56,13 +56,13 @@ export default {
gradientTransform="matrix(1 0 0 -1 0 32)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset=".45" stop-color="#fff" stop-opacity=".01" />
<stop offset=".64" stop-color="#fff" stop-opacity=".04" />
<stop offset=".78" stop-color="#fff" stop-opacity=".08" />
<stop offset=".89" stop-color="#fff" stop-opacity=".15" />
<stop offset=".99" stop-color="#fff" stop-opacity=".24" />
<stop offset="1" stop-color="#fff" stop-opacity=".25" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset=".45" stopColor="#fff" stopOpacity=".01" />
<stop offset=".64" stopColor="#fff" stopOpacity=".04" />
<stop offset=".78" stopColor="#fff" stopOpacity=".08" />
<stop offset=".89" stopColor="#fff" stopOpacity=".15" />
<stop offset=".99" stopColor="#fff" stopOpacity=".24" />
<stop offset="1" stopColor="#fff" stopOpacity=".25" />
</linearGradient>
</defs>
<g>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
y2="30.87"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset="0.86" stop-color="#5e5e5e" stop-opacity="0.06" />
<stop offset="1" stop-opacity="0.1" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset="0.86" stopColor="#5e5e5e" stopOpacity="0.06" />
<stop offset="1" stopOpacity="0.1" />
</linearGradient>
<linearGradient
id="linear-gradient-2"
Expand All @@ -25,13 +25,13 @@ export default {
y2="5.14"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset="0.45" stop-color="#fff" stop-opacity="0.01" />
<stop offset="0.64" stop-color="#fff" stop-opacity="0.04" />
<stop offset="0.78" stop-color="#fff" stop-opacity="0.08" />
<stop offset="0.89" stop-color="#fff" stop-opacity="0.15" />
<stop offset="0.99" stop-color="#fff" stop-opacity="0.24" />
<stop offset="1" stop-color="#fff" stop-opacity="0.25" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset="0.45" stopColor="#fff" stopOpacity="0.01" />
<stop offset="0.64" stopColor="#fff" stopOpacity="0.04" />
<stop offset="0.78" stopColor="#fff" stopOpacity="0.08" />
<stop offset="0.89" stopColor="#fff" stopOpacity="0.15" />
<stop offset="0.99" stopColor="#fff" stopOpacity="0.24" />
<stop offset="1" stopColor="#fff" stopOpacity="0.25" />
</linearGradient>
<linearGradient
id="linear-gradient-3"
Expand All @@ -41,12 +41,12 @@ export default {
y2="9.53"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset="0.53" stop-color="#fff" stop-opacity="0.01" />
<stop offset="0.72" stop-color="#fff" stop-opacity="0.03" />
<stop offset="0.85" stop-color="#fff" stop-opacity="0.08" />
<stop offset="0.96" stop-color="#fff" stop-opacity="0.15" />
<stop offset="1" stop-color="#fff" stop-opacity="0.18" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset="0.53" stopColor="#fff" stopOpacity="0.01" />
<stop offset="0.72" stopColor="#fff" stopOpacity="0.03" />
<stop offset="0.85" stopColor="#fff" stopOpacity="0.08" />
<stop offset="0.96" stopColor="#fff" stopOpacity="0.15" />
<stop offset="1" stopColor="#fff" stopOpacity="0.18" />
</linearGradient>
<linearGradient
id="linear-gradient-4"
Expand All @@ -56,9 +56,9 @@ export default {
y2="26.21"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset="0.86" stop-color="#303030" stop-opacity="0.13" />
<stop offset="1" stop-opacity="0.2" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset="0.86" stopColor="#303030" stopOpacity="0.13" />
<stop offset="1" stopOpacity="0.2" />
</linearGradient>
<linearGradient
id="linear-gradient-5"
Expand All @@ -68,9 +68,9 @@ export default {
y2="9.06"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset="0.86" stop-color="#303030" stop-opacity="0.06" />
<stop offset="1" stop-opacity="0.1" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset="0.86" stopColor="#303030" stopOpacity="0.06" />
<stop offset="1" stopOpacity="0.1" />
</linearGradient>
</defs>
<g>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
y2="30.87"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset="0.86" stop-color="#5e5e5e" stop-opacity="0.06" />
<stop offset="1" stop-opacity="0.1" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset="0.86" stopColor="#5e5e5e" stopOpacity="0.06" />
<stop offset="1" stopOpacity="0.1" />
</linearGradient>
<linearGradient
id="linear-gradient-2"
Expand All @@ -25,13 +25,13 @@ export default {
y2="5.14"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset="0.45" stop-color="#fff" stop-opacity="0.01" />
<stop offset="0.64" stop-color="#fff" stop-opacity="0.04" />
<stop offset="0.78" stop-color="#fff" stop-opacity="0.08" />
<stop offset="0.89" stop-color="#fff" stop-opacity="0.15" />
<stop offset="0.99" stop-color="#fff" stop-opacity="0.24" />
<stop offset="1" stop-color="#fff" stop-opacity="0.25" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset="0.45" stopColor="#fff" stopOpacity="0.01" />
<stop offset="0.64" stopColor="#fff" stopOpacity="0.04" />
<stop offset="0.78" stopColor="#fff" stopOpacity="0.08" />
<stop offset="0.89" stopColor="#fff" stopOpacity="0.15" />
<stop offset="0.99" stopColor="#fff" stopOpacity="0.24" />
<stop offset="1" stopColor="#fff" stopOpacity="0.25" />
</linearGradient>
<linearGradient
id="linear-gradient-3"
Expand All @@ -41,12 +41,12 @@ export default {
y2="9.53"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fff" stop-opacity="0" />
<stop offset="0.53" stop-color="#fff" stop-opacity="0.01" />
<stop offset="0.72" stop-color="#fff" stop-opacity="0.03" />
<stop offset="0.85" stop-color="#fff" stop-opacity="0.08" />
<stop offset="0.96" stop-color="#fff" stop-opacity="0.15" />
<stop offset="1" stop-color="#fff" stop-opacity="0.18" />
<stop offset="0" stopColor="#fff" stopOpacity="0" />
<stop offset="0.53" stopColor="#fff" stopOpacity="0.01" />
<stop offset="0.72" stopColor="#fff" stopOpacity="0.03" />
<stop offset="0.85" stopColor="#fff" stopOpacity="0.08" />
<stop offset="0.96" stopColor="#fff" stopOpacity="0.15" />
<stop offset="1" stopColor="#fff" stopOpacity="0.18" />
</linearGradient>
<linearGradient
id="linear-gradient-4"
Expand All @@ -56,9 +56,9 @@ export default {
y2="26.21"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset="0.86" stop-color="#303030" stop-opacity="0.13" />
<stop offset="1" stop-opacity="0.2" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset="0.86" stopColor="#303030" stopOpacity="0.13" />
<stop offset="1" stopOpacity="0.2" />
</linearGradient>
<linearGradient
id="linear-gradient-5"
Expand All @@ -68,9 +68,9 @@ export default {
y2="9.06"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#828282" stop-opacity="0" />
<stop offset="0.86" stop-color="#303030" stop-opacity="0.06" />
<stop offset="1" stop-opacity="0.1" />
<stop offset="0" stopColor="#828282" stopOpacity="0" />
<stop offset="0.86" stopColor="#303030" stopOpacity="0.06" />
<stop offset="1" stopOpacity="0.1" />
</linearGradient>
</defs>
<g>
Expand Down