@swisspost/design-system-styles 6.2.0 → 6.2.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.
@@ -107,5 +107,6 @@
107
107
  /* Compatibility with button-group */
108
108
  &:is(:focus-visible, :focus-within, .pretend-focus) {
109
109
  outline: forms.$input-focus-outline-thickness solid var(--post-contrast-color);
110
+ @content;
110
111
  }
111
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swisspost/design-system-styles",
3
- "version": "6.2.0",
3
+ "version": "6.2.2",
4
4
  "description": "Design System Styles for the Swiss Post web platform.",
5
5
  "author": "Swiss Post <oss@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -17,39 +17,40 @@
17
17
  "linkDirectory": true
18
18
  },
19
19
  "dependencies": {
20
- "@angular-devkit/core": "<=15.0.4",
21
- "@angular-devkit/schematics": "<=15.0.4",
22
- "@angular/core": "<=15.0.4",
23
- "@popperjs/core": "2.11.7",
24
- "bootstrap": "5.2.3",
20
+ "@angular-devkit/core": "=15.0.4",
21
+ "@angular-devkit/schematics": "=15.0.4",
22
+ "@angular/core": "=15.0.4",
23
+ "@popperjs/core": "2.11.8",
24
+ "bootstrap": "5.3.0",
25
25
  "cheerio": "1.0.0-rc.12",
26
- "prettier": "2.8.7",
27
- "typescript": "4.9.5"
26
+ "prettier": "2.8.8"
28
27
  },
29
28
  "devDependencies": {
30
- "@angular/compiler": "<=15.0.4",
31
- "@percy/cli": "1.23.0",
29
+ "@angular/compiler": "=15.0.4",
30
+ "@percy/cli": "1.25.0",
32
31
  "@percy/cypress": "3.1.2",
33
- "@types/node": "18.15.12",
32
+ "@swisspost/design-system-icons": "1.0.6",
33
+ "@types/node": "18.16.17",
34
34
  "autoprefixer": "10.4.14",
35
35
  "copyfiles": "2.4.1",
36
- "cypress": "12.10.0",
36
+ "cypress": "12.14.0",
37
37
  "cypress-storybook": "0.5.1",
38
- "glob": "9.3.5",
38
+ "glob": "10.2.6",
39
39
  "gulp": "4.0.2",
40
40
  "gulp-postcss": "9.0.1",
41
41
  "gulp-sass": "5.1.0",
42
42
  "jest": "29.5.0",
43
43
  "npm-run-all": "4.1.5",
44
- "postcss": "8.4.23",
44
+ "postcss": "8.4.24",
45
45
  "postcss-scss": "4.0.6",
46
- "rimraf": "4.4.1",
47
- "sass": "1.62.0",
48
- "stylelint": "15.5.0",
46
+ "rimraf": "5.0.1",
47
+ "sass": "1.63.3",
48
+ "stylelint": "15.7.0",
49
49
  "stylelint-config-prettier": "9.0.5",
50
50
  "stylelint-config-sass-guidelines": "9.0.1",
51
51
  "stylelint-prettier": "2.0.0",
52
- "stylelint-scss": "4.6.0"
52
+ "stylelint-scss": "5.0.1",
53
+ "typescript": "4.9.5"
53
54
  },
54
55
  "sass": {
55
56
  "includePaths": [
@@ -69,7 +70,7 @@
69
70
  "build": "npm-run-all --parallel styles:build schematics:build",
70
71
  "styles:build": "gulp build",
71
72
  "test": "jest --onlyChanged",
72
- "clean": "rimraf out-tsc dist/*",
73
+ "clean": "rimraf out-tsc dist",
73
74
  "format": "prettier src/**/*.scss --write",
74
75
  "lint": "stylelint src/**/*.scss",
75
76
  "lint:fix": "stylelint src/**/*.scss --fix",
@@ -27,6 +27,7 @@
27
27
  padding: $size-micro;
28
28
  height: badge.$badge-nested-height;
29
29
  min-width: badge.$badge-nested-height;
30
+ color: badge.$badge-nested-color;
30
31
  background-color: badge.$badge-nested-bg-color;
31
32
  border-color: badge.$badge-nested-border-color;
32
33
  font-size: badge.$badge-nested-font-size;
File without changes