@gm-pc/react 1.8.6 → 1.8.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gm-pc/react",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "观麦前端基础组件库",
5
5
  "author": "liyatang <liyatang@qq.com>",
6
6
  "homepage": "https://github.com/gmfe/gm-pc#readme",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@gm-common/hooks": "^2.10.0",
26
26
  "@gm-common/tool": "^2.10.0",
27
- "@gm-pc/locales": "^1.8.6",
27
+ "@gm-pc/locales": "^1.8.7",
28
28
  "big.js": "^6.0.1",
29
29
  "classnames": "^2.2.5",
30
30
  "lodash": "^4.17.19",
@@ -46,5 +46,5 @@
46
46
  "react-dom": "^16.14.0",
47
47
  "react-window": "^1.8.5"
48
48
  },
49
- "gitHead": "d5a629b115e8db9de5f4377a815694093ed23609"
49
+ "gitHead": "ee4e53a122a767ff86a5b70dd3080313f239b760"
50
50
  }
@@ -97,7 +97,7 @@ class Selection extends Component<SelectionProps> {
97
97
  ref={this._inputRef}
98
98
  // @ts-ignore
99
99
  disabled={disabled}
100
- className='gm-form-control gm-selection-selected'
100
+ className='gm-form-control gm-selection-selected gm-text-ellipsis'
101
101
  tabIndex={0}
102
102
  onKeyDown={onKeyDown}
103
103
  >