Skip to content

Commit

Permalink
fix(a11y): collapse map attributions and wrap SummaryList columns on …
Browse files Browse the repository at this point in the history
…small screens (#2969)
  • Loading branch information
jessicamcinchak authored Apr 2, 2024
1 parent d3c5da2 commit c365eae
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 73 deletions.
2 changes: 1 addition & 1 deletion api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@airbrake/node": "^2.1.8",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#4302154",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#03a39b2",
"@types/isomorphic-fetch": "^0.0.36",
"adm-zip": "^0.5.10",
"aws-sdk": "^2.1467.0",
Expand Down
45 changes: 28 additions & 17 deletions api.planx.uk/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion e2e/tests/api-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@cucumber/cucumber": "^9.3.0",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#4302154",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#03a39b2",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
Expand Down
44 changes: 27 additions & 17 deletions e2e/tests/api-driven/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "./install-dependencies.sh"
},
"dependencies": {
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#4302154",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#03a39b2",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
Expand Down
Loading

0 comments on commit c365eae

Please sign in to comment.