@skyux/lookup 12.31.0 → 12.32.0

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.
@@ -55,7 +55,7 @@ export declare class SkySearchComponent implements OnDestroy, OnInit, OnChanges
55
55
  set debounceTime(value: number | undefined);
56
56
  get debounceTime(): number;
57
57
  /**
58
- * Whether to disable the filter button.
58
+ * Whether to disable the search.
59
59
  * @default false
60
60
  */
61
61
  set disabled(value: boolean | undefined);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "12.31.0",
3
+ "version": "12.32.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -22,16 +22,16 @@
22
22
  "@angular/core": "^19.2.14",
23
23
  "@angular/forms": "^19.2.14",
24
24
  "@angular/platform-browser": "^19.2.14",
25
- "@skyux-sdk/testing": "12.31.0",
26
- "@skyux/core": "12.31.0",
27
- "@skyux/forms": "12.31.0",
28
- "@skyux/i18n": "12.31.0",
29
- "@skyux/icon": "12.31.0",
30
- "@skyux/indicators": "12.31.0",
31
- "@skyux/layout": "12.31.0",
32
- "@skyux/lists": "12.31.0",
33
- "@skyux/modals": "12.31.0",
34
- "@skyux/theme": "12.31.0"
25
+ "@skyux-sdk/testing": "12.32.0",
26
+ "@skyux/core": "12.32.0",
27
+ "@skyux/forms": "12.32.0",
28
+ "@skyux/i18n": "12.32.0",
29
+ "@skyux/icon": "12.32.0",
30
+ "@skyux/indicators": "12.32.0",
31
+ "@skyux/layout": "12.32.0",
32
+ "@skyux/lists": "12.32.0",
33
+ "@skyux/modals": "12.32.0",
34
+ "@skyux/theme": "12.32.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "intl-tel-input": "25.2.1",