@douyinfe/semi-ui 2.53.2 → 2.53.3-alpha.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.
@@ -429,7 +429,7 @@ class Base extends _react.Component {
429
429
  copied: false,
430
430
  // ellipsis
431
431
  // if text is overflow in container
432
- isOverflowed: true,
432
+ isOverflowed: false,
433
433
  ellipsisContent: props.children,
434
434
  expanded: false,
435
435
  // if text is truncated with js
@@ -420,7 +420,7 @@ export default class Base extends Component {
420
420
  copied: false,
421
421
  // ellipsis
422
422
  // if text is overflow in container
423
- isOverflowed: true,
423
+ isOverflowed: false,
424
424
  ellipsisContent: props.children,
425
425
  expanded: false,
426
426
  // if text is truncated with js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.53.2",
3
+ "version": "2.53.3-alpha.1",
4
4
  "description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
@@ -20,12 +20,12 @@
20
20
  "@dnd-kit/core": "^6.0.8",
21
21
  "@dnd-kit/sortable": "^7.0.2",
22
22
  "@dnd-kit/utilities": "^3.2.1",
23
- "@douyinfe/semi-animation": "2.53.2",
24
- "@douyinfe/semi-animation-react": "2.53.2",
25
- "@douyinfe/semi-foundation": "2.53.2",
26
- "@douyinfe/semi-icons": "2.53.2",
27
- "@douyinfe/semi-illustrations": "2.53.2",
28
- "@douyinfe/semi-theme-default": "2.53.2",
23
+ "@douyinfe/semi-animation": "2.53.3-alpha.1",
24
+ "@douyinfe/semi-animation-react": "2.53.3-alpha.1",
25
+ "@douyinfe/semi-foundation": "2.53.3-alpha.1",
26
+ "@douyinfe/semi-icons": "2.53.3-alpha.1",
27
+ "@douyinfe/semi-illustrations": "2.53.3-alpha.1",
28
+ "@douyinfe/semi-theme-default": "2.53.3-alpha.1",
29
29
  "async-validator": "^3.5.0",
30
30
  "classnames": "^2.2.6",
31
31
  "copy-text-to-clipboard": "^2.1.1",
@@ -75,7 +75,7 @@
75
75
  ],
76
76
  "author": "",
77
77
  "license": "MIT",
78
- "gitHead": "89bf62ba8b59c0c2c43eaa46922fa9a1ff6a3e35",
78
+ "gitHead": "fe551539e3e4e2480feedeced44dc4d8e9497a96",
79
79
  "devDependencies": {
80
80
  "@babel/plugin-proposal-decorators": "^7.15.8",
81
81
  "@babel/plugin-transform-runtime": "^7.15.8",