@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
|
@@ -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
|
/**
|