@douyinfe/semi-foundation 2.82.0 → 2.82.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.
- package/input/input.scss +4 -0
- package/lib/cjs/input/input.css +3 -0
- package/lib/cjs/input/input.scss +4 -0
- package/lib/cjs/modal/modal.css +1 -0
- package/lib/cjs/modal/modal.scss +1 -0
- package/lib/es/input/input.css +3 -0
- package/lib/es/input/input.scss +4 -0
- package/lib/es/modal/modal.css +1 -0
- package/lib/es/modal/modal.scss +1 -0
- package/modal/modal.scss +1 -0
- package/package.json +4 -4
package/input/input.scss
CHANGED
|
@@ -457,6 +457,10 @@ $module: #{$prefix}-input;
|
|
|
457
457
|
background-color: transparent;
|
|
458
458
|
box-sizing: border-box;
|
|
459
459
|
|
|
460
|
+
&:placeholder-shown {
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
}
|
|
463
|
+
|
|
460
464
|
&[type="password"]::-ms-reveal,
|
|
461
465
|
&[type="password"]::-ms-clear {
|
|
462
466
|
display: none;
|
package/lib/cjs/input/input.css
CHANGED
package/lib/cjs/input/input.scss
CHANGED
|
@@ -457,6 +457,10 @@ $module: #{$prefix}-input;
|
|
|
457
457
|
background-color: transparent;
|
|
458
458
|
box-sizing: border-box;
|
|
459
459
|
|
|
460
|
+
&:placeholder-shown {
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
}
|
|
463
|
+
|
|
460
464
|
&[type="password"]::-ms-reveal,
|
|
461
465
|
&[type="password"]::-ms-clear {
|
|
462
466
|
display: none;
|
package/lib/cjs/modal/modal.css
CHANGED
package/lib/cjs/modal/modal.scss
CHANGED
package/lib/es/input/input.css
CHANGED
package/lib/es/input/input.scss
CHANGED
|
@@ -457,6 +457,10 @@ $module: #{$prefix}-input;
|
|
|
457
457
|
background-color: transparent;
|
|
458
458
|
box-sizing: border-box;
|
|
459
459
|
|
|
460
|
+
&:placeholder-shown {
|
|
461
|
+
text-overflow: ellipsis;
|
|
462
|
+
}
|
|
463
|
+
|
|
460
464
|
&[type="password"]::-ms-reveal,
|
|
461
465
|
&[type="password"]::-ms-clear {
|
|
462
466
|
display: none;
|
package/lib/es/modal/modal.css
CHANGED
package/lib/es/modal/modal.scss
CHANGED
package/modal/modal.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.82.
|
|
3
|
+
"version": "2.82.1",
|
|
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.82.
|
|
11
|
-
"@douyinfe/semi-json-viewer-core": "2.82.
|
|
10
|
+
"@douyinfe/semi-animation": "2.82.1",
|
|
11
|
+
"@douyinfe/semi-json-viewer-core": "2.82.1",
|
|
12
12
|
"@mdx-js/mdx": "^3.0.1",
|
|
13
13
|
"async-validator": "^3.5.0",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"*.scss",
|
|
30
30
|
"*.css"
|
|
31
31
|
],
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "f775358bc55290bb95a25f70b11ebf1cf081c1e8",
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
35
35
|
"@babel/preset-env": "^7.15.8",
|