@socketsupply/components
Advanced tools
Comparing version 13.2.5 to 13.2.6
@@ -74,2 +74,10 @@ const Tonic = require('@socketsupply/tonic') | ||
input (e) { | ||
this.setValid() | ||
if (!e.target.checkValidity()) { | ||
this.setInvalid(e.target.validationMessage) | ||
} | ||
} | ||
static stylesheet () { | ||
@@ -76,0 +84,0 @@ return ` |
{ | ||
"name": "@socketsupply/components", | ||
"version": "13.2.5", | ||
"version": "13.2.6", | ||
"description": "Example components", | ||
@@ -13,3 +13,4 @@ "scripts": { | ||
"test:ci": "npm run dist && esbuild --bundle _test/index.js | npr tape-run", | ||
"test:open": "npm run dist && esbuild --bundle _test/index.js | npr tape-run --browser chrome --keep-open" | ||
"test:open": "npm run dist && esbuild --bundle _test/index.js | npr tape-run --browser chrome --keep-open", | ||
"pub": "npm pub && npm publish --registry https://npm.pkg.github.com" | ||
}, | ||
@@ -16,0 +17,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1013759
27439