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

feat: set the aria level for all location pickers #1767

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const buildUiSchema = async (
context.hubRequestOptions
),
mapTools: ["polygon", "rectangle"],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/events/_internal/EventUiSchemaEdit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export const buildUiSchema = async (
hidden: true,
},
],
noticeTitleElementAriaLevel: 3,
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/pages/_internal/PageUiSchemaEdit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/sites/_internal/SiteUiSchemaEdit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const buildUiSchema = async (
context.portal.name,
context.hubRequestOptions
),
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ describe("buildUiSchema: content edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ describe("buildUiSchema: discussion edit", () => {
extent: [],
options: [],
mapTools: ["polygon", "rectangle"],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down Expand Up @@ -403,6 +404,7 @@ describe("buildUiSchema: discussion edit", () => {
extent: [],
options: [],
mapTools: ["polygon", "rectangle"],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ describe("EventUiSchemaEdit", () => {
hidden: true,
},
],
noticeTitleElementAriaLevel: 3,
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ describe("buildUiSchema: initiative create", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down Expand Up @@ -462,6 +463,7 @@ describe("buildUiSchema: initiative create", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ describe("buildUiSchema: initiative edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down Expand Up @@ -549,6 +550,7 @@ describe("buildUiSchema: initiative edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ describe("buildUiSchema: page edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
abp6318 marked this conversation as resolved.
Show resolved Hide resolved
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ describe("buildUiSchema: project create", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ describe("buildUiSchema: project edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down Expand Up @@ -550,6 +551,7 @@ describe("buildUiSchema: project edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ describe("buildUiSchema: site edit", () => {
control: "hub-field-input-location-picker",
extent: [],
options: [],
noticeTitleElementAriaLevel: 3,
},
},
],
Expand Down
Loading