From 6962546833a10fdf7c3bbd1275ad1fe39cccc9a8 Mon Sep 17 00:00:00 2001 From: Minghua Sun Date: Wed, 11 Dec 2024 12:04:15 -0500 Subject: [PATCH] Feedback button a11y (#2761) * link to mf * increase contrast * add changelog * DP-36114: Update dependency to massgov/mayflower-artifacts:dev-develop Switched massgov/mayflower-artifacts from dev-patternlab/feedback-button-a11y to dev-develop in composer.json and composer.lock. This ensures the project uses the latest development branch for updated features and fixes. Regenerated composer.lock to reflect the change. --------- Co-authored-by: joeg8612 Co-authored-by: Dima Storozhuk --- changelogs/DP-36114.yml | 41 +++++++++++++++++++++++++++++++++++++++++ composer.lock | 8 ++++---- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 changelogs/DP-36114.yml diff --git a/changelogs/DP-36114.yml b/changelogs/DP-36114.yml new file mode 100644 index 0000000000..1ecad73e3e --- /dev/null +++ b/changelogs/DP-36114.yml @@ -0,0 +1,41 @@ +# +# Write your changelog entry here. Every pull request must have a changelog yml file. +# +# Change types: +# ############################################################################# +# You can use one of the following types: +# - Added: For new features. +# - Changed: For changes to existing functionality. +# - Deprecated: For soon-to-be removed features. +# - Removed: For removed features. +# - Fixed: For any bug fixes. +# - Security: In case of vulnerabilities. +# +# Format +# ############################################################################# +# The format is crucial. Please follow the examples below. For reference, the requirements are: +# - All 3 parts are required and you must include "Type", "description" and "issue". +# - "Type" must be left aligned and followed by a colon. +# - "description" must be indented with 2 spaces followed by a colon +# - "issue" must be indented with 4 spaces followed by a colon. +# - "issue" is for the Jira ticket number only e.g. DP-1234 +# - No extra spaces, indents, or blank lines are allowed. +# +# Example: +# ############################################################################# +# Fixed: +# - description: Fixes scrolling on edit pages in Safari. +# issue: DP-13314 +# +# You may add more than 1 description & issue for each type using the following format: +# Changed: +# - description: Automating the release branch. +# issue: DP-10166 +# - description: Second change item that needs a description. +# issue: DP-19875 +# - description: Third change item that needs a description along with an issue. +# issue: DP-19843 +# +Fixed: + - description: Increase feedback button border color contrast for a11y. + issue: DP-36114 diff --git a/composer.lock b/composer.lock index 192bfd30c8..f2f241b817 100644 --- a/composer.lock +++ b/composer.lock @@ -12121,12 +12121,12 @@ "source": { "type": "git", "url": "https://github.com/massgov/mayflower-artifacts.git", - "reference": "849b0e978d338a8658890fa882e8224d3b41539a" + "reference": "2244b371f3c950e6606e53bc65faeedf3504f4c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/849b0e978d338a8658890fa882e8224d3b41539a", - "reference": "849b0e978d338a8658890fa882e8224d3b41539a", + "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/2244b371f3c950e6606e53bc65faeedf3504f4c2", + "reference": "2244b371f3c950e6606e53bc65faeedf3504f4c2", "shasum": "" }, "require": { @@ -12148,7 +12148,7 @@ "issues": "https://github.com/massgov/mayflower-artifacts/issues", "source": "https://github.com/massgov/mayflower-artifacts/tree/develop" }, - "time": "2024-10-10T08:19:17+00:00" + "time": "2024-12-11T15:43:55+00:00" }, { "name": "masterminds/html5",