otimus-library 0.3.56 → 0.3.58

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
@@ -130,7 +130,7 @@ declare class OcBadgeComponent implements OnInit {
130
130
 
131
131
  declare class OcCardComponent {
132
132
  readonly ocSelected: i0.InputSignal<boolean>;
133
- readonly ocColor: i0.InputSignal<"default" | "green" | "red" | "yellow">;
133
+ readonly ocColor: i0.InputSignal<"green" | "red" | "yellow" | "default">;
134
134
  readonly ocClickable: i0.InputSignal<boolean>;
135
135
  ocClick: EventEmitter<void>;
136
136
  protected onClick(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otimus-library",
3
- "version": "0.3.56",
3
+ "version": "0.3.58",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^20.2.5",