@indigina/ui-kit 1.1.340 → 1.1.341

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