codexly-ui 0.4.4 → 0.4.6

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": "codexly-ui",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -131,9 +131,11 @@ declare class ClxButtonComponent {
131
131
  protected readonly _ripples: _angular_core.WritableSignal<ClxRippleItem[]>;
132
132
  private _nextId;
133
133
  private readonly _el;
134
- /** Static `class="..."` written by the consumer template, captured before the `[class]`
135
- * host binding below overwrites it otherwise any consumer-supplied classes (e.g.
136
- * positioning utilities like `absolute`/`group-hover:opacity-100`) would be silently lost. */
134
+ /** Static `class="..."` written by the consumer template. Read via `HostAttributeToken`
135
+ * (resolved from the template's static attribute at DI time) rather than
136
+ * `ElementRef.nativeElement.getAttribute`, since the `[class]` host binding below hasn't
137
+ * necessarily painted yet when the constructor runs — otherwise any consumer-supplied
138
+ * classes (e.g. positioning utilities like `absolute`/`top-1`) would be silently lost. */
137
139
  private readonly _consumerClass;
138
140
  protected readonly _inactive: _angular_core.Signal<boolean>;
139
141
  protected readonly _badgeClass: _angular_core.Signal<string>;