@internetarchive/icon-magnify-plus
Advanced tools
Comparing version 1.2.3 to 1.3.0
import icon from './index.js'; | ||
import { css, LitElement } from 'lit-element'; | ||
import { css, LitElement } from 'lit'; | ||
@@ -29,2 +29,2 @@ class IAIconMagnifyPlus extends LitElement { | ||
export default IAIconMagnifyPlus; | ||
export default IAIconMagnifyPlus; |
@@ -1,3 +0,3 @@ | ||
import { TemplateResult } from 'lit-html'; | ||
import { TemplateResult } from 'lit'; | ||
declare const icon: TemplateResult; | ||
export default icon; |
{ | ||
"name": "@internetarchive/icon-magnify-plus", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "SVG magnify-plus icon", | ||
@@ -15,5 +15,2 @@ "license": "AGPL-3.0-only", | ||
}, | ||
"dependencies": { | ||
"lit-html": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
@@ -41,3 +38,7 @@ "@open-wc/eslint-config": "^1.0.0", | ||
] | ||
} | ||
}, | ||
"dependencies": { | ||
"lit": "^2.0.2" | ||
}, | ||
"gitHead": "31c6c4f3d4ba7953134d9805794872e224abf95c" | ||
} |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
37872
6
46
3
+ Addedlit@^2.0.2
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-html@^1.2.1
- Removedlit-html@1.4.1(transitive)