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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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>;
|