@ons/design-system 70.0.6 → 70.0.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 (40) hide show
  1. package/components/list/_macro.njk +2 -2
  2. package/css/main.css +1 -1
  3. package/favicons/android-chrome-192x192.png +0 -0
  4. package/favicons/android-chrome-512x512.png +0 -0
  5. package/favicons/apple-touch-icon.png +0 -0
  6. package/favicons/favicon-16x16.png +0 -0
  7. package/favicons/favicon-32x32.png +0 -0
  8. package/favicons/favicon.ico +0 -0
  9. package/favicons/maskable_icon.png +0 -0
  10. package/favicons/opengraph.png +0 -0
  11. package/favicons/twitter.png +0 -0
  12. package/img/large/alison-pritchard-featured.jpg +0 -0
  13. package/img/large/alison-pritchard.jpg +0 -0
  14. package/img/large/census-monuments-lights-featured.jpg +0 -0
  15. package/img/large/census-monuments-lights.jpg +0 -0
  16. package/img/large/mother-and-daughter-in-ireland.jpg +0 -0
  17. package/img/large/mum-and-child-healthcare-belfast.jpg +0 -0
  18. package/img/large/ons-award-winners.jpg +0 -0
  19. package/img/large/placeholder-card.png +0 -0
  20. package/img/large/placeholder-news-medium.png +0 -0
  21. package/img/large/placeholder-news.png +0 -0
  22. package/img/large/placeholder-portrait.png +0 -0
  23. package/img/large/students.jpg +0 -0
  24. package/img/large/woman-in-purple-dress-shirt.jpg +0 -0
  25. package/img/small/alison-pritchard-featured.jpg +0 -0
  26. package/img/small/alison-pritchard.jpg +0 -0
  27. package/img/small/census-monuments-lights-featured.jpg +0 -0
  28. package/img/small/census-monuments-lights.jpg +0 -0
  29. package/img/small/mother-and-daughter-in-ireland.jpg +0 -0
  30. package/img/small/mum-and-child-healthcare-belfast.jpg +0 -0
  31. package/img/small/ons-award-winners.jpg +0 -0
  32. package/img/small/placeholder-card.png +0 -0
  33. package/img/small/placeholder-news-medium.png +0 -0
  34. package/img/small/placeholder-news.png +0 -0
  35. package/img/small/placeholder-portrait.png +0 -0
  36. package/img/small/students.jpg +0 -0
  37. package/img/small/woman-in-purple-dress-shirt.jpg +0 -0
  38. package/package.json +22 -21
  39. package/scripts/main.es5.js +1 -1
  40. package/scripts/main.js +1 -1
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "70.0.6",
4
+ "version": "70.0.7",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -52,22 +52,23 @@
52
52
  "@babel/core": "^7.14.6",
53
53
  "@babel/eslint-parser": "^7.22.9",
54
54
  "@babel/node": "^7.14.7",
55
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
55
56
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
56
- "@babel/plugin-transform-class-properties": "^7.23.3",
57
57
  "@babel/plugin-transform-modules-commonjs": "^7.14.5",
58
58
  "@babel/plugin-transform-runtime": "^7.14.5",
59
- "@babel/preset-env": "^7.24.5",
59
+ "@babel/preset-env": "^7.14.7",
60
60
  "@babel/register": "^7.14.5",
61
61
  "@babel/runtime": "^7.14.6",
62
62
  "abortcontroller-polyfill": "^1.2.3",
63
- "autoprefixer": "^10.4.18",
63
+ "autoprefixer": "10.4.14",
64
64
  "babel-plugin-istanbul": "^6.0.0",
65
65
  "babelify": "^10.0.0",
66
- "backstopjs": "6.1.4",
67
- "browser-sync": "^3.0.2",
66
+ "backstopjs": "^6.1.4",
67
+ "browser-sync": "^2.27.3",
68
68
  "browserify": "^17.0.0",
69
69
  "chalk": "^4.1.2",
70
70
  "cheerio": "^1.0.0-rc.10",
71
+ "codecov": "^3.8.3",
71
72
  "core-js": "^3.21.1",
72
73
  "cors": "^2.8.5",
73
74
  "dialog-polyfill": "^0.5.6",
@@ -81,21 +82,21 @@
81
82
  "fs-extra": "^11.1.1",
82
83
  "fuse.js": "^3.6.1",
83
84
  "glob": "^10.2.3",
84
- "gulp": "^5.0.0",
85
+ "gulp": "^4.0.2",
85
86
  "gulp-babel": "^8.0.0",
86
- "gulp-cli": "^3.0.0",
87
+ "gulp-cli": "^2.3.0",
87
88
  "gulp-dart-sass": "^1.0.2",
88
89
  "gulp-if": "^3.0.0",
89
- "gulp-postcss": "^10.0.0",
90
+ "gulp-postcss": "^9.0.0",
90
91
  "gulp-sourcemaps": "^3.0.0",
91
92
  "gulp-terser": "^2.0.1",
92
93
  "http-server": "^14.1.1",
93
- "husky": "^9.0.11",
94
- "jest": "^29.7.0",
94
+ "husky": "^8.0.3",
95
+ "jest": "^29.6.1",
95
96
  "jest-axe": "^8.0.0",
96
- "jest-environment-jsdom": "^29.7.0",
97
- "jest-puppeteer": "^10.0.1",
98
- "lighthouse": "^12.0.0",
97
+ "jest-environment-jsdom": "^29.6.1",
98
+ "jest-puppeteer": "^9.0.0",
99
+ "lighthouse": "^11.0.0",
99
100
  "lint-staged": "^15.2.0",
100
101
  "lodash": "^4.17.21",
101
102
  "mdn-polyfills": "^5.14.0",
@@ -108,14 +109,14 @@
108
109
  "prettier": "^3.0.0",
109
110
  "puppeteer": "^21.0.2",
110
111
  "remark-cli": "^12.0.0",
111
- "remark-lint": "^10.0.0",
112
- "remark-preset-lint-recommended": "^7.0.0",
113
- "stylelint": "^16.2.1",
114
- "stylelint-config-recommended": "^14.0.0",
115
- "stylelint-config-sass-guidelines": "^11.1.0",
116
- "stylelint-config-standard": "^36.0.0",
112
+ "remark-lint": "^9.1.2",
113
+ "remark-preset-lint-recommended": "^6.1.3",
114
+ "stylelint": "^15.10.1",
115
+ "stylelint-config-recommended": "^13.0.0",
116
+ "stylelint-config-sass-guidelines": "^10.0.0",
117
+ "stylelint-config-standard": "^34.0.0",
117
118
  "stylelint-order": "^6.0.3",
118
- "stylelint-scss": "^6.2.1",
119
+ "stylelint-scss": "^5.0.1",
119
120
  "through2": "^4.0.2",
120
121
  "tick-manager": "^1.0.3",
121
122
  "util": "^0.12.3",