@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 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;
@@ -341,6 +341,9 @@
341
341
  background-color: transparent;
342
342
  box-sizing: border-box;
343
343
  }
344
+ .semi-input:placeholder-shown {
345
+ text-overflow: ellipsis;
346
+ }
344
347
  .semi-input[type=password]::-ms-reveal, .semi-input[type=password]::-ms-clear {
345
348
  display: none;
346
349
  }
@@ -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;
@@ -70,6 +70,7 @@
70
70
  .semi-modal-content-fullScreen {
71
71
  border-radius: 0;
72
72
  border: none;
73
+ height: 100%;
73
74
  top: 0px;
74
75
  }
75
76
  .semi-modal-header {
@@ -80,6 +80,7 @@ $module: #{$prefix}-modal;
80
80
  &-content-fullScreen {
81
81
  border-radius: $radius-modal_content_fullscreen;
82
82
  border: none;
83
+ height: 100%;
83
84
  top: $spacing-modal_content_fullscreen-top;
84
85
  }
85
86
 
@@ -341,6 +341,9 @@
341
341
  background-color: transparent;
342
342
  box-sizing: border-box;
343
343
  }
344
+ .semi-input:placeholder-shown {
345
+ text-overflow: ellipsis;
346
+ }
344
347
  .semi-input[type=password]::-ms-reveal, .semi-input[type=password]::-ms-clear {
345
348
  display: none;
346
349
  }
@@ -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;
@@ -70,6 +70,7 @@
70
70
  .semi-modal-content-fullScreen {
71
71
  border-radius: 0;
72
72
  border: none;
73
+ height: 100%;
73
74
  top: 0px;
74
75
  }
75
76
  .semi-modal-header {
@@ -80,6 +80,7 @@ $module: #{$prefix}-modal;
80
80
  &-content-fullScreen {
81
81
  border-radius: $radius-modal_content_fullscreen;
82
82
  border: none;
83
+ height: 100%;
83
84
  top: $spacing-modal_content_fullscreen-top;
84
85
  }
85
86
 
package/modal/modal.scss CHANGED
@@ -80,6 +80,7 @@ $module: #{$prefix}-modal;
80
80
  &-content-fullScreen {
81
81
  border-radius: $radius-modal_content_fullscreen;
82
82
  border: none;
83
+ height: 100%;
83
84
  top: $spacing-modal_content_fullscreen-top;
84
85
  }
85
86
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.82.0",
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.0",
11
- "@douyinfe/semi-json-viewer-core": "2.82.0",
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": "f76c866fef1c790940e9d27600d81afd1fbab3a7",
32
+ "gitHead": "f775358bc55290bb95a25f70b11ebf1cf081c1e8",
33
33
  "devDependencies": {
34
34
  "@babel/plugin-transform-runtime": "^7.15.8",
35
35
  "@babel/preset-env": "^7.15.8",