Skip to content

Commit ac3a553

Browse files
PixeledCodekodiakhq[bot]nkrantz
authored
Newsletter November (#4146)
* feat(timeline): remove zIndex from TimelineItemIcon * feat(blog): add november newsletter * feat(timeline): add changeset * feat(blog): update sitemap * feat(blog): update text --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Nora Krantz <[email protected]>
1 parent a4404ea commit ac3a553

File tree

11 files changed

+217
-1
lines changed

11 files changed

+217
-1
lines changed

.changeset/quiet-days-know.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]: Remove unnecessary `z-index` from `TimelineItemIcon`

cypress/integration/sitemap-vrt/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const SITEMAP = [
2323
"/blog/2024-02-06-paste-2023-year-in-review/",
2424
"/blog/2024-07-17-paste-newsletter/",
2525
"/blog/2024-08-23-paste-newsletter",
26+
"/blog/2024-11-07-paste-newsletter/",
2627
"/components/account-switcher/",
2728
"/components/account-switcher/api",
2829
"/components/account-switcher/changelog",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const TimelineItemIcon = React.forwardRef<HTMLElement, TimelineItemIconProps>(
2020
backgroundColor="colorBackgroundStronger"
2121
borderRadius="borderRadiusCircle"
2222
size="sizeBase20"
23-
zIndex="zIndex20"
2423
marginY="space30"
2524
/>
2625
)}
109 KB
Loading
32 KB
Loading
378 KB
Loading
282 KB
Loading
145 KB
Loading
1.06 MB
Loading
59.6 KB
Loading

0 commit comments

Comments
 (0)