@eturnity/eturnity_reusable_components 1.0.98 → 1.0.99

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -287,6 +287,7 @@ export default {
287
287
  numberPrecision: this.numberPrecision,
288
288
  })
289
289
  }
290
+ this.$emit("input-blur")
290
291
  },
291
292
  focusInput() {
292
293
  if (this.disabled) {
@@ -101,6 +101,7 @@ const TableContainer = styled.table`
101
101
  padding: 11px 15px;
102
102
  background-color: ${(props) => props.theme.colors.blue1};
103
103
  cursor: auto;
104
+ height: 40px;
104
105
 
105
106
  .ordering {
106
107
  display: grid;