@foundationui/smart-input
Advanced tools
Comparing version 1.0.100 to 1.0.101
{ | ||
"name": "@foundationui/smart-input", | ||
"version": "1.0.100", | ||
"version": "1.0.101", | ||
"description": "Smart input/textarea component for React. Learns to provide inline, tab-completeable suggestions.", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@foundationui/react-hooks": "^0.0.8", | ||
"@foundationui/react-hooks": "^0.0.9", | ||
"slate": "^0.87.0", | ||
@@ -41,0 +41,0 @@ "slate-react": "^0.88.0" |
@@ -97,3 +97,3 @@ # `<SmartInput>` | ||
```bash | ||
curl -X POST https://api.foundation-ui.com/platform/data \ | ||
curl -X POST https://api.foundation-ui.com/v0/database \ | ||
-H 'Content-Type: application/json' \ | ||
@@ -103,9 +103,9 @@ -H 'X-Api-Key: <your api key>' \ | ||
{ | ||
"model": "my-org/support-widget", | ||
"repository": "my-org/support-widget", | ||
"table": "Table1", | ||
"data": [{ | ||
"id": "deduplication-id", | ||
"user": "user-id", | ||
"user": "elonmusk", | ||
"context": "Subject: 'This is too easy to integrate'\nTo: 'support@foundation-ui.com'", | ||
"input": "Hey, SmartInput is awesome! It only took me a couple of minutes to", | ||
"completion": " add it to my application." | ||
"output": " add it to my application." | ||
}] | ||
@@ -112,0 +112,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
589803
+ Added@foundationui/react-hooks@0.0.9(transitive)
+ Added@types/lodash@4.17.14(transitive)
- Removed@foundationui/react-hooks@0.0.8(transitive)
- Removed@types/lodash@4.17.15(transitive)