@douyinfe/semi-foundation 2.42.0-beta.0 → 2.42.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.
|
@@ -1072,6 +1072,7 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
1072
1072
|
font-weight: $font-datepicker_range_input_prefix_suffix_clearbtn-fontWeight;
|
|
1073
1073
|
font-size: $font-datepicker_range_input_prefix_suffix_clearbtn-fontSize;
|
|
1074
1074
|
line-height: $font-datepicker_range_input_prefix_suffix_clearbtn-lineHeight;
|
|
1075
|
+
font-family: $font-family-regular;
|
|
1075
1076
|
white-space: nowrap;
|
|
1076
1077
|
color: $color-datepicker_range_input-text-default;
|
|
1077
1078
|
}
|
|
@@ -718,6 +718,7 @@
|
|
|
718
718
|
font-weight: 600;
|
|
719
719
|
font-size: 14px;
|
|
720
720
|
line-height: 20px;
|
|
721
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
721
722
|
white-space: nowrap;
|
|
722
723
|
color: var(--semi-color-text-2);
|
|
723
724
|
}
|
|
@@ -1072,6 +1072,7 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
1072
1072
|
font-weight: $font-datepicker_range_input_prefix_suffix_clearbtn-fontWeight;
|
|
1073
1073
|
font-size: $font-datepicker_range_input_prefix_suffix_clearbtn-fontSize;
|
|
1074
1074
|
line-height: $font-datepicker_range_input_prefix_suffix_clearbtn-lineHeight;
|
|
1075
|
+
font-family: $font-family-regular;
|
|
1075
1076
|
white-space: nowrap;
|
|
1076
1077
|
color: $color-datepicker_range_input-text-default;
|
|
1077
1078
|
}
|
|
@@ -718,6 +718,7 @@
|
|
|
718
718
|
font-weight: 600;
|
|
719
719
|
font-size: 14px;
|
|
720
720
|
line-height: 20px;
|
|
721
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
721
722
|
white-space: nowrap;
|
|
722
723
|
color: var(--semi-color-text-2);
|
|
723
724
|
}
|
|
@@ -1072,6 +1072,7 @@ $module-list: #{$prefix}-scrolllist;
|
|
|
1072
1072
|
font-weight: $font-datepicker_range_input_prefix_suffix_clearbtn-fontWeight;
|
|
1073
1073
|
font-size: $font-datepicker_range_input_prefix_suffix_clearbtn-fontSize;
|
|
1074
1074
|
line-height: $font-datepicker_range_input_prefix_suffix_clearbtn-lineHeight;
|
|
1075
|
+
font-family: $font-family-regular;
|
|
1075
1076
|
white-space: nowrap;
|
|
1076
1077
|
color: $color-datepicker_range_input-text-default;
|
|
1077
1078
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.42.0
|
|
3
|
+
"version": "2.42.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
7
7
|
"prepublishOnly": "npm run build:lib"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@douyinfe/semi-animation": "2.42.0
|
|
10
|
+
"@douyinfe/semi-animation": "2.42.0",
|
|
11
11
|
"async-validator": "^3.5.0",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"date-fns": "^2.29.3",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"*.scss",
|
|
24
24
|
"*.css"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "164a3ae969dc46f390c293f18f073cf737b6dd7e",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
29
29
|
"@babel/preset-env": "^7.15.8",
|