codexly-ui 0.10.109 → 0.10.111

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.10.109",
3
+ "version": "0.10.111",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2082,6 +2082,9 @@ interface ClxThemeConfig {
2082
2082
  cardBorderColor?: ClxColorInput;
2083
2083
  /** ClxListComponent divider/border color — falls back to primaryColor when unset */
2084
2084
  listBorderColor?: ClxColorInput;
2085
+ /** Scrollbar thumb color (--clx-scroll/--clx-scroll-light CSS vars) — falls back to
2086
+ * primaryColor when unset. */
2087
+ scrollColor?: ClxColorInput;
2085
2088
  /** Default border-radius style applied to all components */
2086
2089
  borderRadius: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
2087
2090
  /** Default size for all form/interactive components */
@@ -2252,7 +2255,6 @@ declare class ClxProfileComponent {
2252
2255
  readonly fullName: _angular_core.Signal<string>;
2253
2256
  protected readonly _initials: _angular_core.Signal<string>;
2254
2257
  protected readonly _ringClass: _angular_core.Signal<string>;
2255
- protected readonly _avatarRingClass: _angular_core.Signal<string>;
2256
2258
  protected _toggle(): void;
2257
2259
  protected _close(): void;
2258
2260
  protected _onKeydown(event: KeyboardEvent): void;