@douyinfe/semi-ui 2.30.0-alpha.1 → 2.30.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/semi.css CHANGED
@@ -19360,6 +19360,9 @@ img[src=""], img:not([src]) {
19360
19360
  margin: 0;
19361
19361
  text-align: right;
19362
19362
  }
19363
+ .semi-timeline-item-alternate.semi-timeline-item.semi-timeline-item-not-last-child > .semi-timeline-item-tail, .semi-timeline-item-mode-right.semi-timeline-item.semi-timeline-item-not-last-child > .semi-timeline-item-tail, .semi-timeline-item-center.semi-timeline-item.semi-timeline-item-not-last-child > .semi-timeline-item-tail, .semi-timeline-item-left.semi-timeline-item.semi-timeline-item-not-last-child > .semi-timeline-item-tail {
19364
+ border-left: 1px solid var(--semi-color-text-3);
19365
+ }
19363
19366
  .semi-timeline-item-center .semi-timeline-item-content-time {
19364
19367
  position: absolute;
19365
19368
  top: -2px;