@paro.io/expert-shared-components 1.12.54 → 1.12.55

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.
@@ -87,7 +87,7 @@ const EscalationIssueCard = ({ issues, isExpert, openEscalationChat, showRespond
87
87
  project,
88
88
  " \u2022 Case #",
89
89
  issue.escalationNumber)),
90
- react_1.default.createElement(exports.CustomTag, { label: issue.escalationType })),
90
+ react_1.default.createElement(exports.CustomTag, { label: issue.escalationType, customColor: isExpert ? 'neutral' : 'success' })),
91
91
  react_1.default.createElement("div", { className: "bg-gray-50 rounded-md p-3 mb-4 border" },
92
92
  react_1.default.createElement("div", { className: "flex items-center justify-between mb-2" },
93
93
  react_1.default.createElement("div", { className: "text-sm text-gray-500" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.12.54",
3
+ "version": "1.12.55",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {