@douyinfe/semi-theme-default 2.3.0-beta.0 → 2.4.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,12 +24,12 @@ You can make a custom theme through [Semi Design System](https://semi.design/dsm
|
|
|
24
24
|
|
|
25
25
|
## Design Token stratification principle
|
|
26
26
|
|
|
27
|
-

|
|
28
28
|
|
|
29
29
|
- No need to switch at runtime, carried by sass variable
|
|
30
30
|
- Need to support runtime switching, such as the color variable related to the dark mode, carried by css variable
|
|
31
31
|
|
|
32
|
-

|
|
33
33
|
|
|
34
34
|
## License
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-theme-default",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.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": "d902a6f731475dea585d63907aee06ebe1153419",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"glob": "^7.1.6"
|
|
19
19
|
},
|