@livechat/platform-workflows 0.0.43 → 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 CHANGED
@@ -22202,9 +22202,9 @@ function WorkflowsTable({ workflowsQuery, state }) {
22202
22202
  navigate(`/workflow/${workflow.id}`);
22203
22203
  },
22204
22204
  children: [
22205
- /* @__PURE__ */ jsx2("td", { children: /* @__PURE__ */ jsxs2(import_developer_studio_ui_react41.Row, { notPadded: true, noWrap: true, gap: `var(${import_design_system_react_components79.SpacingToken.Spacing2})`, children: [
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
22206
  /* @__PURE__ */ jsx2(import_design_system_react_components79.Text, { noMargin: true, size: "sm", children: workflow.name }),
22207
- workflow.related_workflow_id && /* @__PURE__ */ jsx2(
22207
+ workflow.related_workflow_id ? /* @__PURE__ */ jsx2(
22208
22208
  import_design_system_react_components79.Tag,
22209
22209
  {
22210
22210
  css: css`
@@ -22215,7 +22215,7 @@ function WorkflowsTable({ workflowsQuery, state }) {
22215
22215
  size: "small",
22216
22216
  children: "Has Draft"
22217
22217
  }
22218
- )
22218
+ ) : null
22219
22219
  ] }) }),
22220
22220
  /* @__PURE__ */ jsx2("td", { width: "40%", children: /* @__PURE__ */ jsx2(import_developer_studio_ui_react41.Row, { gap: 12, notPadded: true, children: (_d = workflow.tags) == null ? void 0 : _d.map((tag) => {
22221
22221
  const revertIconColor = getWorkflowsEnv("isHeadless") && (tag.toLowerCase() === "openai" || tag.toLowerCase() === import_developer_studio_api28.IntegrationNames.BigCommerce.toLowerCase());
package/dist/index.mjs CHANGED
@@ -22704,9 +22704,9 @@ function WorkflowsTable({ workflowsQuery, state }) {
22704
22704
  navigate(`/workflow/${workflow.id}`);
22705
22705
  },
22706
22706
  children: [
22707
- /* @__PURE__ */ jsx2("td", { children: /* @__PURE__ */ jsxs2(Row22, { notPadded: true, noWrap: true, gap: `var(${SpacingToken45.Spacing2})`, children: [
22707
+ /* @__PURE__ */ jsx2("td", { children: /* @__PURE__ */ jsxs2(Row22, { gap: `var(${SpacingToken45.Spacing2})`, noWrap: true, notPadded: true, children: [
22708
22708
  /* @__PURE__ */ jsx2(Text22, { noMargin: true, size: "sm", children: workflow.name }),
22709
- workflow.related_workflow_id && /* @__PURE__ */ jsx2(
22709
+ workflow.related_workflow_id ? /* @__PURE__ */ jsx2(
22710
22710
  Tag3,
22711
22711
  {
22712
22712
  css: css`
@@ -22717,7 +22717,7 @@ function WorkflowsTable({ workflowsQuery, state }) {
22717
22717
  size: "small",
22718
22718
  children: "Has Draft"
22719
22719
  }
22720
- )
22720
+ ) : null
22721
22721
  ] }) }),
22722
22722
  /* @__PURE__ */ jsx2("td", { width: "40%", children: /* @__PURE__ */ jsx2(Row22, { gap: 12, notPadded: true, children: (_d = workflow.tags) == null ? void 0 : _d.map((tag) => {
22723
22723
  const revertIconColor = getWorkflowsEnv("isHeadless") && (tag.toLowerCase() === "openai" || tag.toLowerCase() === IntegrationNames18.BigCommerce.toLowerCase());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.43",
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
- "eslint-config-custom": "0.0.10",
52
- "tsconfig": "0.0.1"
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",
@@ -82,8 +82,8 @@
82
82
  "validator": "^13.12.0",
83
83
  "web-worker": "^1.3.0",
84
84
  "@livechat/developer-studio-api": "3.3.9",
85
- "@livechat/platform-integrations": "0.0.18",
86
- "@livechat/developer-studio-ui-react": "0.0.68"
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",