@semi-bot/semi-theme-hx-pc 1.0.10 → 1.0.12
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/package.json +1 -1
- package/raw.json +14 -0
- package/scss/local.scss +4 -0
- package/semi.css +5 -5
- package/semi.min.css +1 -1
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -768,6 +768,7 @@
|
|
|
768
768
|
"$color-button_tertiary_solid-text-default": "var(--semi-color-tertiary)",
|
|
769
769
|
"$color-button_disabled_tertiary-bg-default": "var(--semi-color-tertiary-disabled)",
|
|
770
770
|
"$color-button_disabled_secondary-bg-default": "var(--semi-color-secondary-disabled)",
|
|
771
|
+
"$color-button_primary_outline-border-default": "var(--semi-color-primary-active)",
|
|
771
772
|
"$color-button_secondary_outline-border-default": "var(--semi-color-border-1)",
|
|
772
773
|
"$color-button_secondary_borderless-text-default": "var(--semi-color-text-1)"
|
|
773
774
|
},
|
|
@@ -804,6 +805,19 @@
|
|
|
804
805
|
"$spacing-select_option-paddingBottom": "4px",
|
|
805
806
|
"$spacing-select_selection-marginLeft": "8px"
|
|
806
807
|
}
|
|
808
|
+
},
|
|
809
|
+
"popover": {
|
|
810
|
+
"color": {
|
|
811
|
+
"$color-popover-bg-default": "var(--semi-color-bg-2)"
|
|
812
|
+
},
|
|
813
|
+
"radius": {
|
|
814
|
+
"$radius-popover": "2px"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"timeline": {
|
|
818
|
+
"spacing": {
|
|
819
|
+
"$spacing-timeline_content-marginLeft": "18px"
|
|
820
|
+
}
|
|
807
821
|
}
|
|
808
822
|
},
|
|
809
823
|
"typography": {
|
package/scss/local.scss
CHANGED
|
@@ -29,6 +29,7 @@ $color-button_disabled_warning-bg-default: var(--semi-color-warning-disabled);
|
|
|
29
29
|
$color-button_tertiary_solid-text-default: var(--semi-color-tertiary);
|
|
30
30
|
$color-button_disabled_tertiary-bg-default: var(--semi-color-tertiary-disabled);
|
|
31
31
|
$color-button_disabled_secondary-bg-default: var(--semi-color-secondary-disabled);
|
|
32
|
+
$color-button_primary_outline-border-default: var(--semi-color-primary-active);
|
|
32
33
|
$color-button_secondary_outline-border-default: var(--semi-color-border-1);
|
|
33
34
|
$color-button_secondary_borderless-text-default: var(--semi-color-text-1);
|
|
34
35
|
$height-button_large: 32px;
|
|
@@ -50,3 +51,6 @@ $spacing-select_option-paddingLeft: 8px;
|
|
|
50
51
|
$spacing-select_option-paddingRight: 8px;
|
|
51
52
|
$spacing-select_option-paddingBottom: 4px;
|
|
52
53
|
$spacing-select_selection-marginLeft: 8px;
|
|
54
|
+
$color-popover-bg-default: var(--semi-color-bg-2);
|
|
55
|
+
$radius-popover: 2px;
|
|
56
|
+
$spacing-timeline_content-marginLeft: 18px;
|
package/semi.css
CHANGED
|
@@ -3516,7 +3516,7 @@ body, :host {
|
|
|
3516
3516
|
}
|
|
3517
3517
|
.semi-button-primary.semi-button-outline {
|
|
3518
3518
|
background-color: transparent;
|
|
3519
|
-
border: 1px solid var(--semi-color-
|
|
3519
|
+
border: 1px solid var(--semi-color-primary-active);
|
|
3520
3520
|
}
|
|
3521
3521
|
.semi-button-primary:not(.semi-button-borderless):not(.semi-button-light):not(.semi-button-outline):active {
|
|
3522
3522
|
background-color: var(--semi-color-primary-active);
|
|
@@ -17395,11 +17395,11 @@ img[src=""], img:not([src]) {
|
|
|
17395
17395
|
}
|
|
17396
17396
|
.semi-popover-wrapper {
|
|
17397
17397
|
position: relative;
|
|
17398
|
-
background-color: var(--semi-color-bg-
|
|
17398
|
+
background-color: var(--semi-color-bg-2);
|
|
17399
17399
|
backdrop-filter: none;
|
|
17400
17400
|
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
|
|
17401
17401
|
z-index: 1030;
|
|
17402
|
-
border-radius:
|
|
17402
|
+
border-radius: 2px;
|
|
17403
17403
|
font-size: 14px;
|
|
17404
17404
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17405
17405
|
line-height: 20px;
|
|
@@ -23380,7 +23380,7 @@ img[src=""], img:not([src]) {
|
|
|
23380
23380
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23381
23381
|
line-height: 20px;
|
|
23382
23382
|
position: relative;
|
|
23383
|
-
margin: 0 0 0
|
|
23383
|
+
margin: 0 0 0 18px;
|
|
23384
23384
|
word-break: break-word;
|
|
23385
23385
|
color: var(--semi-color-text-0);
|
|
23386
23386
|
}
|
|
@@ -23446,7 +23446,7 @@ img[src=""], img:not([src]) {
|
|
|
23446
23446
|
}
|
|
23447
23447
|
.semi-rtl .semi-timeline-item-content,
|
|
23448
23448
|
.semi-portal-rtl .semi-timeline-item-content {
|
|
23449
|
-
margin: 0
|
|
23449
|
+
margin: 0 18px 0 0;
|
|
23450
23450
|
}
|
|
23451
23451
|
.semi-rtl .semi-timeline-item:last-child .semi-timeline-item-tail,
|
|
23452
23452
|
.semi-portal-rtl .semi-timeline-item:last-child .semi-timeline-item-tail {
|