@eturnity/eturnity_reusable_components 1.2.31-EPDM-6097.1 → 1.2.31-EPDM-6097.3

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.2.31-EPDM-6097.1",
3
+ "version": "1.2.31-EPDM-6097.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -90,7 +90,7 @@ const IconWrapper = styled('div', iconAttrs)`
90
90
  height: ${(props) => props.size};
91
91
  `
92
92
 
93
- const IconImg = styled('div', iconAttrs)`
93
+ const IconImg = styled.div`
94
94
  line-height: 0;
95
95
  `
96
96
 
@@ -213,6 +213,7 @@ const SlotContainer = styled('span', inputProps)`
213
213
 
214
214
  const LabelWrapper = styled.div`
215
215
  display: flex;
216
+ align-items: center;
216
217
  gap: 10px;
217
218
  margin-bottom: 8px;
218
219
  `