Skip to content

Commit

Permalink
feat(timeline): add docs (#4077)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
PixeledCode authored Sep 18, 2024
1 parent d69fd2d commit a84b45b
Show file tree
Hide file tree
Showing 11 changed files with 5,588 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/proud-months-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/timeline": patch
"@twilio-paste/core": patch
---

[Timeline]: Fix alignment issue on large text
3 changes: 3 additions & 0 deletions cypress/integration/sitemap-vrt/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ export const SITEMAP = [
"/components/time-picker/",
"/components/time-picker/api",
"/components/time-picker/changelog",
"/components/timeline/",
"/components/timeline/api",
"/components/timeline/changelog",
"/components/truncate/",
"/components/truncate/api",
"/components/truncate/changelog",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const TimelineItem = React.forwardRef<HTMLLIElement, TimelineItemProps>(
width="sizeBase50"
flexDirection="column"
alignItems="center"
flexShrink={0}
>
<TimelineItemIcon icon={icon} element={`${element}_ICON`} />
</Box>
Expand Down
Loading

0 comments on commit a84b45b

Please sign in to comment.