@randstad-uca/design-system 1.0.11 → 1.0.12

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
@@ -4221,11 +4221,7 @@ console.warn('WARNING: Since Vaadin 23.2, "@vaadin/vaadin-date-picker" is deprec
4221
4221
  />
4222
4222
  ${"password"===this.type?o`
4223
4223
  <button type="button" class="toggle-password" @click=${this.togglePassword}>
4224
- <randstad-icon
4225
- name=${this.isPasswordVisible?"eye_crossed":"eye"}
4226
- size="24px"
4227
- color="#2175D9"
4228
- ></randstad-icon>
4224
+ ${this.isPasswordVisible?o`<randstad-icon name='eye_crossed' size="24px" color="#2175D9"></randstad-icon>`:o`<randstad-icon name='eye' size="24px" color="#2175D9"></randstad-icon>`}
4229
4225
  </button>
4230
4226
  `:r}
4231
4227
  `}