@assecosolutions/fox-icon-button
Advanced tools
Comparing version 1.11.7 to 1.11.8-beta.0
{ | ||
"name": "@assecosolutions/fox-icon-button", | ||
"version": "1.11.7", | ||
"version": "1.11.8-beta.0", | ||
"public": true, | ||
@@ -15,10 +15,11 @@ "publishConfig": { | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"main": "./index.js", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
"dependencies": {}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"@material/mwc-icon-button": "^0.26.1", | ||
"lit": "^2.0.0" | ||
"lit": "^2.5.0" | ||
} | ||
} |
export * from './lib/FoxIconButton'; |
export declare const styles: import("lit").CSSResult; |
@@ -0,0 +0,0 @@ import { IconButtonBase } from '@material/mwc-icon-button/mwc-icon-button-base'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
5139
6
62
2