Skip to content

Commit 24c099d

Browse files
committed
add deprecation warning to uui-caret
1 parent 4797cff commit 24c099d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-caret/lib/uui-caret.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
33
import { property } from 'lit/decorators.js';
44

55
/**
6-
* A caret that rotates on click. Color will be `currentColor`
6+
* DEPRECATED: Please use uui-symbol-expand or uui-symbol-sort. A caret that rotates on click. Color will be `currentColor`
7+
* @deprecated since version 0.0.8
78
* @element uui-caret
89
*/
910
@defineElement('uui-caret')

0 commit comments

Comments
 (0)