@wise/dynamic-flow-client-internal 4.31.2 → 4.31.3
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/build/main.js +2 -2
- package/build/main.mjs +2 -2
- package/package.json +4 -4
package/build/main.js
CHANGED
|
@@ -3402,7 +3402,7 @@ var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
|
3402
3402
|
var NewStatusListRenderer = {
|
|
3403
3403
|
canRenderType: "status-list",
|
|
3404
3404
|
render: ({ margin, items, title }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: getMargin(margin), children: [
|
|
3405
|
-
title ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Header, { title
|
|
3405
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Header, { title }) : null,
|
|
3406
3406
|
items.map((item) => {
|
|
3407
3407
|
const { callToAction, description, icon, status, title: itemTitle } = item;
|
|
3408
3408
|
return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
@@ -4417,7 +4417,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
|
4417
4417
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4418
4418
|
var appVersion = (
|
|
4419
4419
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4420
|
-
typeof process !== "undefined" ? "4.31.
|
|
4420
|
+
typeof process !== "undefined" ? "4.31.3" : "0.0.0"
|
|
4421
4421
|
);
|
|
4422
4422
|
|
|
4423
4423
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -3368,7 +3368,7 @@ import { jsx as jsx79, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
|
3368
3368
|
var NewStatusListRenderer = {
|
|
3369
3369
|
canRenderType: "status-list",
|
|
3370
3370
|
render: ({ margin, items, title }) => /* @__PURE__ */ jsxs32("div", { className: getMargin(margin), children: [
|
|
3371
|
-
title ? /* @__PURE__ */ jsx79(Header10, { title
|
|
3371
|
+
title ? /* @__PURE__ */ jsx79(Header10, { title }) : null,
|
|
3372
3372
|
items.map((item) => {
|
|
3373
3373
|
const { callToAction, description, icon, status, title: itemTitle } = item;
|
|
3374
3374
|
return /* @__PURE__ */ jsx79(
|
|
@@ -4387,7 +4387,7 @@ import {
|
|
|
4387
4387
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4388
4388
|
var appVersion = (
|
|
4389
4389
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4390
|
-
typeof process !== "undefined" ? "4.31.
|
|
4390
|
+
typeof process !== "undefined" ? "4.31.3" : "0.0.0"
|
|
4391
4391
|
);
|
|
4392
4392
|
|
|
4393
4393
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.3",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
75
|
"tsx": "4.20.5",
|
|
76
76
|
"typescript": "5.9.2",
|
|
77
|
-
"@wise/dynamic-flow-types": "3.15.1",
|
|
78
77
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
79
|
-
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
78
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
79
|
+
"@wise/dynamic-flow-types": "3.15.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.104.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.18.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.18.4",
|
|
95
95
|
"@wise/dynamic-flow-types": "3.15.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|