@douyinfe/semi-ui 2.32.1 → 2.32.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 +12 -25
- package/dist/css/semi.min.css +1 -1
- package/dist/umd/semi-ui.js +3342 -3342
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/typography/title.d.ts +1 -0
- package/lib/es/typography/title.d.ts +1 -0
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -13857,17 +13857,9 @@ img[src=""], img:not([src]) {
|
|
|
13857
13857
|
padding: 24px 24px 24px 20px;
|
|
13858
13858
|
position: relative;
|
|
13859
13859
|
}
|
|
13860
|
-
.semi-popconfirm-inner .semi-popconfirm-btn-close {
|
|
13861
|
-
position: absolute;
|
|
13862
|
-
right: 0;
|
|
13863
|
-
top: 0;
|
|
13864
|
-
margin-top: 24px;
|
|
13865
|
-
margin-right: 24px;
|
|
13866
|
-
}
|
|
13867
13860
|
.semi-popconfirm-header {
|
|
13868
13861
|
display: flex;
|
|
13869
13862
|
justify-content: flex-start;
|
|
13870
|
-
margin-right: 68px;
|
|
13871
13863
|
}
|
|
13872
13864
|
.semi-popconfirm-header-title {
|
|
13873
13865
|
font-size: 16px;
|
|
@@ -13887,6 +13879,7 @@ img[src=""], img:not([src]) {
|
|
|
13887
13879
|
}
|
|
13888
13880
|
.semi-popconfirm-header-body {
|
|
13889
13881
|
display: inline-flex;
|
|
13882
|
+
flex-grow: 1;
|
|
13890
13883
|
flex-direction: column;
|
|
13891
13884
|
}
|
|
13892
13885
|
.semi-popconfirm-body {
|
|
@@ -13912,10 +13905,6 @@ img[src=""], img:not([src]) {
|
|
|
13912
13905
|
.semi-popover-with-arrow .semi-popconfirm-inner {
|
|
13913
13906
|
padding: 12px 12px 12px 8px;
|
|
13914
13907
|
}
|
|
13915
|
-
.semi-popover-with-arrow .semi-popconfirm-inner .semi-popconfirm-btn-close {
|
|
13916
|
-
margin-top: 12px;
|
|
13917
|
-
margin-right: 12px;
|
|
13918
|
-
}
|
|
13919
13908
|
|
|
13920
13909
|
.semi-popconfirm-rtl {
|
|
13921
13910
|
direction: rtl;
|
|
@@ -13923,15 +13912,8 @@ img[src=""], img:not([src]) {
|
|
|
13923
13912
|
.semi-popconfirm-rtl .semi-popconfirm-inner {
|
|
13924
13913
|
padding: 24px 20px 24px 24px;
|
|
13925
13914
|
}
|
|
13926
|
-
.semi-popconfirm-rtl .semi-popconfirm-inner .semi-popconfirm-btn-close {
|
|
13927
|
-
right: auto;
|
|
13928
|
-
left: 0;
|
|
13929
|
-
margin-right: 0;
|
|
13930
|
-
margin-left: 24px;
|
|
13931
|
-
}
|
|
13932
13915
|
.semi-popconfirm-rtl .semi-popconfirm-header {
|
|
13933
13916
|
margin-right: 0;
|
|
13934
|
-
margin-left: 68px;
|
|
13935
13917
|
}
|
|
13936
13918
|
.semi-popconfirm-rtl .semi-popconfirm-header-icon {
|
|
13937
13919
|
margin-right: 0;
|
|
@@ -13951,10 +13933,6 @@ img[src=""], img:not([src]) {
|
|
|
13951
13933
|
.semi-popover-with-arrow.semi-popconfirm-rtl .semi-popconfirm-inner {
|
|
13952
13934
|
padding: 12px 8px 12px 12px;
|
|
13953
13935
|
}
|
|
13954
|
-
.semi-popover-with-arrow.semi-popconfirm-rtl .semi-popconfirm-inner .semi-popconfirm-btn-close {
|
|
13955
|
-
margin-right: 0;
|
|
13956
|
-
margin-left: 12px;
|
|
13957
|
-
}
|
|
13958
13936
|
|
|
13959
13937
|
@keyframes semi-popover-zoomIn {
|
|
13960
13938
|
from {
|
|
@@ -15439,6 +15417,15 @@ img[src=""], img:not([src]) {
|
|
|
15439
15417
|
.semi-sidesheet-size-large {
|
|
15440
15418
|
width: 920px;
|
|
15441
15419
|
}
|
|
15420
|
+
.semi-sidesheet-size-small.semi-sidesheet {
|
|
15421
|
+
width: 448px;
|
|
15422
|
+
}
|
|
15423
|
+
.semi-sidesheet-size-medium.semi-sidesheet {
|
|
15424
|
+
width: 684px;
|
|
15425
|
+
}
|
|
15426
|
+
.semi-sidesheet-size-large.semi-sidesheet {
|
|
15427
|
+
width: 920px;
|
|
15428
|
+
}
|
|
15442
15429
|
.semi-sidesheet-content {
|
|
15443
15430
|
height: 100%;
|
|
15444
15431
|
display: flex;
|
|
@@ -20522,7 +20509,7 @@ img[src=""], img:not([src]) {
|
|
|
20522
20509
|
}
|
|
20523
20510
|
.semi-typography-action-copy {
|
|
20524
20511
|
display: inline-flex;
|
|
20525
|
-
vertical-align:
|
|
20512
|
+
vertical-align: middle;
|
|
20526
20513
|
padding: 0;
|
|
20527
20514
|
margin-left: 4px;
|
|
20528
20515
|
}
|
|
@@ -20536,7 +20523,7 @@ img[src=""], img:not([src]) {
|
|
|
20536
20523
|
color: var(--semi-color-text-2);
|
|
20537
20524
|
}
|
|
20538
20525
|
.semi-typography-action-copied .semi-icon {
|
|
20539
|
-
vertical-align:
|
|
20526
|
+
vertical-align: middle;
|
|
20540
20527
|
color: var(--semi-color-success);
|
|
20541
20528
|
}
|
|
20542
20529
|
.semi-typography-paragraph {
|