Skip to content

Commit

Permalink
Merge pull request #930 from City-of-Helsinki/UHF-9697_aria_changes
Browse files Browse the repository at this point in the history
UHF-9697 Aria changes
  • Loading branch information
j-mys authored Mar 22, 2024
2 parents f97480a + 273c1b4 commit e1ff31b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/js/district-and-project-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/health-station-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/job-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/linkedevents.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/maternity-and-child-health-clinic-search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/news-archive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ploughing-schedule.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/school-search.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hdbt.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ hyphenopoly:
}

job-search:
version: 1.3
version: 1.4
js:
dist/js/job-search.min.js: {
preprocess: false
Expand All @@ -193,7 +193,7 @@ district-and-project-search:
- core/drupal

news-archive:
version: 1.1
version: 1.2
js:
dist/js/news-archive.min.js: {
preprocess: false
Expand Down
4 changes: 1 addition & 3 deletions src/js/react/common/ResultWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ type ResultWrapperProps = {

const ResultWrapper = ({ className, children, loading }: ResultWrapperProps) => (
<div
aria-live='polite'
className={`hdbt__loading-wrapper ${className}`}
role='region'
className={`hdbt__loading-wrapper${className ? ` ${className}` : ''}`}
>
{loading && <LoadingOverlay />}
{children}
Expand Down

0 comments on commit e1ff31b

Please sign in to comment.