codexly-ui 0.6.9 → 0.6.10

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.6.9",
3
+ "version": "0.6.10",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2229,7 +2229,7 @@ declare class ClxTreeComponent {
2229
2229
  icon: "xs" | "sm" | "md";
2230
2230
  indent: string;
2231
2231
  }>;
2232
- protected readonly _indentPx: _angular_core.Signal<16 | 20 | 24>;
2232
+ protected readonly _indentPx: _angular_core.Signal<24 | 16 | 20>;
2233
2233
  protected readonly _rootClass: _angular_core.Signal<string>;
2234
2234
  protected _isExpanded(id: string | number): boolean;
2235
2235
  protected _isSelected(id: string | number): boolean;