@skyux/layout 12.0.0-beta.2 → 12.0.0-beta.3

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.
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
3
3
  * Specifies an icon to display on the action button.
4
4
  */
5
5
  export declare class SkyActionButtonIconComponent {
6
- #private;
7
6
  /**
8
7
  * The icon from the
9
8
  * [Font Awesome library](https://fontawesome.com/v4.7.0/).
@@ -18,6 +17,7 @@ export declare class SkyActionButtonIconComponent {
18
17
  * The name of the Blackbaud SVG icon to display.
19
18
  */
20
19
  iconName: string | undefined;
20
+ protected readonly breakpoint: import("@angular/core").Signal<"xs" | "sm" | "md" | "lg" | undefined>;
21
21
  protected fontSizeClass: import("@angular/core").Signal<"2x" | "3x">;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyActionButtonIconComponent, never>;
23
23
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyActionButtonIconComponent, "sky-action-button-icon", never, { "iconType": { "alias": "iconType"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "12.0.0-beta.2",
3
+ "version": "12.0.0-beta.3",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -23,16 +23,16 @@
23
23
  "@angular/forms": "^19.2.1",
24
24
  "@angular/platform-browser": "^19.2.1",
25
25
  "@angular/router": "^19.2.1",
26
- "@skyux-sdk/testing": "12.0.0-beta.2",
27
- "@skyux/core": "12.0.0-beta.2",
28
- "@skyux/forms": "12.0.0-beta.2",
29
- "@skyux/help-inline": "12.0.0-beta.2",
30
- "@skyux/i18n": "12.0.0-beta.2",
31
- "@skyux/icon": "12.0.0-beta.2",
32
- "@skyux/indicators": "12.0.0-beta.2",
33
- "@skyux/modals": "12.0.0-beta.2",
34
- "@skyux/router": "12.0.0-beta.2",
35
- "@skyux/theme": "12.0.0-beta.2"
26
+ "@skyux-sdk/testing": "12.0.0-beta.3",
27
+ "@skyux/core": "12.0.0-beta.3",
28
+ "@skyux/forms": "12.0.0-beta.3",
29
+ "@skyux/help-inline": "12.0.0-beta.3",
30
+ "@skyux/i18n": "12.0.0-beta.3",
31
+ "@skyux/icon": "12.0.0-beta.3",
32
+ "@skyux/indicators": "12.0.0-beta.3",
33
+ "@skyux/modals": "12.0.0-beta.3",
34
+ "@skyux/router": "12.0.0-beta.3",
35
+ "@skyux/theme": "12.0.0-beta.3"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.8.1"