@ai12z/react 0.0.1-alpha.37 → 0.0.1-alpha.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -81,6 +81,8 @@ import { Ai12zCta, Ai12zKnowledgeBox } from '@ai12z/react'
81
81
  | placeholder (Optional) | allows us to customize the placeholder text | placeholder="Enter the text" |
82
82
  | iconSrc (Optional) | allows us to add the icon to the search button along with the text or icon only | icon-src= "https://uxwing.com/wp-content/themes/uxwing/download/user-interface/magnifying-glass-icon.png?w=24&h=24" |
83
83
  | categorize (Optional) | allows us to customize the search results based on the category. By default the search results will be catogorized. | categorize = "true" |
84
+ | clearMemory (Optional) | allows us to clear the previously searched data. By defualt, this property is set to true | clearMemory={true} |
85
+ | imageUpload (Optional) | allows us to perform a image based search.By default, this property is set to true | imageUpload={true} |
84
86
 
85
87
  - The second control named as **Ai12zKnowledgeBox** allows us to send the query programmmatically through javascript and rendering the query results by clicking on the button.
86
88
 
@@ -92,4 +94,3 @@ import { Ai12zCta, Ai12zKnowledgeBox } from '@ai12z/react'
92
94
  | relavanceScore (Optional) | allows us to view the score of clicks, engagement, conversions and negative reviews. | relavanceScore="true" |
93
95
  | feedback (Optional) | allows us to add the thumbs up and down option for the questions. By default, this property is set to true | feedback="true" |
94
96
  | clearMemory (Optional) | allows us to clear the previously searched data. By defualt, this property is set to true | clearMemory="true" |
95
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "0.0.1-alpha.37",
3
+ "version": "0.0.1-alpha.40",
4
4
  "description": "ai12z React Library",
5
5
  "author": "Alpesh Patel <alpesh@ai12z.com>",
6
6
  "homepage": "",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "e7ccb176fbc0bd393a81f15318243ba579ee68bc"
36
+ "gitHead": "0042a2c21583fa6cc7265407c292ed84605110f6"
37
37
  }