eoss-ui 0.5.51 → 0.5.52

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.
@@ -42,7 +42,7 @@
42
42
  line-height: 20px;
43
43
  }
44
44
  .es-flow-top {
45
- height: 350px;
45
+ height: 380px;
46
46
  .es-flow-title {
47
47
  height: 40px;
48
48
  line-height: 40px;
package/src/index.js CHANGED
@@ -119,7 +119,7 @@ if (typeof window !== 'undefined' && window.Vue) {
119
119
  }
120
120
 
121
121
  export default {
122
- version: '0.5.51',
122
+ version: '0.5.52',
123
123
  install,
124
124
  Button,
125
125
  ButtonGroup,