@douyinfe/semi-theme-default 2.58.0-beta.0 → 2.58.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/package.json +2 -2
- package/scss/_palette.scss +1 -1
- package/scss/global.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-theme-default",
|
|
3
|
-
"version": "2.58.0
|
|
3
|
+
"version": "2.58.0",
|
|
4
4
|
"description": "semi-theme-default",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semi-theme",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"sideEffects": "*.scss",
|
|
14
14
|
"author": "huangzhijing.pixel@bytedance.com",
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "71f716ee06be81190ed3d28de4e61542ad0b62d3",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"glob": "^7.1.6"
|
|
19
19
|
},
|
package/scss/_palette.scss
CHANGED
|
@@ -163,7 +163,7 @@ body, body .semi-always-light, :host, :host .semi-always-light {
|
|
|
163
163
|
--semi-yellow-9: 83,72,0;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
body[theme-mode="dark"], body .semi-always-dark, :host
|
|
166
|
+
body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :host .semi-always-dark {
|
|
167
167
|
--semi-red-0: 108,9,11;
|
|
168
168
|
--semi-red-1: 144,17,16;
|
|
169
169
|
--semi-red-2: 180,32,25;
|
package/scss/global.scss
CHANGED
|
@@ -125,7 +125,7 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
|
|
|
125
125
|
--semi-color-data-19: rgba(188, 198, 255, 1); //vchart 数据色板颜色 - 19
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
body[theme-mode="dark"], body .semi-always-dark, :host
|
|
128
|
+
body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :host .semi-always-dark {
|
|
129
129
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
130
130
|
-webkit-font-smoothing: antialiased;
|
|
131
131
|
--semi-color-white: rgba(228, 231, 245, 1);
|