@eturnity/eturnity_reusable_components 1.2.19-EPDM-3412.1 → 1.2.19-EPDM-3412.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.19-EPDM-3412.1",
3
+ "version": "1.2.19-EPDM-3412.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -207,12 +207,6 @@ const SlotContainer = styled('span', inputProps)`
207
207
  ? props.theme.colors.black
208
208
  : props.theme.colors.mediumGray};
209
209
  `
210
- const ErrorMessage = styled.div`
211
- font-size: 14px;
212
- color: ${(props) => props.theme.colors.red};
213
- position: absolute;
214
- top: calc(100% + 1px);
215
- `
216
210
 
217
211
  const LabelWrapper = styled.div`
218
212
  display: flex;