Skip to content

Commit a84b45b

Browse files
authored
feat(timeline): add docs (#4077)
* feat(timeline): add docs * feat(timeline): update sitemap-vrt * feat(timeline): add package * feat(timeline-docs): implement changes from review * feat(timeline-docs): update type docs * feat(timeline-docs): add changeset
1 parent d69fd2d commit a84b45b

File tree

11 files changed

+5588
-0
lines changed

11 files changed

+5588
-0
lines changed

.changeset/proud-months-melt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@twilio-paste/timeline": patch
3+
"@twilio-paste/core": patch
4+
---
5+
6+
[Timeline]: Fix alignment issue on large text

cypress/integration/sitemap-vrt/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ export const SITEMAP = [
236236
"/components/time-picker/",
237237
"/components/time-picker/api",
238238
"/components/time-picker/changelog",
239+
"/components/timeline/",
240+
"/components/timeline/api",
241+
"/components/timeline/changelog",
239242
"/components/truncate/",
240243
"/components/truncate/api",
241244
"/components/truncate/changelog",

packages/paste-core/components/timeline/src/TimelineItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const TimelineItem = React.forwardRef<HTMLLIElement, TimelineItemProps>(
4545
width="sizeBase50"
4646
flexDirection="column"
4747
alignItems="center"
48+
flexShrink={0}
4849
>
4950
<TimelineItemIcon icon={icon} element={`${element}_ICON`} />
5051
</Box>

0 commit comments

Comments
 (0)