@wise/dynamic-flow-client-internal 5.11.0 → 5.12.1
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/i18n/it.json +1 -1
- package/build/main.js +4 -2
- package/build/main.mjs +4 -2
- package/build/tsconfig.types.tsbuildinfo +1 -0
- package/package.json +18 -19
package/build/i18n/it.json
CHANGED
|
@@ -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
|
|
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.
|
|
147
|
+
typeof process !== "undefined" ? "5.12.1" : "0.0.0"
|
|
148
148
|
);
|
|
149
149
|
|
|
150
150
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
@@ -1786,6 +1786,8 @@ var getCTAControl = (callToAction, { ctaSecondary, fullyInteractive }) => {
|
|
|
1786
1786
|
import_components24.ListItem.Button,
|
|
1787
1787
|
{
|
|
1788
1788
|
href,
|
|
1789
|
+
target: "_blank",
|
|
1790
|
+
rel: "noopener noreferrer",
|
|
1789
1791
|
partiallyInteractive: !fullyInteractive,
|
|
1790
1792
|
priority,
|
|
1791
1793
|
"aria-description": accessibilityDescription,
|
|
@@ -4726,7 +4728,7 @@ var it_default = {
|
|
|
4726
4728
|
"df.wise.group.currencies-with-account-details": "Valute con estremi del conto",
|
|
4727
4729
|
"df.wise.group.popular": "Popolari",
|
|
4728
4730
|
"df.wise.group.recent": "Recenti",
|
|
4729
|
-
"df.wise.step.scrollToBottom": "Scorri in
|
|
4731
|
+
"df.wise.step.scrollToBottom": "Scorri fino in fondo"
|
|
4730
4732
|
};
|
|
4731
4733
|
|
|
4732
4734
|
// 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.
|
|
129
|
+
typeof process !== "undefined" ? "5.12.1" : "0.0.0"
|
|
130
130
|
);
|
|
131
131
|
|
|
132
132
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
@@ -1771,6 +1771,8 @@ var getCTAControl = (callToAction, { ctaSecondary, fullyInteractive }) => {
|
|
|
1771
1771
|
ListItem6.Button,
|
|
1772
1772
|
{
|
|
1773
1773
|
href,
|
|
1774
|
+
target: "_blank",
|
|
1775
|
+
rel: "noopener noreferrer",
|
|
1774
1776
|
partiallyInteractive: !fullyInteractive,
|
|
1775
1777
|
priority,
|
|
1776
1778
|
"aria-description": accessibilityDescription,
|
|
@@ -4720,7 +4722,7 @@ var it_default = {
|
|
|
4720
4722
|
"df.wise.group.currencies-with-account-details": "Valute con estremi del conto",
|
|
4721
4723
|
"df.wise.group.popular": "Popolari",
|
|
4722
4724
|
"df.wise.group.recent": "Recenti",
|
|
4723
|
-
"df.wise.step.scrollToBottom": "Scorri in
|
|
4725
|
+
"df.wise.step.scrollToBottom": "Scorri fino in fondo"
|
|
4724
4726
|
};
|
|
4725
4727
|
|
|
4726
4728
|
// src/i18n/ja.json
|