Skip to content

Commit

Permalink
Merge pull request #289 from MetroStar/uswds-3.10.0
Browse files Browse the repository at this point in the history
Upgrade USWDS to 3.10.0
  • Loading branch information
jbouder authored Nov 13, 2024
2 parents a44d058 + ffefd14 commit 7d01f0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/comet-uswds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
],
"types": "./dist/index.d.ts",
"dependencies": {
"@uswds/uswds": "3.9.0",
"@uswds/uswds": "3.10.0",
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@uswds/uswds": "3.9.0",
"@uswds/uswds": "3.10.0",
"react": "^18.2.0"
},
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const StepIndicator = ({
});

return (
<div id={id} className={classes} aria-label="progress">
<div id={id} className={classes}>
<ol className="usa-step-indicator__segments">
{steps.map((step, stepIndex) => {
const attributes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Standard.args = {
id: 'timepicker-1',
required: false,
label: 'Appointment Time',
helperText: 'hh:mm',
helperText: 'Select a time from the dropdown. Type into the input to filter options.',
minTime: '08:00',
maxTime: '17:00',
step: 15,
Expand Down

0 comments on commit 7d01f0a

Please sign in to comment.