@skyux/indicators 13.0.0-alpha.3 → 13.0.0-alpha.5

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
@@ -46,7 +46,7 @@ declare class SkyAlertComponent implements AfterViewChecked, OnInit, OnDestroy {
46
46
  * Fires when users close the alert.
47
47
  */
48
48
  closedChange: EventEmitter<boolean>;
49
- iconName: string | undefined;
49
+ iconName: string;
50
50
  alertTypeOrDefault: SkyIndicatorIconType;
51
51
  descriptionComputed: string | undefined;
52
52
  ngOnInit(): void;
@@ -256,7 +256,7 @@ declare class SkyLabelComponent implements AfterViewChecked, OnDestroy, OnInit {
256
256
  set customDescription(value: string | undefined);
257
257
  get customDescription(): string | undefined;
258
258
  descriptionComputed: string | undefined;
259
- iconName: string | undefined;
259
+ iconName: string;
260
260
  labelTypeOrDefault: SkyLabelType;
261
261
  ngOnInit(): void;
262
262
  ngAfterViewChecked(): void;
@@ -314,7 +314,7 @@ declare class SkyStatusIndicatorComponent implements OnInit {
314
314
  */
315
315
  helpKey: string | undefined;
316
316
  descriptionComputed: string | undefined;
317
- iconName: string | undefined;
317
+ iconName: string;
318
318
  indicatorTypeOrDefault: SkyIndicatorIconType;
319
319
  ngOnInit(): void;
320
320
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "13.0.0-alpha.3",
3
+ "version": "13.0.0-alpha.5",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,12 +21,12 @@
21
21
  "@angular/common": "^20.0.5",
22
22
  "@angular/core": "^20.0.5",
23
23
  "@angular/platform-browser": "^20.0.5",
24
- "@skyux-sdk/testing": "13.0.0-alpha.3",
25
- "@skyux/core": "13.0.0-alpha.3",
26
- "@skyux/help-inline": "13.0.0-alpha.3",
27
- "@skyux/i18n": "13.0.0-alpha.3",
28
- "@skyux/icon": "13.0.0-alpha.3",
29
- "@skyux/theme": "13.0.0-alpha.3"
24
+ "@skyux-sdk/testing": "13.0.0-alpha.5",
25
+ "@skyux/core": "13.0.0-alpha.5",
26
+ "@skyux/help-inline": "13.0.0-alpha.5",
27
+ "@skyux/i18n": "13.0.0-alpha.5",
28
+ "@skyux/icon": "13.0.0-alpha.5",
29
+ "@skyux/theme": "13.0.0-alpha.5"
30
30
  },
31
31
  "dependencies": {
32
32
  "tslib": "^2.8.1"