Skip to content

Commit

Permalink
deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Nov 8, 2023
1 parent f3aa772 commit 4d5b0d4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export interface LoadingGraphicProps
size: GraphicSizes
}

/**
* @deprecated Please use the same component from `@kaizen/components`
*/
export const LoadingGraphic = ({
isAnimated,
isReversed,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export interface LoadingHeadingProps
width?: number
}

/**
* @deprecated Please use the same component from `@kaizen/components`
*/
export const LoadingHeading = ({
isAnimated,
isReversed,
Expand Down
3 changes: 3 additions & 0 deletions packages/loading-skeleton/src/LoadingInput/LoadingInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export interface LoadingInputProps
height?: number
}

/**
* @deprecated Please use the same component from `@kaizen/components`
*/
export const LoadingInput = ({
isAnimated,
isReversed,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export interface LoadingParagraphProps
width?: number
}

/**
* @deprecated Please use the same component from `@kaizen/components`
*/
export const LoadingParagraph = ({
isAnimated,
isCentred,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export interface LoadingSpinnerProps
}

/**
* {@link https://cultureamp.design/components/loading-spinner/ Guidance} |
* {@link https://cultureamp.design/storybook/?path=/docs/components-loading-spinner--default-story Storybook}
* @deprecated Please use the same component from `@kaizen/components`
*/
export const LoadingSpinner = ({
children: _children, // not used
Expand Down

0 comments on commit 4d5b0d4

Please sign in to comment.