@skyux/indicators 11.22.0 → 11.24.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.
- package/documentation.json +1219 -966
- package/esm2022/lib/modules/alert/alert.component.mjs +2 -2
- package/esm2022/lib/modules/chevron/chevron.component.mjs +2 -2
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +2 -2
- package/esm2022/lib/modules/label/label.component.mjs +2 -2
- package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +2 -2
- package/esm2022/lib/modules/tokens/token.component.mjs +2 -2
- package/esm2022/testing/legacy/alert-fixture.mjs +70 -0
- package/esm2022/testing/legacy/label-fixture.mjs +42 -0
- package/esm2022/testing/legacy/wait-fixture.mjs +28 -0
- package/esm2022/testing/modules/alert/alert-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/alert/alert-harness.mjs +112 -0
- package/esm2022/testing/modules/chevron/chevron-harness.mjs +38 -0
- package/esm2022/testing/modules/help-inline/help-inline-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/help-inline/help-inline-harness.mjs +25 -0
- package/esm2022/testing/modules/illustration/illustration-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/illustration/illustration-harness.mjs +54 -0
- package/esm2022/testing/modules/key-info/key-info-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/key-info/key-info-harness.mjs +43 -0
- package/esm2022/testing/modules/key-info/key-info-label-harness.mjs +18 -0
- package/esm2022/testing/modules/key-info/key-info-value-harness.mjs +18 -0
- package/esm2022/testing/modules/label/label-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/label/label-harness.mjs +88 -0
- package/esm2022/testing/modules/status-indicator/status-indicator-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/status-indicator/status-indicator-harness.mjs +119 -0
- package/esm2022/testing/modules/tokens/token-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/tokens/token-harness.mjs +63 -0
- package/esm2022/testing/modules/tokens/tokens-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/tokens/tokens-harness.mjs +45 -0
- package/esm2022/testing/modules/wait/wait-harness-filters.mjs +2 -0
- package/esm2022/testing/modules/wait/wait-harness.mjs +60 -0
- package/esm2022/testing/public-api.mjs +14 -14
- package/fesm2022/skyux-indicators-testing.mjs +37 -10
- package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2022/skyux-indicators.mjs +12 -12
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/package.json +7 -7
- package/testing/{status-indicator → modules/status-indicator}/status-indicator-harness.d.ts +12 -0
- package/testing/public-api.d.ts +22 -22
- package/esm2022/testing/alert/alert-harness-filters.mjs +0 -2
- package/esm2022/testing/alert/alert-harness.mjs +0 -112
- package/esm2022/testing/alert-fixture.mjs +0 -70
- package/esm2022/testing/chevron/chevron-harness.mjs +0 -38
- package/esm2022/testing/help-inline/help-inline-harness-filters.mjs +0 -2
- package/esm2022/testing/help-inline/help-inline-harness.mjs +0 -25
- package/esm2022/testing/illustration/illustration-harness-filters.mjs +0 -2
- package/esm2022/testing/illustration/illustration-harness.mjs +0 -54
- package/esm2022/testing/key-info/key-info-harness-filters.mjs +0 -2
- package/esm2022/testing/key-info/key-info-harness.mjs +0 -43
- package/esm2022/testing/key-info/key-info-label-harness.mjs +0 -18
- package/esm2022/testing/key-info/key-info-value-harness.mjs +0 -18
- package/esm2022/testing/label/label-harness-filters.mjs +0 -2
- package/esm2022/testing/label/label-harness.mjs +0 -88
- package/esm2022/testing/label-fixture.mjs +0 -42
- package/esm2022/testing/status-indicator/status-indicator-harness-filters.mjs +0 -2
- package/esm2022/testing/status-indicator/status-indicator-harness.mjs +0 -92
- package/esm2022/testing/tokens/token-harness-filters.mjs +0 -2
- package/esm2022/testing/tokens/token-harness.mjs +0 -63
- package/esm2022/testing/tokens/tokens-harness-filters.mjs +0 -2
- package/esm2022/testing/tokens/tokens-harness.mjs +0 -45
- package/esm2022/testing/wait/wait-harness-filters.mjs +0 -2
- package/esm2022/testing/wait/wait-harness.mjs +0 -60
- package/esm2022/testing/wait-fixture.mjs +0 -28
- /package/testing/{alert-fixture.d.ts → legacy/alert-fixture.d.ts} +0 -0
- /package/testing/{label-fixture.d.ts → legacy/label-fixture.d.ts} +0 -0
- /package/testing/{wait-fixture.d.ts → legacy/wait-fixture.d.ts} +0 -0
- /package/testing/{alert → modules/alert}/alert-harness-filters.d.ts +0 -0
- /package/testing/{alert → modules/alert}/alert-harness.d.ts +0 -0
- /package/testing/{chevron → modules/chevron}/chevron-harness.d.ts +0 -0
- /package/testing/{help-inline → modules/help-inline}/help-inline-harness-filters.d.ts +0 -0
- /package/testing/{help-inline → modules/help-inline}/help-inline-harness.d.ts +0 -0
- /package/testing/{illustration → modules/illustration}/illustration-harness-filters.d.ts +0 -0
- /package/testing/{illustration → modules/illustration}/illustration-harness.d.ts +0 -0
- /package/testing/{key-info → modules/key-info}/key-info-harness-filters.d.ts +0 -0
- /package/testing/{key-info → modules/key-info}/key-info-harness.d.ts +0 -0
- /package/testing/{key-info → modules/key-info}/key-info-label-harness.d.ts +0 -0
- /package/testing/{key-info → modules/key-info}/key-info-value-harness.d.ts +0 -0
- /package/testing/{label → modules/label}/label-harness-filters.d.ts +0 -0
- /package/testing/{label → modules/label}/label-harness.d.ts +0 -0
- /package/testing/{status-indicator → modules/status-indicator}/status-indicator-harness-filters.d.ts +0 -0
- /package/testing/{tokens → modules/tokens}/token-harness-filters.d.ts +0 -0
- /package/testing/{tokens → modules/tokens}/token-harness.d.ts +0 -0
- /package/testing/{tokens → modules/tokens}/tokens-harness-filters.d.ts +0 -0
- /package/testing/{tokens → modules/tokens}/tokens-harness.d.ts +0 -0
- /package/testing/{wait → modules/wait}/wait-harness-filters.d.ts +0 -0
- /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.