@livechat/platform-workflows 0.0.44 → 0.0.46

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,7 +22202,7 @@ 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, { gap: `var(${import_design_system_react_components79.SpacingToken.Spacing2})`, noWrap: true, notPadded: true, children: [
22205
+ /* @__PURE__ */ jsx2("td", { width: "45%", 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
22207
  workflow.related_workflow_id ? /* @__PURE__ */ jsx2(
22208
22208
  import_design_system_react_components79.Tag,
package/dist/index.mjs CHANGED
@@ -22704,7 +22704,7 @@ function WorkflowsTable({ workflowsQuery, state }) {
22704
22704
  navigate(`/workflow/${workflow.id}`);
22705
22705
  },
22706
22706
  children: [
22707
- /* @__PURE__ */ jsx2("td", { children: /* @__PURE__ */ jsxs2(Row22, { gap: `var(${SpacingToken45.Spacing2})`, noWrap: true, notPadded: true, children: [
22707
+ /* @__PURE__ */ jsx2("td", { width: "45%", 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
22709
  workflow.related_workflow_id ? /* @__PURE__ */ jsx2(
22710
22710
  Tag3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
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
- "tsconfig": "0.0.1",
52
- "eslint-config-custom": "0.0.10"
51
+ "eslint-config-custom": "0.0.10",
52
+ "tsconfig": "0.0.1"
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/developer-studio-ui-react": "0.0.69",
86
- "@livechat/platform-integrations": "0.0.19"
85
+ "@livechat/developer-studio-ui-react": "0.0.71",
86
+ "@livechat/platform-integrations": "0.0.21"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@tanstack/react-query": "4.36.1",