@ons/design-system 73.0.0 → 73.0.1
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/components/announcement-banner/example-banner-red-wide.njk +13 -0
- package/components/announcement-banner/example-banner-red.njk +1 -1
- package/components/button/_button.scss +1 -9
- package/css/main.css +1 -1
- package/package.json +80 -80
- package/scripts/main.es5.js +3 -3
- package/scripts/main.js +3 -3
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": "73.0.
|
|
4
|
+
"version": "73.0.1",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -54,89 +54,89 @@
|
|
|
54
54
|
"not dead"
|
|
55
55
|
],
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@babel/core": "
|
|
58
|
-
"@babel/eslint-parser": "
|
|
59
|
-
"@babel/node": "
|
|
60
|
-
"@babel/plugin-proposal-class-properties": "
|
|
61
|
-
"@babel/plugin-syntax-dynamic-import": "
|
|
62
|
-
"@babel/plugin-transform-modules-commonjs": "
|
|
63
|
-
"@babel/plugin-transform-runtime": "
|
|
64
|
-
"@babel/preset-env": "
|
|
65
|
-
"@babel/register": "
|
|
66
|
-
"@babel/runtime": "
|
|
67
|
-
"abortcontroller-polyfill": "
|
|
68
|
-
"autoprefixer": "
|
|
69
|
-
"babel-plugin-istanbul": "
|
|
70
|
-
"babelify": "
|
|
71
|
-
"backstopjs": "
|
|
72
|
-
"browser-sync": "
|
|
73
|
-
"browserify": "
|
|
74
|
-
"chalk": "
|
|
75
|
-
"cheerio": "
|
|
76
|
-
"core-js": "
|
|
77
|
-
"cors": "
|
|
78
|
-
"dialog-polyfill": "
|
|
79
|
-
"dompurify": "
|
|
80
|
-
"eslint": "
|
|
81
|
-
"eslint-cli": "
|
|
82
|
-
"eslint-config-prettier": "
|
|
83
|
-
"eslint-plugin-prettier": "
|
|
84
|
-
"eslint-plugin-unused-imports": "
|
|
85
|
-
"express": "
|
|
86
|
-
"front-matter": "
|
|
87
|
-
"fs-extra": "
|
|
88
|
-
"fuse.js": "
|
|
89
|
-
"glob": "
|
|
90
|
-
"gulp": "
|
|
91
|
-
"gulp-babel": "
|
|
92
|
-
"gulp-cli": "
|
|
93
|
-
"gulp-dart-sass": "
|
|
94
|
-
"gulp-if": "
|
|
95
|
-
"gulp-postcss": "
|
|
96
|
-
"gulp-sourcemaps": "
|
|
97
|
-
"gulp-terser": "
|
|
98
|
-
"http-server": "
|
|
99
|
-
"husky": "
|
|
100
|
-
"jest": "
|
|
101
|
-
"jest-axe": "
|
|
102
|
-
"jest-environment-jsdom": "
|
|
103
|
-
"jest-puppeteer": "
|
|
104
|
-
"jsdom": "
|
|
105
|
-
"lighthouse": "
|
|
106
|
-
"lint-staged": "
|
|
107
|
-
"lodash": "
|
|
108
|
-
"mdn-polyfills": "
|
|
109
|
-
"normalize.css": "
|
|
110
|
-
"nunjucks": "
|
|
111
|
-
"pinst": "
|
|
112
|
-
"postcss": "
|
|
113
|
-
"postcss-url": "
|
|
114
|
-
"prepend-file": "
|
|
115
|
-
"prettier": "
|
|
116
|
-
"prettier-plugin-jinja-template": "
|
|
117
|
-
"puppeteer": "
|
|
118
|
-
"remark-cli": "
|
|
119
|
-
"remark-lint": "
|
|
120
|
-
"remark-preset-lint-recommended": "
|
|
121
|
-
"stylelint": "
|
|
122
|
-
"stylelint-config-recommended-scss": "
|
|
123
|
-
"stylelint-config-sass-guidelines": "
|
|
124
|
-
"stylelint-config-standard": "
|
|
125
|
-
"stylelint-order": "
|
|
126
|
-
"stylelint-scss": "
|
|
127
|
-
"through2": "
|
|
128
|
-
"tick-manager": "
|
|
129
|
-
"util": "
|
|
130
|
-
"viewport-details": "
|
|
131
|
-
"vinyl-buffer": "
|
|
132
|
-
"vinyl-source-stream": "
|
|
133
|
-
"whatwg-fetch": "
|
|
57
|
+
"@babel/core": "7.27.1",
|
|
58
|
+
"@babel/eslint-parser": "7.27.1",
|
|
59
|
+
"@babel/node": "7.27.1",
|
|
60
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
61
|
+
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
62
|
+
"@babel/plugin-transform-modules-commonjs": "7.27.1",
|
|
63
|
+
"@babel/plugin-transform-runtime": "7.27.1",
|
|
64
|
+
"@babel/preset-env": "7.27.2",
|
|
65
|
+
"@babel/register": "7.27.1",
|
|
66
|
+
"@babel/runtime": "7.27.1",
|
|
67
|
+
"abortcontroller-polyfill": "1.7.8",
|
|
68
|
+
"autoprefixer": "10.4.21",
|
|
69
|
+
"babel-plugin-istanbul": "7.0.0",
|
|
70
|
+
"babelify": "10.0.0",
|
|
71
|
+
"backstopjs": "6.3.25",
|
|
72
|
+
"browser-sync": "3.0.4",
|
|
73
|
+
"browserify": "17.0.1",
|
|
74
|
+
"chalk": "4.1.2",
|
|
75
|
+
"cheerio": "1.0.0-rc.12",
|
|
76
|
+
"core-js": "3.33.0",
|
|
77
|
+
"cors": "2.8.5",
|
|
78
|
+
"dialog-polyfill": "0.5.6",
|
|
79
|
+
"dompurify": "3.2.6",
|
|
80
|
+
"eslint": "8.51.0",
|
|
81
|
+
"eslint-cli": "1.1.1",
|
|
82
|
+
"eslint-config-prettier": "9.0.0",
|
|
83
|
+
"eslint-plugin-prettier": "5.0.1",
|
|
84
|
+
"eslint-plugin-unused-imports": "3.1.0",
|
|
85
|
+
"express": "5.1.0",
|
|
86
|
+
"front-matter": "4.0.2",
|
|
87
|
+
"fs-extra": "11.1.1",
|
|
88
|
+
"fuse.js": "7.0.0",
|
|
89
|
+
"glob": "10.3.10",
|
|
90
|
+
"gulp": "4.0.2",
|
|
91
|
+
"gulp-babel": "8.0.0",
|
|
92
|
+
"gulp-cli": "2.3.0",
|
|
93
|
+
"gulp-dart-sass": "1.1.0",
|
|
94
|
+
"gulp-if": "3.0.0",
|
|
95
|
+
"gulp-postcss": "9.0.1",
|
|
96
|
+
"gulp-sourcemaps": "3.0.0",
|
|
97
|
+
"gulp-terser": "2.1.0",
|
|
98
|
+
"http-server": "14.1.1",
|
|
99
|
+
"husky": "9.1.6",
|
|
100
|
+
"jest": "29.7.0",
|
|
101
|
+
"jest-axe": "8.0.0",
|
|
102
|
+
"jest-environment-jsdom": "29.7.0",
|
|
103
|
+
"jest-puppeteer": "11.0.0",
|
|
104
|
+
"jsdom": "26.1.0",
|
|
105
|
+
"lighthouse": "12.8.2",
|
|
106
|
+
"lint-staged": "15.2.0",
|
|
107
|
+
"lodash": "4.17.21",
|
|
108
|
+
"mdn-polyfills": "5.20.0",
|
|
109
|
+
"normalize.css": "8.0.1",
|
|
110
|
+
"nunjucks": "3.2.4",
|
|
111
|
+
"pinst": "3.0.0",
|
|
112
|
+
"postcss": "8.4.35",
|
|
113
|
+
"postcss-url": "10.1.3",
|
|
114
|
+
"prepend-file": "2.0.1",
|
|
115
|
+
"prettier": "3.3.0",
|
|
116
|
+
"prettier-plugin-jinja-template": "1.4.0",
|
|
117
|
+
"puppeteer": "24.16.2",
|
|
118
|
+
"remark-cli": "12.0.0",
|
|
119
|
+
"remark-lint": "9.1.2",
|
|
120
|
+
"remark-preset-lint-recommended": "6.1.3",
|
|
121
|
+
"stylelint": "16.6.0",
|
|
122
|
+
"stylelint-config-recommended-scss": "14.0.0",
|
|
123
|
+
"stylelint-config-sass-guidelines": "11.1.0",
|
|
124
|
+
"stylelint-config-standard": "36.0.0",
|
|
125
|
+
"stylelint-order": "6.0.4",
|
|
126
|
+
"stylelint-scss": "6.3.0",
|
|
127
|
+
"through2": "4.0.2",
|
|
128
|
+
"tick-manager": "1.0.3",
|
|
129
|
+
"util": "0.12.3",
|
|
130
|
+
"viewport-details": "3.0.4",
|
|
131
|
+
"vinyl-buffer": "1.0.1",
|
|
132
|
+
"vinyl-source-stream": "2.0.0",
|
|
133
|
+
"whatwg-fetch": "3.6.19"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": {
|
|
136
136
|
"access": "public"
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"highcharts": "
|
|
140
|
-
"pym.js": "
|
|
139
|
+
"highcharts": "12.1.2",
|
|
140
|
+
"pym.js": "1.3.2"
|
|
141
141
|
}
|
|
142
142
|
}
|