@livechat/platform-workflows 0.0.68 → 0.0.69

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
@@ -23068,7 +23068,7 @@ function WorkflowListView() {
23068
23068
  if (isLoading) {
23069
23069
  return /* @__PURE__ */ jsx2(import_developer_studio_ui_react43.Loader, { stretch: true });
23070
23070
  }
23071
- return /* @__PURE__ */ jsxs2(import_developer_studio_ui_react43.View, { center: hasNoData, stretch: isLoading, children: [
23071
+ return /* @__PURE__ */ jsxs2(import_developer_studio_ui_react43.View, { center: hasNoData, noWrap: true, stretch: isLoading, children: [
23072
23072
  /* @__PURE__ */ jsxs2(import_developer_studio_ui_react43.Row, { topMargin: true, verticalCenter: hasNoData, children: [
23073
23073
  /* @__PURE__ */ jsx2(import_developer_studio_ui_react43.Column, { width: hasNoData ? 10 : 8, children: hasNoData ? /* @__PURE__ */ jsx2(import_developer_studio_ui_react43.Row, { notPadded: true, children: /* @__PURE__ */ jsx2(
23074
23074
  import_developer_studio_ui_react43.Intro,
package/dist/index.mjs CHANGED
@@ -23563,7 +23563,7 @@ function WorkflowListView() {
23563
23563
  if (isLoading) {
23564
23564
  return /* @__PURE__ */ jsx2(Loader4, { stretch: true });
23565
23565
  }
23566
- return /* @__PURE__ */ jsxs2(View2, { center: hasNoData, stretch: isLoading, children: [
23566
+ return /* @__PURE__ */ jsxs2(View2, { center: hasNoData, noWrap: true, stretch: isLoading, children: [
23567
23567
  /* @__PURE__ */ jsxs2(Row23, { topMargin: true, verticalCenter: hasNoData, children: [
23568
23568
  /* @__PURE__ */ jsx2(Column19, { width: hasNoData ? 10 : 8, children: hasNoData ? /* @__PURE__ */ jsx2(Row23, { notPadded: true, children: /* @__PURE__ */ jsx2(
23569
23569
  Intro4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/platform-workflows",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
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.4.7",
85
- "@livechat/developer-studio-ui-react": "1.0.7",
86
- "@livechat/platform-integrations": "0.0.39"
85
+ "@livechat/developer-studio-ui-react": "1.0.8",
86
+ "@livechat/platform-integrations": "0.0.40"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@tanstack/react-query": "4.36.1",