@vuepress/plugin-pwa 2.0.0-rc.37 → 2.0.0-rc.39
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.
|
@@ -34,7 +34,7 @@ export const PwaInstallModal = defineComponent({
|
|
|
34
34
|
manifest.value = data;
|
|
35
35
|
localStorage.setItem('manifest', JSON.stringify(data));
|
|
36
36
|
}
|
|
37
|
-
catch
|
|
37
|
+
catch {
|
|
38
38
|
console.error('[PWA]: Error getting manifest, check that you have a valid web manifest or network connection');
|
|
39
39
|
}
|
|
40
40
|
};
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
position: fixed;
|
|
81
81
|
inset: 0;
|
|
82
82
|
z-index: 998;
|
|
83
|
-
animation: 0.25s pwa-fade-in;
|
|
84
83
|
backdrop-filter: blur(10px);
|
|
84
|
+
animation: 0.25s pwa-fade-in;
|
|
85
85
|
}
|
|
86
86
|
#install-modal-wrapper .install-modal {
|
|
87
87
|
position: absolute;
|
|
@@ -281,10 +281,10 @@
|
|
|
281
281
|
display: flex;
|
|
282
282
|
flex-flow: column wrap;
|
|
283
283
|
overflow-x: auto;
|
|
284
|
-
-webkit-overflow-scrolling: touch;
|
|
285
284
|
width: 22em;
|
|
286
285
|
max-height: 220px;
|
|
287
286
|
scroll-snap-type: x mandatory;
|
|
287
|
+
-webkit-overflow-scrolling: touch;
|
|
288
288
|
}
|
|
289
289
|
@media (max-width: 1280px) {
|
|
290
290
|
#install-modal-wrapper .screenshot {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuepress/plugin-pwa",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.39",
|
|
4
4
|
"description": "VuePress plugin - progressive web application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vuepress-plugin",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"lib"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@vuepress/helper": "2.0.0-rc.
|
|
39
|
+
"@vuepress/helper": "2.0.0-rc.39",
|
|
40
40
|
"@vueuse/core": "^10.11.0",
|
|
41
41
|
"mitt": "^3.0.1",
|
|
42
42
|
"register-service-worker": "^1.7.2",
|
|
43
|
-
"vue": "^3.4.
|
|
43
|
+
"vue": "^3.4.32",
|
|
44
44
|
"workbox-build": "^7.1.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "5fc0740210318a083a02e8bfcd31fdde5b2f88ac"
|
|
53
53
|
}
|