Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(pick-list,pick-list-group,pick-list-item,value-list,value-list-item): use "calcite-" naming convention in deprecation descriptions #9312

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down