@skyux/lookup 10.38.0 → 10.40.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.
@@ -23,6 +23,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
23
23
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
24
24
  * If the input includes a visible label, use `ariaLabelledBy` instead.
25
25
  * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
26
+ * @deprecated Use the input box `labelText` input instead.
26
27
  */
27
28
  ariaLabel: string | undefined;
28
29
  /**
@@ -31,6 +32,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
31
32
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
32
33
  * If the input does not include a visible label, use `ariaLabel` instead.
33
34
  * For more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby).
35
+ * @deprecated Use the input box `labelText` input instead.
34
36
  */
35
37
  ariaLabelledBy: string | undefined;
36
38
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "10.38.0",
3
+ "version": "10.40.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -42,18 +42,18 @@
42
42
  "@angular/core": "^17.3.4",
43
43
  "@angular/forms": "^17.3.4",
44
44
  "@angular/platform-browser": "^17.3.4",
45
- "@skyux-sdk/testing": "10.38.0",
46
- "@skyux/core": "10.38.0",
47
- "@skyux/forms": "10.38.0",
48
- "@skyux/i18n": "10.38.0",
49
- "@skyux/indicators": "10.38.0",
50
- "@skyux/layout": "10.38.0",
51
- "@skyux/lists": "10.38.0",
52
- "@skyux/modals": "10.38.0",
53
- "@skyux/theme": "10.38.0"
45
+ "@skyux-sdk/testing": "10.40.0",
46
+ "@skyux/core": "10.40.0",
47
+ "@skyux/forms": "10.40.0",
48
+ "@skyux/i18n": "10.40.0",
49
+ "@skyux/indicators": "10.40.0",
50
+ "@skyux/layout": "10.40.0",
51
+ "@skyux/lists": "10.40.0",
52
+ "@skyux/modals": "10.40.0",
53
+ "@skyux/theme": "10.40.0"
54
54
  },
55
55
  "dependencies": {
56
- "@skyux/icon": "10.38.0",
56
+ "@skyux/icon": "10.40.0",
57
57
  "intl-tel-input": "19.5.5",
58
58
  "tslib": "^2.6.2"
59
59
  },