@skyux/indicators 8.0.0-alpha.1 → 8.0.0-alpha.10

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 (76) hide show
  1. package/documentation.json +2666 -1988
  2. package/esm2020/lib/modules/alert/alert.component.mjs +14 -14
  3. package/esm2020/lib/modules/alert/alert.module.mjs +4 -4
  4. package/esm2020/lib/modules/chevron/chevron.component.mjs +5 -5
  5. package/esm2020/lib/modules/chevron/chevron.module.mjs +4 -4
  6. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +5 -5
  7. package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
  8. package/esm2020/lib/modules/help-inline/help-inline.component.mjs +3 -3
  9. package/esm2020/lib/modules/help-inline/help-inline.module.mjs +4 -4
  10. package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +10 -11
  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 +6 -7
  15. package/esm2020/lib/modules/key-info/key-info-label.component.mjs +3 -3
  16. package/esm2020/lib/modules/key-info/key-info-value.component.mjs +3 -3
  17. package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
  18. package/esm2020/lib/modules/key-info/key-info.module.mjs +4 -4
  19. package/esm2020/lib/modules/label/label.component.mjs +15 -17
  20. package/esm2020/lib/modules/label/label.module.mjs +4 -4
  21. package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
  22. package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +14 -16
  23. package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
  24. package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +10 -12
  25. package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
  26. package/esm2020/lib/modules/tokens/token.component.mjs +9 -10
  27. package/esm2020/lib/modules/tokens/tokens.component.mjs +55 -56
  28. package/esm2020/lib/modules/tokens/tokens.module.mjs +4 -4
  29. package/esm2020/lib/modules/wait/wait-adapter.service.mjs +3 -3
  30. package/esm2020/lib/modules/wait/wait-page.component.mjs +3 -3
  31. package/esm2020/lib/modules/wait/wait.component.mjs +16 -23
  32. package/esm2020/lib/modules/wait/wait.module.mjs +4 -4
  33. package/esm2020/lib/modules/wait/wait.service.mjs +16 -44
  34. package/esm2020/testing/alert-fixture.mjs +6 -6
  35. package/esm2020/testing/help-inline/help-inline-harness-filters.mjs +2 -0
  36. package/esm2020/testing/help-inline/help-inline-harness.mjs +31 -0
  37. package/esm2020/testing/icon/icon-harness-filters.mjs +2 -0
  38. package/esm2020/testing/icon/icon-harness.mjs +104 -0
  39. package/esm2020/testing/label-fixture.mjs +6 -6
  40. package/esm2020/testing/public-api.mjs +5 -1
  41. package/esm2020/testing/wait-fixture.mjs +6 -6
  42. package/fesm2015/skyux-indicators-testing.mjs +163 -16
  43. package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
  44. package/fesm2015/skyux-indicators.mjs +208 -278
  45. package/fesm2015/skyux-indicators.mjs.map +1 -1
  46. package/fesm2020/skyux-indicators-testing.mjs +147 -16
  47. package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
  48. package/fesm2020/skyux-indicators.mjs +208 -274
  49. package/fesm2020/skyux-indicators.mjs.map +1 -1
  50. package/lib/modules/alert/alert.component.d.ts +0 -2
  51. package/lib/modules/icon/icon-class-list.pipe.d.ts +0 -2
  52. package/lib/modules/icon/icon-resolver.service.d.ts +1 -1
  53. package/lib/modules/icon/icon-stack.component.d.ts +1 -1
  54. package/lib/modules/icon/icon.component.d.ts +4 -2
  55. package/lib/modules/icon/icon.module.d.ts +1 -2
  56. package/lib/modules/icon/types/icon-type.d.ts +1 -1
  57. package/lib/modules/icon/types/icon-variant-type.d.ts +1 -1
  58. package/lib/modules/key-info/key-info-layout-type.d.ts +1 -1
  59. package/lib/modules/label/label-type.d.ts +1 -1
  60. package/lib/modules/label/label.component.d.ts +1 -3
  61. package/lib/modules/shared/indicator-description-type.d.ts +1 -1
  62. package/lib/modules/shared/indicator-icon-type.d.ts +1 -1
  63. package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -3
  64. package/lib/modules/text-highlight/text-highlight.directive.d.ts +1 -3
  65. package/lib/modules/tokens/token.component.d.ts +0 -1
  66. package/lib/modules/tokens/tokens.component.d.ts +2 -2
  67. package/lib/modules/wait/wait.component.d.ts +2 -5
  68. package/lib/modules/wait/wait.service.d.ts +1 -5
  69. package/package.json +11 -11
  70. package/testing/help-inline/help-inline-harness-filters.d.ts +6 -0
  71. package/testing/help-inline/help-inline-harness.d.ts +22 -0
  72. package/testing/icon/icon-harness-filters.d.ts +6 -0
  73. package/testing/icon/icon-harness.d.ts +38 -0
  74. package/testing/public-api.d.ts +4 -0
  75. package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +0 -26
  76. package/lib/modules/wait/wait-page-adapter.service.d.ts +0 -10

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.