@eturnity/eturnity_reusable_components 1.2.38 → 1.2.39

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.38",
3
+ "version": "1.2.39",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -226,7 +226,7 @@ const SlotContainer = styled('span', inputProps)`
226
226
  width: ${(props) =>
227
227
  props.slotSize ? 'calc(' + props.slotSize + ' - 10px)' : 'fit-content'};
228
228
  right: 10px;
229
- top: 0;
229
+ top: 10px;
230
230
  padding-left: 10px;
231
231
  color: ${(props) =>
232
232
  props.isError