Skip to content

Commit

Permalink
fix(tile): avoid deprecated c4d-tag-group (#12115)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

[ADCMS-6821](https://jsw.ibm.com/browse/ADCMS-6821)

### Description

Let’s avoid using `<c4d-tag-group>` as its deprecated. This landed when we brought over `<caem-tile>` and friends from CAEM.

### Changelog

**Removed**

- Remove sample use of `<c4d-tag-group>`

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
m4olivei authored Nov 21, 2024
1 parent b2f7087 commit 4c3b9d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import { CTA_TYPE } from '../../cta/defs';
import { boolean, select, text, number } from '@storybook/addon-knobs';

const tagGroupContent = html`
<c4d-tag-group>
<div class="tag-group">
<cds-tag type="cool-gray"> Most popular </cds-tag>
<cds-tag type="cool-gray"> Enterprise </cds-tag>
</c4d-tag-group>
</div>
`;

const pictogramContent = html`
Expand Down

0 comments on commit 4c3b9d0

Please sign in to comment.