assui 3.2.95 → 3.2.96

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.
@@ -81,7 +81,7 @@ var MultiLineEllipsisText = function MultiLineEllipsisText(_a) {
81
81
  overflow: 'hidden',
82
82
  textOverflow: 'ellipsis',
83
83
  whiteSpace: 'pre-wrap',
84
- wordBreak: 'break-all'
84
+ wordBreak: 'break-word'
85
85
  },
86
86
  onClick: onClick
87
87
  }, text);
@@ -91,7 +91,7 @@ var MultiLineEllipsisText = function MultiLineEllipsisText(_a) {
91
91
  overflow: 'hidden',
92
92
  textOverflow: 'ellipsis',
93
93
  whiteSpace: 'pre-wrap',
94
- wordBreak: 'break-all'
94
+ wordBreak: 'break-word'
95
95
  },
96
96
  onClick: onClick
97
97
  }, text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.2.95",
3
+ "version": "3.2.96",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",