@ons/design-system 70.0.5 → 70.0.6
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.
- package/README.md +5 -3
- package/css/main.css +1 -1
- package/favicons/android-chrome-192x192.png +0 -0
- package/favicons/android-chrome-512x512.png +0 -0
- package/favicons/apple-touch-icon.png +0 -0
- package/favicons/favicon-16x16.png +0 -0
- package/favicons/favicon-32x32.png +0 -0
- package/favicons/favicon.ico +0 -0
- package/favicons/maskable_icon.png +0 -0
- package/favicons/opengraph.png +0 -0
- package/favicons/twitter.png +0 -0
- package/img/large/alison-pritchard-featured.jpg +0 -0
- package/img/large/alison-pritchard.jpg +0 -0
- package/img/large/census-monuments-lights-featured.jpg +0 -0
- package/img/large/census-monuments-lights.jpg +0 -0
- package/img/large/mother-and-daughter-in-ireland.jpg +0 -0
- package/img/large/mum-and-child-healthcare-belfast.jpg +0 -0
- package/img/large/ons-award-winners.jpg +0 -0
- package/img/large/placeholder-card.png +0 -0
- package/img/large/placeholder-news-medium.png +0 -0
- package/img/large/placeholder-news.png +0 -0
- package/img/large/placeholder-portrait.png +0 -0
- package/img/large/students.jpg +0 -0
- package/img/large/woman-in-purple-dress-shirt.jpg +0 -0
- package/img/small/alison-pritchard-featured.jpg +0 -0
- package/img/small/alison-pritchard.jpg +0 -0
- package/img/small/census-monuments-lights-featured.jpg +0 -0
- package/img/small/census-monuments-lights.jpg +0 -0
- package/img/small/mother-and-daughter-in-ireland.jpg +0 -0
- package/img/small/mum-and-child-healthcare-belfast.jpg +0 -0
- package/img/small/ons-award-winners.jpg +0 -0
- package/img/small/placeholder-card.png +0 -0
- package/img/small/placeholder-news-medium.png +0 -0
- package/img/small/placeholder-news.png +0 -0
- package/img/small/placeholder-portrait.png +0 -0
- package/img/small/students.jpg +0 -0
- package/img/small/woman-in-purple-dress-shirt.jpg +0 -0
- package/package.json +21 -22
- package/scripts/main.es5.js +1 -1
- package/scripts/main.js +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/favicons/favicon.ico
CHANGED
|
Binary file
|
|
Binary file
|
package/favicons/opengraph.png
CHANGED
|
Binary file
|
package/favicons/twitter.png
CHANGED
|
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/img/large/students.jpg
CHANGED
|
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/img/small/students.jpg
CHANGED
|
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.
|
|
4
|
+
"version": "70.0.6",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -52,23 +52,22 @@
|
|
|
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",
|
|
56
55
|
"@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.
|
|
59
|
+
"@babel/preset-env": "^7.24.5",
|
|
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.
|
|
63
|
+
"autoprefixer": "^10.4.18",
|
|
64
64
|
"babel-plugin-istanbul": "^6.0.0",
|
|
65
65
|
"babelify": "^10.0.0",
|
|
66
|
-
"backstopjs": "
|
|
67
|
-
"browser-sync": "^
|
|
66
|
+
"backstopjs": "6.1.4",
|
|
67
|
+
"browser-sync": "^3.0.2",
|
|
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",
|
|
72
71
|
"core-js": "^3.21.1",
|
|
73
72
|
"cors": "^2.8.5",
|
|
74
73
|
"dialog-polyfill": "^0.5.6",
|
|
@@ -82,21 +81,21 @@
|
|
|
82
81
|
"fs-extra": "^11.1.1",
|
|
83
82
|
"fuse.js": "^3.6.1",
|
|
84
83
|
"glob": "^10.2.3",
|
|
85
|
-
"gulp": "^
|
|
84
|
+
"gulp": "^5.0.0",
|
|
86
85
|
"gulp-babel": "^8.0.0",
|
|
87
|
-
"gulp-cli": "^
|
|
86
|
+
"gulp-cli": "^3.0.0",
|
|
88
87
|
"gulp-dart-sass": "^1.0.2",
|
|
89
88
|
"gulp-if": "^3.0.0",
|
|
90
|
-
"gulp-postcss": "^
|
|
89
|
+
"gulp-postcss": "^10.0.0",
|
|
91
90
|
"gulp-sourcemaps": "^3.0.0",
|
|
92
91
|
"gulp-terser": "^2.0.1",
|
|
93
92
|
"http-server": "^14.1.1",
|
|
94
|
-
"husky": "^
|
|
95
|
-
"jest": "^29.
|
|
93
|
+
"husky": "^9.0.11",
|
|
94
|
+
"jest": "^29.7.0",
|
|
96
95
|
"jest-axe": "^8.0.0",
|
|
97
|
-
"jest-environment-jsdom": "^29.
|
|
98
|
-
"jest-puppeteer": "^
|
|
99
|
-
"lighthouse": "^
|
|
96
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
97
|
+
"jest-puppeteer": "^10.0.1",
|
|
98
|
+
"lighthouse": "^12.0.0",
|
|
100
99
|
"lint-staged": "^15.2.0",
|
|
101
100
|
"lodash": "^4.17.21",
|
|
102
101
|
"mdn-polyfills": "^5.14.0",
|
|
@@ -109,14 +108,14 @@
|
|
|
109
108
|
"prettier": "^3.0.0",
|
|
110
109
|
"puppeteer": "^21.0.2",
|
|
111
110
|
"remark-cli": "^12.0.0",
|
|
112
|
-
"remark-lint": "^
|
|
113
|
-
"remark-preset-lint-recommended": "^
|
|
114
|
-
"stylelint": "^
|
|
115
|
-
"stylelint-config-recommended": "^
|
|
116
|
-
"stylelint-config-sass-guidelines": "^
|
|
117
|
-
"stylelint-config-standard": "^
|
|
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",
|
|
118
117
|
"stylelint-order": "^6.0.3",
|
|
119
|
-
"stylelint-scss": "^
|
|
118
|
+
"stylelint-scss": "^6.2.1",
|
|
120
119
|
"through2": "^4.0.2",
|
|
121
120
|
"tick-manager": "^1.0.3",
|
|
122
121
|
"util": "^0.12.3",
|