Skip to content

Commit

Permalink
Merge branch 'main' of github.com:department-of-veterans-affairs/va-m…
Browse files Browse the repository at this point in the history
…obile-library
  • Loading branch information
narin committed Nov 28, 2023
2 parents 977f76b + 709b02c commit 7c0f951
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<!-- Preferred PR naming convention:
'[Issue type] Brief summary of issue suitable for changelog',
<!-- PR title naming convention:
'[Issue type] Brief summary of issue suitable for changelog or copy/paste issue title',
where Issue type = bug, feature, spike, CU (code upkeep), etc.-->

<!-- Preferred branch naming convention:
Expand Down Expand Up @@ -45,6 +45,7 @@ Consider highlighting:
Code reviewer validation:
- General
- [ ] PR is linked to ticket(s)
- [ ] If the PR is unrelated to a specific package, it should be tagged with the 'platform-internal' label (e.g. GitHub Actions work)
- [ ] Acceptance criteria:
- All satisfied _or_
- Documented reason for not being performed _or_
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-component-library",
"version": "0.3.1",
"version": "0.3.2",
"description": "VA Design System Mobile Component Library",
"main": "src/index.tsx",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/components/src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const _Primary: Story = {
args: {
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'Descriptive text about this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -53,7 +53,7 @@ export const __Secondary: Story = {
buttonType: ButtonVariants.Secondary,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'Descriptive text about this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -63,7 +63,7 @@ export const ___Base: Story = {
buttonType: ButtonVariants.Base,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'Descriptive text about this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -73,7 +73,7 @@ export const ____BaseSecondary: Story = {
buttonType: ButtonVariants.BaseSecondary,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'Descriptive text about this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -83,7 +83,7 @@ export const _____Destructive: Story = {
buttonType: ButtonVariants.Destructive,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'Descriptive text about this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}

Expand All @@ -93,6 +93,6 @@ export const ______White: Story = {
buttonType: ButtonVariants.White,
label: 'Button text',
a11yLabel: 'Alternate a11y text',
a11yHint: 'Descriptive text about this Button',
a11yHint: 'A brief description of the result of pressing this Button',
},
}
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/mobile-tokens",
"version": "0.2.1-alpha.0",
"version": "0.2.1",
"description": "VA Design System Mobile Token Library",
"main": "dist/js/tokens.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7c0f951

Please sign in to comment.