@skyux/indicators 9.21.2 → 10.0.0-alpha.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 (49) hide show
  1. package/documentation.json +574 -574
  2. package/esm2022/lib/modules/alert/alert.component.mjs +4 -4
  3. package/esm2022/lib/modules/alert/alert.module.mjs +4 -4
  4. package/esm2022/lib/modules/chevron/chevron.component.mjs +5 -5
  5. package/esm2022/lib/modules/chevron/chevron.module.mjs +4 -4
  6. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +4 -4
  7. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
  8. package/esm2022/lib/modules/help-inline/help-inline-aria-expanded.pipe.mjs +3 -3
  9. package/esm2022/lib/modules/help-inline/help-inline.component.mjs +3 -3
  10. package/esm2022/lib/modules/help-inline/help-inline.module.mjs +4 -4
  11. package/esm2022/lib/modules/icon/icon-class-list.pipe.mjs +4 -4
  12. package/esm2022/lib/modules/icon/icon-resolver.service.mjs +5 -5
  13. package/esm2022/lib/modules/icon/icon-stack.component.mjs +3 -3
  14. package/esm2022/lib/modules/icon/icon.component.mjs +3 -3
  15. package/esm2022/lib/modules/icon/icon.module.mjs +4 -4
  16. package/esm2022/lib/modules/key-info/key-info-label.component.mjs +3 -3
  17. package/esm2022/lib/modules/key-info/key-info-value.component.mjs +3 -3
  18. package/esm2022/lib/modules/key-info/key-info.component.mjs +3 -3
  19. package/esm2022/lib/modules/key-info/key-info.module.mjs +4 -4
  20. package/esm2022/lib/modules/label/label.component.mjs +4 -4
  21. package/esm2022/lib/modules/label/label.module.mjs +4 -4
  22. package/esm2022/lib/modules/shared/indicator-icon-utility.mjs +1 -1
  23. package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
  24. package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +4 -4
  25. package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
  26. package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +4 -4
  27. package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  28. package/esm2022/lib/modules/tokens/token.component.mjs +4 -4
  29. package/esm2022/lib/modules/tokens/tokens.component.mjs +5 -5
  30. package/esm2022/lib/modules/tokens/tokens.module.mjs +4 -4
  31. package/esm2022/lib/modules/wait/wait-adapter.service.mjs +11 -9
  32. package/esm2022/lib/modules/wait/wait-page.component.mjs +3 -3
  33. package/esm2022/lib/modules/wait/wait.component.mjs +4 -4
  34. package/esm2022/lib/modules/wait/wait.module.mjs +4 -4
  35. package/esm2022/lib/modules/wait/wait.service.mjs +4 -4
  36. package/esm2022/testing/alert/alert-harness.mjs +1 -1
  37. package/esm2022/testing/alert-fixture.mjs +1 -1
  38. package/esm2022/testing/chevron/chevron-harness.mjs +1 -1
  39. package/esm2022/testing/icon/icon-harness.mjs +1 -1
  40. package/esm2022/testing/label/label-harness.mjs +1 -1
  41. package/esm2022/testing/label-fixture.mjs +1 -1
  42. package/esm2022/testing/status-indicator/status-indicator-harness.mjs +1 -1
  43. package/esm2022/testing/tokens/token-harness.mjs +1 -1
  44. package/esm2022/testing/tokens/tokens-harness.mjs +1 -1
  45. package/esm2022/testing/wait/wait-harness.mjs +1 -1
  46. package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
  47. package/fesm2022/skyux-indicators.mjs +121 -119
  48. package/fesm2022/skyux-indicators.mjs.map +1 -1
  49. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "9.21.2",
3
+ "version": "10.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,15 +36,15 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@angular/animations": "^16.2.9",
40
- "@angular/cdk": "^16.2.8",
41
- "@angular/common": "^16.2.9",
42
- "@angular/core": "^16.2.9",
43
- "@angular/platform-browser": "^16.2.9",
44
- "@skyux-sdk/testing": "9.21.2",
45
- "@skyux/core": "9.21.2",
46
- "@skyux/i18n": "9.21.2",
47
- "@skyux/theme": "9.21.2"
39
+ "@angular/animations": "^17.1.0",
40
+ "@angular/cdk": "^17.1.0",
41
+ "@angular/common": "^17.1.0",
42
+ "@angular/core": "^17.1.0",
43
+ "@angular/platform-browser": "^17.1.0",
44
+ "@skyux-sdk/testing": "10.0.0-alpha.0",
45
+ "@skyux/core": "10.0.0-alpha.0",
46
+ "@skyux/i18n": "10.0.0-alpha.0",
47
+ "@skyux/theme": "10.0.0-alpha.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.6.2"