@nlxai/touchpoint-ui 1.2.7-alpha.0 → 1.2.7-alpha.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/.claude/settings.local.json +7 -0
- package/eslint.config.js +5 -0
- package/index.html +6 -6
- package/lib/components/Messages.d.ts +0 -1
- package/lib/index.js +21114 -18272
- package/lib/index.umd.js +121 -116
- package/lib/interface.d.ts +9 -2
- package/lib/types.d.ts +1 -1
- package/lib/website/ConnectChat.d.ts +9 -0
- package/lib/website/index.d.ts +1 -0
- package/package.json +15 -17
- package/tsdoc.json +15 -2
- package/vite.config.ts +8 -4
- package/.eslintrc.cjs +0 -5
- package/build/App.d.ts +0 -20
- package/build/ProviderStack.d.ts +0 -10
- package/build/assets/index-B9Yzt2if.js +0 -233
- package/build/assets/index-BbXI3y3Q.css +0 -1
- package/build/bidirectional/analyzePageForms.d.ts +0 -35
- package/build/bidirectional/automaticContext.d.ts +0 -12
- package/build/bidirectional/commandHandler.d.ts +0 -5
- package/build/bidirectional/debug.d.ts +0 -1
- package/build/components/ErrorMessage.d.ts +0 -4
- package/build/components/FeedbackComment.d.ts +0 -6
- package/build/components/FullscreenError.d.ts +0 -2
- package/build/components/FullscreenVoice.d.ts +0 -32
- package/build/components/Header.d.ts +0 -20
- package/build/components/Input.d.ts +0 -14
- package/build/components/Layout.d.ts +0 -23
- package/build/components/Messages.d.ts +0 -33
- package/build/components/Notice.d.ts +0 -4
- package/build/components/Ripple.d.ts +0 -9
- package/build/components/RiveAnimation.d.ts +0 -4
- package/build/components/SafeMarkdown.d.ts +0 -4
- package/build/components/Settings.d.ts +0 -10
- package/build/components/Theme.d.ts +0 -4
- package/build/components/VoiceMini.d.ts +0 -13
- package/build/components/VoiceModalities.d.ts +0 -11
- package/build/components/defaultModalities/DefaultCard.d.ts +0 -3
- package/build/components/defaultModalities/DefaultCarousel.d.ts +0 -6
- package/build/components/defaultModalities/DefaultDateInput.d.ts +0 -5
- package/build/components/defaultModalities/shared.d.ts +0 -20
- package/build/components/ui/Carousel.d.ts +0 -26
- package/build/components/ui/CustomCard.d.ts +0 -101
- package/build/components/ui/DateInput.d.ts +0 -30
- package/build/components/ui/IconButton.d.ts +0 -68
- package/build/components/ui/Icons.d.ts +0 -63
- package/build/components/ui/LaunchButton.d.ts +0 -13
- package/build/components/ui/LightDarkToggle.d.ts +0 -47
- package/build/components/ui/Loader.d.ts +0 -7
- package/build/components/ui/MessageButton.d.ts +0 -58
- package/build/components/ui/PicturesContainer.d.ts +0 -9
- package/build/components/ui/Radio.d.ts +0 -14
- package/build/components/ui/TextButton.d.ts +0 -46
- package/build/components/ui/Typography.d.ts +0 -29
- package/build/components/ui/ViewMediaModal.d.ts +0 -8
- package/build/design-system.d.ts +0 -1
- package/build/favicon.ico +0 -0
- package/build/feedback.d.ts +0 -38
- package/build/index.d.ts +0 -63
- package/build/index.html +0 -13
- package/build/interface.d.ts +0 -569
- package/build/mocks/MockText.d.ts +0 -10
- package/build/mocks/MockVoice.d.ts +0 -10
- package/build/mocks/MockVoiceMini.d.ts +0 -8
- package/build/mocks/shared.d.ts +0 -5
- package/build/preview.d.ts +0 -10
- package/build/types.d.ts +0 -5
- package/build/utils/useAppRoot.d.ts +0 -3
- package/build/utils/useCopy.d.ts +0 -4
- package/build/utils/useTailwindMediaQuery.d.ts +0 -1
- package/build/voice.d.ts +0 -70
- package/lib/design-system/index.d.ts +0 -1
- /package/lib/{design-system → website}/LightDarkToggle.d.ts +0 -0
package/eslint.config.js
ADDED
package/index.html
CHANGED
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
import { create, html } from "./src/index.tsx";
|
|
22
22
|
|
|
23
23
|
const config = {
|
|
24
|
-
protocol: "
|
|
25
|
-
host: "dev.
|
|
26
|
-
deploymentKey: "
|
|
27
|
-
channelKey: "
|
|
28
|
-
apiKey: "
|
|
24
|
+
protocol: "httpsWithStreaming",
|
|
25
|
+
host: "bots.dev.studio.nlx.ai",
|
|
26
|
+
deploymentKey: "Nji0Tkk8UOqaFc3Z3mDW9",
|
|
27
|
+
channelKey: "5p7ZdO_XgcnCKnuxbhNAS",
|
|
28
|
+
apiKey: "crLjtXvXIOPtc1AgnPHoEE1y",
|
|
29
29
|
languageCode: "en-US",
|
|
30
|
-
userId: self.crypto.randomUUID()
|
|
30
|
+
userId: self.crypto.randomUUID()
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
const touchpointConfig = {
|
|
@@ -3,7 +3,6 @@ import { Response, ConversationHandler, ApplicationMessage } from '@nlxai/core';
|
|
|
3
3
|
import { CustomModalityComponent, ColorMode } from '../interface';
|
|
4
4
|
import * as Feedback from "../feedback";
|
|
5
5
|
export interface MessagesProps {
|
|
6
|
-
isWaiting: boolean;
|
|
7
6
|
interimMessage?: string;
|
|
8
7
|
handler: ConversationHandler;
|
|
9
8
|
responses: Response[];
|