codexly-ui 0.12.20 → 0.12.21
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
|
@@ -2313,6 +2313,11 @@ declare class ClxProfileComponent {
|
|
|
2313
2313
|
readonly fullName: _angular_core.Signal<string>;
|
|
2314
2314
|
protected readonly _initials: _angular_core.Signal<string>;
|
|
2315
2315
|
protected readonly _ringClass: _angular_core.Signal<string>;
|
|
2316
|
+
/** Dropdown panel border — was a hardcoded border-clx-border-soft (a fixed global CSS var, same
|
|
2317
|
+
* gray in every theme) instead of reading the theme like every other card-shaped component
|
|
2318
|
+
* (clx-card, clx-product, clx-wishlist, clx-notification, clx-filter-panel all use
|
|
2319
|
+
* cardBorderColor/borderLight). Now consistent with those. */
|
|
2320
|
+
protected readonly _panelClass: _angular_core.Signal<string>;
|
|
2316
2321
|
protected _toggle(): void;
|
|
2317
2322
|
protected _close(): void;
|
|
2318
2323
|
protected _onKeydown(event: KeyboardEvent): void;
|