@vuepress/plugin-pwa 2.0.0-rc.31 → 2.0.0-rc.34

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.
@@ -123,12 +123,12 @@
123
123
  }
124
124
  }
125
125
  #install-modal-wrapper .header .close-button {
126
- border-width: 0;
127
126
  float: right;
127
+ border-width: 0;
128
128
  background: transparent;
129
129
  color: var(--pwa-content-color);
130
- transition: color 0.3s ease;
131
130
  cursor: pointer;
131
+ transition: color 0.3s ease;
132
132
  }
133
133
  #install-modal-wrapper .header .close-button:hover, #install-modal-wrapper .header .close-button:focus {
134
134
  color: var(--pwa-content-light-color);
@@ -1,10 +1,10 @@
1
1
  :root {
2
2
  --pwa-z-index: 10;
3
3
  --pwa-color: #2c3e50;
4
- --pwa-bg-color: #ffffff;
4
+ --pwa-bg-color: #fff;
5
5
  --pwa-border-color: #3eaf7c;
6
6
  --pwa-shadow-color: rgb(0 0 0 / 15%);
7
- --pwa-btn-text-color: #ffffff;
7
+ --pwa-btn-text-color: #fff;
8
8
  --pwa-btn-bg-color: #3eaf7c;
9
9
  --pwa-btn-hover-bg-color: #4abf8a;
10
10
  --pwa-content-color: #333;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuepress/plugin-pwa",
3
- "version": "2.0.0-rc.31",
3
+ "version": "2.0.0-rc.34",
4
4
  "description": "VuePress plugin - progressive web application",
5
5
  "keywords": [
6
6
  "vuepress-plugin",
@@ -8,14 +8,14 @@
8
8
  "plugin",
9
9
  "pwa"
10
10
  ],
11
- "homepage": "https://ecosystem.vuejs.press/plugins/pwa.html",
11
+ "homepage": "https://ecosystem.vuejs.press/plugins/pwa/pwa.html",
12
12
  "bugs": {
13
13
  "url": "https://github.com/vuepress/ecosystem/issues"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
17
  "url": "git+https://github.com/vuepress/ecosystem.git",
18
- "directory": "plugins/plugin-pwa"
18
+ "directory": "plugins/pwa/plugin-pwa"
19
19
  },
20
20
  "license": "MIT",
21
21
  "author": {
@@ -41,21 +41,18 @@
41
41
  "style": "sass src:lib --no-source-map"
42
42
  },
43
43
  "dependencies": {
44
- "@vuepress/helper": "~2.0.0-rc.31",
45
- "@vueuse/core": "^10.9.0",
44
+ "@vuepress/helper": "2.0.0-rc.34",
45
+ "@vueuse/core": "^10.10.0",
46
46
  "mitt": "^3.0.1",
47
47
  "register-service-worker": "^1.7.2",
48
48
  "vue": "^3.4.27",
49
- "workbox-build": "^7.1.0"
50
- },
51
- "devDependencies": {
52
- "sass": "^1.77.2"
49
+ "workbox-build": "^7.1.1"
53
50
  },
54
51
  "peerDependencies": {
55
- "vuepress": "2.0.0-rc.12"
52
+ "vuepress": "2.0.0-rc.13"
56
53
  },
57
54
  "publishConfig": {
58
55
  "access": "public"
59
56
  },
60
- "gitHead": "c3d22eb10914f5a6bbb9cfb039498761ca94b524"
57
+ "gitHead": "93df303baa6291f52e3523f136073e79d53274ea"
61
58
  }