@skyux/indicators 10.35.0 → 10.35.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.
@@ -1,5 +1,6 @@
1
1
  import { SkyIllustrationSize } from './illustration-size';
2
2
  import * as i0 from "@angular/core";
3
+ import * as i1 from "@skyux/theme";
3
4
  /**
4
5
  * Displays a spot illustration at the specified size.
5
6
  */
@@ -18,5 +19,5 @@ export declare class SkyIllustrationComponent {
18
19
  protected readonly url: import("@angular/core").Signal<string | undefined>;
19
20
  protected readonly pixelSize: import("@angular/core").Signal<number>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyIllustrationComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyIllustrationComponent, "sky-illustration", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyIllustrationComponent, "sky-illustration", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
22
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "10.35.0",
3
+ "version": "10.35.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,14 +41,14 @@
41
41
  "@angular/common": "^17.3.4",
42
42
  "@angular/core": "^17.3.4",
43
43
  "@angular/platform-browser": "^17.3.4",
44
- "@skyux-sdk/testing": "10.35.0",
45
- "@skyux/core": "10.35.0",
46
- "@skyux/help-inline": "10.35.0",
47
- "@skyux/i18n": "10.35.0",
48
- "@skyux/theme": "10.35.0"
44
+ "@skyux-sdk/testing": "10.35.1",
45
+ "@skyux/core": "10.35.1",
46
+ "@skyux/help-inline": "10.35.1",
47
+ "@skyux/i18n": "10.35.1",
48
+ "@skyux/theme": "10.35.1"
49
49
  },
50
50
  "dependencies": {
51
- "@skyux/icon": "10.35.0",
51
+ "@skyux/icon": "10.35.1",
52
52
  "tslib": "^2.6.2"
53
53
  },
54
54
  "module": "fesm2022/skyux-indicators.mjs",