From a5737c35b40c9f15d11b91ff07c31b39cea738c1 Mon Sep 17 00:00:00 2001 From: Marcus Notheis Date: Mon, 3 Aug 2020 09:59:18 +0200 Subject: [PATCH] fix(TimelineItem): use correct name (#635) closes #634 --- .../TimelineItem/__snapshots__/TimelineItem.test.tsx.snap | 2 +- packages/main/src/webComponents/TimelineItem/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/main/src/webComponents/TimelineItem/__snapshots__/TimelineItem.test.tsx.snap b/packages/main/src/webComponents/TimelineItem/__snapshots__/TimelineItem.test.tsx.snap index b0f8d76305f..1c77415dfec 100644 --- a/packages/main/src/webComponents/TimelineItem/__snapshots__/TimelineItem.test.tsx.snap +++ b/packages/main/src/webComponents/TimelineItem/__snapshots__/TimelineItem.test.tsx.snap @@ -1,3 +1,3 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`TimelineItem Basic Test (generated) 1`] = ``; +exports[`TimelineItem Basic Test (generated) 1`] = ``; diff --git a/packages/main/src/webComponents/TimelineItem/index.tsx b/packages/main/src/webComponents/TimelineItem/index.tsx index 1f289a57b1f..041c4b4371b 100644 --- a/packages/main/src/webComponents/TimelineItem/index.tsx +++ b/packages/main/src/webComponents/TimelineItem/index.tsx @@ -41,7 +41,7 @@ export interface TimelineItemPropTypes extends WithWebComponentPropTypes { * UI5 Web Components Playground */ const TimelineItem: FC = withWebComponent( - 'ui5-timeline', + 'ui5-timeline-item', ['icon', 'itemName', 'subtitleText', 'titleText'], ['itemNameClickable'], [],