@assecosolutions/fox-icon-button
Advanced tools
Comparing version 1.5.13 to 1.5.14
@@ -1,1 +0,1 @@ | ||
export declare const styles: import("lit-element").CSSResult; | ||
export declare const styles: import("lit").CSSResult; |
@@ -25,3 +25,3 @@ import { IconButtonBase } from '@material/mwc-icon-button/mwc-icon-button-base'; | ||
*/ | ||
static styles: import("lit-element").CSSResult[]; | ||
static styles: import("lit").CSSResult[]; | ||
} |
@@ -8,3 +8,3 @@ import './FoxIconButton'; | ||
export declare const Interactive: { | ||
(args: any): import("lit-html").TemplateResult; | ||
(args: any): import("lit-html").TemplateResult<1>; | ||
args: { | ||
@@ -16,3 +16,3 @@ icon: string; | ||
}; | ||
export declare const Default: () => import("lit-html").TemplateResult; | ||
export declare const Custom: () => import("lit-html").TemplateResult; | ||
export declare const Default: () => import("lit-html").TemplateResult<1>; | ||
export declare const Custom: () => import("lit-html").TemplateResult<1>; |
{ | ||
"name": "@assecosolutions/fox-icon-button", | ||
"version": "1.5.13", | ||
"version": "1.5.14", | ||
"public": true, | ||
@@ -18,10 +18,10 @@ "lib": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"lit-element": "~2.4.0", | ||
"lit-html": "^1.1.2", | ||
"@material/mwc-icon-button": "^0.21.0" | ||
}, | ||
"main": "./shared-ui-atoms-fox-icon-button.umd.js", | ||
"module": "./shared-ui-atoms-fox-icon-button.esm.js", | ||
"typings": "./index.d.ts" | ||
"main": "./index.umd.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"lit": "^2.0.0", | ||
"@material/mwc-icon-button": "^0.25.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
11415
165
2
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.0.0-rc.41.6.3(transitive)
+ Added@material/mwc-base@0.25.3(transitive)
+ Added@material/mwc-icon-button@0.25.3(transitive)
+ Added@material/mwc-ripple@0.25.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)
- Removed@material/mwc-icon-button@^0.21.0
- Removedlit-element@~2.4.0
- Removedlit-html@^1.1.2
- Removed@material/mwc-base@0.21.0(transitive)
- Removed@material/mwc-icon-button@0.21.0(transitive)
- Removed@material/mwc-ripple@0.21.0(transitive)
- Removedlit-element@2.4.0(transitive)
- Removedlit-html@1.4.1(transitive)