Skip to content

Commit

Permalink
Update Icon to include Space Force logos and VA logo with dark text. …
Browse files Browse the repository at this point in the history
…Bump assets version in components package dependencies
  • Loading branch information
narin committed May 14, 2024
1 parent bc8ea1a commit d1300af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://department-of-veterans-affairs.github.io/va-mobile-library",
"dependencies": {
"@department-of-veterans-affairs/mobile-assets": "^0.4.1",
"@department-of-veterans-affairs/mobile-assets": "^0.5.0",
"@department-of-veterans-affairs/mobile-tokens": "0.5.1",
"@os-team/i18next-react-native-language-detector": "^1.0.31",
"i18next": "^23.8.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ import Army from '@department-of-veterans-affairs/mobile-assets/serviceEmblems/A
import CoastGuard from '@department-of-veterans-affairs/mobile-assets/serviceEmblems/CoastGuard.svg'
import MarineCorps from '@department-of-veterans-affairs/mobile-assets/serviceEmblems/MarineCorps.svg'
import Navy from '@department-of-veterans-affairs/mobile-assets/serviceEmblems/Navy.svg'
import SpaceForceDark from '@department-of-veterans-affairs/mobile-assets/serviceEmblems/SpaceForceDark.svg'
import SpaceForceLight from '@department-of-veterans-affairs/mobile-assets/serviceEmblems/SpaceForceLight.svg'

// VA Logo
import LogoDarkText from '@department-of-veterans-affairs/mobile-assets/VALogo/LogoDarkText.svg'
import LogoWhiteText from '@department-of-veterans-affairs/mobile-assets/VALogo/LogoWhiteText.svg'

import AccountCircle from '@department-of-veterans-affairs/mobile-assets/icons/AccountCircle.svg'
Expand Down Expand Up @@ -100,6 +103,7 @@ export const IconMap = {
Inbox,
Info,
Lock,
LogoDarkText,
LogoWhiteText,
MarineCorps,
MedicalServices,
Expand All @@ -115,6 +119,8 @@ export const IconMap = {
Remove,
Reply,
Sort,
SpaceForceDark,
SpaceForceLight,
Text,
Trash,
Truck,
Expand Down

0 comments on commit d1300af

Please sign in to comment.