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