@indigina/ui-kit 1.1.331 → 1.1.332

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
@@ -3313,6 +3313,7 @@ declare enum KitFilterType {
3313
3313
  }
3314
3314
  declare enum KitFilterDateRange {
3315
3315
  TODAY = "today",
3316
+ LAST_THREE_DAYS = "lastThreeDays",
3316
3317
  LAST_WEEK = "lastWeek",
3317
3318
  LAST_MONTH = "lastMonth"
3318
3319
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.331",
10
+ "version": "1.1.332",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",