@livechat/platform-workflows 0.0.42 → 0.0.44
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 +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -22202,13 +22202,14 @@ function WorkflowsTable({ workflowsQuery, state }) {
|
|
|
22202
22202
|
navigate(`/workflow/${workflow.id}`);
|
|
22203
22203
|
},
|
|
22204
22204
|
children: [
|
|
22205
|
-
/* @__PURE__ */ jsx2("td", {
|
|
22206
|
-
/* @__PURE__ */ jsx2("
|
|
22205
|
+
/* @__PURE__ */ jsx2("td", { children: /* @__PURE__ */ jsxs2(import_developer_studio_ui_react41.Row, { gap: `var(${import_design_system_react_components79.SpacingToken.Spacing2})`, noWrap: true, notPadded: true, children: [
|
|
22206
|
+
/* @__PURE__ */ jsx2(import_design_system_react_components79.Text, { noMargin: true, size: "sm", children: workflow.name }),
|
|
22207
22207
|
workflow.related_workflow_id ? /* @__PURE__ */ jsx2(
|
|
22208
22208
|
import_design_system_react_components79.Tag,
|
|
22209
22209
|
{
|
|
22210
22210
|
css: css`
|
|
22211
22211
|
color: #68afff;
|
|
22212
|
+
flex-shrink: 0;
|
|
22212
22213
|
`,
|
|
22213
22214
|
kind: "info",
|
|
22214
22215
|
size: "small",
|
package/dist/index.mjs
CHANGED
|
@@ -22704,13 +22704,14 @@ function WorkflowsTable({ workflowsQuery, state }) {
|
|
|
22704
22704
|
navigate(`/workflow/${workflow.id}`);
|
|
22705
22705
|
},
|
|
22706
22706
|
children: [
|
|
22707
|
-
/* @__PURE__ */ jsx2("td", {
|
|
22708
|
-
/* @__PURE__ */ jsx2("
|
|
22707
|
+
/* @__PURE__ */ jsx2("td", { children: /* @__PURE__ */ jsxs2(Row22, { gap: `var(${SpacingToken45.Spacing2})`, noWrap: true, notPadded: true, children: [
|
|
22708
|
+
/* @__PURE__ */ jsx2(Text22, { noMargin: true, size: "sm", children: workflow.name }),
|
|
22709
22709
|
workflow.related_workflow_id ? /* @__PURE__ */ jsx2(
|
|
22710
22710
|
Tag3,
|
|
22711
22711
|
{
|
|
22712
22712
|
css: css`
|
|
22713
22713
|
color: #68afff;
|
|
22714
|
+
flex-shrink: 0;
|
|
22714
22715
|
`,
|
|
22715
22716
|
kind: "info",
|
|
22716
22717
|
size: "small",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/platform-workflows",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.44",
|
|
4
4
|
"description": "Text Platform | Workflows",
|
|
5
5
|
"author": "Wojciech Dudek",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"esbuild-sass-plugin": "^3.2.0",
|
|
49
49
|
"tsup": "^8.0.0",
|
|
50
50
|
"typescript": "^5.1.6",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
51
|
+
"tsconfig": "0.0.1",
|
|
52
|
+
"eslint-config-custom": "0.0.10"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@amplitude/analytics-browser": "^2.11.9",
|
|
@@ -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/platform-integrations": "0.0.17",
|
|
85
84
|
"@livechat/developer-studio-api": "3.3.9",
|
|
86
|
-
"@livechat/developer-studio-ui-react": "0.0.
|
|
85
|
+
"@livechat/developer-studio-ui-react": "0.0.69",
|
|
86
|
+
"@livechat/platform-integrations": "0.0.19"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@tanstack/react-query": "4.36.1",
|