diff --git a/docs/package.json b/docs/package.json index 00c1248774..3be4c2fb23 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ "@babel/plugin-syntax-jsx": "^7.18.6", "@babel/standalone": "^7.18.9", "@csstools/convert-colors": "^2.0.0", - "@icons-pack/react-simple-icons": "^4.0.0", + "@icons-pack/react-simple-icons": "^8.0.1", "@jsdevtools/rehype-url-inspector": "^2.0.2", "@kiwicom/babel-plugin-orbit-components": "*", "@kiwicom/orbit-components": "*", diff --git a/docs/src/components/FancyLink.tsx b/docs/src/components/FancyLink.tsx index 6a06f0b70b..30e081dc92 100644 --- a/docs/src/components/FancyLink.tsx +++ b/docs/src/components/FancyLink.tsx @@ -1,9 +1,11 @@ import React from "react"; import styled from "styled-components"; -import Figma from "@icons-pack/react-simple-icons/lib/components/Figma"; -import Storybook from "@icons-pack/react-simple-icons/lib/components/Storybook"; -import ReactJs from "@icons-pack/react-simple-icons/lib/components/ReactJs"; -import Github from "@icons-pack/react-simple-icons/lib/components/Github"; +import { + SiGithub as Github, + SiFigma as Figma, + SiStorybook as Storybook, + SiReact as ReactJs, +} from "@icons-pack/react-simple-icons"; import { ColorPicker, Download, FlightDirect, Google, Tips } from "@kiwicom/orbit-components/icons"; import { Tile } from "@kiwicom/orbit-components"; diff --git a/docs/src/components/Github/TeamMember.tsx b/docs/src/components/Github/TeamMember.tsx index 54624eebd7..5bd40cd015 100644 --- a/docs/src/components/Github/TeamMember.tsx +++ b/docs/src/components/Github/TeamMember.tsx @@ -2,8 +2,7 @@ import React from "react"; import { Stack } from "@kiwicom/orbit-components"; import styled from "styled-components"; import { Twitter, Link as LinkIcon } from "@kiwicom/orbit-components/icons"; -import Github from "@icons-pack/react-simple-icons/lib/components/Github"; -import Dribbble from "@icons-pack/react-simple-icons/lib/components/Dribbble"; +import { SiDribbble as Dribbble, SiGithub as Github } from "@icons-pack/react-simple-icons"; import { Contributor } from "."; diff --git a/docs/src/components/HeaderLink.tsx b/docs/src/components/HeaderLink.tsx index 57ac8aa370..4ab63f959a 100644 --- a/docs/src/components/HeaderLink.tsx +++ b/docs/src/components/HeaderLink.tsx @@ -1,6 +1,5 @@ import React from "react"; -import Figma from "@icons-pack/react-simple-icons/lib/components/Figma"; -import Github from "@icons-pack/react-simple-icons/lib/components/Github"; +import { SiGithub as Github, SiFigma as Figma } from "@icons-pack/react-simple-icons"; import { Button, ButtonLink } from "@kiwicom/orbit-components"; import { NewWindow } from "@kiwicom/orbit-components/icons"; diff --git a/yarn.lock b/yarn.lock index d14106bdd6..4b73e84c21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1365,28 +1365,6 @@ resolved "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.5.4.tgz" integrity sha512-qnikpQgi30AS01aFlNQV6l8/qdZIcP76mp90ti+u4rucXHsn4afSKivQXApqxvrQG9+Ibv45STyvHizvxef/7A== -"@changesets/changelog-github@^0.4.4": - version "0.4.8" - resolved "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.4.8.tgz" - integrity sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw== - dependencies: - "@changesets/get-github-info" "^0.5.2" - "@changesets/types" "^5.2.1" - dotenv "^8.1.0" - -"@changesets/get-github-info@^0.5.2": - version "0.5.2" - resolved "https://registry.npmjs.org/@changesets/get-github-info/-/get-github-info-0.5.2.tgz" - integrity sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg== - dependencies: - dataloader "^1.4.0" - node-fetch "^2.5.0" - -"@changesets/types@^5.2.1": - version "5.2.1" - resolved "https://registry.npmjs.org/@changesets/types/-/types-5.2.1.tgz" - integrity sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg== - "@colors/colors@1.5.0": version "1.5.0" resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" @@ -2284,13 +2262,10 @@ resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz" integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== -"@icons-pack/react-simple-icons@^4.0.0": - version "4.7.2" - resolved "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-4.7.2.tgz" - integrity sha512-ZaavBUo4LKRgR/S3Kk2RrQiOdlNEphQvQ4+9hTmAqKgwkrbW8DIa3p2bkcTQvUI+tB1Ts3RWi2RdkZC/f0nSxQ== - dependencies: - "@changesets/changelog-github" "^0.4.4" - prop-types "^15.7.2" +"@icons-pack/react-simple-icons@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@icons-pack/react-simple-icons/-/react-simple-icons-8.0.1.tgz#333c7fe2fea098e06e16eedc875d990f64cf64a5" + integrity sha512-lCdPSp+EFJKDabwQ16pQsTJKViwGa8naoYAnL0IpxQvl7E1CeQ7Z84BbJWhIustrrdNIZwcyuKg+ClPi7BXFWw== "@icons/material@^0.2.4": version "0.2.4" @@ -11768,7 +11743,7 @@ dotenv@^7.0.0: resolved "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz" integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g== -dotenv@^8.1.0, dotenv@^8.2.0, dotenv@^8.6.0: +dotenv@^8.2.0, dotenv@^8.6.0: version "8.6.0" resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz" integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== @@ -19711,7 +19686,7 @@ node-fetch@3.3.1: fetch-blob "^3.1.4" formdata-polyfill "^4.0.10" -node-fetch@^2.0.0, node-fetch@^2.5.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.6, node-fetch@^2.6.7: +node-fetch@^2.0.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.6, node-fetch@^2.6.7: version "2.6.12" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz" integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==