@ons/design-system 44.0.2 → 44.1.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/modal/_macro.njk +23 -0
- package/components/modal/_modal.scss +32 -0
- package/components/modal/modal.dom.js +14 -0
- package/components/modal/modal.js +104 -0
- package/components/timeout-modal/_macro.njk +26 -0
- package/components/timeout-modal/timeout.dom.js +16 -0
- package/components/timeout-modal/timeout.js +289 -0
- package/favicons/census/cy/android-chrome-192x192.png +0 -0
- package/favicons/census/cy/android-chrome-512x512.png +0 -0
- package/favicons/census/cy/apple-touch-icon.png +0 -0
- package/favicons/census/cy/browserconfig.xml +12 -0
- package/favicons/census/cy/favicon-16x16.png +0 -0
- package/favicons/census/cy/favicon-32x32.png +0 -0
- package/favicons/census/cy/favicon.ico +0 -0
- package/favicons/census/cy/manifest.json +20 -0
- package/favicons/census/cy/mstitle-150x150.png +0 -0
- package/favicons/census/cy/mstitle-310x150.png +0 -0
- package/favicons/census/cy/mstitle-310x310.png +0 -0
- package/favicons/census/cy/mstitle-70x70.png +0 -0
- package/favicons/census/cy/opengraph.png +0 -0
- package/favicons/census/cy/safari-pinned-tab.svg +3 -0
- package/favicons/census/cy/site.webmanifest +19 -0
- package/favicons/census/cy/twitter.png +0 -0
- package/favicons/census/en/android-chrome-192x192.png +0 -0
- package/favicons/census/en/android-chrome-512x512.png +0 -0
- package/favicons/census/en/apple-touch-icon.png +0 -0
- package/favicons/census/en/browserconfig.xml +12 -0
- package/favicons/census/en/favicon-16x16.png +0 -0
- package/favicons/census/en/favicon-32x32.png +0 -0
- package/favicons/census/en/favicon.ico +0 -0
- package/favicons/census/en/manifest.json +20 -0
- package/favicons/census/en/mstitle-150x150.png +0 -0
- package/favicons/census/en/mstitle-310x150.png +0 -0
- package/favicons/census/en/mstitle-310x310.png +0 -0
- package/favicons/census/en/mstitle-70x70.png +0 -0
- package/favicons/census/en/opengraph.png +0 -0
- package/favicons/census/en/safari-pinned-tab.svg +3 -0
- package/favicons/census/en/site.webmanifest +19 -0
- package/favicons/census/en/twitter.png +0 -0
- package/favicons/census/ni/favicon.ico +0 -0
- package/package.json +3 -3
- package/scripts/main.es5.js +2 -2
- package/scripts/main.js +1 -1
- package/src/js/domready.js +17 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Census2021",
|
|
3
|
+
"short_name": "Census2021",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "android-chrome-192x192.png",
|
|
7
|
+
"sizes": "192x192",
|
|
8
|
+
"type": "image/png"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "android-chrome-512x512.png",
|
|
12
|
+
"sizes": "512x512",
|
|
13
|
+
"type": "image/png"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"theme_color": "#902082",
|
|
17
|
+
"background_color": "#902082",
|
|
18
|
+
"display": "standalone"
|
|
19
|
+
}
|
|
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": "44.
|
|
4
|
+
"version": "44.1.1",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"codecov": "3.7.2",
|
|
83
83
|
"core-js": "^3.15.2",
|
|
84
84
|
"cssnano": "^4.1.11",
|
|
85
|
+
"dialog-polyfill": "^0.5.6",
|
|
85
86
|
"eslint": "^5.9.0",
|
|
86
87
|
"eslint-cli": "^1.1.1",
|
|
87
88
|
"eslint-config-prettier": "^3.3.0",
|
|
@@ -89,6 +90,7 @@
|
|
|
89
90
|
"express": "^4.17.1",
|
|
90
91
|
"fetch-mock": "^9.11.0",
|
|
91
92
|
"front-matter": "^4.0.2",
|
|
93
|
+
"fs-extra": "^10.0.0",
|
|
92
94
|
"fuse.js": "^3.6.1",
|
|
93
95
|
"glob": "^7.1.3",
|
|
94
96
|
"gulp": "^4.0.2",
|
|
@@ -123,7 +125,6 @@
|
|
|
123
125
|
"mdn-polyfills": "^5.14.0",
|
|
124
126
|
"minimist": "^1.2.5",
|
|
125
127
|
"mocha": "8.1.3",
|
|
126
|
-
"ncp": "^2.0.0",
|
|
127
128
|
"normalize.css": "^8.0.1",
|
|
128
129
|
"nunjucks": "^3.2.3",
|
|
129
130
|
"postcss": "^8.3.5",
|
|
@@ -137,7 +138,6 @@
|
|
|
137
138
|
"remark-lint": "^8.0.0",
|
|
138
139
|
"remark-preset-lint-recommended": "^5.0.0",
|
|
139
140
|
"replace-in-file": "^6.1.0",
|
|
140
|
-
"rimraf": "^2.6.3",
|
|
141
141
|
"stylelint": "^13.11.0",
|
|
142
142
|
"stylelint-config-recommended": "^3.0.0",
|
|
143
143
|
"stylelint-config-sass-guidelines": "^8.0.0",
|