@wise/dynamic-flow-client-internal 5.11.0 → 5.12.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.
@@ -41,5 +41,5 @@
41
41
  "df.wise.group.currencies-with-account-details": "Valute con estremi del conto",
42
42
  "df.wise.group.popular": "Popolari",
43
43
  "df.wise.group.recent": "Recenti",
44
- "df.wise.step.scrollToBottom": "Scorri in basso"
44
+ "df.wise.step.scrollToBottom": "Scorri fino in fondo"
45
45
  }
package/build/main.js CHANGED
@@ -144,7 +144,7 @@ var import_react23 = require("react");
144
144
  // src/dynamicFlow/telemetry/app-version.ts
145
145
  var appVersion = (
146
146
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
147
- typeof process !== "undefined" ? "5.11.0" : "0.0.0"
147
+ typeof process !== "undefined" ? "5.12.0" : "0.0.0"
148
148
  );
149
149
 
150
150
  // src/dynamicFlow/telemetry/getLogEvent.ts
@@ -4726,7 +4726,7 @@ var it_default = {
4726
4726
  "df.wise.group.currencies-with-account-details": "Valute con estremi del conto",
4727
4727
  "df.wise.group.popular": "Popolari",
4728
4728
  "df.wise.group.recent": "Recenti",
4729
- "df.wise.step.scrollToBottom": "Scorri in basso"
4729
+ "df.wise.step.scrollToBottom": "Scorri fino in fondo"
4730
4730
  };
4731
4731
 
4732
4732
  // src/i18n/ja.json
package/build/main.mjs CHANGED
@@ -126,7 +126,7 @@ import { useMemo as useMemo2 } from "react";
126
126
  // src/dynamicFlow/telemetry/app-version.ts
127
127
  var appVersion = (
128
128
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
129
- typeof process !== "undefined" ? "5.11.0" : "0.0.0"
129
+ typeof process !== "undefined" ? "5.12.0" : "0.0.0"
130
130
  );
131
131
 
132
132
  // src/dynamicFlow/telemetry/getLogEvent.ts
@@ -4720,7 +4720,7 @@ var it_default = {
4720
4720
  "df.wise.group.currencies-with-account-details": "Valute con estremi del conto",
4721
4721
  "df.wise.group.popular": "Popolari",
4722
4722
  "df.wise.group.recent": "Recenti",
4723
- "df.wise.step.scrollToBottom": "Scorri in basso"
4723
+ "df.wise.step.scrollToBottom": "Scorri fino in fondo"
4724
4724
  };
4725
4725
 
4726
4726
  // src/i18n/ja.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.11.0",
3
+ "version": "5.12.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -69,8 +69,8 @@
69
69
  "vitest": "4.0.18",
70
70
  "vitest-fetch-mock": "0.4.5",
71
71
  "@wise/dynamic-flow-fixtures": "0.0.1",
72
- "@wise/dynamic-flow-renderers": "0.0.0",
73
- "@wise/dynamic-flow-types": "4.11.0"
72
+ "@wise/dynamic-flow-types": "4.11.0",
73
+ "@wise/dynamic-flow-renderers": "0.0.0"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@transferwise/components": "^46.104.0",
@@ -84,8 +84,8 @@
84
84
  "react-intl": "^6 || ^7"
85
85
  },
86
86
  "dependencies": {
87
- "@wise/dynamic-flow-client": "5.11.0",
88
- "@wise/dynamic-flow-types": "4.11.0"
87
+ "@wise/dynamic-flow-types": "4.11.0",
88
+ "@wise/dynamic-flow-client": "5.12.0"
89
89
  },
90
90
  "scripts": {
91
91
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",