@danske/sapphire-angular 1.27.0 → 1.27.2

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.
@@ -9,7 +9,7 @@ import * as i1 from "../../../common/sapphire-view-encapsulation";
9
9
  export declare class DialogHeaderDirective {
10
10
  id: string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogHeaderDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<DialogHeaderDirective, "[spDialogHeader]", never, { "id": "id"; }, {}, never, never, true, [{ directive: typeof i1.UseComponentStyles; inputs: {}; outputs: {}; }]>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DialogHeaderDirective, "[spDialogHeader]", never, { "id": "id"; }, {}, never, never, true, never>;
13
13
  }
14
14
  /**
15
15
  * Standard dialog header component, which is consisted of a heading (the
@@ -21,5 +21,5 @@ export declare class DialogHeaderComponent {
21
21
  dialog: DialogComponent;
22
22
  constructor(dialog: DialogComponent);
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogHeaderComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogHeaderComponent, "sp-dialog-header", never, {}, {}, never, ["*"], false, [{ directive: typeof DialogHeaderDirective; inputs: { "id": "id"; }; outputs: {}; }]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogHeaderComponent, "sp-dialog-header", never, {}, {}, never, ["*"], false, [{ directive: typeof DialogHeaderDirective; inputs: { "id": "id"; }; outputs: {}; }, { directive: typeof i1.UseComponentStyles; inputs: {}; outputs: {}; }]>;
25
25
  }
@@ -9,7 +9,7 @@ import * as i1 from "../../../common/sapphire-view-encapsulation";
9
9
  export declare class PanelHeaderDirective {
10
10
  id: string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelHeaderDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<PanelHeaderDirective, "[spPanelHeader]", never, { "id": "id"; }, {}, never, never, true, [{ directive: typeof i1.UseComponentStyles; inputs: {}; outputs: {}; }]>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PanelHeaderDirective, "[spPanelHeader]", never, { "id": "id"; }, {}, never, never, true, never>;
13
13
  }
14
14
  /**
15
15
  * Standard panel header component, which consists of a heading (the
@@ -22,5 +22,5 @@ export declare class PanelHeaderComponent {
22
22
  closeEventEmitter: EventEmitter<any>;
23
23
  close(event: MouseEvent): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelHeaderComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<PanelHeaderComponent, "sp-panel-header", never, { "subheading": "subheading"; }, { "closeEventEmitter": "closeClicked"; }, never, ["[spPanelBackButton]", "*"], false, [{ directive: typeof PanelHeaderDirective; inputs: { "id": "id"; }; outputs: {}; }]>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanelHeaderComponent, "sp-panel-header", never, { "subheading": "subheading"; }, { "closeEventEmitter": "closeClicked"; }, never, ["[spPanelBackButton]", "*"], false, [{ directive: typeof PanelHeaderDirective; inputs: { "id": "id"; }; outputs: {}; }, { directive: typeof i1.UseComponentStyles; inputs: {}; outputs: {}; }]>;
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-angular",
3
- "version": "1.27.0",
3
+ "version": "1.27.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "The Angular implementation of the Sapphire Design System from Danske Bank A/S",
6
6
  "module": "fesm2015/danske-sapphire-angular.mjs",
@@ -16,10 +16,10 @@
16
16
  "@danske/sapphire-icons": "^1.0.2"
17
17
  },
18
18
  "dependencies": {
19
- "@danske/sapphire-css": "^31.2.0",
19
+ "@danske/sapphire-css": "^32.0.0",
20
20
  "tslib": "^2.3.0"
21
21
  },
22
- "gitHead": "6780bc1100a3aa3503be5b5b04c623be2cabe76a",
22
+ "gitHead": "f697803e6f03705b063ff5d4c89debde608208db",
23
23
  "es2020": "fesm2020/danske-sapphire-angular.mjs",
24
24
  "esm2020": "esm2020/danske-sapphire-angular.mjs",
25
25
  "fesm2020": "fesm2020/danske-sapphire-angular.mjs",