@skyux/indicators 6.4.0 → 6.7.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.
@@ -31,7 +31,7 @@ export declare class SkyTokensComponent implements OnDestroy {
31
31
  * Specifies the token property that represents the token's unique identifier. When this property
32
32
  * is set, animations are enabled when dismissing tokens.
33
33
  */
34
- trackWith: string;
34
+ trackWith: string | undefined;
35
35
  /**
36
36
  * Indicates whether users can focus on items in the list using the `Tab` key.
37
37
  * This does not affect the ability of users to select tokens, dismiss tokens,
@@ -43,7 +43,7 @@ export declare class SkyTokensComponent implements OnDestroy {
43
43
  /**
44
44
  * Specifies an array of tokens to include in the list.
45
45
  */
46
- set tokens(value: SkyToken[]);
46
+ set tokens(value: SkyToken[] | undefined);
47
47
  get tokens(): SkyToken[];
48
48
  /**
49
49
  * Specifies an observable of `SkyTokensMessage` that can place focus on a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "6.4.0",
3
+ "version": "6.7.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -44,10 +44,10 @@
44
44
  "@angular/common": "^13.3.2",
45
45
  "@angular/core": "^13.3.2",
46
46
  "@angular/platform-browser": "^13.3.2",
47
- "@skyux-sdk/testing": "6.4.0",
48
- "@skyux/core": "6.4.0",
49
- "@skyux/i18n": "6.4.0",
50
- "@skyux/theme": "6.4.0"
47
+ "@skyux-sdk/testing": "6.7.0",
48
+ "@skyux/core": "6.7.0",
49
+ "@skyux/i18n": "6.7.0",
50
+ "@skyux/theme": "6.7.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "tslib": "^2.3.1"