@wise/dynamic-flow-client-internal 4.12.3 → 4.12.5
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 +3 -4
- package/build/main.mjs +3 -4
- package/package.json +13 -13
package/build/main.js
CHANGED
|
@@ -1163,8 +1163,7 @@ var getImageNode = (image, size) => {
|
|
|
1163
1163
|
|
|
1164
1164
|
// ../renderers/src/components/OptionMedia.tsx
|
|
1165
1165
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
1166
|
-
var mediaSize =
|
|
1167
|
-
var badgeMediaSize = 48;
|
|
1166
|
+
var mediaSize = 48;
|
|
1168
1167
|
function OptionMedia({
|
|
1169
1168
|
icon,
|
|
1170
1169
|
image,
|
|
@@ -1172,7 +1171,7 @@ function OptionMedia({
|
|
|
1172
1171
|
}) {
|
|
1173
1172
|
const imageNode = getImageNode(image, mediaSize);
|
|
1174
1173
|
const iconNode = getIconNode(icon);
|
|
1175
|
-
const badge = getBadgedMedia(iconNode, imageNode,
|
|
1174
|
+
const badge = getBadgedMedia(iconNode, imageNode, mediaSize);
|
|
1176
1175
|
if (badge) {
|
|
1177
1176
|
return badge;
|
|
1178
1177
|
}
|
|
@@ -3191,7 +3190,7 @@ var ModalContentRenderer = {
|
|
|
3191
3190
|
};
|
|
3192
3191
|
|
|
3193
3192
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3194
|
-
var appVersion = "4.12.
|
|
3193
|
+
var appVersion = "4.12.5";
|
|
3195
3194
|
|
|
3196
3195
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3197
3196
|
var getLogEvent = (onLog) => (level, message, extra) => {
|
package/build/main.mjs
CHANGED
|
@@ -1129,8 +1129,7 @@ var getImageNode = (image, size) => {
|
|
|
1129
1129
|
|
|
1130
1130
|
// ../renderers/src/components/OptionMedia.tsx
|
|
1131
1131
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
1132
|
-
var mediaSize =
|
|
1133
|
-
var badgeMediaSize = 48;
|
|
1132
|
+
var mediaSize = 48;
|
|
1134
1133
|
function OptionMedia({
|
|
1135
1134
|
icon,
|
|
1136
1135
|
image,
|
|
@@ -1138,7 +1137,7 @@ function OptionMedia({
|
|
|
1138
1137
|
}) {
|
|
1139
1138
|
const imageNode = getImageNode(image, mediaSize);
|
|
1140
1139
|
const iconNode = getIconNode(icon);
|
|
1141
|
-
const badge = getBadgedMedia(iconNode, imageNode,
|
|
1140
|
+
const badge = getBadgedMedia(iconNode, imageNode, mediaSize);
|
|
1142
1141
|
if (badge) {
|
|
1143
1142
|
return badge;
|
|
1144
1143
|
}
|
|
@@ -3167,7 +3166,7 @@ var ModalContentRenderer = {
|
|
|
3167
3166
|
};
|
|
3168
3167
|
|
|
3169
3168
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3170
|
-
var appVersion = "4.12.
|
|
3169
|
+
var appVersion = "4.12.5";
|
|
3171
3170
|
|
|
3172
3171
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3173
3172
|
var getLogEvent = (onLog) => (level, message, extra) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.5",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.27.
|
|
33
|
+
"@babel/core": "7.27.3",
|
|
34
34
|
"@babel/plugin-syntax-flow": "7.27.1",
|
|
35
35
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
36
36
|
"@babel/preset-env": "7.27.2",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"@testing-library/jest-dom": "6.6.3",
|
|
52
52
|
"@testing-library/react": "16.3.0",
|
|
53
53
|
"@testing-library/user-event": "14.6.1",
|
|
54
|
-
"@transferwise/components": "46.97.
|
|
54
|
+
"@transferwise/components": "46.97.5",
|
|
55
55
|
"@transferwise/formatting": "^2.13.1",
|
|
56
|
-
"@transferwise/icons": "3.
|
|
56
|
+
"@transferwise/icons": "3.22.0",
|
|
57
57
|
"@transferwise/neptune-css": "14.24.4",
|
|
58
58
|
"@types/jest": "29.5.14",
|
|
59
|
-
"@types/react": "18.3.
|
|
59
|
+
"@types/react": "18.3.23",
|
|
60
60
|
"@types/react-dom": "18.3.7",
|
|
61
|
-
"@wise/art": "2.
|
|
62
|
-
"@wise/components-theming": "^1.6.
|
|
61
|
+
"@wise/art": "2.21.2",
|
|
62
|
+
"@wise/components-theming": "^1.6.3",
|
|
63
63
|
"babel-jest": "29.7.0",
|
|
64
64
|
"currency-flags": "4.0.7",
|
|
65
|
-
"esbuild": "0.25.
|
|
65
|
+
"esbuild": "0.25.5",
|
|
66
66
|
"jest": "29.7.0",
|
|
67
67
|
"jest-environment-jsdom": "29.7.0",
|
|
68
68
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
82
82
|
"tsx": "4.19.4",
|
|
83
83
|
"typescript": "5.8.3",
|
|
84
|
-
"webpack": "5.99.
|
|
84
|
+
"webpack": "5.99.9",
|
|
85
85
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
86
|
-
"@wise/dynamic-flow-
|
|
87
|
-
"@wise/dynamic-flow-
|
|
86
|
+
"@wise/dynamic-flow-types": "3.3.5",
|
|
87
|
+
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@transferwise/components": "^46.92.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"classnames": "2.5.1",
|
|
102
|
-
"@wise/dynamic-flow-client": "4.5.
|
|
103
|
-
"@wise/dynamic-flow-types": "3.3.
|
|
102
|
+
"@wise/dynamic-flow-client": "4.5.7",
|
|
103
|
+
"@wise/dynamic-flow-types": "3.3.5"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|