codexly-ui 0.5.7 → 0.5.9

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.5.7",
3
+ "version": "0.5.9",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -247,7 +247,10 @@ declare class ClxCardComponent {
247
247
  protected readonly _hasHeader: _angular_core.Signal<boolean>;
248
248
  protected readonly _hasBody: _angular_core.Signal<boolean>;
249
249
  protected readonly _hasFooter: _angular_core.Signal<boolean>;
250
+ /** Blocks interaction only — applied to body/footer so the header (e.g. an enable/disable switch) stays clickable. */
251
+ protected readonly _disabledInteractionCls: _angular_core.Signal<"" | "pointer-events-none">;
250
252
  protected readonly _bodyClass: _angular_core.Signal<string>;
253
+ protected readonly _footerClass: _angular_core.Signal<string>;
251
254
  protected readonly _hostClass: _angular_core.Signal<string>;
252
255
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxCardComponent, never>;
253
256
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClxCardComponent, "clx-card", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "shadow": { "alias": "shadow"; "required": false; "isSignal": true; }; "hover": { "alias": "hover"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["_headerSlot", "_bodySlot", "_footerSlot"], ["[clxCardHeader]", "[clxCardBody]", "*", "[clxCardFooter]"], true, never>;