@atelier-ui/angular 0.0.26 → 0.0.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atelier-ui/angular",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "Atelier UI component library for Angular — LLM-optimised, accessible, design-token-driven",
5
5
  "keywords": [
6
6
  "angular",
@@ -1686,7 +1686,7 @@ declare class LlmChat {
1686
1686
  protected onCancel(event: Event): void;
1687
1687
  protected onBackdropClick(event: MouseEvent): void;
1688
1688
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<LlmChat, never>;
1689
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LlmChat, "llm-chat", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, ["*", "*", "*"], true, never>;
1689
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<LlmChat, "llm-chat", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, ["*"], true, never>;
1690
1690
  }
1691
1691
  /**
1692
1692
  * Header slot for `llm-chat`. Holds the title, status indicator, and close button.
@@ -1790,6 +1790,7 @@ declare class LlmChatInput {
1790
1790
  */
1791
1791
  interface LlmChatContext {
1792
1792
  readonly headerId: string;
1793
+ readonly variant: Signal<LlmChatVariant>;
1793
1794
  readonly status: Signal<LlmChatStatus>;
1794
1795
  close(): void;
1795
1796
  toggle(): void;