Skip to content

Commit

Permalink
Storybook: Hide deprecated __next36pxDefaultSize prop (WordPress#64806
Browse files Browse the repository at this point in the history
)

Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
  • Loading branch information
3 people committed Aug 27, 2024
1 parent bee5937 commit 9c52776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/combobox-control/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export type ComboboxControlProps = Pick<
*
* @default false
* @deprecated
* @ignore
*/
__next36pxDefaultSize?: boolean;
/**
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/form-token-field/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export interface FormTokenFieldProps
*
* @default false
* @deprecated
* @ignore
*/
__next36pxDefaultSize?: boolean;
/**
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/input-control/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ interface BaseProps {
*
* @default false
* @deprecated
* @ignore
*/
__next36pxDefaultSize?: boolean;
/**
Expand Down

0 comments on commit 9c52776

Please sign in to comment.