@servicetitan/titan-chatbot-ui 3.1.1 → 3.1.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/CHANGELOG.md +12 -0
- package/dist/components/chatbot/__tests-cy__/chatbot-help-center.test.js +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot-help-center.test.js.map +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot-live.test.js +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot-live.test.js.map +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.js +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.js.map +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot.test.js +1 -1
- package/dist/components/chatbot/__tests-cy__/chatbot.test.js.map +1 -1
- package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.js +1 -1
- package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.js.map +1 -1
- package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.js +1 -1
- package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.js.map +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.js +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.js.map +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.js +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.js.map +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.js +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.js.map +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.js +1 -1
- package/dist/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.js.map +1 -1
- package/dist/components/chatbot/filters/__tests-cy__/chatbot-filters.test.js +1 -1
- package/dist/components/chatbot/filters/__tests-cy__/chatbot-filters.test.js.map +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-links.test.js +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-links.test.js.map +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.js +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.js.map +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.js +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.js.map +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.js +1 -1
- package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.js.map +1 -1
- package/package.json +6 -6
- package/src/components/chatbot/__tests-cy__/chatbot-help-center.test.tsx +1 -1
- package/src/components/chatbot/__tests-cy__/chatbot-live.test.tsx +1 -1
- package/src/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.tsx +1 -1
- package/src/components/chatbot/__tests-cy__/chatbot.test.tsx +1 -1
- package/src/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.tsx +1 -1
- package/src/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.tsx +1 -1
- package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.tsx +1 -1
- package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.tsx +1 -1
- package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.tsx +1 -1
- package/src/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.tsx +1 -1
- package/src/components/chatbot/filters/__tests-cy__/chatbot-filters.test.tsx +1 -1
- package/src/components/chatbot/messages/__tests-cy__/chatbot-links.test.tsx +1 -1
- package/src/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.tsx +1 -1
- package/src/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.tsx +1 -1
- package/src/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.tsx +1 -1
- package/tsconfig.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v3.1.2 (Fri Aug 15 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- SPA-7016: Removed local shared tests from public cypress package [#43](https://github.com/servicetitan/titan-chatbot-client/pull/43) ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Alexandr Yarmolchuk ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v3.1.1 (Thu Aug 14 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotHelpCenterSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotHelpCenterSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { Chatbot } from '../chatbot';
|
|
3
3
|
describe('[Chatbot with Help Center API]', () => {
|
|
4
4
|
runChatbotHelpCenterSharedTests(Chatbot);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-help-center.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot-help-center.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-help-center.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot-help-center.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,QAAQ,CAAC,gCAAgC,EAAE,GAAG,EAAE;IAC5C,+BAA+B,CAAC,OAAO,CAAC,CAAC;AAC7C,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-live.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot-live.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-live.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot-live.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC;;GAEG;AACH,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACvB,yBAAyB,CAAC,OAAO,CAAC,CAAC;AACvC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotTitanChatbotSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotTitanChatbotSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { Chatbot } from '../chatbot';
|
|
3
3
|
describe('[Chatbot with Titan Chat API]', () => {
|
|
4
4
|
runChatbotTitanChatbotSharedTests(Chatbot);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-titan-chatbot.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-titan-chatbot.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,QAAQ,CAAC,+BAA+B,EAAE,GAAG,EAAE;IAC3C,iCAAiC,CAAC,OAAO,CAAC,CAAC;AAC/C,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot.test.js","sourceRoot":"","sources":["../../../../src/components/chatbot/__tests-cy__/chatbot.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACvB,qBAAqB,CAAC,OAAO,CAAC,CAAC;AACnC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotRestartDialogSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotRestartDialogSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotRestartDialog } from '../chatbot-restart-dialog';
|
|
3
3
|
describe('[ChatbotRestartDialog]', () => {
|
|
4
4
|
runChatbotRestartDialogSharedTests(ChatbotRestartDialog);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-restart-dialog.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-restart-dialog.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,QAAQ,CAAC,wBAAwB,EAAE,GAAG,EAAE;IACpC,kCAAkC,CAAC,oBAAoB,CAAC,CAAC;AAC7D,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotRestartLinkSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotRestartLinkSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotRestartLink } from '../chatbot-restart-link';
|
|
3
3
|
describe('[ChatbotRestartLink]', () => {
|
|
4
4
|
runChatbotRestartLinkSharedTests(ChatbotRestartLink);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-restart-link.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-restart-link.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,QAAQ,CAAC,sBAAsB,EAAE,GAAG,EAAE;IAClC,gCAAgC,CAAC,kBAAkB,CAAC,CAAC;AACzD,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageFeedbackFormGuardrailSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageFeedbackFormGuardrailSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageFeedbackFormGuardrail } from '../chatbot-message-feedback-form-guardrail';
|
|
3
3
|
describe('[ChatbotMessageFeedbackFormGuardrail]', () => {
|
|
4
4
|
runChatbotMessageFeedbackFormGuardrailSharedTests(ChatbotMessageFeedbackFormGuardrail);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-message-feedback-form-guardrail.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iDAAiD,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-message-feedback-form-guardrail.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iDAAiD,EAAE,MAAM,8BAA8B,CAAC;AACjG,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAEjG,QAAQ,CAAC,uCAAuC,EAAE,GAAG,EAAE;IACnD,iDAAiD,CAAC,mCAAmC,CAAC,CAAC;AAC3F,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageFeedbackFormSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageFeedbackFormSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageFeedbackForm } from '../chatbot-message-feedback-form';
|
|
3
3
|
describe('[ChatbotMessageFeedbackForm]', () => {
|
|
4
4
|
runChatbotMessageFeedbackFormSharedTests(ChatbotMessageFeedbackForm);
|
package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-message-feedback-form.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-message-feedback-form.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,8BAA8B,CAAC;AACxF,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAE9E,QAAQ,CAAC,8BAA8B,EAAE,GAAG,EAAE;IAC1C,wCAAwC,CAAC,0BAA0B,CAAC,CAAC;AACzE,CAAC,CAAC,CAAC"}
|
package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageFeedbackPopover } from '../chatbot-message-feedback-popover';
|
|
3
3
|
describe('[ChatbotMessageFeedbackPopover]', () => {
|
|
4
4
|
runChatbotMessageFeedbackPopoverSharedTests(ChatbotMessageFeedbackPopover);
|
package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-message-feedback-popover.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2CAA2C,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-message-feedback-popover.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,QAAQ,CAAC,iCAAiC,EAAE,GAAG,EAAE;IAC7C,2CAA2C,CAAC,6BAA6B,CAAC,CAAC;AAC/E,CAAC,CAAC,CAAC"}
|
package/dist/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotSessionFeedbackModal } from '../chatbot-session-feedback-modal';
|
|
3
3
|
describe('[ChatbotSessionFeedbackModal]', () => {
|
|
4
4
|
runChatbotSessionFeedbackModalSharedTests(ChatbotSessionFeedbackModal);
|
package/dist/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-session-feedback-modal.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yCAAyC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-session-feedback-modal.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yCAAyC,EAAE,MAAM,8BAA8B,CAAC;AACzF,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAEhF,QAAQ,CAAC,+BAA+B,EAAE,GAAG,EAAE;IAC3C,yCAAyC,CAAC,2BAA2B,CAAC,CAAC;AAC3E,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotFiltersSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotFiltersSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatFilters } from '../chatbot-filters';
|
|
3
3
|
describe('[ChatFilters]', () => {
|
|
4
4
|
runChatbotFiltersSharedTests(ChatFilters);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-filters.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/filters/__tests-cy__/chatbot-filters.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-filters.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/filters/__tests-cy__/chatbot-filters.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,QAAQ,CAAC,eAAe,EAAE,GAAG,EAAE;IAC3B,4BAA4B,CAAC,WAAW,CAAC,CAAC;AAC9C,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotLinksSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotLinksSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotLinks } from '../chatbot-links';
|
|
3
3
|
describe('[ChatbotLinks]', () => {
|
|
4
4
|
runChatbotLinksSharedTests(ChatbotLinks);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-links.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-links.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-links.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-links.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,QAAQ,CAAC,gBAAgB,EAAE,GAAG,EAAE;IAC5B,0BAA0B,CAAC,YAAY,CAAC,CAAC;AAC7C,CAAC,CAAC,CAAC"}
|
package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageAnswerReadonly } from '../chatbot-message-answer-readonly';
|
|
3
3
|
describe('[ChatbotMessageAnswerReadonly]', () => {
|
|
4
4
|
runChatbotMessageAnswerReadonlySharedTests(ChatbotMessageAnswerReadonly);
|
package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-message-answer-readonly.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-message-answer-readonly.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,8BAA8B,CAAC;AAC1F,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAElF,QAAQ,CAAC,gCAAgC,EAAE,GAAG,EAAE;IAC5C,0CAA0C,CAAC,4BAA4B,CAAC,CAAC;AAC7E,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageAnswerSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageAnswerSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageAnswer } from '../chatbot-message-answer';
|
|
3
3
|
describe('[ChatbotMessageAnswer]', () => {
|
|
4
4
|
runChatbotMessageAnswerSharedTests(ChatbotMessageAnswer);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-message-answer.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-message-answer.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,QAAQ,CAAC,wBAAwB,EAAE,GAAG,EAAE;IACpC,kCAAkC,CAAC,oBAAoB,CAAC,CAAC;AAC7D,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageTypingSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageTypingSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageTyping } from '../chatbot-message-typing';
|
|
3
3
|
describe('[ChatbotMessageTyping]', () => {
|
|
4
4
|
runChatbotMessageTypingSharedTests(ChatbotMessageTyping);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot-message-typing.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chatbot-message-typing.test.js","sourceRoot":"","sources":["../../../../../src/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,QAAQ,CAAC,wBAAwB,EAAE,GAAG,EAAE;IACpC,kCAAkC,CAAC,oBAAoB,CAAC,CAAC;AAC7D,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/titan-chatbot-ui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "Chatbot experience UI package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"push:local": "yalc push"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@servicetitan/titan-chat-ui": "^3.1.
|
|
21
|
-
"@servicetitan/titan-chat-ui-common": "^3.1.
|
|
22
|
-
"@servicetitan/titan-chatbot-api": "^3.1.
|
|
20
|
+
"@servicetitan/titan-chat-ui": "^3.1.2",
|
|
21
|
+
"@servicetitan/titan-chat-ui-common": "^3.1.2",
|
|
22
|
+
"@servicetitan/titan-chatbot-api": "^3.1.2",
|
|
23
23
|
"nanoid": "^5.1.5"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react-dom": "^18"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@servicetitan/
|
|
45
|
+
"@servicetitan/cypress-shared": "^3.1.2",
|
|
46
46
|
"cypress": "^14.3.2"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"cli": {
|
|
56
56
|
"webpack": false
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "8fc8beac260595027748b7a4336ab711e1c834d5"
|
|
59
59
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotRestartDialogSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotRestartDialogSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotRestartDialog } from '../chatbot-restart-dialog';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotRestartDialog]', () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotRestartLinkSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotRestartLinkSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotRestartLink } from '../chatbot-restart-link';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotRestartLink]', () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageFeedbackFormGuardrailSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageFeedbackFormGuardrailSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageFeedbackFormGuardrail } from '../chatbot-message-feedback-form-guardrail';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotMessageFeedbackFormGuardrail]', () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageFeedbackFormSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageFeedbackFormSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageFeedbackForm } from '../chatbot-message-feedback-form';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotMessageFeedbackForm]', () => {
|
package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.tsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageFeedbackPopover } from '../chatbot-message-feedback-popover';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotMessageFeedbackPopover]', () => {
|
package/src/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.tsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotSessionFeedbackModal } from '../chatbot-session-feedback-modal';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotSessionFeedbackModal]', () => {
|
package/src/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.tsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageAnswerReadonly } from '../chatbot-message-answer-readonly';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotMessageAnswerReadonly]', () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageAnswerSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageAnswerSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageAnswer } from '../chatbot-message-answer';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotMessageAnswer]', () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { runChatbotMessageTypingSharedTests } from '@servicetitan/
|
|
1
|
+
import { runChatbotMessageTypingSharedTests } from '@servicetitan/cypress-shared';
|
|
2
2
|
import { ChatbotMessageTyping } from '../chatbot-message-typing';
|
|
3
3
|
|
|
4
4
|
describe('[ChatbotMessageTyping]', () => {
|