@douyinfe/semi-theme-default 2.11.0-beta.1 → 2.11.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,7 +26,7 @@ You can make a custom theme through [Semi Design System](https://semi.design/dsm
26
26
 
27
27
  ![Theme scheme](https://lf26-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/tech-doc/theme-arch.png)
28
28
 
29
- - No need to switch at runtime, carried by sass variable
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
32
  ![Design Token](https://lf26-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/tech-doc/theme-design-token.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-theme-default",
3
- "version": "2.11.0-beta.1",
3
+ "version": "2.11.2",
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": "23088cd48e6c894f541e4358d495001e923321fd",
16
+ "gitHead": "6de78e58870a428a18b3b035544cf2f01f2839cf",
17
17
  "dependencies": {
18
18
  "glob": "^7.1.6"
19
19
  },