@douyinfe/semi-foundation 2.34.2-alpha.0 → 2.34.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.
package/input/input.scss
CHANGED
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
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.34.2
|
|
3
|
+
"version": "2.34.2",
|
|
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": "4b6cad1d1798554e24ca0c5330e1d5ec353b8964",
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
29
29
|
"@babel/preset-env": "^7.15.8",
|