@skyux/layout 12.28.1 → 12.30.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.
@@ -1,9 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
+ import * as i1 from "@skyux/theme";
2
3
  /**
3
4
  * Specifies an action that users can perform on the card.
4
5
  * @deprecated
5
6
  */
6
7
  export declare class SkyCardActionsComponent {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyCardActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardActionsComponent, "sky-card-actions", never, {}, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyCardActionsComponent, "sky-card-actions", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.SkyThemeComponentClassDirective; inputs: {}; outputs: {}; }]>;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "12.28.1",
3
+ "version": "12.30.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -23,16 +23,16 @@
23
23
  "@angular/forms": "^19.2.14",
24
24
  "@angular/platform-browser": "^19.2.14",
25
25
  "@angular/router": "^19.2.14",
26
- "@skyux-sdk/testing": "12.28.1",
27
- "@skyux/core": "12.28.1",
28
- "@skyux/forms": "12.28.1",
29
- "@skyux/help-inline": "12.28.1",
30
- "@skyux/i18n": "12.28.1",
31
- "@skyux/icon": "12.28.1",
32
- "@skyux/indicators": "12.28.1",
33
- "@skyux/modals": "12.28.1",
34
- "@skyux/router": "12.28.1",
35
- "@skyux/theme": "12.28.1"
26
+ "@skyux-sdk/testing": "12.30.0",
27
+ "@skyux/core": "12.30.0",
28
+ "@skyux/forms": "12.30.0",
29
+ "@skyux/help-inline": "12.30.0",
30
+ "@skyux/i18n": "12.30.0",
31
+ "@skyux/icon": "12.30.0",
32
+ "@skyux/indicators": "12.30.0",
33
+ "@skyux/modals": "12.30.0",
34
+ "@skyux/router": "12.30.0",
35
+ "@skyux/theme": "12.30.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.8.1"