@vuepress/plugin-pwa 2.0.0-rc.60 → 2.0.0-rc.61
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons-DQk7h1-3.js","sources":["../../src/client/components/icons.ts"],"sourcesContent":["import type { FunctionalComponent, VNode } from 'vue'\nimport { h } from 'vue'\n\
|
|
1
|
+
{"version":3,"file":"icons-DQk7h1-3.js","sources":["../../src/client/components/icons.ts"],"sourcesContent":["import type { FunctionalComponent, VNode } from 'vue'\nimport { h } from 'vue'\n\ninterface SVGWrapperProps {\n name?: string\n color?: string\n}\n\nconst SVGWrapper: FunctionalComponent<\n SVGWrapperProps,\n Record<never, never>,\n { default: () => VNode | VNode[] }\n> = ({ name = '', color = 'currentColor' }, { slots }) =>\n h(\n 'svg',\n {\n 'xmlns': 'http://www.w3.org/2000/svg',\n 'class': ['icon', `${name}-icon`],\n 'viewBox': '0 0 1024 1024',\n 'fill': color,\n 'aria-label': `${name} icon`,\n },\n slots.default(),\n )\n\nSVGWrapper.displayName = 'SVGWrapper'\n\nexport const ArrowLeftIcon: FunctionalComponent = () =>\n h(SVGWrapper, { name: 'arrow-left' }, () =>\n h('path', {\n d: 'M802.8 448h-428l166-158.8c23.8-25 23.8-65.4 0-90.4s-62.4-25-86.4 0L178 466.8c-12 11.6-18 27.4-18 44.8v0.8c0 17.4 6 33.2 18 44.8l276.2 268c24 25 62.6 25 86.4 0 23.8-25 23.8-65.4 0-90.4l-166-158.8h428c33.8 0 61.2-28.6 61.2-64 0.2-36-27.2-64-61-64z',\n }),\n )\n\nArrowLeftIcon.displayName = 'ArrowLeftIcon'\n\nexport const ArrowRightIcon: FunctionalComponent = () =>\n h(SVGWrapper, { name: 'arrow-right' }, () =>\n h('path', {\n d: 'M569.8 825.2l276.2-268c12-11.6 18-27.4 18-44.8v-0.8c0-17.4-6-33.2-18-44.8l-276.2-268c-24-25-62.6-25-86.4 0-23.8 25-23.8 65.4 0 90.4l166 158.8h-428c-34 0-61.4 28.6-61.4 64 0 36 27.4 64 61.2 64h428l-166 158.8c-23.8 25-23.8 65.4 0 90.4 24 25 62.6 25 86.6 0z',\n }),\n )\n\nArrowRightIcon.displayName = 'ArrowRightIcon'\n\nexport const CloseIcon: FunctionalComponent = () =>\n h(SVGWrapper, { name: 'close' }, () =>\n h('path', {\n d: 'M589.654 511.965 1007.212 84.22a49.777 49.777 0 0 0-.73-70.02 49.046 49.046 0 0 0-69.687.665L519.967 441.946 85.882 14.2a49.08 49.08 0 0 0-69.687.664 49.777 49.777 0 0 0 .664 70.019l433.454 427.082L16.859 939.048a49.777 49.777 0 0 0-.664 70.019 49.013 49.013 0 0 0 69.687.663l434.085-427.746 416.828 427.083A49.013 49.013 0 0 0 972.037 1024a48.416 48.416 0 0 0 34.512-14.27 49.777 49.777 0 0 0 .73-70.019z',\n }),\n )\n\nCloseIcon.displayName = 'CloseIcon'\n\nexport const UpdateIcon: FunctionalComponent = () =>\n h(SVGWrapper, { name: 'update' }, () =>\n h('path', {\n d: 'M949.949 146.25v255.826c0 21.981-13.989 35.97-35.97 35.97H658.154c-13.988 0-25.983-7.992-33.973-21.981-5.997-13.989-4-27.977 7.991-39.97l79.942-77.946c-55.954-51.973-121.918-77.955-199.863-77.955-37.975 0-75.95 8.002-113.924 21.99-37.975 15.985-67.948 37.976-91.934 63.957-25.982 23.987-47.973 53.96-63.957 91.934-29.983 73.955-29.983 153.895 0 227.85 15.984 37.976 37.975 67.947 63.957 91.934 23.986 25.982 53.959 47.973 91.934 63.956 37.974 13.989 75.95 21.991 113.924 21.991 45.967 0 87.942-9.998 127.913-29.982 41.976-17.99 75.951-45.967 101.931-83.943 7.993-4 11.994-5.995 13.989-5.995 5.997 0 9.998 1.994 13.988 5.995l77.958 77.946c3.989 4 5.986 7.993 5.986 11.994 0 1.994-1.996 5.995-3.99 11.994-43.973 51.962-93.941 91.934-151.9 117.914-53.958 25.983-115.92 39.972-185.874 39.972-61.961 0-119.921-11.984-169.89-33.973-57.96-25.985-105.923-57.963-139.896-93.943-35.98-33.972-67.958-81.936-93.94-139.897-45.967-101.93-45.967-237.846 0-339.777 25.982-57.96 57.96-105.923 93.94-139.896 33.973-35.98 81.936-67.958 139.896-93.94 49.968-21.99 107.928-33.974 169.89-33.974 55.963 0 109.923 9.988 161.885 29.973 53.97 21.99 101.933 51.963 139.908 89.938l73.954-73.944c9.987-9.998 23.987-13.988 39.971-8.002 13.988 8.002 21.98 19.995 21.98 33.984z',\n }),\n )\n\nUpdateIcon.displayName = 'UpdateIcon'\n"],"names":["SVGWrapper","name","color","slots","h","ArrowLeftIcon","ArrowRightIcon","CloseIcon","UpdateIcon"],"mappings":"wBAQA,MAAMA,EAIF,CAAC,CAAE,KAAAC,EAAO,GAAI,MAAAC,EAAQ,cAAe,EAAG,CAAE,MAAAC,CAAM,IAClDC,EACE,MACA,CACE,MAAS,6BACT,MAAS,CAAC,OAAQ,GAAGH,CAAI,OAAO,EAChC,QAAW,gBACX,KAAQC,EACR,aAAc,GAAGD,CAAI,OACvB,EACAE,EAAM,QAAA,CACR,EAEFH,EAAW,YAAc,aAElB,MAAMK,EAAqC,IAChDD,EAAEJ,EAAY,CAAE,KAAM,YAAa,EAAG,IACpCI,EAAE,OAAQ,CACR,EAAG,uPACL,CAAC,CACH,EAEFC,EAAc,YAAc,gBAErB,MAAMC,EAAsC,IACjDF,EAAEJ,EAAY,CAAE,KAAM,aAAc,EAAG,IACrCI,EAAE,OAAQ,CACR,EAAG,gQACL,CAAC,CACH,EAEFE,EAAe,YAAc,iBAEhB,MAAAC,EAAiC,IAC5CH,EAAEJ,EAAY,CAAE,KAAM,OAAQ,EAAG,IAC/BI,EAAE,OAAQ,CACR,EAAG,uZACL,CAAC,CACH,EAEFG,EAAU,YAAc,YAEX,MAAAC,EAAkC,IAC7CJ,EAAEJ,EAAY,CAAE,KAAM,QAAS,EAAG,IAChCI,EAAE,OAAQ,CACR,EAAG,+tCACL,CAAC,CACH,EAEFI,EAAW,YAAc"}
|
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.61",
|
|
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.
|
|
40
|
-
"@vueuse/core": "^11.
|
|
39
|
+
"@vuepress/helper": "2.0.0-rc.61",
|
|
40
|
+
"@vueuse/core": "^11.3.0",
|
|
41
41
|
"mitt": "^3.0.1",
|
|
42
42
|
"register-service-worker": "^1.7.2",
|
|
43
|
-
"vue": "^3.5.
|
|
43
|
+
"vue": "^3.5.13",
|
|
44
44
|
"workbox-build": "^7.3.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "9bffe9a89f95871fe035432ce3048a655abb6140"
|
|
53
53
|
}
|