@douyinfe/semi-foundation 2.14.0-beta.0 → 2.14.0-beta.1

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.
@@ -45,4 +45,4 @@ $spacing-avatar_extra_small-marginLeft: -10px; // 头像左侧外边距 - 超小
45
45
  $width-avatar_extra_extra_small-border: 1px; // 头像描边尺寸 - 极小
46
46
  $spacing-avatar_extra_extra_small-marginLeft: -4px; // 头像左侧外边距 - 极小
47
47
 
48
- $width-avatar-outline: 2px //头像聚焦轮廓宽度
48
+ $width-avatar-outline: 2px; //头像聚焦轮廓宽度
@@ -45,4 +45,4 @@ $spacing-avatar_extra_small-marginLeft: -10px; // 头像左侧外边距 - 超小
45
45
  $width-avatar_extra_extra_small-border: 1px; // 头像描边尺寸 - 极小
46
46
  $spacing-avatar_extra_extra_small-marginLeft: -4px; // 头像左侧外边距 - 极小
47
47
 
48
- $width-avatar-outline: 2px //头像聚焦轮廓宽度
48
+ $width-avatar-outline: 2px; //头像聚焦轮廓宽度
@@ -45,4 +45,4 @@ $spacing-avatar_extra_small-marginLeft: -10px; // 头像左侧外边距 - 超小
45
45
  $width-avatar_extra_extra_small-border: 1px; // 头像描边尺寸 - 极小
46
46
  $spacing-avatar_extra_extra_small-marginLeft: -4px; // 头像左侧外边距 - 极小
47
47
 
48
- $width-avatar-outline: 2px //头像聚焦轮廓宽度
48
+ $width-avatar-outline: 2px; //头像聚焦轮廓宽度
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.14.0-beta.0",
3
+ "version": "2.14.0-beta.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build:lib": "node ./scripts/compileLib.js",
@@ -24,7 +24,7 @@
24
24
  "*.scss",
25
25
  "*.css"
26
26
  ],
27
- "gitHead": "a2044cdc5d6e5ca58c6eefe87b75a7c13002f381",
27
+ "gitHead": "7c7bcfeba01bbe507ab38f4b0354e2e7d79868a0",
28
28
  "devDependencies": {
29
29
  "@babel/plugin-proposal-decorators": "^7.15.8",
30
30
  "@babel/plugin-transform-runtime": "^7.15.8",