@pwabuilder/manifest-previewer
Advanced tools
Comparing version
{ | ||
"scripts": { | ||
"build": "rimraf build dist && tsc && rollup -c rollup.config.js", | ||
"start:build": "npm run build && web-dev-server --root-dir build --app-index index.html --open --compatibility none", | ||
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"" | ||
"build": "rimraf dist && tsc && rollup -c rollup.config.js", | ||
"dev:build": "concurrently \"tsc --watch --preserveWatchOutput\" \"rollup -c rollup.config.dev.js\"", | ||
"start:build": "rimraf build && tsc && concurrently \"npm run dev:build\" \"web-dev-server --root-dir build --app-index build/index.html --open --compatibility none\"", | ||
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"", | ||
"test": "tsc" | ||
}, | ||
@@ -10,2 +12,3 @@ "devDependencies": { | ||
"@open-wc/rollup-plugin-html": "^1.2.5", | ||
"@rollup/plugin-strip": "^2.0.1", | ||
"@web/dev-server": "^0.1.17", | ||
@@ -17,2 +20,3 @@ "concurrently": "^5.3.0", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-lit-css": "^3.0.1", | ||
"tslib": "^2.2.0", | ||
@@ -22,3 +26,3 @@ "typescript": "^4.3.2" | ||
"name": "@pwabuilder/manifest-previewer", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Web component that previews a PWA based on its manifest.json file", | ||
@@ -28,11 +32,8 @@ "author": "Maria Solano", | ||
"type": "module", | ||
"main": "build/manifest-previewer.js", | ||
"module": "build/manifest-previewer.js", | ||
"main": "dist/manifest-previewer.js", | ||
"module": "dist/manifest-previewer.js", | ||
"dependencies": { | ||
"lit": "^2.0.0-rc.2" | ||
}, | ||
"types": "build/manifest-previewer.d.ts", | ||
"files": [ | ||
"build" | ||
], | ||
"types": "dist/manifest-previewer.d.ts", | ||
"keywords": [ | ||
@@ -39,0 +40,0 @@ "PWA", |
@@ -22,3 +22,2 @@ # PWABuilder - Manifest previewer | ||
- The project generator from [Open Web Components](https://open-wc.org/docs/development/generator/) | ||
- [FAST components](https://www.fast.design/docs/introduction) | ||
@@ -156,2 +155,14 @@ ## Prerequisites | ||
`nav-arrow-left` | The left navigation arrow. | ||
`enlarge-toggle` | The text that when clicked requests to enlarge the preview. | ||
`enlarge-toggle` | The text that when clicked requests to enlarge the preview. | ||
In addition, the following [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) can be provided: | ||
Variable name | Description | Default | ||
--------------|-------------|-------- | ||
`--font-family` | The global font family. | Arial | ||
`--windows-font-family` | Font family to use in the Windows previews. | Arial | ||
`--ios-font-family` | Font family to use in the iOS previews. | Arial | ||
`--font-color` | The global font color. | `#292C3A` | ||
`--secondary-font-color` | Color used for the screen descriptions, the "enlarge content" text and disclaimer messages. | `#808080` | ||
`--pwa-background-color` | Fallback background color to use in case it is not defined in the manifest. | `#FFF` | ||
`--pwa-theme-color` | Fallback theme color to use in case it is not defined in the manifest. | `#EBD0FE` | ||
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
16810159
71.03%99
80%4818
33.28%167
7.74%12
20%1
Infinity%1
Infinity%