From bd1adb5ad2133a503d45efbdf3b33af7554266d7 Mon Sep 17 00:00:00 2001 From: csandman Date: Wed, 2 Apr 2025 22:12:37 -0400 Subject: [PATCH] Remove the @deprecated doc tag from the `style` prop --- src/index.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 527c706..f083726 100644 --- a/src/index.ts +++ b/src/index.ts @@ -75,7 +75,6 @@ declare module "react-select/base" { * * @see {@link https://v2.chakra-ui.com/docs/components/input/props} * @see {@link https://v2.chakra-ui.com/docs/components/form-control/props} - @@ -86,7 +87,7 @@ declare module "react-select/base" { * @see {@link https://github.com/csandman/chakra-react-select#colorscheme} * @see {@link https://v2.chakra-ui.com/docs/components/tag/props} */ @@ -171,8 +170,10 @@ declare module "react-select/base" { variant?: Variant; /** - * @deprecated This prop is not used in `chakra-react-select`, use - * {@link chakraStyles} instead. + * This prop is not used in `chakra-react-select` except for the `menuPortal` styles. + * For all other style customizations, use {@link chakraStyles} instead. + * + * @see {@link https://github.com/csandman/chakra-react-select/issues/55} */ styles: StylesConfig;