chrv-components 1.11.1 → 1.11.2

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/index.d.ts CHANGED
@@ -936,7 +936,7 @@ declare class ChrTableHeaderCellComponent {
936
936
 
937
937
  declare class ChrCheckboxComponent {
938
938
  checked: boolean;
939
- readonly type: _angular_core.InputSignal<"success" | "info">;
939
+ readonly type: _angular_core.InputSignal<"info" | "success">;
940
940
  readonly disabled: _angular_core.InputSignal<boolean>;
941
941
  readonly change: _angular_core.OutputEmitterRef<{
942
942
  checked: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
Binary file