@indigina/ui-kit 1.1.524 → 1.1.525

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.524",
10
+ "version": "1.1.525",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3161,6 +3161,7 @@ declare enum KitFilterType {
3161
3161
  }
3162
3162
  declare enum KitFilterDateRange {
3163
3163
  TODAY = "today",
3164
+ YESTERDAY = "yesterday",
3164
3165
  LAST_24_HOURS = "last24Hours",
3165
3166
  LAST_THREE_DAYS = "lastThreeDays",
3166
3167
  LAST_WEEK = "lastWeek",