@wise/dynamic-flow-client-internal 4.29.1 → 4.30.0

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
@@ -2754,7 +2754,7 @@ var import_components44 = require("@transferwise/components");
2754
2754
  var import_icons3 = require("@transferwise/icons");
2755
2755
  var import_jsx_runtime64 = require("react/jsx-runtime");
2756
2756
  function BackButton({ title, onClick }) {
2757
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_components44.IconButton, { priority: "tertiary", onClick, children: [
2757
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_components44.IconButton, { className: "df-back-button", priority: "tertiary", onClick, children: [
2758
2758
  /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: "sr-only", children: title }),
2759
2759
  /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_icons3.ArrowLeft, {})
2760
2760
  ] });
@@ -4390,7 +4390,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
4390
4390
  // src/dynamicFlow/telemetry/app-version.ts
4391
4391
  var appVersion = (
4392
4392
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4393
- typeof process !== "undefined" ? "4.29.1" : "0.0.0"
4393
+ typeof process !== "undefined" ? "4.30.0" : "0.0.0"
4394
4394
  );
4395
4395
 
4396
4396
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -2714,7 +2714,7 @@ import { IconButton } from "@transferwise/components";
2714
2714
  import { ArrowLeft } from "@transferwise/icons";
2715
2715
  import { jsx as jsx64, jsxs as jsxs23 } from "react/jsx-runtime";
2716
2716
  function BackButton({ title, onClick }) {
2717
- return /* @__PURE__ */ jsxs23(IconButton, { priority: "tertiary", onClick, children: [
2717
+ return /* @__PURE__ */ jsxs23(IconButton, { className: "df-back-button", priority: "tertiary", onClick, children: [
2718
2718
  /* @__PURE__ */ jsx64("span", { className: "sr-only", children: title }),
2719
2719
  /* @__PURE__ */ jsx64(ArrowLeft, {})
2720
2720
  ] });
@@ -4360,7 +4360,7 @@ import {
4360
4360
  // src/dynamicFlow/telemetry/app-version.ts
4361
4361
  var appVersion = (
4362
4362
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4363
- typeof process !== "undefined" ? "4.29.1" : "0.0.0"
4363
+ typeof process !== "undefined" ? "4.30.0" : "0.0.0"
4364
4364
  );
4365
4365
 
4366
4366
  // 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.29.1",
3
+ "version": "4.30.0",
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-renderers": "0.0.0",
78
77
  "@wise/dynamic-flow-fixtures": "0.0.1",
79
- "@wise/dynamic-flow-types": "3.14.1"
78
+ "@wise/dynamic-flow-types": "3.15.0",
79
+ "@wise/dynamic-flow-renderers": "0.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.104.0",
@@ -91,8 +91,8 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.17.1",
95
- "@wise/dynamic-flow-types": "3.14.1"
94
+ "@wise/dynamic-flow-client": "4.18.0",
95
+ "@wise/dynamic-flow-types": "3.15.0"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",