@skyux/indicators 11.30.1 → 12.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 (71) hide show
  1. package/documentation.json +878 -866
  2. package/fesm2022/skyux-indicators.mjs +120 -115
  3. package/fesm2022/skyux-indicators.mjs.map +1 -1
  4. package/package.json +13 -17
  5. package/esm2022/index.mjs +0 -38
  6. package/esm2022/lib/modules/alert/alert.component.mjs +0 -133
  7. package/esm2022/lib/modules/alert/alert.module.mjs +0 -32
  8. package/esm2022/lib/modules/chevron/chevron.component.mjs +0 -78
  9. package/esm2022/lib/modules/chevron/chevron.module.mjs +0 -32
  10. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +0 -31
  11. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +0 -19
  12. package/esm2022/lib/modules/illustration/illustration-resolver.service.mjs +0 -13
  13. package/esm2022/lib/modules/illustration/illustration-size.mjs +0 -2
  14. package/esm2022/lib/modules/illustration/illustration.component.mjs +0 -45
  15. package/esm2022/lib/modules/illustration/illustration.module.mjs +0 -16
  16. package/esm2022/lib/modules/key-info/key-info-label.component.mjs +0 -21
  17. package/esm2022/lib/modules/key-info/key-info-layout-type.mjs +0 -2
  18. package/esm2022/lib/modules/key-info/key-info-value.component.mjs +0 -18
  19. package/esm2022/lib/modules/key-info/key-info.component.mjs +0 -30
  20. package/esm2022/lib/modules/key-info/key-info.module.mjs +0 -34
  21. package/esm2022/lib/modules/label/label-type.mjs +0 -2
  22. package/esm2022/lib/modules/label/label.component.mjs +0 -117
  23. package/esm2022/lib/modules/label/label.module.mjs +0 -20
  24. package/esm2022/lib/modules/shared/indicator-description-type.mjs +0 -2
  25. package/esm2022/lib/modules/shared/indicator-icon-type.mjs +0 -2
  26. package/esm2022/lib/modules/shared/indicator-icon-utility.mjs +0 -40
  27. package/esm2022/lib/modules/shared/indicator-icon.mjs +0 -2
  28. package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +0 -76
  29. package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +0 -110
  30. package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +0 -39
  31. package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +0 -152
  32. package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +0 -18
  33. package/esm2022/lib/modules/tokens/token.component.mjs +0 -120
  34. package/esm2022/lib/modules/tokens/tokens.component.mjs +0 -331
  35. package/esm2022/lib/modules/tokens/tokens.module.mjs +0 -35
  36. package/esm2022/lib/modules/tokens/types/token-selected-event-args.mjs +0 -2
  37. package/esm2022/lib/modules/tokens/types/token.mjs +0 -2
  38. package/esm2022/lib/modules/tokens/types/tokens-message-type.mjs +0 -24
  39. package/esm2022/lib/modules/tokens/types/tokens-message.mjs +0 -2
  40. package/esm2022/lib/modules/wait/wait-adapter.service.mjs +0 -226
  41. package/esm2022/lib/modules/wait/wait-page.component.mjs +0 -19
  42. package/esm2022/lib/modules/wait/wait.component.mjs +0 -173
  43. package/esm2022/lib/modules/wait/wait.module.mjs +0 -16
  44. package/esm2022/lib/modules/wait/wait.service.mjs +0 -159
  45. package/esm2022/skyux-indicators.mjs +0 -5
  46. package/esm2022/testing/legacy/alert-fixture.mjs +0 -70
  47. package/esm2022/testing/legacy/label-fixture.mjs +0 -42
  48. package/esm2022/testing/legacy/wait-fixture.mjs +0 -28
  49. package/esm2022/testing/modules/alert/alert-harness-filters.mjs +0 -2
  50. package/esm2022/testing/modules/alert/alert-harness.mjs +0 -112
  51. package/esm2022/testing/modules/chevron/chevron-harness.mjs +0 -38
  52. package/esm2022/testing/modules/help-inline/help-inline-harness-filters.mjs +0 -2
  53. package/esm2022/testing/modules/help-inline/help-inline-harness.mjs +0 -25
  54. package/esm2022/testing/modules/illustration/illustration-harness-filters.mjs +0 -2
  55. package/esm2022/testing/modules/illustration/illustration-harness.mjs +0 -54
  56. package/esm2022/testing/modules/key-info/key-info-harness-filters.mjs +0 -2
  57. package/esm2022/testing/modules/key-info/key-info-harness.mjs +0 -43
  58. package/esm2022/testing/modules/key-info/key-info-label-harness.mjs +0 -18
  59. package/esm2022/testing/modules/key-info/key-info-value-harness.mjs +0 -18
  60. package/esm2022/testing/modules/label/label-harness-filters.mjs +0 -2
  61. package/esm2022/testing/modules/label/label-harness.mjs +0 -88
  62. package/esm2022/testing/modules/status-indicator/status-indicator-harness-filters.mjs +0 -2
  63. package/esm2022/testing/modules/status-indicator/status-indicator-harness.mjs +0 -119
  64. package/esm2022/testing/modules/tokens/token-harness-filters.mjs +0 -2
  65. package/esm2022/testing/modules/tokens/token-harness.mjs +0 -63
  66. package/esm2022/testing/modules/tokens/tokens-harness-filters.mjs +0 -2
  67. package/esm2022/testing/modules/tokens/tokens-harness.mjs +0 -45
  68. package/esm2022/testing/modules/wait/wait-harness-filters.mjs +0 -2
  69. package/esm2022/testing/modules/wait/wait-harness.mjs +0 -60
  70. package/esm2022/testing/public-api.mjs +0 -15
  71. package/esm2022/testing/skyux-indicators-testing.mjs +0 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.