Skip to content

Commit

Permalink
chore(ActionsPanel): mark as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoncool committed Oct 7, 2024
1 parent 5e372a6 commit 734f13b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/ActionsPanel/ActionsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import './ActionsPanel.scss';

const b = block('actions-panel');

// eslint-disable-next-line valid-jsdoc
/** @deprecated it's been moved to `@gravity-ui/uikit`. It's available there since version 6.30.0 */
export const ActionsPanel = ({className, actions, onClose, renderNote}: ActionsPanelProps) => {
return (
<div className={b(null, className)}>
Expand Down
4 changes: 3 additions & 1 deletion src/components/ActionsPanel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ActionsPanel
# ⚠️[DEPRECATED] ActionsPanel

⚠️ It's been moved to `@gravity-ui/uikit`. It's available there since version 6.30.0

## Usage

Expand Down

0 comments on commit 734f13b

Please sign in to comment.