Skip to content

Commit

Permalink
docs(pick-list,pick-list-group,pick-list-item,value-list,value-list-i…
Browse files Browse the repository at this point in the history
…tem): use "calcite-" naming convention in deprecation descriptions (#9312)

**Related Issue:** [Comment that suggests having a consistent
convention.](#9302 (review))

## Summary
Changes the component names to use "calcite-" naming convention in
deprecation descriptions for the following components:
- `pick-list`
- `pick-list-group`
- `pick-list-item`
- `value-list`
- `value-list-item`
  • Loading branch information
DitwanP authored May 13, 2024
1 parent ad7843b commit d3cf99c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit d3cf99c

Please sign in to comment.