Skip to content

Commit 87843c2

Browse files
TylerJDevCopilot
andauthored
Update a11yReviewed to audit date (#6419)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 19bbf4f commit 87843c2

File tree

72 files changed

+72
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+72
-72
lines changed

packages/react/script/components-json/component.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"description": "A unique identifier to group components that have multiple versions i.e. Tooltip and Tooltip v2."
9292
},
9393
"a11yReviewed": {
94-
"type": "boolean",
94+
"type": ["boolean", "string"],
9595
"description": "Indicate whether the component has been reviewed by the Accessibility team."
9696
},
9797
"importPath": {

packages/react/src/ActionBar/ActionBar.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "actionbar",
33
"name": "ActionBar",
44
"status": "alpha",
5-
"a11yReviewed": true,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "experimental-components-actionbar--default"

packages/react/src/ActionList/ActionList.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "action_list",
33
"name": "ActionList",
44
"status": "beta",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [],
77
"importPath": "@primer/react",
88
"props": [

packages/react/src/ActionMenu/ActionMenu.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "action_menu",
33
"name": "ActionMenu",
44
"status": "beta",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "components-actionmenu--default"

packages/react/src/AnchoredOverlay/AnchoredOverlay.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "anchored_overlay",
33
"name": "AnchoredOverlay",
44
"status": "alpha",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "components-anchoredoverlay--default"

packages/react/src/Autocomplete/Autocomplete.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "autocomplete",
33
"name": "Autocomplete",
44
"status": "alpha",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "components-autocomplete--default"

packages/react/src/Avatar/Avatar.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "avatar",
33
"name": "Avatar",
44
"status": "alpha",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "components-avatar--default"

packages/react/src/AvatarPair/AvatarPair.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "avatar_pair",
33
"name": "AvatarPair",
44
"status": "alpha",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "components-avatarpair--default"

packages/react/src/AvatarStack/AvatarStack.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "avatar_stack",
33
"name": "AvatarStack",
44
"status": "alpha",
5-
"a11yReviewed": false,
5+
"a11yReviewed": "2025-01-08",
66
"stories": [
77
{
88
"id": "components-avatarstack--default"

packages/react/src/Banner/Banner.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "banner",
33
"name": "Banner",
44
"status": "alpha",
5-
"a11yReviewed": true,
5+
"a11yReviewed": "2025-01-08",
66
"importPath": "@primer/react/experimental",
77
"stories": [
88
{

0 commit comments

Comments
 (0)