Skip to content

Commit

Permalink
Remove deprecated-annotations for ariaControls and ariaExpanded
Browse files Browse the repository at this point in the history
Refs: #7015
  • Loading branch information
sdvg committed Dec 20, 2024
1 parent c8e4dfa commit 5f86cf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions packages/components/src/schema/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export type RequiredButtonProps = PropLabelWithExpertSlot;
export type OptionalButtonProps = {
tabIndex: number;
value: Stringified<StencilUnknown>;
/**
* @deprecated
*/
ariaExpanded: AriaExpandedPropType;
} & PropAccessKey &
PropAlternativeButtonLinkRole &
Expand Down
4 changes: 0 additions & 4 deletions packages/components/src/schema/props/aria-controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ import { watchString } from '../utils';
/* types */
/**
* Defines which elements are being controlled. (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls)
* @deprecated
*/
type AriaControlsPropType = string;

/**
* @deprecated
*/
export type PropAriaControls = {
ariaControls: AriaControlsPropType;
};
Expand Down

0 comments on commit 5f86cf0

Please sign in to comment.