@paro.io/expert-shared-components 1.13.2 → 1.13.3

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.
@@ -88,7 +88,7 @@ const Escalations = ({ expertsOrClients, projects, isExpert = false, escalations
88
88
  react_1.default.createElement("div", { className: isExpert ? "p-6" : "mx-auto p-6 border-solid border-t-2" },
89
89
  activeSection === 'support' && selectedIssueId === null && react_1.default.createElement("div", null,
90
90
  react_1.default.createElement("div", { className: "flex justify-between items-center mb-1 mt-2" },
91
- react_1.default.createElement("h2", { className: "text-xl font-bold" }, "Support & Escalation Management"),
91
+ react_1.default.createElement("h2", { className: "text-xl font-bold" }, "Support & Engagement Management"),
92
92
  activeIssues.length > 0 ? react_1.default.createElement("div", { className: "flex items-center space-x-2" },
93
93
  react_1.default.createElement("div", { className: `border box-border text-center px-4 pb-0.5 pt-1 text-sm inline-block break-words text-[#A73A43] rounded-full bg-[#F9BABF] border-[#F9BABF] font-medium` },
94
94
  activeIssues.length,
@@ -96,7 +96,7 @@ const Escalations = ({ expertsOrClients, projects, isExpert = false, escalations
96
96
  react_1.default.createElement("div", { className: "border-b pb-4 mb-6" },
97
97
  react_1.default.createElement("p", { className: "text-gray-600" }, `Manage escalations with integrated chat between you, your ${isExpert ? 'client' : 'expert'}, and Paro support. All conversations are organized by priority and status.`)),
98
98
  react_1.default.createElement("div", { className: "bg-blue-50 border border-blue-200 rounded-lg p-4 mb-6" },
99
- react_1.default.createElement("h3", { className: "font-medium text-blue-800 mb-3" }, "How Our Escalation System Works"),
99
+ react_1.default.createElement("h3", { className: "font-medium text-blue-800 mb-3" }, "How Our Engagement Support System Works"),
100
100
  react_1.default.createElement("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-6" },
101
101
  react_1.default.createElement("div", null,
102
102
  react_1.default.createElement("h4", { className: "font-medium text-gray-900 mb-2" }, "Standard Resolution Process"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {