@opencx/widget 3.0.0 → 3.0.2
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/basic.cjs +3 -3
- package/dist/basic.cjs.map +1 -1
- package/dist/basic.js +432 -429
- package/dist/basic.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.js +2 -2
- package/dist/{src → types/src}/designs/react/basic/index.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/basic/utils/group-messages-by-type.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/BotOrAgentMessage.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/BotOrAgentMessageGroup.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/Fallback.component.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/RenderFile.d.ts +1 -1
- package/dist/{src/designs/react/components/keyboard.d.ts → types/src/designs/react/components/SuggestedReplies.d.ts} +2 -2
- package/dist/{src → types/src}/designs/react/components/Text.component.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/UserMessageGroup.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/lib/button.d.ts +1 -1
- package/dist/{src → types/src}/designs/react/components/lib/dialog.d.ts +7 -7
- package/dist/{src → types/src}/designs/react/components/lib/dropdown-menu.d.ts +2 -2
- package/dist/types/src/designs/react/hooks/useLocale.d.ts +6 -0
- package/dist/{src → types/src}/designs/react/index.d.ts +1 -1
- package/dist/{src → types/src}/headless/core/context/contact.d.ts +6 -7
- package/dist/{src → types/src}/headless/core/context/message.d.ts +5 -3
- package/dist/{src → types/src}/headless/core/context/session.d.ts +3 -3
- package/dist/{src → types/src}/headless/core/context/widget.d.ts +1 -1
- package/dist/types/src/headless/core/index.d.ts +10 -0
- package/dist/{src → types/src}/headless/core/types/messages.d.ts +1 -1
- package/dist/{src → types/src}/headless/core/types/schemas.d.ts +1 -1
- package/dist/{src → types/src}/headless/core/utils/Poller.d.ts +1 -1
- package/dist/{src → types/src}/headless/react/WidgetProvider.d.ts +1 -1
- package/dist/types/src/headless/react/hooks/useConfig.d.ts +1 -0
- package/dist/{src → types/src}/headless/react/hooks/useContact.d.ts +1 -1
- package/dist/{src → types/src}/headless/react/hooks/useMessages.d.ts +1 -1
- package/dist/{src → types/src}/headless/react/hooks/usePubsub.d.ts +1 -1
- package/dist/{src → types/src}/headless/react/index.d.ts +0 -1
- package/dist/{src → types/src}/headless/react/types/components.d.ts +1 -2
- package/dist/{useUploadFiles-BaCcqTwX.js → useUploadFiles-DJElNIQi.js} +87 -87
- package/dist/useUploadFiles-DJElNIQi.js.map +1 -0
- package/dist/{useUploadFiles-BZa0DENN.cjs → useUploadFiles-DMskqhR-.cjs} +4 -4
- package/dist/useUploadFiles-DMskqhR-.cjs.map +1 -0
- package/dist/{widget-DbgWez1r.js → widget-BeNOCqB5.js} +46 -43
- package/dist/widget-BeNOCqB5.js.map +1 -0
- package/dist/{widget-BlvH6dre.cjs → widget-DlAUwHzU.cjs} +2 -2
- package/dist/widget-DlAUwHzU.cjs.map +1 -0
- package/dist-embed/script.js +100 -100
- package/dist-embed/script.js.map +1 -1
- package/package.json +8 -13
- package/dist/basic.d.ts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/react.d.ts +0 -2
- package/dist/src/designs/react/hooks/useLocale.d.ts +0 -6
- package/dist/src/headless/core/index.d.ts +0 -7
- package/dist/src/headless/react/hooks/useConfig.d.ts +0 -1
- package/dist/useUploadFiles-BZa0DENN.cjs.map +0 -1
- package/dist/useUploadFiles-BaCcqTwX.js.map +0 -1
- package/dist/vitest/setup.d.ts +0 -1
- package/dist/widget-BlvH6dre.cjs.map +0 -1
- package/dist/widget-DbgWez1r.js.map +0 -1
- /package/dist/{src → types/src}/designs/react/basic/WidgetPopoverTrigger.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/screens/chat-screen/ChatFooter.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/screens/chat-screen/ChatHeader.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/screens/chat-screen/ChatMain.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/screens/chat-screen/ChatScreen.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/screens/root-screen.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/screens/welcome-screen/WelcomeScreen.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/basic/widget-interaction-tests/widget.test.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/BotOrAgentMessageWrapper.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/Loading.component.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/OpenLogoSvg.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/VoteButtons.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/MotionDiv.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/avatar.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/input.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/popover.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/skeleton.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/switch.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/tooltip.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/utils/cn.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/lib/wobble.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/components/markdown.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/constants.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/hooks/useWidgetContentHeight.d.ts +0 -0
- /package/dist/{src → types/src}/designs/react/render.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/ar.locale.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/de.locale.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/en.locale.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/fr.locale.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/index.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/nl.locale.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/pt.locale.d.ts +0 -0
- /package/dist/{src → types/src}/designs/translation/translation.types.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/api.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/sdk/index.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/types/WidgetConfig.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/types/agent-or-bot.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/types/helpers.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/utils/PubSub.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/utils/PubSub.test.d.ts +0 -0
- /package/dist/{src → types/src}/headless/core/utils/uuid.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/ComponentRegistry.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/hooks/useIsAwaitingBotReply.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/hooks/usePreludeData.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/hooks/useSession.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/hooks/useUploadFiles.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/hooks/useVote.d.ts +0 -0
- /package/dist/{src → types/src}/headless/react/utils/create-safe-context.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.