@lemon-fe/components 1.4.25-alpha.2 → 1.4.25

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.
@@ -325,6 +325,9 @@ export default /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Search(props,
325
325
  options: state.nodes,
326
326
  bordered: false,
327
327
  notFoundContent: null,
328
+ style: {
329
+ width: 32
330
+ },
328
331
  className: "".concat(prefix('bottom-search-select')),
329
332
  fieldNames: {
330
333
  label: 'label',
@@ -541,7 +541,6 @@
541
541
 
542
542
  &-bottom-search {
543
543
  &-select {
544
- width: 32px;
545
544
  overflow: hidden;
546
545
 
547
546
  .@{ant-prefix}-select-selector {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.4.25-alpha.2",
3
+ "version": "1.4.25",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://registry.npmjs.org"
60
60
  },
61
- "gitHead": "f0aeb3975159d228b1a3817790ed43ab1c1e83fb"
61
+ "gitHead": "a724cc46fc102d39898eb4b41ec72ea4bcd2c411"
62
62
  }