@ai12z/react 3.7.1-alpha.5 → 3.7.1
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/LICENSE.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Copyright (c) ai12z
|
|
@@ -5,6 +5,7 @@ export const Ai12zBot = createReactComponent('ai12z-bot');
|
|
|
5
5
|
export const Ai12zCarousel = createReactComponent('ai12z-carousel');
|
|
6
6
|
export const Ai12zCategory = createReactComponent('ai12z-category');
|
|
7
7
|
export const Ai12zChat = createReactComponent('ai12z-chat');
|
|
8
|
+
export const Ai12zChatMessage = createReactComponent('ai12z-chat-message');
|
|
8
9
|
export const Ai12zCta = createReactComponent('ai12z-cta');
|
|
9
10
|
export const Ai12zInlineSearch = createReactComponent('ai12z-inline-search');
|
|
10
11
|
export const Ai12zInputForm = createReactComponent('ai12z-input-form');
|
|
@@ -15,11 +16,13 @@ export const Ai12zSpinner = createReactComponent('ai12z-spinner');
|
|
|
15
16
|
export const AudioRecorder = createReactComponent('audio-recorder');
|
|
16
17
|
export const ChatAvatar = createReactComponent('chat-avatar');
|
|
17
18
|
export const ChatbotHistory = createReactComponent('chatbot-history');
|
|
19
|
+
export const DeleteConfirmationModal = createReactComponent('delete-confirmation-modal');
|
|
18
20
|
export const DynamicForm = createReactComponent('dynamic-form');
|
|
19
21
|
export const HamburgerMenu = createReactComponent('hamburger-menu');
|
|
20
22
|
export const ImageUploader = createReactComponent('image-uploader');
|
|
21
23
|
export const InteractionButtons = createReactComponent('interaction-buttons');
|
|
22
24
|
export const ItemList = createReactComponent('item-list');
|
|
25
|
+
export const KeyboardShortcutsDialog = createReactComponent('keyboard-shortcuts-dialog');
|
|
23
26
|
export const ListData = createReactComponent('list-data');
|
|
24
27
|
export const LiveAgentChat = createReactComponent('live-agent-chat');
|
|
25
28
|
export const PrivacyModal = createReactComponent('privacy-modal');
|
|
@@ -3,6 +3,7 @@ export declare const Ai12zBot: import("react").ForwardRefExoticComponent<JSX.Ai1
|
|
|
3
3
|
export declare const Ai12zCarousel: import("react").ForwardRefExoticComponent<JSX.Ai12zCarousel & Omit<import("react").HTMLAttributes<HTMLAi12zCarouselElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zCarouselElement>>;
|
|
4
4
|
export declare const Ai12zCategory: import("react").ForwardRefExoticComponent<JSX.Ai12zCategory & Omit<import("react").HTMLAttributes<HTMLAi12zCategoryElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zCategoryElement>>;
|
|
5
5
|
export declare const Ai12zChat: import("react").ForwardRefExoticComponent<JSX.Ai12zChat & Omit<import("react").HTMLAttributes<HTMLAi12zChatElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zChatElement>>;
|
|
6
|
+
export declare const Ai12zChatMessage: import("react").ForwardRefExoticComponent<JSX.Ai12zChatMessage & Omit<import("react").HTMLAttributes<HTMLAi12zChatMessageElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zChatMessageElement>>;
|
|
6
7
|
export declare const Ai12zCta: import("react").ForwardRefExoticComponent<JSX.Ai12zCta & Omit<import("react").HTMLAttributes<HTMLAi12zCtaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zCtaElement>>;
|
|
7
8
|
export declare const Ai12zInlineSearch: import("react").ForwardRefExoticComponent<JSX.Ai12zInlineSearch & Omit<import("react").HTMLAttributes<HTMLAi12zInlineSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zInlineSearchElement>>;
|
|
8
9
|
export declare const Ai12zInputForm: import("react").ForwardRefExoticComponent<JSX.Ai12zInputForm & Omit<import("react").HTMLAttributes<HTMLAi12zInputFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAi12zInputFormElement>>;
|
|
@@ -13,11 +14,13 @@ export declare const Ai12zSpinner: import("react").ForwardRefExoticComponent<JSX
|
|
|
13
14
|
export declare const AudioRecorder: import("react").ForwardRefExoticComponent<JSX.AudioRecorder & Omit<import("react").HTMLAttributes<HTMLAudioRecorderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLAudioRecorderElement>>;
|
|
14
15
|
export declare const ChatAvatar: import("react").ForwardRefExoticComponent<JSX.ChatAvatar & Omit<import("react").HTMLAttributes<HTMLChatAvatarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLChatAvatarElement>>;
|
|
15
16
|
export declare const ChatbotHistory: import("react").ForwardRefExoticComponent<JSX.ChatbotHistory & Omit<import("react").HTMLAttributes<HTMLChatbotHistoryElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLChatbotHistoryElement>>;
|
|
17
|
+
export declare const DeleteConfirmationModal: import("react").ForwardRefExoticComponent<JSX.DeleteConfirmationModal & Omit<import("react").HTMLAttributes<HTMLDeleteConfirmationModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDeleteConfirmationModalElement>>;
|
|
16
18
|
export declare const DynamicForm: import("react").ForwardRefExoticComponent<JSX.DynamicForm & Omit<import("react").HTMLAttributes<HTMLDynamicFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDynamicFormElement>>;
|
|
17
19
|
export declare const HamburgerMenu: import("react").ForwardRefExoticComponent<JSX.HamburgerMenu & Omit<import("react").HTMLAttributes<HTMLHamburgerMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHamburgerMenuElement>>;
|
|
18
20
|
export declare const ImageUploader: import("react").ForwardRefExoticComponent<JSX.ImageUploader & Omit<import("react").HTMLAttributes<HTMLImageUploaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLImageUploaderElement>>;
|
|
19
21
|
export declare const InteractionButtons: import("react").ForwardRefExoticComponent<JSX.InteractionButtons & Omit<import("react").HTMLAttributes<HTMLInteractionButtonsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLInteractionButtonsElement>>;
|
|
20
22
|
export declare const ItemList: import("react").ForwardRefExoticComponent<JSX.ItemList & Omit<import("react").HTMLAttributes<HTMLItemListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLItemListElement>>;
|
|
23
|
+
export declare const KeyboardShortcutsDialog: import("react").ForwardRefExoticComponent<JSX.KeyboardShortcutsDialog & Omit<import("react").HTMLAttributes<HTMLKeyboardShortcutsDialogElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKeyboardShortcutsDialogElement>>;
|
|
21
24
|
export declare const ListData: import("react").ForwardRefExoticComponent<JSX.ListData & Omit<import("react").HTMLAttributes<HTMLListDataElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLListDataElement>>;
|
|
22
25
|
export declare const LiveAgentChat: import("react").ForwardRefExoticComponent<JSX.LiveAgentChat & Omit<import("react").HTMLAttributes<HTMLLiveAgentChatElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLiveAgentChatElement>>;
|
|
23
26
|
export declare const PrivacyModal: import("react").ForwardRefExoticComponent<JSX.PrivacyModal & Omit<import("react").HTMLAttributes<HTMLPrivacyModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLPrivacyModalElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai12z/react",
|
|
3
|
-
"version": "3.7.1
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "ai12z React Library",
|
|
5
5
|
"author": "Alpesh Patel <alpesh@ai12z.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"tsc": "tsc -p . --outDir ./dist"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"ai12z": "^3.7.1
|
|
23
|
+
"ai12z": "^3.7.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/react": "^18.2.55",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "fd9229e73e189d0829af1c8bc268ad6d29aa8d8c"
|
|
35
35
|
}
|