codexly-ui 0.12.14 → 0.12.15

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.12.14",
3
+ "version": "0.12.15",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2936,6 +2936,11 @@ declare class ClxFilterPanelComponent {
2936
2936
  readonly applyButtonSize: _angular_core.InputSignal<ClxButtonSize>;
2937
2937
  protected readonly _color: _angular_core.Signal<ClxColorInput>;
2938
2938
  protected readonly _applyButtonColor: _angular_core.Signal<ClxColorInput>;
2939
+ /** Outer border — was a hardcoded border-clx-border (a fixed global CSS var, same gray in every
2940
+ * theme) instead of reading the theme like every other card-shaped component (clx-card,
2941
+ * clx-product, clx-wishlist, clx-notification all use cardBorderColor/borderLight). Now
2942
+ * consistent with those. */
2943
+ protected readonly _hostClass: _angular_core.Signal<string>;
2939
2944
  readonly values: _angular_core.ModelSignal<ClxFilterValues>;
2940
2945
  readonly filterChange: _angular_core.OutputEmitterRef<ClxFilterChangeEvent>;
2941
2946
  readonly applyChange: _angular_core.OutputEmitterRef<ClxFilterValues>;