@indigina/ui-kit 1.1.534 → 1.1.535

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.534",
10
+ "version": "1.1.535",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -4877,7 +4877,6 @@ declare class KitFilterCheckboxComponent implements OnInit, OnChanges {
4877
4877
  ngOnInit(): void;
4878
4878
  ngOnChanges({ filter }: SimpleChanges): void;
4879
4879
  removeFilter(): void;
4880
- applyButtonDisabled(): boolean;
4881
4880
  clearAllFilters(): void;
4882
4881
  applyFilter(): void;
4883
4882
  onPopupToggle(): void;