Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU/10094-Chika-UpgradeMobileDesignLibraryAndUpdateFlag #10106

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
2 changes: 1 addition & 1 deletion VAMobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@department-of-veterans-affairs/mobile-assets": "0.13.0",
"@department-of-veterans-affairs/mobile-component-library": "0.21.0",
"@department-of-veterans-affairs/mobile-component-library": "0.27.0",
"@department-of-veterans-affairs/mobile-tokens": "0.17.1",
"@expo/react-native-action-sheet": "^4.1.0",
"@react-native-async-storage/async-storage": "^1.24.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/node_modules/@department-of-veterans-affairs/mobile-component-library/src/components/SegmentedControl/SegmentedControl.tsx b/node_modules/@department-of-veterans-affairs/mobile-component-library/src/components/SegmentedControl/SegmentedControl.tsx
index 4fbcda1..7df6342 100644
index 908b7e4..5a1161a 100644
--- a/node_modules/@department-of-veterans-affairs/mobile-component-library/src/components/SegmentedControl/SegmentedControl.tsx
+++ b/node_modules/@department-of-veterans-affairs/mobile-component-library/src/components/SegmentedControl/SegmentedControl.tsx
@@ -110,7 +110,7 @@ export const SegmentedControl: FC<SegmentedControlProps> = ({
@@ -112,7 +112,7 @@ export const SegmentedControl: FC<SegmentedControlProps> = ({
aria-label={accessibilityLabel}
aria-valuetext={a11yListPosition}
accessibilityHint={a11yHints ? a11yHints[index] : ''}
accessibilityValue={accessibilityValue}
- role={'tab'}
+ role={'link'}
accessibilityState={{ selected: isSelected }}
Expand Down
8 changes: 4 additions & 4 deletions VAMobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1342,10 +1342,10 @@
resolved "https://registry.yarnpkg.com/@department-of-veterans-affairs/mobile-assets/-/mobile-assets-0.13.0.tgz#713a1ab4b44d97acd732ecfc02287893059240e7"
integrity sha512-mS2q9+fuYOSaGoXqrSDWGLUMep7vJi33AbjGcYcgtaGxT/K/lEA9Gy5L2sQ98OD2kbSI7/XAD1wsLfN754sHZw==

"@department-of-veterans-affairs/mobile-component-library@0.21.0":
version "0.21.0"
resolved "https://registry.yarnpkg.com/@department-of-veterans-affairs/mobile-component-library/-/mobile-component-library-0.21.0.tgz#dc213b42c0eeb7dae04134ab369f1e4f4afc464a"
integrity sha512-U8vTYoIPAgbFnbtPLsTni0VD+e6SRUwf5jr4lLKOidhD+nl1VuuUd/5AMxs+mazMxyMPkHLzle6MzG4ZE0MSXg==
"@department-of-veterans-affairs/mobile-component-library@0.27.0":
version "0.27.0"
resolved "https://registry.yarnpkg.com/@department-of-veterans-affairs/mobile-component-library/-/mobile-component-library-0.27.0.tgz#89f9117ebd81bf54abc0703d05624c89c11fea58"
integrity sha512-O1pIOqu63vvIBpb01yLIdlf/5PUiwm+/X+4IoAEF675Xjna8pPI6+l76g1DP7f314aweQBQhdJSiCHbcq4wolA==
dependencies:
"@os-team/i18next-react-native-language-detector" "^1.0.34"
i18next "^23.12.2"
Expand Down
Loading