@farm-investimentos/front-mfe-components 15.14.9 → 15.14.10

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": "@farm-investimentos/front-mfe-components",
3
- "version": "15.14.9",
3
+ "version": "15.14.10",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -105,15 +105,13 @@
105
105
  padding: gutter('xs') 0;
106
106
  }
107
107
 
108
-
109
-
110
108
  &__bar {
111
109
  height: 30px;
112
110
  z-index: 2;
113
111
  border-radius: 4px;
114
112
  display: flex;
115
113
  align-items: center;
116
- justify-content: start;
114
+ justify-content: flex-start;
117
115
  color: white;
118
116
  font-size: fontSize('sm');
119
117
  padding: 0 gutter('sm');
@@ -86,7 +86,7 @@ export const OnRightSide = () => ({
86
86
  ],
87
87
  };
88
88
  },
89
- template: `<div style="padding-left: 80px; display: flex; justify-content: end;">
89
+ template: `<div style="padding-left: 80px; display: flex; justify-content: flex-end;">
90
90
  <farm-context-menu ref="multi" :items="items" />
91
91
  </div>`,
92
92
  });