@atelier-ui/angular 0.1.3 → 0.1.8

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.1.3",
3
+ "version": "0.1.8",
4
4
  "description": "Atelier component library for Angular — LLM-optimised, accessible, design-token-driven",
5
5
  "keywords": [
6
6
  "angular",
@@ -52,6 +52,7 @@ declare class LlmButton {
52
52
  protected readonly hostClasses: _angular_core.Signal<string>;
53
53
  /** @internal — host element ref for the dev-mode a11y check. */
54
54
  private readonly el;
55
+ private readonly destroyRef;
55
56
  constructor();
56
57
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<LlmButton, never>;
57
58
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<LlmButton, "llm-button", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;