linear-react-components-ui 1.1.22-beta.3 → 1.1.22-beta.5

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.
@@ -62,7 +62,6 @@
62
62
  }
63
63
  }
64
64
  > .step-title {
65
- max-width: 150px;
66
65
  overflow: hidden;
67
66
  font-weight: 500;
68
67
  color: $font-color-soft;
@@ -109,7 +108,8 @@
109
108
  right: 45px;
110
109
  }
111
110
  }
112
- &::after, &::before {
111
+ &::after,
112
+ &::before {
113
113
  content: "";
114
114
  position: absolute;
115
115
  height: 2px;
@@ -76,6 +76,7 @@ const MultiSelectField = props => {
76
76
  if (onBlur) onBlur(e);
77
77
  if (!insideComponent) {
78
78
  setInputValue('');
79
+ setOpened(false);
79
80
  setDataCombo(dataSource);
80
81
  }
81
82
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.22-beta.3",
3
+ "version": "1.1.22-beta.5",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",