@skyux/indicators 11.0.0-alpha.8 → 11.0.0-alpha.9
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 +2172 -1192
- package/esm2022/index.mjs +9 -1
- package/fesm2022/skyux-indicators.mjs +2 -0
- package/fesm2022/skyux-indicators.mjs.map +1 -1
- package/index.d.ts +8 -0
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -33,3 +33,11 @@ export { SkyTokensComponent as λ13 } from './lib/modules/tokens/tokens.componen
|
|
|
33
33
|
export { SkyWaitComponent as λ14 } from './lib/modules/wait/wait.component';
|
|
34
34
|
export { SkyTextHighlightDirective } from './lib/modules/text-highlight/text-highlight.directive';
|
|
35
35
|
export { SkyIllustrationComponent as λ16 } from './lib/modules/illustration/illustration.component';
|
|
36
|
+
/**
|
|
37
|
+
* @deprecated Use `@skyux/help-inline` instead.
|
|
38
|
+
*/
|
|
39
|
+
export { SkyHelpInlineModule, λ1 as λ3 } from '@skyux/help-inline';
|
|
40
|
+
/**
|
|
41
|
+
* @deprecated Use `@skyux/icon` instead.
|
|
42
|
+
*/
|
|
43
|
+
export { SkyIconStackItem, SkyIconModule, SkyIconType, SkyIconVariantType, λ1 as λ4, λ2 as λ5, } from '@skyux/icon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/indicators",
|
|
3
|
-
"version": "11.0.0-alpha.
|
|
3
|
+
"version": "11.0.0-alpha.9",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@angular/common": "^18.1.2",
|
|
42
42
|
"@angular/core": "^18.1.2",
|
|
43
43
|
"@angular/platform-browser": "^18.1.2",
|
|
44
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
45
|
-
"@skyux/core": "11.0.0-alpha.
|
|
46
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
47
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
48
|
-
"@skyux/icon": "11.0.0-alpha.
|
|
49
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
44
|
+
"@skyux-sdk/testing": "11.0.0-alpha.9",
|
|
45
|
+
"@skyux/core": "11.0.0-alpha.9",
|
|
46
|
+
"@skyux/help-inline": "11.0.0-alpha.9",
|
|
47
|
+
"@skyux/i18n": "11.0.0-alpha.9",
|
|
48
|
+
"@skyux/icon": "11.0.0-alpha.9",
|
|
49
|
+
"@skyux/theme": "11.0.0-alpha.9"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"tslib": "^2.6.3"
|