@eturnity/eturnity_reusable_components 1.0.97 → 1.1.0

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.97",
3
+ "version": "1.1.0",
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", value)
290
291
  },
291
292
  focusInput() {
292
293
  if (this.disabled) {
@@ -25,9 +25,10 @@ import Spinner from "../../spinner"
25
25
  const PageContainer = styled.div``
26
26
 
27
27
  const TableTitle = styled.div`
28
- margin-bottom: 6px;
28
+ margin-bottom: 16px;
29
29
  font-weight: bold;
30
- font-size: 13px;
30
+ font-size: 14px;
31
+ text-transform: uppercase;
31
32
  `
32
33
 
33
34
  const TableScroll = styled.div`
@@ -100,6 +101,7 @@ const TableContainer = styled.table`
100
101
  padding: 11px 15px;
101
102
  background-color: ${(props) => props.theme.colors.blue1};
102
103
  cursor: auto;
104
+ height: 40px;
103
105
 
104
106
  .ordering {
105
107
  display: grid;