@skyux/indicators 9.13.1 → 9.14.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 +1357 -1357
- package/esm2022/index.mjs +3 -3
- package/esm2022/lib/modules/alert/alert.component.mjs +1 -1
- package/esm2022/lib/modules/help-inline/help-inline-aria-expanded.pipe.mjs +1 -1
- package/esm2022/lib/modules/icon/icon-class-list.pipe.mjs +1 -1
- package/esm2022/lib/modules/icon/icon-resolver.service.mjs +1 -1
- package/esm2022/lib/modules/label/label.component.mjs +1 -1
- package/esm2022/lib/modules/shared/indicator-icon-utility.mjs +1 -1
- package/esm2022/lib/modules/shared/sky-indicators-resources.module.mjs +3 -1
- package/esm2022/lib/modules/status-indicator/status-indicator.component.mjs +1 -1
- package/esm2022/lib/modules/text-highlight/text-highlight.directive.mjs +1 -1
- package/esm2022/lib/modules/tokens/token.component.mjs +21 -4
- package/esm2022/lib/modules/tokens/tokens.component.mjs +1 -1
- package/esm2022/lib/modules/tokens/tokens.module.mjs +18 -4
- package/esm2022/lib/modules/wait/wait-adapter.service.mjs +1 -1
- package/esm2022/lib/modules/wait/wait.component.mjs +1 -1
- package/esm2022/lib/modules/wait/wait.service.mjs +1 -1
- package/esm2022/testing/alert/alert-harness.mjs +1 -1
- package/esm2022/testing/alert-fixture.mjs +1 -1
- package/esm2022/testing/help-inline/help-inline-harness.mjs +1 -1
- package/esm2022/testing/icon/icon-harness.mjs +1 -1
- package/esm2022/testing/key-info/key-info-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/esm2022/testing/wait-fixture.mjs +1 -1
- package/fesm2022/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2022/skyux-indicators.mjs +44 -16
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/lib/modules/tokens/tokens.module.d.ts +2 -1
- package/package.json +5 -5
package/index.d.ts
CHANGED
|
@@ -23,9 +23,10 @@ export { SkyWaitModule } from './lib/modules/wait/wait.module';
|
|
|
23
23
|
export { SkyWaitService } from './lib/modules/wait/wait.service';
|
|
24
24
|
export { SkyAlertComponent as λ1 } from './lib/modules/alert/alert.component';
|
|
25
25
|
export { SkyChevronComponent as λ2 } from './lib/modules/chevron/chevron.component';
|
|
26
|
+
export { SkyExpansionIndicatorComponent as λ15 } from './lib/modules/expansion-indicator/expansion-indicator.component';
|
|
26
27
|
export { SkyHelpInlineComponent as λ3 } from './lib/modules/help-inline/help-inline.component';
|
|
27
|
-
export { SkyIconComponent as λ4 } from './lib/modules/icon/icon.component';
|
|
28
28
|
export { SkyIconStackComponent as λ5 } from './lib/modules/icon/icon-stack.component';
|
|
29
|
+
export { SkyIconComponent as λ4 } from './lib/modules/icon/icon.component';
|
|
29
30
|
export { SkyKeyInfoLabelComponent as λ6 } from './lib/modules/key-info/key-info-label.component';
|
|
30
31
|
export { SkyKeyInfoValueComponent as λ7 } from './lib/modules/key-info/key-info-value.component';
|
|
31
32
|
export { SkyKeyInfoComponent as λ8 } from './lib/modules/key-info/key-info.component';
|
|
@@ -35,4 +36,3 @@ export { SkyTextHighlightDirective as λ11 } from './lib/modules/text-highlight/
|
|
|
35
36
|
export { SkyTokenComponent as λ12 } from './lib/modules/tokens/token.component';
|
|
36
37
|
export { SkyTokensComponent as λ13 } from './lib/modules/tokens/tokens.component';
|
|
37
38
|
export { SkyWaitComponent as λ14 } from './lib/modules/wait/wait.component';
|
|
38
|
-
export { SkyExpansionIndicatorComponent as λ15 } from './lib/modules/expansion-indicator/expansion-indicator.component';
|
|
@@ -4,8 +4,9 @@ import * as i2 from "./tokens.component";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "../icon/icon.module";
|
|
6
6
|
import * as i5 from "../shared/sky-indicators-resources.module";
|
|
7
|
+
import * as i6 from "@skyux/core";
|
|
7
8
|
export declare class SkyTokensModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokensModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTokensModule, [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule], [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyTokensModule, [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent], [typeof i3.CommonModule, typeof i4.SkyIconModule, typeof i5.SkyIndicatorsResourcesModule, typeof i6.SkyIdModule, typeof i6.SkyScreenReaderLabelDirective], [typeof i1.SkyTokenComponent, typeof i2.SkyTokensComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkyTokensModule>;
|
|
11
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.14.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@angular/common": "^16.2.9",
|
|
42
42
|
"@angular/core": "^16.2.9",
|
|
43
43
|
"@angular/platform-browser": "^16.2.9",
|
|
44
|
-
"@skyux-sdk/testing": "9.
|
|
45
|
-
"@skyux/core": "9.
|
|
46
|
-
"@skyux/i18n": "9.
|
|
47
|
-
"@skyux/theme": "9.
|
|
44
|
+
"@skyux-sdk/testing": "9.14.0",
|
|
45
|
+
"@skyux/core": "9.14.0",
|
|
46
|
+
"@skyux/i18n": "9.14.0",
|
|
47
|
+
"@skyux/theme": "9.14.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.6.2"
|