From e27b17632c1cd0bb1a8a0be2271d71b6f0a058e0 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:45:10 +0200 Subject: [PATCH] docs: updated accessibility test status (#3305) * docs: updated accessibility test status * docs: updated accessibility test status this feedback by the Team Accessibility out of a professional audit has been fixed/merged on 25th of July * Update _accessibility-review.json * Update _accessibility-review.json * Update _accessibility-review.json * docs: updated accessibility test status https://github.com/db-ui/mono/issues/2037 * Update _accessibility-review.json --- .../pages/foundations/test-table/index.tsx | 2 +- showcases/shared/_accessibility-review.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/showcases/patternhub/pages/foundations/test-table/index.tsx b/showcases/patternhub/pages/foundations/test-table/index.tsx index b9c2aeabe11..096d01147c5 100644 --- a/showcases/patternhub/pages/foundations/test-table/index.tsx +++ b/showcases/patternhub/pages/foundations/test-table/index.tsx @@ -1,6 +1,6 @@ import DefaultPage from '../../../components/default-page'; import { DBInfotext } from '../../../../../output/react/src'; -import { testTableData } from '../../../data/testing-table'; // This file will be generated at runtime +import { testTableData } from '../../../data/testing-table'; // This file will be generated at runtime by /showcases/patternhub/scripts/generate-test-table.js import AccessibilityReviewInfo from '../../../components/accessibility-review-info/accessibility-review-info'; // This file will be generated at runtime const tableHeaders = [ diff --git a/showcases/shared/_accessibility-review.json b/showcases/shared/_accessibility-review.json index adea3b50b03..999364cf99b 100644 --- a/showcases/shared/_accessibility-review.json +++ b/showcases/shared/_accessibility-review.json @@ -1,13 +1,13 @@ [ { "name": "drawer", - "status": "REVIEW", - "date": "2023-11-23" + "status": "DONE", + "date": "2024-07-25" }, { "name": "button", - "status": "REVIEW", - "date": "2023-11-23" + "status": "DONE", + "date": "2024-04-22" }, { "name": "link", @@ -21,13 +21,13 @@ }, { "name": "radio", - "status": "REVIEW", - "date": "2023-11-23" + "status": "DONE", + "date": "2024-07-24" }, { "name": "checkbox", - "status": "REVIEW", - "date": "2023-11-23" + "status": "DONE", + "date": "2024-07-24" }, { "name": "select",