@randstad-uca/design-system 1.0.53 → 1.0.55

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/dist/index.js CHANGED
@@ -65,7 +65,11 @@ function A(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
65
65
  </a>
66
66
  `:i}
67
67
  `}renderError(){return e`
68
- ${this.errorMessage?e`<div class="error-message">${this.errorMessage}</div>`:i}
68
+ ${this.error?e`
69
+ <div class="error-message">
70
+ ${this.errorMessage?this.errorMessage:e`<slot name="error-extended"></slot>`}
71
+ </div>
72
+ `:i}
69
73
  `}renderHelper(){const t=`text-align: ${this.helperAlign??"left"};`;return e`
70
74
  ${this.helper?e`
71
75
  <p
@@ -926,6 +930,7 @@ function A(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
926
930
  display: flex;
927
931
  align-items: center;
928
932
  width: 100%;
933
+ position: relative;
929
934
  }
930
935
 
931
936
  .input-with-button input {