@wise/dynamic-flow-client-internal 4.32.1 → 4.32.2

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 CHANGED
@@ -3420,7 +3420,7 @@ var getHelpControl = (help) => {
3420
3420
  if (!help) {
3421
3421
  return void 0;
3422
3422
  }
3423
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Popover, { content: help, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.ListItem.IconButton, { partiallyInteractive: true, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_icons4.QuestionMarkCircle, {}) }) });
3423
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Popover, { content: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Markdown, { config: { link: { target: "_blank" } }, children: help }), children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.ListItem.IconButton, { partiallyInteractive: true, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_icons4.QuestionMarkCircle, {}) }) });
3424
3424
  };
3425
3425
  var NewReviewRenderer_default = ReviewRenderer2;
3426
3426
 
@@ -4445,7 +4445,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
4445
4445
  // src/dynamicFlow/telemetry/app-version.ts
4446
4446
  var appVersion = (
4447
4447
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4448
- typeof process !== "undefined" ? "4.32.1" : "0.0.0"
4448
+ typeof process !== "undefined" ? "4.32.2" : "0.0.0"
4449
4449
  );
4450
4450
 
4451
4451
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -3322,7 +3322,7 @@ var ListRenderer2 = {
3322
3322
  var NewListRenderer_default = ListRenderer2;
3323
3323
 
3324
3324
  // ../renderers/src/NewListItem/NewReviewRenderer.tsx
3325
- import { ListItem as ListItem6, Popover } from "@transferwise/components";
3325
+ import { ListItem as ListItem6, Markdown as Markdown6, Popover } from "@transferwise/components";
3326
3326
  import { QuestionMarkCircle } from "@transferwise/icons";
3327
3327
  import { jsx as jsx79, jsxs as jsxs31 } from "react/jsx-runtime";
3328
3328
  var IGNORED_CONTROLS = [
@@ -3386,7 +3386,7 @@ var getHelpControl = (help) => {
3386
3386
  if (!help) {
3387
3387
  return void 0;
3388
3388
  }
3389
- return /* @__PURE__ */ jsx79(Popover, { content: help, children: /* @__PURE__ */ jsx79(ListItem6.IconButton, { partiallyInteractive: true, children: /* @__PURE__ */ jsx79(QuestionMarkCircle, {}) }) });
3389
+ return /* @__PURE__ */ jsx79(Popover, { content: /* @__PURE__ */ jsx79(Markdown6, { config: { link: { target: "_blank" } }, children: help }), children: /* @__PURE__ */ jsx79(ListItem6.IconButton, { partiallyInteractive: true, children: /* @__PURE__ */ jsx79(QuestionMarkCircle, {}) }) });
3390
3390
  };
3391
3391
  var NewReviewRenderer_default = ReviewRenderer2;
3392
3392
 
@@ -4415,7 +4415,7 @@ import {
4415
4415
  // src/dynamicFlow/telemetry/app-version.ts
4416
4416
  var appVersion = (
4417
4417
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4418
- typeof process !== "undefined" ? "4.32.1" : "0.0.0"
4418
+ typeof process !== "undefined" ? "4.32.2" : "0.0.0"
4419
4419
  );
4420
4420
 
4421
4421
  // 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.32.1",
3
+ "version": "4.32.2",
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.28.3",
33
+ "@babel/core": "7.28.4",
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.28.3",
@@ -38,7 +38,7 @@
38
38
  "@babel/preset-typescript": "7.27.1",
39
39
  "@chromatic-com/storybook": "4.1.1",
40
40
  "@formatjs/cli": "^6.7.2",
41
- "@storybook/react-vite": "9.1.3",
41
+ "@storybook/react-vite": "9.1.7",
42
42
  "@testing-library/dom": "10.4.1",
43
43
  "@testing-library/jest-dom": "6.8.0",
44
44
  "@testing-library/react": "16.3.0",
@@ -55,8 +55,8 @@
55
55
  "babel-jest": "30.1.2",
56
56
  "currency-flags": "4.0.7",
57
57
  "esbuild": "0.25.9",
58
- "eslint-plugin-storybook": "9.1.3",
59
- "jest": "30.1.2",
58
+ "eslint-plugin-storybook": "9.1.7",
59
+ "jest": "30.1.3",
60
60
  "jest-environment-jsdom": "30.1.2",
61
61
  "jest-fetch-mock": "^3.0.3",
62
62
  "jest-watch-typeahead": "^3.0.1",
@@ -67,15 +67,15 @@
67
67
  "react": "18.3.1",
68
68
  "react-dom": "18.3.1",
69
69
  "react-intl": "6.8.9",
70
- "storybook": "^9.1.3",
71
- "stylelint": "16.23.1",
70
+ "storybook": "^9.1.7",
71
+ "stylelint": "16.24.0",
72
72
  "stylelint-config-standard": "36.0.1",
73
73
  "stylelint-no-unsupported-browser-features": "8.0.4",
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-renderers": "0.0.0",
78
77
  "@wise/dynamic-flow-fixtures": "0.0.1",
78
+ "@wise/dynamic-flow-renderers": "0.0.0",
79
79
  "@wise/dynamic-flow-types": "3.15.1"
80
80
  },
81
81
  "peerDependencies": {