@life-cockpit/angular-ui-kit 2.6.0 → 2.8.0

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/README.md CHANGED
@@ -58,11 +58,11 @@ export class MyComponent {}
58
58
 
59
59
  | Component | Selector | Description |
60
60
  |-----------|----------|-------------|
61
- | Accordion | `lc-accordion` | Expandable/collapsible content panels |
61
+ | Accordion | `lc-accordion` | Expandable/collapsible panels with optional rich header template (`lcAccordionHeader`) and lazy/deferred body (`lcAccordionContent` + `[lazy]`/`[destroyOnClose]`) |
62
62
  | Button | `lc-button` | Primary, secondary, and text buttons |
63
63
  | Card | `lc-card` | Content container with elevation |
64
64
  | Chat | `lc-chat` | Conversational UI with streaming, custom message templates |
65
- | Icon | `lc-icon` | SVG icon display |
65
+ | Icon | `lc-icon` | Tabler SVG icons; fail-loud on unknown names (dev warning + visible placeholder, optional `[strict]` throw); exports `ICON_NAMES` / `isValidIconName` / `ICON_ALIASES` (+ `icon-names.json`) for static checking |
66
66
  | Logo | `lc-logo` | Life Cockpit logo |
67
67
  | Markdown | `lc-markdown` | GFM renderer (tables with alignment, task lists, autolinks, code/mermaid) with in-place change highlighting |
68
68
  | Menu | `lc-menu` | Dropdown menu |