@skyux/indicators 6.21.0 → 7.0.0-beta.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 +18 -18
- package/esm2020/lib/modules/alert/alert.component.mjs +6 -6
- package/esm2020/lib/modules/alert/alert.module.mjs +9 -11
- package/esm2020/lib/modules/chevron/chevron.component.mjs +6 -6
- package/esm2020/lib/modules/chevron/chevron.module.mjs +9 -11
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +5 -5
- package/esm2020/lib/modules/help-inline/help-inline.component.mjs +3 -3
- package/esm2020/lib/modules/help-inline/help-inline.module.mjs +9 -11
- package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +3 -3
- package/esm2020/lib/modules/icon/icon-resolver.service.mjs +3 -3
- package/esm2020/lib/modules/icon/icon-stack.component.mjs +3 -3
- package/esm2020/lib/modules/icon/icon.component.mjs +3 -3
- package/esm2020/lib/modules/icon/icon.module.mjs +5 -5
- package/esm2020/lib/modules/key-info/key-info-label.component.mjs +3 -3
- package/esm2020/lib/modules/key-info/key-info-value.component.mjs +3 -3
- package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
- package/esm2020/lib/modules/key-info/key-info.module.mjs +5 -5
- package/esm2020/lib/modules/label/label.component.mjs +6 -6
- package/esm2020/lib/modules/label/label.module.mjs +8 -10
- package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
- package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +6 -6
- package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +9 -11
- package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +3 -3
- package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
- package/esm2020/lib/modules/tokens/token.component.mjs +5 -5
- package/esm2020/lib/modules/tokens/tokens.component.mjs +6 -6
- package/esm2020/lib/modules/tokens/tokens.module.mjs +8 -10
- package/esm2020/lib/modules/wait/wait-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/wait/wait-page.component.mjs +3 -3
- package/esm2020/lib/modules/wait/wait.component.mjs +4 -4
- package/esm2020/lib/modules/wait/wait.module.mjs +5 -5
- package/esm2020/lib/modules/wait/wait.service.mjs +3 -3
- package/fesm2015/skyux-indicators.mjs +134 -146
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +134 -146
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/alert/alert.component.d.ts +1 -1
- package/lib/modules/chevron/chevron.component.d.ts +1 -1
- package/lib/modules/expansion-indicator/expansion-indicator.component.d.ts +1 -1
- package/lib/modules/help-inline/help-inline.component.d.ts +1 -1
- package/lib/modules/icon/icon-class-list.pipe.d.ts +1 -1
- package/lib/modules/icon/icon-stack.component.d.ts +1 -1
- package/lib/modules/icon/icon.component.d.ts +1 -1
- package/lib/modules/key-info/key-info-label.component.d.ts +1 -1
- package/lib/modules/key-info/key-info-value.component.d.ts +1 -1
- package/lib/modules/key-info/key-info.component.d.ts +1 -1
- package/lib/modules/label/label.component.d.ts +1 -1
- package/lib/modules/status-indicator/status-indicator.component.d.ts +1 -1
- package/lib/modules/text-highlight/text-highlight.directive.d.ts +1 -1
- package/lib/modules/tokens/token.component.d.ts +1 -1
- package/lib/modules/tokens/tokens.component.d.ts +1 -1
- package/lib/modules/wait/wait-page.component.d.ts +1 -1
- package/lib/modules/wait/wait.component.d.ts +1 -1
- package/package.json +13 -13
- package/testing/{skyux-indicators-testing.d.ts → index.d.ts} +0 -0
- package/skyux-indicators.d.ts +0 -5
- package/testing/package.json +0 -10
|
@@ -45,5 +45,5 @@ export declare class SkyAlertComponent implements OnInit, OnDestroy {
|
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
46
|
close(): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyAlertComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, { "closedChange": "closedChange"; }, never, ["*"]>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyAlertComponent, "sky-alert", never, { "alertType": "alertType"; "closeable": "closeable"; "closed": "closed"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, { "closedChange": "closedChange"; }, never, ["*"], false>;
|
|
49
49
|
}
|
|
@@ -32,5 +32,5 @@ export declare class SkyChevronComponent {
|
|
|
32
32
|
directionOrDefault: string;
|
|
33
33
|
chevronClick(event: Event): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyChevronComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyChevronComponent, "sky-chevron", never, { "ariaControls": "ariaControls"; "ariaLabel": "ariaLabel"; "direction": "direction"; "disabled": "disabled"; }, { "directionChange": "directionChange"; }, never, never, false>;
|
|
36
36
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SkyExpansionIndicatorComponent {
|
|
|
10
10
|
set direction(value: string | undefined);
|
|
11
11
|
directionOrDefault: string;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyExpansionIndicatorComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyExpansionIndicatorComponent, "sky-expansion-indicator", never, { "direction": "direction"; }, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -7,5 +7,5 @@ export declare class SkyHelpInlineComponent {
|
|
|
7
7
|
actionClick: EventEmitter<any>;
|
|
8
8
|
onClick(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyHelpInlineComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyHelpInlineComponent, "sky-help-inline", never, {}, { "actionClick": "actionClick"; }, never, never, false>;
|
|
11
11
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SkyIconClassListPipe implements PipeTransform {
|
|
|
10
10
|
constructor(resolver: SkyIconResolverService);
|
|
11
11
|
transform(icon: string, iconType?: string, size?: string, fixedWidth?: boolean, variant?: SkyIconVariantType): string[];
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconClassListPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList">;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SkyIconClassListPipe, "skyIconClassList", false>;
|
|
14
14
|
}
|
|
@@ -18,5 +18,5 @@ export declare class SkyIconStackComponent {
|
|
|
18
18
|
*/
|
|
19
19
|
topIcon: SkyIconStackItem | undefined;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconStackComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconStackComponent, "sky-icon-stack", never, { "size": "size"; "baseIcon": "baseIcon"; "topIcon": "topIcon"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -32,5 +32,5 @@ export declare class SkyIconComponent {
|
|
|
32
32
|
*/
|
|
33
33
|
variant: SkyIconVariantType | undefined;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyIconComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyIconComponent, "sky-icon", never, { "icon": "icon"; "iconType": "iconType"; "size": "size"; "fixedWidth": "fixedWidth"; "variant": "variant"; }, {}, never, never, false>;
|
|
36
36
|
}
|
|
@@ -7,5 +7,5 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class SkyKeyInfoLabelComponent {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoLabelComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoLabelComponent, "sky-key-info-label", never, {}, {}, never, ["*"], false>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class SkyKeyInfoValueComponent {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoValueComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoValueComponent, "sky-key-info-value", never, {}, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SkyKeyInfoComponent {
|
|
|
8
8
|
*/
|
|
9
9
|
layout: SkyKeyInfoLayoutType | string | undefined;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyKeyInfoComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyKeyInfoComponent, "sky-key-info", never, { "layout": "layout"; }, {}, never, ["sky-key-info-value", "sky-key-info-label", ".sky-control-help"], false>;
|
|
12
12
|
}
|
|
@@ -30,5 +30,5 @@ export declare class SkyLabelComponent implements OnDestroy, OnInit {
|
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngOnDestroy(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyLabelComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"]>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyLabelComponent, "sky-label", never, { "labelType": "labelType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*"], false>;
|
|
34
34
|
}
|
|
@@ -38,5 +38,5 @@ export declare class SkyStatusIndicatorComponent implements OnInit {
|
|
|
38
38
|
constructor(changeDetector: ChangeDetectorRef, resources: SkyLibResourcesService);
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyStatusIndicatorComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"]>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyStatusIndicatorComponent, "sky-status-indicator", never, { "indicatorType": "indicatorType"; "descriptionType": "descriptionType"; "customDescription": "customDescription"; }, {}, never, ["*", ".sky-control-help"], false>;
|
|
42
42
|
}
|
|
@@ -15,5 +15,5 @@ export declare class SkyTextHighlightDirective implements OnChanges, AfterViewIn
|
|
|
15
15
|
ngAfterViewInit(): void;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": "skyHighlight"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -47,5 +47,5 @@ export declare class SkyTokenComponent {
|
|
|
47
47
|
setTokenActive(tokenActive: boolean): void;
|
|
48
48
|
setCloseActive(closeActive: boolean): void;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokenComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"]>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokenComponent, "sky-token", never, { "disabled": "disabled"; "ariaLabel": "ariaLabel"; "dismissible": "dismissible"; "focusable": "focusable"; }, { "dismiss": "dismiss"; "tokenFocus": "tokenFocus"; }, never, ["*"], false>;
|
|
51
51
|
}
|
|
@@ -86,5 +86,5 @@ export declare class SkyTokensComponent implements OnDestroy {
|
|
|
86
86
|
selectToken(token: SkyToken): void;
|
|
87
87
|
removeToken(token: SkyToken): void;
|
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTokensComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokensComponent, "sky-tokens", never, { "disabled": "disabled"; "dismissible": "dismissible"; "displayWith": "displayWith"; "trackWith": "trackWith"; "focusable": "focusable"; "tokens": "tokens"; "messageStream": "messageStream"; }, { "focusIndexOverRange": "focusIndexOverRange"; "focusIndexUnderRange": "focusIndexUnderRange"; "tokenSelected": "tokenSelected"; "tokensChange": "tokensChange"; }, never, ["*"]>;
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyTokensComponent, "sky-tokens", never, { "disabled": "disabled"; "dismissible": "dismissible"; "displayWith": "displayWith"; "trackWith": "trackWith"; "focusable": "focusable"; "tokens": "tokens"; "messageStream": "messageStream"; }, { "focusIndexOverRange": "focusIndexOverRange"; "focusIndexUnderRange": "focusIndexUnderRange"; "tokenSelected": "tokenSelected"; "tokensChange": "tokensChange"; }, never, ["*"], false>;
|
|
90
90
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SkyWaitPageComponent {
|
|
|
6
6
|
hasBlockingWait: boolean | undefined;
|
|
7
7
|
hasNonBlockingWait: boolean | undefined;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": "hasBlockingWait"; "hasNonBlockingWait": "hasNonBlockingWait"; }, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -40,5 +40,5 @@ export declare class SkyWaitComponent implements OnInit, OnDestroy {
|
|
|
40
40
|
ngOnInit(): void;
|
|
41
41
|
ngOnDestroy(): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitComponent, [null, null, { optional: true; }]>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitComponent, "sky-wait", never, { "ariaLabel": "ariaLabel"; "isWaiting": "isWaiting"; "isFullPage": "isFullPage"; "isNonBlocking": "isNonBlocking"; }, {}, never, never, false>;
|
|
44
44
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-beta.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"default": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
".": {
|
|
23
|
-
"types": "./
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
24
|
"esm2020": "./esm2020/skyux-indicators.mjs",
|
|
25
25
|
"es2020": "./fesm2020/skyux-indicators.mjs",
|
|
26
26
|
"es2015": "./fesm2015/skyux-indicators.mjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"default": "./fesm2020/skyux-indicators.mjs"
|
|
29
29
|
},
|
|
30
30
|
"./testing": {
|
|
31
|
-
"types": "./testing/
|
|
31
|
+
"types": "./testing/index.d.ts",
|
|
32
32
|
"esm2020": "./esm2020/testing/skyux-indicators-testing.mjs",
|
|
33
33
|
"es2020": "./fesm2020/skyux-indicators-testing.mjs",
|
|
34
34
|
"es2015": "./fesm2015/skyux-indicators-testing.mjs",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@angular/animations": "^
|
|
44
|
-
"@angular/cdk": "^
|
|
45
|
-
"@angular/common": "^
|
|
46
|
-
"@angular/core": "^
|
|
47
|
-
"@angular/platform-browser": "^
|
|
48
|
-
"@skyux-sdk/testing": "
|
|
49
|
-
"@skyux/core": "
|
|
50
|
-
"@skyux/i18n": "
|
|
51
|
-
"@skyux/theme": "
|
|
43
|
+
"@angular/animations": "^14.2.0",
|
|
44
|
+
"@angular/cdk": "^14.2.0",
|
|
45
|
+
"@angular/common": "^14.2.0",
|
|
46
|
+
"@angular/core": "^14.2.0",
|
|
47
|
+
"@angular/platform-browser": "^14.2.0",
|
|
48
|
+
"@skyux-sdk/testing": "7.0.0-beta.0",
|
|
49
|
+
"@skyux/core": "7.0.0-beta.0",
|
|
50
|
+
"@skyux/i18n": "7.0.0-beta.0",
|
|
51
|
+
"@skyux/theme": "7.0.0-beta.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"tslib": "^2.3.1"
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"esm2020": "esm2020/skyux-indicators.mjs",
|
|
59
59
|
"fesm2020": "fesm2020/skyux-indicators.mjs",
|
|
60
60
|
"fesm2015": "fesm2015/skyux-indicators.mjs",
|
|
61
|
-
"typings": "
|
|
61
|
+
"typings": "index.d.ts",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
File without changes
|
package/skyux-indicators.d.ts
DELETED
package/testing/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/skyux-indicators-testing.mjs",
|
|
3
|
-
"es2020": "../fesm2020/skyux-indicators-testing.mjs",
|
|
4
|
-
"esm2020": "../esm2020/testing/skyux-indicators-testing.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/skyux-indicators-testing.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/skyux-indicators-testing.mjs",
|
|
7
|
-
"typings": "skyux-indicators-testing.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@skyux/indicators/testing"
|
|
10
|
-
}
|