@skyux/indicators 9.22.0 → 10.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 +661 -661
- package/esm2022/lib/modules/alert/alert.component.mjs +4 -4
- package/esm2022/lib/modules/alert/alert.module.mjs +4 -4
- package/esm2022/lib/modules/chevron/chevron.component.mjs +4 -4
- package/esm2022/lib/modules/chevron/chevron.module.mjs +4 -4
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.component.mjs +4 -4
- package/esm2022/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
- package/esm2022/lib/modules/help-inline/help-inline-aria-expanded.pipe.mjs +3 -3
- package/esm2022/lib/modules/help-inline/help-inline.component.mjs +3 -3
- package/esm2022/lib/modules/help-inline/help-inline.module.mjs +4 -4
- package/esm2022/lib/modules/icon/icon-class-list.pipe.mjs +4 -4
- package/esm2022/lib/modules/icon/icon-resolver.service.mjs +5 -5
- package/esm2022/lib/modules/icon/icon-stack.component.mjs +3 -3
- package/esm2022/lib/modules/icon/icon.component.mjs +3 -3
- package/esm2022/lib/modules/icon/icon.module.mjs +4 -4
- package/esm2022/lib/modules/key-info/key-info-label.component.mjs +3 -3
- package/esm2022/lib/modules/key-info/key-info-value.component.mjs +3 -3
- package/esm2022/lib/modules/key-info/key-info.component.mjs +3 -3
- package/esm2022/lib/modules/key-info/key-info.module.mjs +4 -4
- package/esm2022/lib/modules/label/label.component.mjs +4 -4
- package/esm2022/lib/modules/label/label.module.mjs +4 -4
- package/esm2022/lib/modules/shared/indicator-icon-utility.mjs +1 -1
- package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
- package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +4 -4
- package/esm2022/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
- package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +4 -4
- package/esm2022/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
- package/esm2022/lib/modules/tokens/token.component.mjs +4 -4
- package/esm2022/lib/modules/tokens/tokens.component.mjs +5 -5
- package/esm2022/lib/modules/tokens/tokens.module.mjs +4 -4
- package/esm2022/lib/modules/wait/wait-adapter.service.mjs +11 -9
- package/esm2022/lib/modules/wait/wait-page.component.mjs +3 -3
- package/esm2022/lib/modules/wait/wait.component.mjs +4 -4
- package/esm2022/lib/modules/wait/wait.module.mjs +4 -4
- package/esm2022/lib/modules/wait/wait.service.mjs +4 -4
- package/esm2022/testing/alert/alert-harness.mjs +1 -1
- package/esm2022/testing/alert-fixture.mjs +1 -1
- package/esm2022/testing/chevron/chevron-harness.mjs +1 -1
- package/esm2022/testing/icon/icon-harness.mjs +1 -1
- package/esm2022/testing/label/label-harness.mjs +1 -1
- package/esm2022/testing/label-fixture.mjs +1 -1
- package/esm2022/testing/status-indicator/status-indicator-harness.mjs +1 -1
- package/esm2022/testing/tokens/token-harness.mjs +1 -1
- package/esm2022/testing/tokens/tokens-harness.mjs +1 -1
- package/esm2022/testing/wait/wait-harness.mjs +1 -1
- package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2022/skyux-indicators.mjs +120 -118
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-alpha.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@angular/animations": "^
|
|
40
|
-
"@angular/cdk": "^
|
|
41
|
-
"@angular/common": "^
|
|
42
|
-
"@angular/core": "^
|
|
43
|
-
"@angular/platform-browser": "^
|
|
44
|
-
"@skyux-sdk/testing": "
|
|
45
|
-
"@skyux/core": "
|
|
46
|
-
"@skyux/i18n": "
|
|
47
|
-
"@skyux/theme": "
|
|
39
|
+
"@angular/animations": "^17.1.0",
|
|
40
|
+
"@angular/cdk": "^17.1.0",
|
|
41
|
+
"@angular/common": "^17.1.0",
|
|
42
|
+
"@angular/core": "^17.1.0",
|
|
43
|
+
"@angular/platform-browser": "^17.1.0",
|
|
44
|
+
"@skyux-sdk/testing": "10.0.0-alpha.1",
|
|
45
|
+
"@skyux/core": "10.0.0-alpha.1",
|
|
46
|
+
"@skyux/i18n": "10.0.0-alpha.1",
|
|
47
|
+
"@skyux/theme": "10.0.0-alpha.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.6.2"
|