@wise/dynamic-flow-client 3.22.1 → 3.22.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/i18n/id.json +1 -1
- package/build/i18n/pl.json +1 -1
- package/build/main.js +5 -5
- package/build/main.min.js +1 -1
- package/build/main.mjs +5 -5
- package/package.json +3 -3
package/build/main.mjs
CHANGED
|
@@ -138,12 +138,12 @@ var init_clsx = __esm({
|
|
|
138
138
|
}
|
|
139
139
|
});
|
|
140
140
|
|
|
141
|
-
// ../../node_modules/.pnpm/@wise+art@2.15.0_@transferwise+neptune-css@14.
|
|
141
|
+
// ../../node_modules/.pnpm/@wise+art@2.15.0_@transferwise+neptune-css@14.19.0_@types+react@18.3.11_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index-a91e5689.esm.js
|
|
142
142
|
import { useState as useState2, useEffect as useEffect2, forwardRef, Suspense, lazy } from "react";
|
|
143
143
|
import { jsx as jsx17, jsxs as jsxs4, Fragment as Fragment3 } from "react/jsx-runtime";
|
|
144
144
|
var unknownFlagName, Flag, Sizes, ImageSizes, imageSizes, Assets, RenderMode;
|
|
145
145
|
var init_index_a91e5689_esm = __esm({
|
|
146
|
-
"../../node_modules/.pnpm/@wise+art@2.15.0_@transferwise+neptune-css@14.
|
|
146
|
+
"../../node_modules/.pnpm/@wise+art@2.15.0_@transferwise+neptune-css@14.19.0_@types+react@18.3.11_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index-a91e5689.esm.js"() {
|
|
147
147
|
"use strict";
|
|
148
148
|
init_clsx();
|
|
149
149
|
unknownFlagName = "wise";
|
|
@@ -756,7 +756,7 @@ var id_default = {
|
|
|
756
756
|
"dynamicFlows.PersistAsyncSchema.genericError": "Terjadi kesalahan, mohon coba lagi.",
|
|
757
757
|
"dynamicFlows.ReadOnlySchema.no": "Tidak",
|
|
758
758
|
"dynamicFlows.ReadOnlySchema.yes": "Ya",
|
|
759
|
-
"dynamicFlows.SearchLayout.loading": "Memuat..."
|
|
759
|
+
"dynamicFlows.SearchLayout.loading": "Memuat ..."
|
|
760
760
|
};
|
|
761
761
|
|
|
762
762
|
// src/i18n/it.json
|
|
@@ -909,7 +909,7 @@ var pl_default = {
|
|
|
909
909
|
"dynamicFlows.PersistAsyncSchema.genericError": "Wyst\u0105pi\u0142 b\u0142\u0105d, prosimy spr\xF3bowa\u0107 ponownie.",
|
|
910
910
|
"dynamicFlows.ReadOnlySchema.no": "Nie",
|
|
911
911
|
"dynamicFlows.ReadOnlySchema.yes": "Tak",
|
|
912
|
-
"dynamicFlows.SearchLayout.loading": "
|
|
912
|
+
"dynamicFlows.SearchLayout.loading": "\u0141adowanie..."
|
|
913
913
|
};
|
|
914
914
|
|
|
915
915
|
// src/i18n/pt.json
|
|
@@ -11546,7 +11546,7 @@ var DateInputRenderer_default = DateInputRenderer;
|
|
|
11546
11546
|
// ../renderers/src/DecisionRenderer.tsx
|
|
11547
11547
|
import { NavigationOptionsList, NavigationOption, Header } from "@transferwise/components";
|
|
11548
11548
|
|
|
11549
|
-
// ../../node_modules/.pnpm/@wise+art@2.15.0_@transferwise+neptune-css@14.
|
|
11549
|
+
// ../../node_modules/.pnpm/@wise+art@2.15.0_@transferwise+neptune-css@14.19.0_@types+react@18.3.11_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index.esm.js
|
|
11550
11550
|
init_index_a91e5689_esm();
|
|
11551
11551
|
init_clsx();
|
|
11552
11552
|
import "react";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.2",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"@testing-library/jest-dom": "6.5.0",
|
|
51
51
|
"@testing-library/react": "16.0.1",
|
|
52
52
|
"@testing-library/user-event": "14.5.2",
|
|
53
|
-
"@transferwise/components": "46.
|
|
53
|
+
"@transferwise/components": "46.71.3",
|
|
54
54
|
"@transferwise/formatting": "^2.13.0",
|
|
55
55
|
"@transferwise/icons": "3.13.1",
|
|
56
|
-
"@transferwise/neptune-css": "14.
|
|
56
|
+
"@transferwise/neptune-css": "14.19.0",
|
|
57
57
|
"@types/node": "22.7.5",
|
|
58
58
|
"@types/jest": "29.5.13",
|
|
59
59
|
"@types/react": "18.3.11",
|