codexly-ui 0.1.8 → 0.1.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.1.8",
3
+ "version": "0.1.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -1654,7 +1654,7 @@ declare class ClxEditorComponent implements AfterViewInit, OnDestroy, ControlVal
1654
1654
  protected readonly _color: _angular_core.Signal<ClxColorInput>;
1655
1655
  readonly size: _angular_core.InputSignal<ClxEditorSize | undefined>;
1656
1656
  protected readonly _editorSize: _angular_core.Signal<ClxEditorSize>;
1657
- readonly status: _angular_core.InputSignal<"error" | "default" | "success">;
1657
+ readonly status: _angular_core.InputSignal<"success" | "error" | "default">;
1658
1658
  readonly statusMessage: _angular_core.InputSignal<string>;
1659
1659
  readonly hint: _angular_core.InputSignal<string>;
1660
1660
  readonly disabled: _angular_core.InputSignal<boolean>;