@livechat/platform-workflows 0.0.37 → 0.0.38
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/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14458,14 +14458,14 @@ function GlobalAccounts(props) {
|
|
|
14458
14458
|
void organizationProductsQuery.refetch();
|
|
14459
14459
|
}, [organizationProductsQuery]);
|
|
14460
14460
|
return /* @__PURE__ */ jsxs2(import_developer_studio_ui_react17.Column, { gap: `var(${import_design_system_react_components29.SpacingToken.Spacing3})`, notPadded: true, children: [
|
|
14461
|
-
props.product &&
|
|
14461
|
+
props.product && needToBeActivated ? /* @__PURE__ */ jsxs2(import_developer_studio_ui_react17.Card, { light: true, children: [
|
|
14462
14462
|
/* @__PURE__ */ jsxs2("p", { children: [
|
|
14463
14463
|
"To use ",
|
|
14464
14464
|
props.product,
|
|
14465
14465
|
" in your workflow, you need an active",
|
|
14466
14466
|
" ",
|
|
14467
14467
|
props.product,
|
|
14468
|
-
"account."
|
|
14468
|
+
" account."
|
|
14469
14469
|
] }),
|
|
14470
14470
|
props.product === "HelpDesk" && /* @__PURE__ */ jsx2("p", { children: "We can activate your HelpDesk license on your behalf using your registered email. You`'ll automatically start a 14-day trial." }),
|
|
14471
14471
|
/* @__PURE__ */ jsx2("p", { children: "Do you want to proceed?" }),
|
package/dist/index.mjs
CHANGED
|
@@ -14654,14 +14654,14 @@ function GlobalAccounts(props) {
|
|
|
14654
14654
|
void organizationProductsQuery.refetch();
|
|
14655
14655
|
}, [organizationProductsQuery]);
|
|
14656
14656
|
return /* @__PURE__ */ jsxs2(Column6, { gap: `var(${SpacingToken15.Spacing3})`, notPadded: true, children: [
|
|
14657
|
-
props.product &&
|
|
14657
|
+
props.product && needToBeActivated ? /* @__PURE__ */ jsxs2(Card, { light: true, children: [
|
|
14658
14658
|
/* @__PURE__ */ jsxs2("p", { children: [
|
|
14659
14659
|
"To use ",
|
|
14660
14660
|
props.product,
|
|
14661
14661
|
" in your workflow, you need an active",
|
|
14662
14662
|
" ",
|
|
14663
14663
|
props.product,
|
|
14664
|
-
"account."
|
|
14664
|
+
" account."
|
|
14665
14665
|
] }),
|
|
14666
14666
|
props.product === "HelpDesk" && /* @__PURE__ */ jsx2("p", { children: "We can activate your HelpDesk license on your behalf using your registered email. You`'ll automatically start a 14-day trial." }),
|
|
14667
14667
|
/* @__PURE__ */ jsx2("p", { children: "Do you want to proceed?" }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/platform-workflows",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"description": "Text Platform | Workflows",
|
|
5
5
|
"author": "Wojciech Dudek",
|
|
6
6
|
"license": "MIT",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"uuid": "^9.0.1",
|
|
82
82
|
"validator": "^13.12.0",
|
|
83
83
|
"web-worker": "^1.3.0",
|
|
84
|
+
"@livechat/developer-studio-api": "3.3.9",
|
|
84
85
|
"@livechat/developer-studio-ui-react": "0.0.67",
|
|
85
|
-
"@livechat/platform-integrations": "0.0.15"
|
|
86
|
-
"@livechat/developer-studio-api": "3.3.9"
|
|
86
|
+
"@livechat/platform-integrations": "0.0.15"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@tanstack/react-query": "4.36.1",
|