@swisspost/design-system-styles 7.4.6 → 7.4.7

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swisspost/design-system-styles",
3
- "version": "7.4.6",
3
+ "version": "7.4.7",
4
4
  "description": "Design System Styles for the Swiss Post web platform.",
5
5
  "author": "Swiss Post <design-system@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "bootstrap": "5.3.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@swisspost/design-system-icons": "7.4.6",
41
+ "@swisspost/design-system-icons": "7.4.7",
42
42
  "@types/node": "20.14.9",
43
43
  "autoprefixer": "10.4.19",
44
44
  "copyfiles": "2.4.1",
@@ -80,7 +80,7 @@
80
80
  "start": "gulp watch",
81
81
  "build": "pnpm clean && gulp build",
82
82
  "unit": "gulp sass:tests",
83
- "clean": "rimraf out-tsc dist",
83
+ "clean": "rimraf out-tsc dist src/tokens/temp",
84
84
  "format": "prettier src/**/*.scss --write",
85
85
  "lint": "stylelint src/**/*.scss",
86
86
  "lint:fix": "stylelint src/**/*.scss --fix"