@skyux/indicators 11.21.0 → 11.23.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 (88) hide show
  1. package/documentation.json +1219 -966
  2. package/esm2022/lib/modules/alert/alert.component.mjs +2 -2
  3. package/esm2022/lib/modules/chevron/chevron.component.mjs +2 -2
  4. package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +2 -2
  5. package/esm2022/lib/modules/label/label.component.mjs +2 -2
  6. package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +3 -21
  7. package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +2 -2
  8. package/esm2022/lib/modules/tokens/token.component.mjs +2 -2
  9. package/esm2022/testing/legacy/alert-fixture.mjs +70 -0
  10. package/esm2022/testing/legacy/label-fixture.mjs +42 -0
  11. package/esm2022/testing/legacy/wait-fixture.mjs +28 -0
  12. package/esm2022/testing/modules/alert/alert-harness-filters.mjs +2 -0
  13. package/esm2022/testing/modules/alert/alert-harness.mjs +112 -0
  14. package/esm2022/testing/modules/chevron/chevron-harness.mjs +38 -0
  15. package/esm2022/testing/modules/help-inline/help-inline-harness-filters.mjs +2 -0
  16. package/esm2022/testing/modules/help-inline/help-inline-harness.mjs +25 -0
  17. package/esm2022/testing/modules/illustration/illustration-harness-filters.mjs +2 -0
  18. package/esm2022/testing/modules/illustration/illustration-harness.mjs +54 -0
  19. package/esm2022/testing/modules/key-info/key-info-harness-filters.mjs +2 -0
  20. package/esm2022/testing/modules/key-info/key-info-harness.mjs +43 -0
  21. package/esm2022/testing/modules/key-info/key-info-label-harness.mjs +18 -0
  22. package/esm2022/testing/modules/key-info/key-info-value-harness.mjs +18 -0
  23. package/esm2022/testing/modules/label/label-harness-filters.mjs +2 -0
  24. package/esm2022/testing/modules/label/label-harness.mjs +88 -0
  25. package/esm2022/testing/modules/status-indicator/status-indicator-harness-filters.mjs +2 -0
  26. package/esm2022/testing/modules/status-indicator/status-indicator-harness.mjs +119 -0
  27. package/esm2022/testing/modules/tokens/token-harness-filters.mjs +2 -0
  28. package/esm2022/testing/modules/tokens/token-harness.mjs +63 -0
  29. package/esm2022/testing/modules/tokens/tokens-harness-filters.mjs +2 -0
  30. package/esm2022/testing/modules/tokens/tokens-harness.mjs +45 -0
  31. package/esm2022/testing/modules/wait/wait-harness-filters.mjs +2 -0
  32. package/esm2022/testing/modules/wait/wait-harness.mjs +60 -0
  33. package/esm2022/testing/public-api.mjs +14 -14
  34. package/fesm2022/skyux-indicators-testing.mjs +37 -10
  35. package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
  36. package/fesm2022/skyux-indicators.mjs +14 -32
  37. package/fesm2022/skyux-indicators.mjs.map +1 -1
  38. package/lib/modules/shared/sky-indicators-resources.module.d.ts +0 -4
  39. package/package.json +7 -7
  40. package/testing/{status-indicator → modules/status-indicator}/status-indicator-harness.d.ts +12 -0
  41. package/testing/public-api.d.ts +22 -22
  42. package/esm2022/testing/alert/alert-harness-filters.mjs +0 -2
  43. package/esm2022/testing/alert/alert-harness.mjs +0 -112
  44. package/esm2022/testing/alert-fixture.mjs +0 -70
  45. package/esm2022/testing/chevron/chevron-harness.mjs +0 -38
  46. package/esm2022/testing/help-inline/help-inline-harness-filters.mjs +0 -2
  47. package/esm2022/testing/help-inline/help-inline-harness.mjs +0 -25
  48. package/esm2022/testing/illustration/illustration-harness-filters.mjs +0 -2
  49. package/esm2022/testing/illustration/illustration-harness.mjs +0 -54
  50. package/esm2022/testing/key-info/key-info-harness-filters.mjs +0 -2
  51. package/esm2022/testing/key-info/key-info-harness.mjs +0 -43
  52. package/esm2022/testing/key-info/key-info-label-harness.mjs +0 -18
  53. package/esm2022/testing/key-info/key-info-value-harness.mjs +0 -18
  54. package/esm2022/testing/label/label-harness-filters.mjs +0 -2
  55. package/esm2022/testing/label/label-harness.mjs +0 -88
  56. package/esm2022/testing/label-fixture.mjs +0 -42
  57. package/esm2022/testing/status-indicator/status-indicator-harness-filters.mjs +0 -2
  58. package/esm2022/testing/status-indicator/status-indicator-harness.mjs +0 -92
  59. package/esm2022/testing/tokens/token-harness-filters.mjs +0 -2
  60. package/esm2022/testing/tokens/token-harness.mjs +0 -63
  61. package/esm2022/testing/tokens/tokens-harness-filters.mjs +0 -2
  62. package/esm2022/testing/tokens/tokens-harness.mjs +0 -45
  63. package/esm2022/testing/wait/wait-harness-filters.mjs +0 -2
  64. package/esm2022/testing/wait/wait-harness.mjs +0 -60
  65. package/esm2022/testing/wait-fixture.mjs +0 -28
  66. /package/testing/{alert-fixture.d.ts → legacy/alert-fixture.d.ts} +0 -0
  67. /package/testing/{label-fixture.d.ts → legacy/label-fixture.d.ts} +0 -0
  68. /package/testing/{wait-fixture.d.ts → legacy/wait-fixture.d.ts} +0 -0
  69. /package/testing/{alert → modules/alert}/alert-harness-filters.d.ts +0 -0
  70. /package/testing/{alert → modules/alert}/alert-harness.d.ts +0 -0
  71. /package/testing/{chevron → modules/chevron}/chevron-harness.d.ts +0 -0
  72. /package/testing/{help-inline → modules/help-inline}/help-inline-harness-filters.d.ts +0 -0
  73. /package/testing/{help-inline → modules/help-inline}/help-inline-harness.d.ts +0 -0
  74. /package/testing/{illustration → modules/illustration}/illustration-harness-filters.d.ts +0 -0
  75. /package/testing/{illustration → modules/illustration}/illustration-harness.d.ts +0 -0
  76. /package/testing/{key-info → modules/key-info}/key-info-harness-filters.d.ts +0 -0
  77. /package/testing/{key-info → modules/key-info}/key-info-harness.d.ts +0 -0
  78. /package/testing/{key-info → modules/key-info}/key-info-label-harness.d.ts +0 -0
  79. /package/testing/{key-info → modules/key-info}/key-info-value-harness.d.ts +0 -0
  80. /package/testing/{label → modules/label}/label-harness-filters.d.ts +0 -0
  81. /package/testing/{label → modules/label}/label-harness.d.ts +0 -0
  82. /package/testing/{status-indicator → modules/status-indicator}/status-indicator-harness-filters.d.ts +0 -0
  83. /package/testing/{tokens → modules/tokens}/token-harness-filters.d.ts +0 -0
  84. /package/testing/{tokens → modules/tokens}/token-harness.d.ts +0 -0
  85. /package/testing/{tokens → modules/tokens}/tokens-harness-filters.d.ts +0 -0
  86. /package/testing/{tokens → modules/tokens}/tokens-harness.d.ts +0 -0
  87. /package/testing/{wait → modules/wait}/wait-harness-filters.d.ts +0 -0
  88. /package/testing/{wait → modules/wait}/wait-harness.d.ts +0 -0

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.