From 8918dc94bdfed422af533c290111159e3a8e9ef8 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 6 Sep 2025 13:29:38 +0000 Subject: [PATCH] fix(dees-input-text): Normalize Lucide icon names for password toggle --- changelog.md | 5 +++++ ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-input-text.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 022d4d8..2bead95 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-09-06 - 1.11.1 - fix(dees-input-text) +Normalize Lucide icon names for password toggle + +- Updated password visibility toggle icons in dees-input-text from 'lucide:eye'/'lucide:eye-off' to 'lucide:Eye'/'lucide:EyeOff' to match Lucide exports and avoid missing icon rendering. + ## 2025-09-05 - 1.11.0 - feat(dees-icon) Add full icon list and improve dees-icon demo with copy-all functionality and UI tweaks diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 1244fac..56f78dd 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.11.0', + version: '1.11.1', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' } diff --git a/ts_web/elements/dees-input-text.ts b/ts_web/elements/dees-input-text.ts index a311234..0620282 100644 --- a/ts_web/elements/dees-input-text.ts +++ b/ts_web/elements/dees-input-text.ts @@ -231,7 +231,7 @@ export class DeesInputText extends DeesInputBase { ${this.isPasswordBool ? html`
- +
` : html``}