@servicetitan/titan-chatbot-ui-anvil2 5.1.0 → 5.2.1

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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v5.2.0 (Fri Dec 05 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - SPA-7568: Fixed filters popover style, added timeout customization [#77](https://github.com/servicetitan/titan-chatbot-client/pull/77) ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexandr Yarmolchuk ([@AlexYarmolchuk](https://github.com/AlexYarmolchuk))
10
+
11
+ ---
12
+
1
13
  # v4.4.5 (Thu Oct 30 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1,3 +1,3 @@
1
1
  .filters [data-anv='popover-content'] {
2
- max-height: calc(100vh - var(--size-4));
2
+ max-height: calc(100vh - var(--size-4)) !important;
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/titan-chatbot-ui-anvil2",
3
- "version": "5.1.0",
3
+ "version": "5.2.1",
4
4
  "description": "Chatbot experience UI package (Anvil2 version)",
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-anvil2": "^5.1.0",
21
- "@servicetitan/titan-chat-ui-common": "^5.1.0",
22
- "@servicetitan/titan-chatbot-api": "^5.1.0",
20
+ "@servicetitan/titan-chat-ui-anvil2": "^5.2.1",
21
+ "@servicetitan/titan-chat-ui-common": "^5.2.1",
22
+ "@servicetitan/titan-chatbot-api": "^5.2.1",
23
23
  "nanoid": "^5.1.5"
24
24
  },
25
25
  "peerDependencies": {
@@ -36,7 +36,7 @@
36
36
  "react-dom": ">=18"
37
37
  },
38
38
  "devDependencies": {
39
- "@servicetitan/cypress-shared": "^5.1.0",
39
+ "@servicetitan/cypress-shared": "^5.2.1",
40
40
  "cypress": "^15.2.0"
41
41
  },
42
42
  "keywords": [
@@ -49,5 +49,5 @@
49
49
  "cli": {
50
50
  "webpack": false
51
51
  },
52
- "gitHead": "65bc23a98a05c8764af83ab2dfa3d65f36ee0dbd"
52
+ "gitHead": "d729f84453ab4b3d04f3270574b03fbb31d7b8ff"
53
53
  }
@@ -1,3 +1,3 @@
1
1
  .filters [data-anv='popover-content'] {
2
- max-height: calc(100vh - var(--size-4));
2
+ max-height: calc(100vh - var(--size-4)) !important;
3
3
  }