Skip to content

Commit

Permalink
fix(a11y attributes): update AriaHiddenState name
Browse files Browse the repository at this point in the history
  • Loading branch information
sirrah-tam committed Dec 8, 2023
1 parent f9328cd commit 029e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pharos/src/typings/a11y-attributes.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export {};

declare global {
type AriaHiddenValues = 'false' | 'true' | 'undefined' | undefined;
type AriaHiddenState = 'false' | 'true' | 'undefined' | undefined;
type AriaPressedState = 'false' | 'true' | 'mixed' | 'undefined' | undefined;
type AriaExpandedState = 'false' | 'true' | 'undefined' | undefined;
type AriaDisabledState = 'false' | 'true' | undefined;
Expand Down

0 comments on commit 029e368

Please sign in to comment.