@skyux/indicators 11.1.0 → 11.3.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 (31) hide show
  1. package/documentation.json +598 -598
  2. package/esm2022/lib/modules/alert/alert.component.mjs +3 -3
  3. package/esm2022/lib/modules/alert/alert.module.mjs +4 -4
  4. package/esm2022/lib/modules/chevron/chevron.component.mjs +3 -3
  5. package/esm2022/lib/modules/chevron/chevron.module.mjs +4 -4
  6. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
  7. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
  8. package/esm2022/lib/modules/illustration/illustration-resolver.service.mjs +3 -3
  9. package/esm2022/lib/modules/illustration/illustration.component.mjs +3 -3
  10. package/esm2022/lib/modules/illustration/illustration.module.mjs +4 -4
  11. package/esm2022/lib/modules/key-info/key-info-label.component.mjs +3 -3
  12. package/esm2022/lib/modules/key-info/key-info-value.component.mjs +3 -3
  13. package/esm2022/lib/modules/key-info/key-info.component.mjs +3 -3
  14. package/esm2022/lib/modules/key-info/key-info.module.mjs +4 -4
  15. package/esm2022/lib/modules/label/label.component.mjs +3 -3
  16. package/esm2022/lib/modules/label/label.module.mjs +4 -4
  17. package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
  18. package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +3 -3
  19. package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
  20. package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
  21. package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  22. package/esm2022/lib/modules/tokens/token.component.mjs +3 -3
  23. package/esm2022/lib/modules/tokens/tokens.component.mjs +3 -3
  24. package/esm2022/lib/modules/tokens/tokens.module.mjs +4 -4
  25. package/esm2022/lib/modules/wait/wait-adapter.service.mjs +3 -3
  26. package/esm2022/lib/modules/wait/wait-page.component.mjs +3 -3
  27. package/esm2022/lib/modules/wait/wait.component.mjs +3 -3
  28. package/esm2022/lib/modules/wait/wait.module.mjs +4 -4
  29. package/esm2022/lib/modules/wait/wait.service.mjs +3 -3
  30. package/fesm2022/skyux-indicators.mjs +95 -95
  31. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "11.1.0",
3
+ "version": "11.3.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.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.1.0",
45
- "@skyux/core": "11.1.0",
46
- "@skyux/help-inline": "11.1.0",
47
- "@skyux/i18n": "11.1.0",
48
- "@skyux/icon": "11.1.0",
49
- "@skyux/theme": "11.1.0"
39
+ "@angular/animations": "^18.2.5",
40
+ "@angular/cdk": "^18.2.4",
41
+ "@angular/common": "^18.2.5",
42
+ "@angular/core": "^18.2.5",
43
+ "@angular/platform-browser": "^18.2.5",
44
+ "@skyux-sdk/testing": "11.3.0",
45
+ "@skyux/core": "11.3.0",
46
+ "@skyux/help-inline": "11.3.0",
47
+ "@skyux/i18n": "11.3.0",
48
+ "@skyux/icon": "11.3.0",
49
+ "@skyux/theme": "11.3.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "tslib": "^2.6.3"