diff --git a/packages/calcite-components/src/components/pick-list-group/pick-list-group.tsx b/packages/calcite-components/src/components/pick-list-group/pick-list-group.tsx index 45a28e190fa..c76c1ea857a 100644 --- a/packages/calcite-components/src/components/pick-list-group/pick-list-group.tsx +++ b/packages/calcite-components/src/components/pick-list-group/pick-list-group.tsx @@ -9,7 +9,7 @@ import { constrainHeadingLevel, Heading, HeadingLevel } from "../functional/Head import { CSS, SLOTS } from "./resources"; /** - * @deprecated Use the `list` component instead. + * @deprecated Use the `calcite-list` component instead. * @slot - A slot for adding `calcite-pick-list-item` elements. */ @Component({ diff --git a/packages/calcite-components/src/components/pick-list-item/pick-list-item.tsx b/packages/calcite-components/src/components/pick-list-item/pick-list-item.tsx index 3fc2db55cda..4328d7e32a0 100644 --- a/packages/calcite-components/src/components/pick-list-item/pick-list-item.tsx +++ b/packages/calcite-components/src/components/pick-list-item/pick-list-item.tsx @@ -42,7 +42,7 @@ import { PickListItemMessages } from "./assets/pick-list-item/t9n"; import { CSS, ICONS, SLOTS } from "./resources"; /** - * @deprecated Use the `list` component instead. + * @deprecated Use the `calcite-list` component instead. * @slot actions-end - A slot for adding `calcite-action`s or content to the end side of the component. * @slot actions-start - A slot for adding `calcite-action`s or content to the start side of the component. */ diff --git a/packages/calcite-components/src/components/pick-list/pick-list.tsx b/packages/calcite-components/src/components/pick-list/pick-list.tsx index 9560b5bb606..5d9667c8d59 100644 --- a/packages/calcite-components/src/components/pick-list/pick-list.tsx +++ b/packages/calcite-components/src/components/pick-list/pick-list.tsx @@ -51,7 +51,7 @@ import { import List from "./shared-list-render"; /** - * @deprecated Use the `list` component instead. + * @deprecated Use the `calcite-list` component instead. * @slot - A slot for adding `calcite-pick-list-item` or `calcite-pick-list-group` elements. Items are displayed as a vertical list. * @slot menu-actions - A slot for adding a button and menu combination for performing actions, such as sorting. */ diff --git a/packages/calcite-components/src/components/value-list-item/value-list-item.tsx b/packages/calcite-components/src/components/value-list-item/value-list-item.tsx index 3de36956535..19a74e1690f 100644 --- a/packages/calcite-components/src/components/value-list-item/value-list-item.tsx +++ b/packages/calcite-components/src/components/value-list-item/value-list-item.tsx @@ -36,7 +36,7 @@ import { ListItemAndHandle } from "./interfaces"; import { ICONS, SLOTS } from "./resources"; /** - * @deprecated Use the `list` component instead. + * @deprecated Use the `calcite-list` component instead. * @slot actions-end - A slot for adding `calcite-action`s or content to the end side of the component. * @slot actions-start - A slot for adding `calcite-action`s or content to the start side of the component. */ diff --git a/packages/calcite-components/src/components/value-list/value-list.tsx b/packages/calcite-components/src/components/value-list/value-list.tsx index b4af4f1354e..8771ae1665b 100644 --- a/packages/calcite-components/src/components/value-list/value-list.tsx +++ b/packages/calcite-components/src/components/value-list/value-list.tsx @@ -71,7 +71,7 @@ import { CSS, ICON_TYPES } from "./resources"; import { getHandleAndItemElement, getScreenReaderText } from "./utils"; /** - * @deprecated Use the `list` component instead. + * @deprecated Use the `calcite-list` component instead. * @slot - A slot for adding `calcite-value-list-item` elements. List items are displayed as a vertical list. * @slot menu-actions - A slot for adding a button and menu combination for performing actions, such as sorting. */