@solcre-org/core-ui 2.11.32 → 2.11.34

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
@@ -3431,7 +3431,7 @@ declare class ImagePreviewComponent {
3431
3431
  title: _angular_core.InputSignal<string>;
3432
3432
  width: _angular_core.InputSignal<string>;
3433
3433
  height: _angular_core.InputSignal<string>;
3434
- objectFit: _angular_core.InputSignal<"fill" | "none" | "cover" | "contain" | "scale-down">;
3434
+ objectFit: _angular_core.InputSignal<"fill" | "cover" | "contain" | "scale-down" | "none">;
3435
3435
  borderRadius: _angular_core.InputSignal<string>;
3436
3436
  cursor: _angular_core.InputSignal<string>;
3437
3437
  loading: _angular_core.InputSignal<"lazy" | "eager">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.11.32",
3
+ "version": "2.11.34",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"