@douyinfe/semi-ui 2.40.0-beta.0 → 2.40.0

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
@@ -1636,7 +1636,6 @@ body {
1636
1636
  display: inline-flex;
1637
1637
  align-items: center;
1638
1638
  justify-content: center;
1639
- margin: 0;
1640
1639
  cursor: pointer;
1641
1640
  user-select: none;
1642
1641
  border: 0 transparent solid;
@@ -11413,7 +11412,7 @@ body {
11413
11412
  .semi-image-preview-footer-content {
11414
11413
  padding: 0 16px;
11415
11414
  background: rgba(0, 0, 0, 0.75);
11416
- border-radius: 6px;
11415
+ border-radius: var(--semi-border-radius-medium);
11417
11416
  height: 48px;
11418
11417
  }
11419
11418
  .semi-image-preview-footer-wrapper {
@@ -15779,7 +15778,7 @@ img[src=""], img:not([src]) {
15779
15778
 
15780
15779
  .semi-skeleton-avatar, .semi-skeleton-image, .semi-skeleton-title, .semi-skeleton-button {
15781
15780
  background: var(--semi-color-fill-0);
15782
- border-radius: 4px;
15781
+ border-radius: var(--semi-border-radius-small);
15783
15782
  }
15784
15783
  .semi-skeleton-avatar-circle {
15785
15784
  border-radius: 50%;
@@ -15815,7 +15814,7 @@ img[src=""], img:not([src]) {
15815
15814
  }
15816
15815
  .semi-skeleton-paragraph li {
15817
15816
  background: var(--semi-color-fill-0);
15818
- border-radius: 4px;
15817
+ border-radius: var(--semi-border-radius-small);
15819
15818
  width: 100%;
15820
15819
  height: 16px;
15821
15820
  margin-bottom: 10px;