@wise/dynamic-flow-client-internal 4.15.0 → 4.15.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/nl.json +4 -4
- package/build/main.js +1 -1
- package/build/main.mjs +1 -1
- package/package.json +12 -12
package/build/i18n/nl.json
CHANGED
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"df.wise.ControlFeedback.patternDate": "Voer een datum in de juiste indeling in.",
|
|
16
16
|
"df.wise.ControlFeedback.required": "Vul dit veld in.",
|
|
17
17
|
"df.wise.ControlFeedback.type": "Onjuist type",
|
|
18
|
-
"df.wise.DynamicParagraph.copied": "Naar klembord
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Naar klembord gekopieerd",
|
|
19
19
|
"df.wise.DynamicParagraph.copy": "Kopiëren",
|
|
20
20
|
"df.wise.ErrorBoundary.errorAlert": "Er is iets misgegaan.",
|
|
21
21
|
"df.wise.ErrorBoundary.retry": "Opnieuw proberen",
|
|
22
22
|
"df.wise.ExternalConfirmation.cancel": "Annuleren",
|
|
23
23
|
"df.wise.ExternalConfirmation.description": "Bevestig dat je **{origin}** in een nieuw browsertabblad wilt openen.",
|
|
24
24
|
"df.wise.ExternalConfirmation.open": "In nieuw tabblad openen",
|
|
25
|
-
"df.wise.ExternalConfirmation.title": "
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Bevestigen",
|
|
26
26
|
"df.wise.Help.ariaLabel": "Klik hier voor meer informatie.",
|
|
27
27
|
"df.wise.MultiSelect.summary": "{first} en nog {count}",
|
|
28
28
|
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Het bestand is te groot. Upload een kleiner bestand.",
|
|
29
29
|
"df.wise.MultipleFileUploadSchema.maxItemsError": "Upload {maxItems} of minder bestanden.",
|
|
30
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Upload
|
|
31
|
-
"df.wise.PersistAsyncSchema.genericError": "Er
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Upload minimaal {minItems} bestand(en).",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Er is iets misgegaan, probeer het opnieuw.",
|
|
32
32
|
"df.wise.SearchLayout.loading": "Laden..."
|
|
33
33
|
}
|
package/build/main.js
CHANGED
|
@@ -3299,7 +3299,7 @@ var ModalContentRenderer = {
|
|
|
3299
3299
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3300
3300
|
var appVersion = (
|
|
3301
3301
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
3302
|
-
typeof process !== "undefined" ? "4.15.
|
|
3302
|
+
typeof process !== "undefined" ? "4.15.1" : "0.0.0"
|
|
3303
3303
|
);
|
|
3304
3304
|
|
|
3305
3305
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -3275,7 +3275,7 @@ var ModalContentRenderer = {
|
|
|
3275
3275
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3276
3276
|
var appVersion = (
|
|
3277
3277
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
3278
|
-
typeof process !== "undefined" ? "4.15.
|
|
3278
|
+
typeof process !== "undefined" ? "4.15.1" : "0.0.0"
|
|
3279
3279
|
);
|
|
3280
3280
|
|
|
3281
3281
|
// 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.15.
|
|
3
|
+
"version": "4.15.1",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"@babel/preset-env": "7.27.2",
|
|
37
37
|
"@babel/preset-react": "7.27.1",
|
|
38
38
|
"@babel/preset-typescript": "7.27.1",
|
|
39
|
-
"@chromatic-com/storybook": "4.0.
|
|
39
|
+
"@chromatic-com/storybook": "4.0.1",
|
|
40
40
|
"@formatjs/cli": "^6.7.2",
|
|
41
|
-
"@storybook/react-vite": "9.0.
|
|
41
|
+
"@storybook/react-vite": "9.0.12",
|
|
42
42
|
"@testing-library/dom": "10.4.0",
|
|
43
43
|
"@testing-library/jest-dom": "6.6.3",
|
|
44
44
|
"@testing-library/react": "16.3.0",
|
|
45
45
|
"@testing-library/user-event": "14.6.1",
|
|
46
46
|
"@transferwise/components": "46.98.1",
|
|
47
47
|
"@transferwise/formatting": "^2.13.1",
|
|
48
|
-
"@transferwise/icons": "3.22.
|
|
48
|
+
"@transferwise/icons": "3.22.2",
|
|
49
49
|
"@transferwise/neptune-css": "14.24.4",
|
|
50
50
|
"@types/jest": "29.5.14",
|
|
51
51
|
"@types/react": "18.3.23",
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"babel-jest": "30.0.2",
|
|
56
56
|
"currency-flags": "4.0.7",
|
|
57
57
|
"esbuild": "0.25.5",
|
|
58
|
-
"eslint-plugin-storybook": "9.0.
|
|
58
|
+
"eslint-plugin-storybook": "9.0.12",
|
|
59
59
|
"jest": "30.0.2",
|
|
60
60
|
"jest-environment-jsdom": "30.0.2",
|
|
61
61
|
"jest-fetch-mock": "^3.0.3",
|
|
62
62
|
"jest-watch-typeahead": "^3.0.1",
|
|
63
63
|
"npm-run-all2": "7.0.2",
|
|
64
|
-
"postcss": "^8.5.
|
|
64
|
+
"postcss": "^8.5.6",
|
|
65
65
|
"postcss-cli": "^11.0.1",
|
|
66
|
-
"postcss-import": "^16.1.
|
|
66
|
+
"postcss-import": "^16.1.1",
|
|
67
67
|
"react": "18.3.1",
|
|
68
68
|
"react-dom": "18.3.1",
|
|
69
69
|
"react-intl": "6.8.9",
|
|
70
|
-
"storybook": "^9.0.
|
|
71
|
-
"stylelint": "16.
|
|
70
|
+
"storybook": "^9.0.12",
|
|
71
|
+
"stylelint": "16.21.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",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "5.8.3",
|
|
77
77
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
78
78
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
79
|
-
"@wise/dynamic-flow-types": "3.6.
|
|
79
|
+
"@wise/dynamic-flow-types": "3.6.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.92.0",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.8.
|
|
95
|
-
"@wise/dynamic-flow-types": "3.6.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.8.1",
|
|
95
|
+
"@wise/dynamic-flow-types": "3.6.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|