Skip to content

Commit

Permalink
docs(shell-center-row): add logger + component deprecation context (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatialem authored and benelan committed Oct 11, 2024
1 parent e93fdbc commit 0fa175b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ import {
} from "../../utils/conditionalSlot";
import { getSlotted } from "../../utils/dom";
import { Position, Scale } from "../interfaces";
import { logger } from "../../utils/logger";
import { CSS, SLOTS } from "./resources";

logger.deprecated("component", {
name: "shell-center-row",
removalVersion: 4,
suggested: "shell-panel",
});

/**
* @deprecated Use the `calcite-shell-panel` component instead.
* @slot - A slot for adding content to the `calcite-shell-panel`.
* @slot action-bar - A slot for adding a `calcite-action-bar` to the `calcite-shell-panel`.
*/
Expand Down

0 comments on commit 0fa175b

Please sign in to comment.