@danske/sapphire-angular 1.21.0 → 1.23.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.
@@ -29,7 +29,7 @@ export declare class ButtonGroupComponent {
29
29
  * Spacing between the buttons
30
30
  * @default normal
31
31
  */
32
- spacing: 'normal' | 'dense' | 'large';
32
+ spacing: 'large' | 'normal' | 'dense' | 'extra-dense';
33
33
  /**
34
34
  * @default "horizontal"
35
35
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-angular",
3
- "version": "1.21.0",
3
+ "version": "1.23.0",
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",
@@ -9,17 +9,17 @@
9
9
  "directory": "build"
10
10
  },
11
11
  "peerDependencies": {
12
- "@angular/cdk": "^15.1.3 || ^16.0.0",
13
- "@angular/common": "^15.0.0 || ^16.0.0",
14
- "@angular/core": "^15.0.0 || ^16.0.0",
15
- "@angular/forms": "^15.0.0 || ^16.0.0",
12
+ "@angular/cdk": "^15.1.3 || ^16.0.0 || ^17.0.0 || ^18.0.0",
13
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
14
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
15
+ "@angular/forms": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
16
16
  "@danske/sapphire-icons": "^1.0.2"
17
17
  },
18
18
  "dependencies": {
19
- "@danske/sapphire-css": "^30.0.1",
19
+ "@danske/sapphire-css": "^31.0.0",
20
20
  "tslib": "^2.3.0"
21
21
  },
22
- "gitHead": "a79cc70d1fbf9428858ab9b1d43c38f602e39558",
22
+ "gitHead": "72b15db7d4ac7293a425a6954dd2f6d3016fbf5d",
23
23
  "es2020": "fesm2020/danske-sapphire-angular.mjs",
24
24
  "esm2020": "esm2020/danske-sapphire-angular.mjs",
25
25
  "fesm2020": "fesm2020/danske-sapphire-angular.mjs",