@danske/sapphire-angular 1.20.1 → 1.20.4

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,2 +1,4 @@
1
1
  export { ScrollMonitorDirective } from './scroll-monitor.directive';
2
2
  export { UseComponentStyles, UseComponentStylesOnHost, ViewEncapsulationProvider, } from './sapphire-view-encapsulation';
3
+ export { PressedDirective } from './pressed.directive';
4
+ export { FocusedDirective } from './focused.directive';
@@ -3,6 +3,11 @@ import * as i0 from "@angular/core";
3
3
  * Used inside field to provide a note for the field.
4
4
  */
5
5
  export declare class FieldNoteDirective {
6
+ /**
7
+ * A unique id for the host DOM element.
8
+ * If none is supplied, it will be auto-generated.
9
+ */
10
+ id: string;
6
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldNoteDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<FieldNoteDirective, "sp-field-note", never, {}, {}, never, never, true, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FieldNoteDirective, "sp-field-note", never, { "id": "id"; }, {}, never, never, true, never>;
8
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-angular",
3
- "version": "1.20.1",
3
+ "version": "1.20.4",
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": "^28.4.0",
19
+ "@danske/sapphire-css": "^30.0.0",
20
20
  "tslib": "^2.3.0"
21
21
  },
22
- "gitHead": "546502d6671ee7c2ef9802b577b78cd587ba110c",
22
+ "gitHead": "2ff8412b24532d59317fba3af90c5e305bc6ee6b",
23
23
  "es2020": "fesm2020/danske-sapphire-angular.mjs",
24
24
  "esm2020": "esm2020/danske-sapphire-angular.mjs",
25
25
  "fesm2020": "fesm2020/danske-sapphire-angular.mjs",