@skyux/indicators 8.10.6 → 8.10.8

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