Skip to content

Commit

Permalink
feat: update drone SVG icon
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Aug 14, 2024
1 parent 698c067 commit 72df1f2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
9 changes: 9 additions & 0 deletions .changeset/weak-windows-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"go-ui-storybook": patch
"@ifrc-go/ui": patch
"go-web-app": patch
---

Add new drone icon for UAV team

Updated @ifrc-go/icons to v2.0.1
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@ifrc-go/icons": "^2.0.0",
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "^1.1.5",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@sentry/react": "^7.81.1",
Expand Down
4 changes: 2 additions & 2 deletions app/src/views/SurgeCatalogue/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
CivilMilitaryCoordinationIcon,
CoordinatedAssessementIcon,
DisasterRiskReductionIcon,
DroneIcon,
DroneTwoIcon,
EmergencyTelecommunicationsIcon,
GreenResponseIcon,
GroupIcon,
Expand Down Expand Up @@ -98,7 +98,7 @@ export function Component() {
to="surgeCatalogueOtherUAV"
parentRoute
>
<DroneIcon className={styles.icon} />
<DroneTwoIcon className={styles.icon} />
{strings.catalogueUAV}
</NavigationTab>
<NavigationTab
Expand Down
2 changes: 1 addition & 1 deletion packages/go-ui-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chromatic": "dotenv -- cross-var chromatic --project-token=%CHROMATIC_PROJECT_TOKEN%"
},
"dependencies": {
"@ifrc-go/icons": "^1.3.1",
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "^1.1.3",
"@storybook/preview-api": "^8.1.5",
"@storybook/test": "^8.1.5",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@ifrc-go/icons": "^2.0.1",
"@togglecorp/fujs": "^2.1.1",
"react-focus-on": "^3.9.1",
"sanitize-html": "^2.11.0"
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1748,15 +1748,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==

"@ifrc-go/icons@^1.3.1":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@ifrc-go/icons/-/icons-1.3.4.tgz#c8828971eaff494abae778fc929c3773d8b7acf4"
integrity sha512-TpHchp3YaYebtpPNRYJNUg4Iw0jeHf43sYvM0/UghBuxaA+WwQflxOIBr4/uB7SkNGhY33bAb3Ru8skjohPuVg==

"@ifrc-go/icons@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@ifrc-go/icons/-/icons-2.0.0.tgz#c05340107211251bd2dac84b54164de53dcf7aca"
integrity sha512-Fvd8rqt1IfVnBka/Ih1TA8AFdRO6d6YKD8f4amh7JXm5Gbqz6/oRoCtsH5iC847byo53mGkMWWApFdytcgI1/w==
"@ifrc-go/icons@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@ifrc-go/icons/-/icons-2.0.1.tgz#7b8fe49ceed3e51de182bd97bcdbc6c9e9914351"
integrity sha512-j0KXz5UgUgVBfSljx6XATBWchj1tDckaGX+uI86QTO63teP5zCd6osR9q/e6H3jv8bzil1sdUmVt4VOwSX6xhw==

"@isaacs/cliui@^8.0.2":
version "8.0.2"
Expand Down

0 comments on commit 72df1f2

Please sign in to comment.