@ai12z/react 0.0.1-alpha.32 → 0.0.1-alpha.35

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 +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -89,4 +89,8 @@ import { Ai12zCta, Ai12zKnowledgeBox } from '@ai12z/react'
89
89
  | dataKey (Required) | API key from your ai12z project settings | dataKey="123456" |
90
90
  | dataMode (Required) | Allows us to enter the data-mode which will identify the server as local or dev or prod | dataMode="dev" |
91
91
  | question (Required) | Allows us to set the question for on-load | question="what does ai12z do" |
92
- | relavanceScore (Optional) | allows us to view the score of clicks, engagement, conversions and negative reviews. | relavanceScore="true" |
92
+ | relavanceScore (Optional) | allows us to view the score of clicks, engagement, conversions and negative reviews. | relavanceScore="true" |
93
+ | 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
+ | clearMemory (Optional) | allows us to clear the previously searched data. By defualt, this property is set to true | clearMemory="true" |
95
+
96
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "0.0.1-alpha.32",
3
+ "version": "0.0.1-alpha.35",
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": "82a3d02946dba9ad707bc26c4e29b5f2a1e18366"
36
+ "gitHead": "56a6aac73aa480503f81dce7cae1e75a84dc4ea0"
37
37
  }