Skip to content

Commit

Permalink
fix: Clean up JS doc
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Sep 15, 2023
1 parent 5d9ddfa commit 34b64f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/react/text-input/lib/InputIconContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {SystemIcon} from '@workday/canvas-kit-react/icon';
/**
* We've deprecated `InputIconContainer` from `TextInput` component
* together with `InputIconContainerProps`.
Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons).
* Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons).
* @deprecated
*/
export interface InputIconContainerProps extends GrowthBehavior {
Expand All @@ -28,7 +28,7 @@ const IconContainer = styled('div')({
/**
* We've deprecated `InputIconContainer` from `TextInput` component, because it doesn't handle
* bidirectionality or icons at the start of an input.
Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons).
* Please consider using [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons).
* @deprecated
*/

Expand Down

0 comments on commit 34b64f6

Please sign in to comment.