@skyux/indicators 11.39.0 → 12.0.0-alpha.1
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 +890 -902
- package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2022/skyux-indicators.mjs +121 -116
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +2 -1
- package/package.json +13 -17
- package/esm2022/index.mjs +0 -38
- package/esm2022/lib/modules/alert/alert.component.mjs +0 -133
- package/esm2022/lib/modules/alert/alert.module.mjs +0 -32
- package/esm2022/lib/modules/chevron/chevron.component.mjs +0 -78
- package/esm2022/lib/modules/chevron/chevron.module.mjs +0 -32
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +0 -31
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +0 -19
- package/esm2022/lib/modules/illustration/illustration-resolver.service.mjs +0 -13
- package/esm2022/lib/modules/illustration/illustration-size.mjs +0 -2
- package/esm2022/lib/modules/illustration/illustration.component.mjs +0 -45
- package/esm2022/lib/modules/illustration/illustration.module.mjs +0 -16
- package/esm2022/lib/modules/key-info/key-info-label.component.mjs +0 -21
- package/esm2022/lib/modules/key-info/key-info-layout-type.mjs +0 -2
- package/esm2022/lib/modules/key-info/key-info-value.component.mjs +0 -18
- package/esm2022/lib/modules/key-info/key-info.component.mjs +0 -30
- package/esm2022/lib/modules/key-info/key-info.module.mjs +0 -34
- package/esm2022/lib/modules/label/label-type.mjs +0 -2
- package/esm2022/lib/modules/label/label.component.mjs +0 -117
- package/esm2022/lib/modules/label/label.module.mjs +0 -20
- package/esm2022/lib/modules/shared/indicator-description-type.mjs +0 -2
- package/esm2022/lib/modules/shared/indicator-icon-type.mjs +0 -2
- package/esm2022/lib/modules/shared/indicator-icon-utility.mjs +0 -40
- package/esm2022/lib/modules/shared/indicator-icon.mjs +0 -2
- package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +0 -76
- package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +0 -110
- package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +0 -39
- package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +0 -152
- package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +0 -18
- package/esm2022/lib/modules/tokens/token.component.mjs +0 -120
- package/esm2022/lib/modules/tokens/tokens.component.mjs +0 -331
- package/esm2022/lib/modules/tokens/tokens.module.mjs +0 -35
- package/esm2022/lib/modules/tokens/types/token-selected-event-args.mjs +0 -2
- package/esm2022/lib/modules/tokens/types/token.mjs +0 -2
- package/esm2022/lib/modules/tokens/types/tokens-message-type.mjs +0 -24
- package/esm2022/lib/modules/tokens/types/tokens-message.mjs +0 -2
- package/esm2022/lib/modules/wait/wait-adapter.service.mjs +0 -226
- package/esm2022/lib/modules/wait/wait-page.component.mjs +0 -19
- package/esm2022/lib/modules/wait/wait.component.mjs +0 -173
- package/esm2022/lib/modules/wait/wait.module.mjs +0 -16
- package/esm2022/lib/modules/wait/wait.service.mjs +0 -159
- package/esm2022/skyux-indicators.mjs +0 -5
- package/esm2022/testing/legacy/alert-fixture.mjs +0 -70
- package/esm2022/testing/legacy/label-fixture.mjs +0 -42
- package/esm2022/testing/legacy/wait-fixture.mjs +0 -28
- package/esm2022/testing/modules/alert/alert-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/alert/alert-harness.mjs +0 -112
- package/esm2022/testing/modules/chevron/chevron-harness.mjs +0 -38
- package/esm2022/testing/modules/help-inline/help-inline-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/help-inline/help-inline-harness.mjs +0 -25
- package/esm2022/testing/modules/illustration/illustration-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/illustration/illustration-harness.mjs +0 -54
- package/esm2022/testing/modules/key-info/key-info-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/key-info/key-info-harness.mjs +0 -43
- package/esm2022/testing/modules/key-info/key-info-label-harness.mjs +0 -18
- package/esm2022/testing/modules/key-info/key-info-value-harness.mjs +0 -18
- package/esm2022/testing/modules/label/label-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/label/label-harness.mjs +0 -88
- package/esm2022/testing/modules/status-indicator/status-indicator-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/status-indicator/status-indicator-harness.mjs +0 -119
- package/esm2022/testing/modules/tokens/token-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/tokens/token-harness.mjs +0 -63
- package/esm2022/testing/modules/tokens/tokens-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/tokens/tokens-harness.mjs +0 -45
- package/esm2022/testing/modules/wait/wait-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/wait/wait-harness.mjs +0 -60
- package/esm2022/testing/public-api.mjs +0 -15
- 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.