@douyinfe/semi-foundation 2.34.2-alpha.0 → 2.35.0-beta.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/avatar/avatar.scss +1 -1
- package/cascader/cascader.scss +1 -1
- package/form/form.scss +1 -1
- package/input/input.scss +4 -1
- package/lib/cjs/avatar/avatar.scss +1 -1
- package/lib/cjs/cascader/cascader.scss +1 -1
- package/lib/cjs/form/form.scss +1 -1
- package/lib/cjs/input/input.css +3 -0
- package/lib/cjs/input/input.scss +4 -1
- package/lib/es/avatar/avatar.scss +1 -1
- package/lib/es/cascader/cascader.scss +1 -1
- package/lib/es/form/form.scss +1 -1
- package/lib/es/input/input.css +3 -0
- package/lib/es/input/input.scss +4 -1
- package/package.json +2 -2
package/avatar/avatar.scss
CHANGED
package/cascader/cascader.scss
CHANGED
|
@@ -257,7 +257,7 @@ $module: #{$prefix}-cascader;
|
|
|
257
257
|
&-inset-label {
|
|
258
258
|
display: inline;
|
|
259
259
|
margin-right: $spacing-cascader_label-marginRight;
|
|
260
|
-
font-weight:
|
|
260
|
+
font-weight: $font-weight-bold;
|
|
261
261
|
@include font-size-regular;
|
|
262
262
|
color: $color-cascader_label-text-default;
|
|
263
263
|
flex-shrink: 0;
|
package/form/form.scss
CHANGED
|
@@ -286,7 +286,7 @@ $rating: #{$prefix}-rating;
|
|
|
286
286
|
margin-block-start: 0;
|
|
287
287
|
margin-block-end: 0;
|
|
288
288
|
@include font-size-header-5;
|
|
289
|
-
font-weight:
|
|
289
|
+
font-weight: $font-weight-bold;
|
|
290
290
|
width: 100%;
|
|
291
291
|
padding-bottom: $spacing-form_section_text-paddingBottom;
|
|
292
292
|
padding-top: $spacing-form_section_text-paddingTop;
|
package/input/input.scss
CHANGED
|
@@ -462,6 +462,9 @@ $module: #{$prefix}-input;
|
|
|
462
462
|
&[type="password"]::-ms-clear {
|
|
463
463
|
display: none;
|
|
464
464
|
}
|
|
465
|
+
&[type="search"]::-webkit-search-cancel-button {
|
|
466
|
+
display: none;
|
|
467
|
+
}
|
|
465
468
|
|
|
466
469
|
&::placeholder {
|
|
467
470
|
color: $color-input_placeholder-text-default;
|
|
@@ -515,7 +518,7 @@ $module: #{$prefix}-input;
|
|
|
515
518
|
&-text {
|
|
516
519
|
margin: 0 $spacing-base-tight;
|
|
517
520
|
color: $color-input_prefix-text-default;
|
|
518
|
-
font-weight:
|
|
521
|
+
font-weight: $font-weight-bold;
|
|
519
522
|
white-space: nowrap;
|
|
520
523
|
}
|
|
521
524
|
|
|
@@ -257,7 +257,7 @@ $module: #{$prefix}-cascader;
|
|
|
257
257
|
&-inset-label {
|
|
258
258
|
display: inline;
|
|
259
259
|
margin-right: $spacing-cascader_label-marginRight;
|
|
260
|
-
font-weight:
|
|
260
|
+
font-weight: $font-weight-bold;
|
|
261
261
|
@include font-size-regular;
|
|
262
262
|
color: $color-cascader_label-text-default;
|
|
263
263
|
flex-shrink: 0;
|
package/lib/cjs/form/form.scss
CHANGED
|
@@ -286,7 +286,7 @@ $rating: #{$prefix}-rating;
|
|
|
286
286
|
margin-block-start: 0;
|
|
287
287
|
margin-block-end: 0;
|
|
288
288
|
@include font-size-header-5;
|
|
289
|
-
font-weight:
|
|
289
|
+
font-weight: $font-weight-bold;
|
|
290
290
|
width: 100%;
|
|
291
291
|
padding-bottom: $spacing-form_section_text-paddingBottom;
|
|
292
292
|
padding-top: $spacing-form_section_text-paddingTop;
|
package/lib/cjs/input/input.css
CHANGED
|
@@ -345,6 +345,9 @@
|
|
|
345
345
|
.semi-input[type=password]::-ms-reveal, .semi-input[type=password]::-ms-clear {
|
|
346
346
|
display: none;
|
|
347
347
|
}
|
|
348
|
+
.semi-input[type=search]::-webkit-search-cancel-button {
|
|
349
|
+
display: none;
|
|
350
|
+
}
|
|
348
351
|
.semi-input::placeholder {
|
|
349
352
|
color: var(--semi-color-text-2);
|
|
350
353
|
}
|
package/lib/cjs/input/input.scss
CHANGED
|
@@ -462,6 +462,9 @@ $module: #{$prefix}-input;
|
|
|
462
462
|
&[type="password"]::-ms-clear {
|
|
463
463
|
display: none;
|
|
464
464
|
}
|
|
465
|
+
&[type="search"]::-webkit-search-cancel-button {
|
|
466
|
+
display: none;
|
|
467
|
+
}
|
|
465
468
|
|
|
466
469
|
&::placeholder {
|
|
467
470
|
color: $color-input_placeholder-text-default;
|
|
@@ -515,7 +518,7 @@ $module: #{$prefix}-input;
|
|
|
515
518
|
&-text {
|
|
516
519
|
margin: 0 $spacing-base-tight;
|
|
517
520
|
color: $color-input_prefix-text-default;
|
|
518
|
-
font-weight:
|
|
521
|
+
font-weight: $font-weight-bold;
|
|
519
522
|
white-space: nowrap;
|
|
520
523
|
}
|
|
521
524
|
|
|
@@ -257,7 +257,7 @@ $module: #{$prefix}-cascader;
|
|
|
257
257
|
&-inset-label {
|
|
258
258
|
display: inline;
|
|
259
259
|
margin-right: $spacing-cascader_label-marginRight;
|
|
260
|
-
font-weight:
|
|
260
|
+
font-weight: $font-weight-bold;
|
|
261
261
|
@include font-size-regular;
|
|
262
262
|
color: $color-cascader_label-text-default;
|
|
263
263
|
flex-shrink: 0;
|
package/lib/es/form/form.scss
CHANGED
|
@@ -286,7 +286,7 @@ $rating: #{$prefix}-rating;
|
|
|
286
286
|
margin-block-start: 0;
|
|
287
287
|
margin-block-end: 0;
|
|
288
288
|
@include font-size-header-5;
|
|
289
|
-
font-weight:
|
|
289
|
+
font-weight: $font-weight-bold;
|
|
290
290
|
width: 100%;
|
|
291
291
|
padding-bottom: $spacing-form_section_text-paddingBottom;
|
|
292
292
|
padding-top: $spacing-form_section_text-paddingTop;
|
package/lib/es/input/input.css
CHANGED
|
@@ -345,6 +345,9 @@
|
|
|
345
345
|
.semi-input[type=password]::-ms-reveal, .semi-input[type=password]::-ms-clear {
|
|
346
346
|
display: none;
|
|
347
347
|
}
|
|
348
|
+
.semi-input[type=search]::-webkit-search-cancel-button {
|
|
349
|
+
display: none;
|
|
350
|
+
}
|
|
348
351
|
.semi-input::placeholder {
|
|
349
352
|
color: var(--semi-color-text-2);
|
|
350
353
|
}
|
package/lib/es/input/input.scss
CHANGED
|
@@ -462,6 +462,9 @@ $module: #{$prefix}-input;
|
|
|
462
462
|
&[type="password"]::-ms-clear {
|
|
463
463
|
display: none;
|
|
464
464
|
}
|
|
465
|
+
&[type="search"]::-webkit-search-cancel-button {
|
|
466
|
+
display: none;
|
|
467
|
+
}
|
|
465
468
|
|
|
466
469
|
&::placeholder {
|
|
467
470
|
color: $color-input_placeholder-text-default;
|
|
@@ -515,7 +518,7 @@ $module: #{$prefix}-input;
|
|
|
515
518
|
&-text {
|
|
516
519
|
margin: 0 $spacing-base-tight;
|
|
517
520
|
color: $color-input_prefix-text-default;
|
|
518
|
-
font-weight:
|
|
521
|
+
font-weight: $font-weight-bold;
|
|
519
522
|
white-space: nowrap;
|
|
520
523
|
}
|
|
521
524
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.0-beta.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"*.scss",
|
|
24
24
|
"*.css"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "5f8a2d3593d072d886ec8863c31892fdd4caf8d2",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
29
29
|
"@babel/preset-env": "^7.15.8",
|