lit-ui-router 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # lit-ui-router
2
2
 
3
- <svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 800 800" ><defs><linearGradient id="d" x1="-1117.68" y1="801.01" x2="-1116.68" y2="801.01" gradientTransform="scale(1123.68 -1123.68) rotate(-44.44 -1539.347 -967.69)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0098dc"/><stop offset="1" stop-color="#ffe0a3"/></linearGradient><clipPath id="c"><path d="M147.89 4C68.2 4 3 69.2 3 148.89V651.6c0 79.7 65.2 144.9 144.89 144.9h502.72c79.69 0 144.88-65.2 144.88-144.9V148.89C795.49 69.2 730.3 4 650.61 4H147.89z" style="fill:none"/></clipPath><filter id="a" x="-328.62" y="-327.62" width="1455.73" height="1455.73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-color="#fff" result="bg"/><feBlend in="SourceGraphic" in2="bg"/></filter><mask id="b" x="-328.62" y="-327.62" width="1455.73" height="1455.73" maskUnits="userSpaceOnUse"><g style="filter:url(#a)"><path d="m400 107-63 63v126l63-63v-126zm0 126v126l63-63v-126l-63 63zm63 63v126l63-63v-126l-63 63zm-126 0-63-63v126l63 63v-126zM200 505l-38 38v75l38-38v-75zm0 75v76l38-38v-76l-38 38zm38 38v75l38-38v-75l-38 38zm-76 0-37-38v76l37 38v-76zM400 505l-38 38v75l38-38v-75zm0 75v76l38-38v-76l-38 38zm38 38v75l38-38v-75l-38 38zm-76 0-37-38v76l37 38v-76zM600 505l-38 38v75l38-38v-75zm0 75v76l38-38v-76l-38 38zm38 38v75l38-38v-75l-38 38zm-76 0-37-38v76l37 38v-76z"/></g></mask></defs><g style="mask:url(#b)"><g style="clip-path:url(#c)"><path d="m392.18-327.62 734.93 720.8-720.81 734.93-734.92-720.8 720.8-734.93z" style="fill:url(#d)"/></g></g></svg>
3
+ <img src="https://lit-ui-router.dev/images/lit-ui-router.svg" alt="Lit UI Router" width="120" height="120" />
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/lit-ui-router.svg)](https://www.npmjs.com/package/lit-ui-router)
6
6
  [![GitHub Release](https://img.shields.io/github/v/release/simshanith/lit-ui-router)](https://github.com/simshanith/lit-ui-router/releases/latest)
7
7
  [![Website](https://img.shields.io/website?url=https%3A%2F%2Flit-ui-router.dev)](https://lit-ui-router.dev)
8
- [![codecov](https://codecov.io/gh/simshanith/lit-ui-router/branch/main/graph/badge.svg)](https://codecov.io/gh/simshanith/lit-ui-router)
8
+ [![codecov](https://codecov.io/gh/simshanith/lit-ui-router/graph/badge.svg?component=lit-ui-router)](https://app.codecov.io/gh/simshanith/lit-ui-router?components%5B0%5D=lit-ui-router)
9
9
 
10
10
  A UI Router implementation for Lit.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lit-ui-router",
3
3
  "description": "State-based routing for Lit",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
7
7
  "homepage": "https://lit-ui-router.dev",