@ai12z/react 1.0.18 → 2.0.2-alpha.0

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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "1.0.17",
3
+ "version": "2.0.0-alpha.0",
4
4
  "description": "ai12z React Library",
5
5
  "author": "Alpesh Patel <alpesh@ai12z.com>",
6
6
  "homepage": "",
@@ -22,7 +22,7 @@
22
22
  "tsc": "tsc -p . --outDir ./dist"
23
23
  },
24
24
  "dependencies": {
25
- "ai12z": "^1.0.17"
25
+ "ai12z": "^2.0.0-alpha.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react": "^18.2.55",
@@ -21,4 +21,5 @@ export const BotPopover = /*@__PURE__*/createReactComponent<JSX.BotPopover, HTML
21
21
  export const ChatbotHistory = /*@__PURE__*/createReactComponent<JSX.ChatbotHistory, HTMLChatbotHistoryElement>('chatbot-history');
22
22
  export const ChatbotWelcome = /*@__PURE__*/createReactComponent<JSX.ChatbotWelcome, HTMLChatbotWelcomeElement>('chatbot-welcome');
23
23
  export const DynamicForm = /*@__PURE__*/createReactComponent<JSX.DynamicForm, HTMLDynamicFormElement>('dynamic-form');
24
+ export const ItemList = /*@__PURE__*/createReactComponent<JSX.ItemList, HTMLItemListElement>('item-list');
24
25
  export const ListData = /*@__PURE__*/createReactComponent<JSX.ListData, HTMLListDataElement>('list-data');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "1.0.18",
3
+ "version": "2.0.2-alpha.0",
4
4
  "description": "ai12z React Library",
5
5
  "author": "Alpesh Patel <alpesh@ai12z.com>",
6
6
  "homepage": "",
@@ -22,7 +22,7 @@
22
22
  "tsc": "tsc -p . --outDir ./dist"
23
23
  },
24
24
  "dependencies": {
25
- "ai12z": "^1.0.18"
25
+ "ai12z": "^2.0.2-alpha.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react": "^18.2.55",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "b8f8636fe4aaf0f13c18f8272a6c4ba0152dc50e"
36
+ "gitHead": "1a69f2f1b1d8e96601991ed0d0f42be92ea0d74f"
37
37
  }