@randstad-uca/design-system 1.0.12 → 1.0.13
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4222,6 +4222,7 @@ console.warn('WARNING: Since Vaadin 23.2, "@vaadin/vaadin-date-picker" is deprec
|
|
|
4222
4222
|
${"password"===this.type?o`
|
|
4223
4223
|
<button type="button" class="toggle-password" @click=${this.togglePassword}>
|
|
4224
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>`}
|
|
4225
|
+
|
|
4225
4226
|
</button>
|
|
4226
4227
|
`:r}
|
|
4227
4228
|
`}
|