@semi-bot/semi-theme-ptdefalt 1.0.1 → 1.0.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/README.md +1 -1
- package/package.json +1 -1
- package/raw.json +11 -0
- package/scss/local.scss +3 -0
- package/semi.css +3 -3
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -716,6 +716,12 @@
|
|
|
716
716
|
"$transition_duration-table_row-head-bg": "var(--semi-transition_duration-fast)"
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
|
+
"toast": {
|
|
720
|
+
"spacing": {
|
|
721
|
+
"$spacing-toast_content-paddingLeft": "12px",
|
|
722
|
+
"$spacing-toast_content-paddingRight": "8px"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
719
725
|
"button": {
|
|
720
726
|
"spacing": {
|
|
721
727
|
"$spacing-button_small-paddingLeft": "8px",
|
|
@@ -750,6 +756,11 @@
|
|
|
750
756
|
"spacing": {
|
|
751
757
|
"$spacing-tagInput_small-Y": "3px"
|
|
752
758
|
}
|
|
759
|
+
},
|
|
760
|
+
"popconfirm": {
|
|
761
|
+
"spacing": {
|
|
762
|
+
"$spacing-popconfirm-top": "20px"
|
|
763
|
+
}
|
|
753
764
|
}
|
|
754
765
|
},
|
|
755
766
|
"typography": {
|
package/scss/local.scss
CHANGED
|
@@ -6,6 +6,8 @@ $spacing-chat_inputBox-paddingBottom: 4px;
|
|
|
6
6
|
$radius-radio_buttonRadio: 14px;
|
|
7
7
|
$radius-radio_addon_buttonRadio: 12px;
|
|
8
8
|
$transition_duration-table_row-head-bg: var(--semi-transition_duration-fast);
|
|
9
|
+
$spacing-toast_content-paddingLeft: 12px;
|
|
10
|
+
$spacing-toast_content-paddingRight: 8px;
|
|
9
11
|
$spacing-button_small-paddingLeft: 8px;
|
|
10
12
|
$spacing-button_small-paddingRight: 8px;
|
|
11
13
|
$width-cascader_focus-border: 1px;
|
|
@@ -19,3 +21,4 @@ $spacing-cascader_small_selection_multiple-paddingRight: 2px;
|
|
|
19
21
|
$radius-checkbox_cardType: 6px;
|
|
20
22
|
$radius-tagInput: 12px;
|
|
21
23
|
$spacing-tagInput_small-Y: 3px;
|
|
24
|
+
$spacing-popconfirm-top: 20px;
|
package/semi.css
CHANGED
|
@@ -17330,7 +17330,7 @@ img[src=""], img:not([src]) {
|
|
|
17330
17330
|
.semi-popconfirm-inner {
|
|
17331
17331
|
display: flex;
|
|
17332
17332
|
flex-direction: column;
|
|
17333
|
-
padding:
|
|
17333
|
+
padding: 20px 20px 20px 20px;
|
|
17334
17334
|
position: relative;
|
|
17335
17335
|
}
|
|
17336
17336
|
.semi-popconfirm-header {
|
|
@@ -17388,7 +17388,7 @@ img[src=""], img:not([src]) {
|
|
|
17388
17388
|
direction: rtl;
|
|
17389
17389
|
}
|
|
17390
17390
|
.semi-popconfirm-rtl .semi-popconfirm-inner {
|
|
17391
|
-
padding:
|
|
17391
|
+
padding: 20px 20px 20px 20px;
|
|
17392
17392
|
}
|
|
17393
17393
|
.semi-popconfirm-rtl .semi-popconfirm-header {
|
|
17394
17394
|
margin-right: 0;
|
|
@@ -23626,7 +23626,7 @@ img[src=""], img:not([src]) {
|
|
|
23626
23626
|
line-height: 20px;
|
|
23627
23627
|
background-color: var(--semi-color-bg-3);
|
|
23628
23628
|
border-radius: var(--semi-border-radius-medium);
|
|
23629
|
-
padding: 12px 8px 12px
|
|
23629
|
+
padding: 12px 8px 12px 12px;
|
|
23630
23630
|
display: inline-flex;
|
|
23631
23631
|
align-items: flex-start;
|
|
23632
23632
|
justify-content: center;
|