@forter/component-base
Advanced tools
Comparing version 12.0.0 to 12.0.1
@@ -56,2 +56,3 @@ export namespace SLOT_NAMES { | ||
onTab(event: any): void; | ||
onKey(event: any): void; | ||
onMouseOut(event: any): void; | ||
@@ -58,0 +59,0 @@ onKeyDown(event: any): void; |
{ | ||
"name": "@forter/component-base", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"build": "npm run rollup", | ||
"rollup": "rimraf ./dist && rimraf ../../types && npx rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly --declaration", | ||
"rollup": "rimraf ./dist && npx rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly --declaration", | ||
"rollup:watch": "npx rollup -c ../../rollup.config.js -w" | ||
@@ -31,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "8cdca0e9f64d479372aa776d2e3cfe64985ef7d0" | ||
"gitHead": "2d2974b42a39026b8a52be58cb3f12823ed54a8b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
159454
1698