@indigina/ui-kit 1.1.491 → 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.491",
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",
@@ -202,7 +202,8 @@ declare enum KitSvgIcon {
202
202
  BUILDING = "building",
203
203
  CODE = "code",
204
204
  TREE_VIEW = "tree-view",
205
- MAGIC_WAND = "magic-wand"
205
+ MAGIC_WAND = "magic-wand",
206
+ UNBOOKED_PRODUCTS = "unbooked-products"
206
207
  }
207
208
  declare enum KitSvgIconType {
208
209
  FILL = "fill",
@@ -3687,6 +3688,7 @@ declare class KitFileCardComponent {
3687
3688
  */
3688
3689
  name: string;
3689
3690
  readonly fileSize: InputSignal<string | undefined>;
3691
+ readonly formattedFileSize: Signal<string | undefined>;
3690
3692
  readonly showViewFileButton: InputSignal<boolean>;
3691
3693
  readonly useUTCDateValues: InputSignal<boolean>;
3692
3694
  /**