@skyux/indicators 11.0.0-alpha.8 → 11.0.0-beta.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.
Files changed (35) hide show
  1. package/documentation.json +2318 -1338
  2. package/esm2022/index.mjs +9 -1
  3. package/esm2022/lib/modules/alert/alert.component.mjs +5 -5
  4. package/esm2022/lib/modules/alert/alert.module.mjs +4 -4
  5. package/esm2022/lib/modules/chevron/chevron.component.mjs +3 -3
  6. package/esm2022/lib/modules/chevron/chevron.module.mjs +4 -4
  7. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
  8. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
  9. package/esm2022/lib/modules/illustration/illustration-resolver.service.mjs +3 -3
  10. package/esm2022/lib/modules/illustration/illustration.component.mjs +3 -3
  11. package/esm2022/lib/modules/illustration/illustration.module.mjs +4 -4
  12. package/esm2022/lib/modules/key-info/key-info-label.component.mjs +3 -3
  13. package/esm2022/lib/modules/key-info/key-info-value.component.mjs +3 -3
  14. package/esm2022/lib/modules/key-info/key-info.component.mjs +5 -5
  15. package/esm2022/lib/modules/key-info/key-info.module.mjs +4 -4
  16. package/esm2022/lib/modules/label/label.component.mjs +5 -5
  17. package/esm2022/lib/modules/label/label.module.mjs +4 -4
  18. package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
  19. package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +5 -5
  20. package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
  21. package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
  22. package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  23. package/esm2022/lib/modules/tokens/token.component.mjs +5 -5
  24. package/esm2022/lib/modules/tokens/tokens.component.mjs +6 -7
  25. package/esm2022/lib/modules/tokens/tokens.module.mjs +4 -4
  26. package/esm2022/lib/modules/wait/wait-adapter.service.mjs +3 -3
  27. package/esm2022/lib/modules/wait/wait-page.component.mjs +3 -3
  28. package/esm2022/lib/modules/wait/wait.component.mjs +5 -5
  29. package/esm2022/lib/modules/wait/wait.module.mjs +4 -4
  30. package/esm2022/lib/modules/wait/wait.service.mjs +3 -3
  31. package/fesm2022/skyux-indicators.mjs +104 -102
  32. package/fesm2022/skyux-indicators.mjs.map +1 -1
  33. package/index.d.ts +8 -0
  34. package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -1
  35. package/package.json +12 -12
package/index.d.ts CHANGED
@@ -33,3 +33,11 @@ export { SkyTokensComponent as λ13 } from './lib/modules/tokens/tokens.componen
33
33
  export { SkyWaitComponent as λ14 } from './lib/modules/wait/wait.component';
34
34
  export { SkyTextHighlightDirective } from './lib/modules/text-highlight/text-highlight.directive';
35
35
  export { SkyIllustrationComponent as λ16 } from './lib/modules/illustration/illustration.component';
36
+ /**
37
+ * @deprecated Use `@skyux/help-inline` instead.
38
+ */
39
+ export { SkyHelpInlineModule, λ1 as λ3 } from '@skyux/help-inline';
40
+ /**
41
+ * @deprecated Use `@skyux/icon` instead.
42
+ */
43
+ export { SkyIconStackItem, SkyIconModule, SkyIconType, SkyIconVariantType, λ1 as λ4, λ2 as λ5, } from '@skyux/icon';
@@ -52,5 +52,5 @@ export declare class SkyStatusIndicatorComponent implements OnInit {
52
52
  topIcon: SkyIconStackItem | undefined;
53
53
  ngOnInit(): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": { "alias": "indicatorType"; "required": false; }; "descriptionType": { "alias": "descriptionType"; "required": false; }; "customDescription": { "alias": "customDescription"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, [".sky-control-help", "*"], false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": { "alias": "indicatorType"; "required": false; }; "descriptionType": { "alias": "descriptionType"; "required": false; }; "customDescription": { "alias": "customDescription"; "required": false; }; "helpPopoverContent": { "alias": "helpPopoverContent"; "required": false; }; "helpPopoverTitle": { "alias": "helpPopoverTitle"; "required": false; }; "helpKey": { "alias": "helpKey"; "required": false; }; }, {}, never, ["*", ".sky-control-help"], false, never>;
56
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "11.0.0-alpha.8",
3
+ "version": "11.0.0-beta.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,17 +36,17 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@angular/animations": "^18.1.2",
40
- "@angular/cdk": "^18.1.2",
41
- "@angular/common": "^18.1.2",
42
- "@angular/core": "^18.1.2",
43
- "@angular/platform-browser": "^18.1.2",
44
- "@skyux-sdk/testing": "11.0.0-alpha.8",
45
- "@skyux/core": "11.0.0-alpha.8",
46
- "@skyux/help-inline": "11.0.0-alpha.8",
47
- "@skyux/i18n": "11.0.0-alpha.8",
48
- "@skyux/icon": "11.0.0-alpha.8",
49
- "@skyux/theme": "11.0.0-alpha.8"
39
+ "@angular/animations": "^18.2.3",
40
+ "@angular/cdk": "^18.2.3",
41
+ "@angular/common": "^18.2.3",
42
+ "@angular/core": "^18.2.3",
43
+ "@angular/platform-browser": "^18.2.3",
44
+ "@skyux-sdk/testing": "11.0.0-beta.0",
45
+ "@skyux/core": "11.0.0-beta.0",
46
+ "@skyux/help-inline": "11.0.0-beta.0",
47
+ "@skyux/i18n": "11.0.0-beta.0",
48
+ "@skyux/icon": "11.0.0-beta.0",
49
+ "@skyux/theme": "11.0.0-beta.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "tslib": "^2.6.3"