@indigina/ui-kit 1.1.492 → 1.1.493

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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.492",
10
+ "version": "1.1.493",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3688,6 +3688,7 @@ declare class KitFileCardComponent {
3688
3688
  */
3689
3689
  name: string;
3690
3690
  readonly fileSize: InputSignal<string | undefined>;
3691
+ readonly formattedFileSize: Signal<string | undefined>;
3691
3692
  readonly showViewFileButton: InputSignal<boolean>;
3692
3693
  readonly useUTCDateValues: InputSignal<boolean>;
3693
3694
  /**