diff --git a/packages/carbon-web-components/src/components/copy-button/copy-button.ts b/packages/carbon-web-components/src/components/copy-button/copy-button.ts index 29ece784bc2..283b4899171 100644 --- a/packages/carbon-web-components/src/components/copy-button/copy-button.ts +++ b/packages/carbon-web-components/src/components/copy-button/copy-button.ts @@ -1,7 +1,7 @@ /** * @license * - * Copyright IBM Corp. 2019, 2023 + * Copyright IBM Corp. 2019, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. @@ -19,6 +19,8 @@ import '../copy/copy'; * Copy button. * * @element cds-copy-button + * + * @csspart button - The copy to clipboard button. Usage `cds-copy-button::part(button)` */ @customElement(`${prefix}-copy-button`) class CDSCopyButton extends FocusMixin(LitElement) { @@ -57,6 +59,7 @@ class CDSCopyButton extends FocusMixin(LitElement) { return html`