@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.
Files changed (49) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/chatbot/__tests-cy__/chatbot-help-center.test.js +1 -1
  3. package/dist/components/chatbot/__tests-cy__/chatbot-help-center.test.js.map +1 -1
  4. package/dist/components/chatbot/__tests-cy__/chatbot-live.test.js +1 -1
  5. package/dist/components/chatbot/__tests-cy__/chatbot-live.test.js.map +1 -1
  6. package/dist/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.js +1 -1
  7. package/dist/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.js.map +1 -1
  8. package/dist/components/chatbot/__tests-cy__/chatbot.test.js +1 -1
  9. package/dist/components/chatbot/__tests-cy__/chatbot.test.js.map +1 -1
  10. package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.js +1 -1
  11. package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.js.map +1 -1
  12. package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.js +1 -1
  13. package/dist/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.js.map +1 -1
  14. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.js +1 -1
  15. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.js.map +1 -1
  16. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.js +1 -1
  17. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.js.map +1 -1
  18. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.js +1 -1
  19. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.js.map +1 -1
  20. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.js +1 -1
  21. package/dist/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.js.map +1 -1
  22. package/dist/components/chatbot/filters/__tests-cy__/chatbot-filters.test.js +1 -1
  23. package/dist/components/chatbot/filters/__tests-cy__/chatbot-filters.test.js.map +1 -1
  24. package/dist/components/chatbot/messages/__tests-cy__/chatbot-links.test.js +1 -1
  25. package/dist/components/chatbot/messages/__tests-cy__/chatbot-links.test.js.map +1 -1
  26. package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.js +1 -1
  27. package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.js.map +1 -1
  28. package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.js +1 -1
  29. package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.js.map +1 -1
  30. package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.js +1 -1
  31. package/dist/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.js.map +1 -1
  32. package/package.json +6 -6
  33. package/src/components/chatbot/__tests-cy__/chatbot-help-center.test.tsx +1 -1
  34. package/src/components/chatbot/__tests-cy__/chatbot-live.test.tsx +1 -1
  35. package/src/components/chatbot/__tests-cy__/chatbot-titan-chatbot.test.tsx +1 -1
  36. package/src/components/chatbot/__tests-cy__/chatbot.test.tsx +1 -1
  37. package/src/components/chatbot/dialog/__tests-cy__/chatbot-restart-dialog.test.tsx +1 -1
  38. package/src/components/chatbot/dialog/__tests-cy__/chatbot-restart-link.test.tsx +1 -1
  39. package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form-guardrail.test.tsx +1 -1
  40. package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-form.test.tsx +1 -1
  41. package/src/components/chatbot/feedback/__tests-cy__/chatbot-message-feedback-popover.test.tsx +1 -1
  42. package/src/components/chatbot/feedback/__tests-cy__/chatbot-session-feedback-modal.test.tsx +1 -1
  43. package/src/components/chatbot/filters/__tests-cy__/chatbot-filters.test.tsx +1 -1
  44. package/src/components/chatbot/messages/__tests-cy__/chatbot-links.test.tsx +1 -1
  45. package/src/components/chatbot/messages/__tests-cy__/chatbot-message-answer-readonly.test.tsx +1 -1
  46. package/src/components/chatbot/messages/__tests-cy__/chatbot-message-answer.test.tsx +1 -1
  47. package/src/components/chatbot/messages/__tests-cy__/chatbot-message-typing.test.tsx +1 -1
  48. package/tsconfig.json +1 -1
  49. 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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AACzF,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
+ {"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,4 +1,4 @@
1
- import { runChatbotLiveSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotLiveSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { Chatbot } from '../chatbot';
3
3
  /**
4
4
  * The test is for internal purposes only.
@@ -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,wCAAwC,CAAC;AACnF,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AAC3F,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
+ {"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,4 +1,4 @@
1
- import { runChatbotSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { Chatbot } from '../chatbot';
3
3
  describe('[Chatbot]', () => {
4
4
  runChatbotSharedTests(Chatbot);
@@ -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,wCAAwC,CAAC;AAC/E,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AAC5F,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AAC1F,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AAC3G,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
+ {"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/titan-chatbot-ui-cypress';
1
+ import { runChatbotMessageFeedbackFormSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotMessageFeedbackForm } from '../chatbot-message-feedback-form';
3
3
  describe('[ChatbotMessageFeedbackForm]', () => {
4
4
  runChatbotMessageFeedbackFormSharedTests(ChatbotMessageFeedbackForm);
@@ -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,wCAAwC,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAE9E,QAAQ,CAAC,8BAA8B,EAAE,GAAG,EAAE;IAC1C,wCAAwC,CAAC,0BAA0B,CAAC,CAAC;AACzE,CAAC,CAAC,CAAC"}
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"}
@@ -1,4 +1,4 @@
1
- import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotMessageFeedbackPopover } from '../chatbot-message-feedback-popover';
3
3
  describe('[ChatbotMessageFeedbackPopover]', () => {
4
4
  runChatbotMessageFeedbackPopoverSharedTests(ChatbotMessageFeedbackPopover);
@@ -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,wCAAwC,CAAC;AACrG,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"}
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"}
@@ -1,4 +1,4 @@
1
- import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotSessionFeedbackModal } from '../chatbot-session-feedback-modal';
3
3
  describe('[ChatbotSessionFeedbackModal]', () => {
4
4
  runChatbotSessionFeedbackModalSharedTests(ChatbotSessionFeedbackModal);
@@ -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,wCAAwC,CAAC;AACnG,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AACtF,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,QAAQ,CAAC,gBAAgB,EAAE,GAAG,EAAE;IAC5B,0BAA0B,CAAC,YAAY,CAAC,CAAC;AAC7C,CAAC,CAAC,CAAC"}
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"}
@@ -1,4 +1,4 @@
1
- import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotMessageAnswerReadonly } from '../chatbot-message-answer-readonly';
3
3
  describe('[ChatbotMessageAnswerReadonly]', () => {
4
4
  runChatbotMessageAnswerReadonlySharedTests(ChatbotMessageAnswerReadonly);
@@ -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,wCAAwC,CAAC;AACpG,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AAC5F,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
+ {"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/titan-chatbot-ui-cypress';
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,wCAAwC,CAAC;AAC5F,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
+ {"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.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.1",
21
- "@servicetitan/titan-chat-ui-common": "^3.1.1",
22
- "@servicetitan/titan-chatbot-api": "^3.1.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/titan-chatbot-ui-cypress": "^3.1.1",
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": "83c89de5b42d24ce5d7fcd034810bf596a673a08"
58
+ "gitHead": "8fc8beac260595027748b7a4336ab711e1c834d5"
59
59
  }
@@ -1,4 +1,4 @@
1
- import { runChatbotHelpCenterSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotHelpCenterSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { Chatbot } from '../chatbot';
3
3
 
4
4
  describe('[Chatbot with Help Center API]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotLiveSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotLiveSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { Chatbot } from '../chatbot';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { runChatbotTitanChatbotSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotTitanChatbotSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { Chatbot } from '../chatbot';
3
3
 
4
4
  describe('[Chatbot with Titan Chat API]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { Chatbot } from '../chatbot';
3
3
 
4
4
  describe('[Chatbot]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotRestartDialogSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
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/titan-chatbot-ui-cypress';
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/titan-chatbot-ui-cypress';
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/titan-chatbot-ui-cypress';
1
+ import { runChatbotMessageFeedbackFormSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotMessageFeedbackForm } from '../chatbot-message-feedback-form';
3
3
 
4
4
  describe('[ChatbotMessageFeedbackForm]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotMessageFeedbackPopoverSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotMessageFeedbackPopover } from '../chatbot-message-feedback-popover';
3
3
 
4
4
  describe('[ChatbotMessageFeedbackPopover]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotSessionFeedbackModalSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotSessionFeedbackModal } from '../chatbot-session-feedback-modal';
3
3
 
4
4
  describe('[ChatbotSessionFeedbackModal]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotFiltersSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotFiltersSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatFilters } from '../chatbot-filters';
3
3
 
4
4
  describe('[ChatFilters]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotLinksSharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
1
+ import { runChatbotLinksSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotLinks } from '../chatbot-links';
3
3
 
4
4
  describe('[ChatbotLinks]', () => {
@@ -1,4 +1,4 @@
1
- import { runChatbotMessageAnswerReadonlySharedTests } from '@servicetitan/titan-chatbot-ui-cypress';
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/titan-chatbot-ui-cypress';
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/titan-chatbot-ui-cypress';
1
+ import { runChatbotMessageTypingSharedTests } from '@servicetitan/cypress-shared';
2
2
  import { ChatbotMessageTyping } from '../chatbot-message-typing';
3
3
 
4
4
  describe('[ChatbotMessageTyping]', () => {
package/tsconfig.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "path": "../titan-chat-ui"
17
17
  },
18
18
  {
19
- "path": "../titan-chatbot-ui-cypress"
19
+ "path": "../cypress-shared"
20
20
  },
21
21
  {
22
22
  "path": "../titan-chat-ui-common"