@indigina/ui-kit 1.1.550 → 1.1.551

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.550",
10
+ "version": "1.1.551",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3194,6 +3194,7 @@ declare enum KitFilterDateRange {
3194
3194
  LAST_24_HOURS = "last24Hours",
3195
3195
  LAST_THREE_DAYS = "lastThreeDays",
3196
3196
  LAST_WEEK = "lastWeek",
3197
+ LAST_THREE_MONTH = "lastThreeMonth",
3197
3198
  LAST_MONTH = "lastMonth",
3198
3199
  CUSTOM_RANGE = "customRange"
3199
3200
  }