From a37d5235ab1832959a9be348dacca453e68c7790 Mon Sep 17 00:00:00 2001 From: ariellalgilmore Date: Thu, 26 Oct 2023 11:23:24 -0700 Subject: [PATCH] fix(dotcom-v2): migration --- docs/dotcom-v2-migration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dotcom-v2-migration.md b/docs/dotcom-v2-migration.md index 6850db3473c..3b81f1d19d6 100644 --- a/docs/dotcom-v2-migration.md +++ b/docs/dotcom-v2-migration.md @@ -39,6 +39,7 @@ For Carbon v11 migration guidance, see their | content-group-cards | This component is deprecated in v2 in favor for content-section/block & card-group components | | content-group-pictograms | This component is deprecated in v2 in favor for content-section/block content-item (pictogram variant) components | | content-group-simple | This component is deprecated in v2 in favor for content-group, image, & content-item components | +| content-item | View changes [here](#content-item) | | content-item-horizontal | View changes [here](#content-item-horizontal) | | cta | View changes [here](#cta) | | cta-block | This component is deprecated in v2 in favor for content-section/block & content-item components | @@ -91,6 +92,12 @@ For Carbon v11 migration guidance, see their - `content-group-banner` renamed to `in-page-banner` - New `color-scheme` property with options: `REGULAR = 'regular'`, `LAYER = 'layer'`, `CYAN = 'cyan'`, `PURPLE = 'purple'` +### Content item + +- `content-item` new property `horizontal` +- `content-item` now renders different variations for `statistics`, `pictogram`, `media`, & `logo` + + ### Content item horizontal - `content-item-horizontal` renamed to `content-item-row`