@ai12z/react 3.7.1-alpha.5 → 3.7.1-alpha.6

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.
@@ -15,11 +15,13 @@ export const Ai12zSpinner = createReactComponent('ai12z-spinner');
15
15
  export const AudioRecorder = createReactComponent('audio-recorder');
16
16
  export const ChatAvatar = createReactComponent('chat-avatar');
17
17
  export const ChatbotHistory = createReactComponent('chatbot-history');
18
+ export const DeleteConfirmationModal = createReactComponent('delete-confirmation-modal');
18
19
  export const DynamicForm = createReactComponent('dynamic-form');
19
20
  export const HamburgerMenu = createReactComponent('hamburger-menu');
20
21
  export const ImageUploader = createReactComponent('image-uploader');
21
22
  export const InteractionButtons = createReactComponent('interaction-buttons');
22
23
  export const ItemList = createReactComponent('item-list');
24
+ export const KeyboardShortcutsDialog = createReactComponent('keyboard-shortcuts-dialog');
23
25
  export const ListData = createReactComponent('list-data');
24
26
  export const LiveAgentChat = createReactComponent('live-agent-chat');
25
27
  export const PrivacyModal = createReactComponent('privacy-modal');
@@ -13,11 +13,13 @@ export declare const Ai12zSpinner: import("react").ForwardRefExoticComponent<JSX
13
13
  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
14
  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
15
  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>>;
16
+ 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
17
  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
18
  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
19
  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
20
  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
21
  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>>;
22
+ 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
23
  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
24
  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
25
  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-alpha.5",
3
+ "version": "3.7.1-alpha.6",
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-alpha.5"
23
+ "ai12z": "^3.7.1-alpha.6"
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": "3c68544487bdf05fa6b5be9d0a0e036c62d02a52"
34
+ "gitHead": "334b806f5ea0df17fee5bebe3643cd7d926fb1f0"
35
35
  }