@foundationui/smart-input
Advanced tools
Comparing version 1.0.71 to 1.0.72
{ | ||
"name": "@foundationui/smart-input", | ||
"version": "1.0.71", | ||
"version": "1.0.72", | ||
"description": "Smart input/textarea component for React. Learns to provide inline, tab-completeable suggestions.", | ||
@@ -36,3 +36,4 @@ "type": "module", | ||
"prepare": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest", | ||
"test:watch": "jest --watchAll" | ||
}, | ||
@@ -57,2 +58,5 @@ "dependencies": { | ||
"@rollup/plugin-typescript": "^10.0.1", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/node": "18.11.18", | ||
@@ -65,2 +69,4 @@ "@types/react": "^18.0.26", | ||
"framer-motion": "^8.4.0", | ||
"jest": "^29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"next": "^13.1.1", | ||
@@ -70,2 +76,3 @@ "prettier": "^2.8.1", | ||
"react-dom": "^18.2.0", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"rollup": "^3.9.1", | ||
@@ -72,0 +79,0 @@ "rollup-plugin-dts": "^5.1.0", |
# `<SmartInput>` | ||
Drop-in `<input>` and `<textarea>` replacement that that provides inline, tab-completable suggestions like GitHub Copilot for any app. | ||
Drop-in `<input>` and `<textarea>` replacement that that provides inline, tab-completable suggestions like GitHub Copilot and Gmail Smart Compose for any app. | ||
@@ -5,0 +5,0 @@ The component automatically learns from user input and makes better suggestions over time. We don't call it smart for nothing! |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
572754
41
2913
3
31