fix(dees-mobile-header): adjust mobile header action slot layout and add documentation/license files

This commit is contained in:
2025-12-22 11:33:06 +00:00
parent d9fe9e6007
commit b52126a5ba
5 changed files with 450 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-22 - 1.0.2 - fix(dees-mobile-header)
adjust mobile header action slot layout and add documentation/license files
- ts_web/elements/00group-ui/dees-mobile-header/dees-mobile-header.ts: change ::slotted([slot="actions"]) from fixed width/height to min-width/min-height, switch display from block to flex and add align-items:center to improve vertical alignment
- Add MIT license file at /license
- Add extensive readme.md (documentation, install instructions, component usage, development and legal info)
## 2025-12-22 - 1.0.1 - fix()
no changes detected; no release required