@wise/dynamic-flow-client-internal 3.18.0 → 3.18.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/main.js +3 -3
- package/build/main.mjs +3 -3
- package/package.json +9 -9
package/build/main.js
CHANGED
|
@@ -143,10 +143,10 @@ var init_clsx = __esm({
|
|
|
143
143
|
}
|
|
144
144
|
});
|
|
145
145
|
|
|
146
|
-
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.
|
|
146
|
+
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index-93a0c34e.esm.js
|
|
147
147
|
var import_react3, import_jsx_runtime12, unknownFlagName, Flag, Sizes, ImageSizes, imageSizes, Assets, RenderMode;
|
|
148
148
|
var init_index_93a0c34e_esm = __esm({
|
|
149
|
-
"../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.
|
|
149
|
+
"../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index-93a0c34e.esm.js"() {
|
|
150
150
|
"use strict";
|
|
151
151
|
init_clsx();
|
|
152
152
|
import_react3 = require("react");
|
|
@@ -1240,7 +1240,7 @@ var DateInputRenderer_default = DateInputRenderer;
|
|
|
1240
1240
|
// ../renderers/src/DecisionRenderer.tsx
|
|
1241
1241
|
var import_components8 = require("@transferwise/components");
|
|
1242
1242
|
|
|
1243
|
-
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.
|
|
1243
|
+
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index.esm.js
|
|
1244
1244
|
init_index_93a0c34e_esm();
|
|
1245
1245
|
init_clsx();
|
|
1246
1246
|
var import_react4 = require("react");
|
package/build/main.mjs
CHANGED
|
@@ -137,12 +137,12 @@ var init_clsx = __esm({
|
|
|
137
137
|
}
|
|
138
138
|
});
|
|
139
139
|
|
|
140
|
-
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.
|
|
140
|
+
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index-93a0c34e.esm.js
|
|
141
141
|
import { useState, useEffect, forwardRef, Suspense, lazy } from "react";
|
|
142
142
|
import { jsx as jsx12, jsxs as jsxs3, Fragment } from "react/jsx-runtime";
|
|
143
143
|
var unknownFlagName, Flag, Sizes, ImageSizes, imageSizes, Assets, RenderMode;
|
|
144
144
|
var init_index_93a0c34e_esm = __esm({
|
|
145
|
-
"../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.
|
|
145
|
+
"../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index-93a0c34e.esm.js"() {
|
|
146
146
|
"use strict";
|
|
147
147
|
init_clsx();
|
|
148
148
|
unknownFlagName = "wise";
|
|
@@ -1226,7 +1226,7 @@ var DateInputRenderer_default = DateInputRenderer;
|
|
|
1226
1226
|
// ../renderers/src/DecisionRenderer.tsx
|
|
1227
1227
|
import { NavigationOptionsList, NavigationOption, Header } from "@transferwise/components";
|
|
1228
1228
|
|
|
1229
|
-
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.
|
|
1229
|
+
// ../../node_modules/.pnpm/@wise+art@2.14.0_@transferwise+neptune-css@14.18.0_@types+react@18.3.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@wise/art/dist/index.esm.js
|
|
1230
1230
|
init_index_93a0c34e_esm();
|
|
1231
1231
|
init_clsx();
|
|
1232
1232
|
import "react";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.1",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/preset-env": "7.25.4",
|
|
34
34
|
"@babel/preset-react": "7.24.7",
|
|
35
35
|
"@babel/preset-typescript": "7.24.7",
|
|
36
|
-
"@chromatic-com/storybook": "1.
|
|
36
|
+
"@chromatic-com/storybook": "1.8.0",
|
|
37
37
|
"@formatjs/cli": "^6.2.12",
|
|
38
38
|
"@storybook/addon-a11y": "^8.2.9",
|
|
39
39
|
"@storybook/addon-actions": "^8.2.9",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@storybook/test": "^8.2.9",
|
|
47
47
|
"@testing-library/dom": "10.4.0",
|
|
48
48
|
"@testing-library/jest-dom": "6.5.0",
|
|
49
|
-
"@testing-library/react": "16.0.
|
|
49
|
+
"@testing-library/react": "16.0.1",
|
|
50
50
|
"@testing-library/react-hooks": "8.0.1",
|
|
51
51
|
"@testing-library/user-event": "14.5.2",
|
|
52
52
|
"@transferwise/components": "46.70.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@transferwise/icons": "3.13.0",
|
|
55
55
|
"@transferwise/neptune-css": "14.18.0",
|
|
56
56
|
"@types/jest": "29.5.12",
|
|
57
|
-
"@types/react": "18.3.
|
|
57
|
+
"@types/react": "18.3.5",
|
|
58
58
|
"@types/react-dom": "18.3.0",
|
|
59
59
|
"@wise/art": "2.14.0",
|
|
60
60
|
"@wise/components-theming": "^1.6.0",
|
|
@@ -66,22 +66,22 @@
|
|
|
66
66
|
"jest-fetch-mock": "^3.0.3",
|
|
67
67
|
"jest-watch-typeahead": "^2.2.2",
|
|
68
68
|
"npm-run-all2": "6.2.2",
|
|
69
|
-
"postcss": "^8.4.
|
|
69
|
+
"postcss": "^8.4.44",
|
|
70
70
|
"postcss-cli": "^11.0.0",
|
|
71
71
|
"postcss-import": "^15.1.0",
|
|
72
72
|
"react": "18.3.1",
|
|
73
73
|
"react-dom": "18.3.1",
|
|
74
74
|
"react-intl": "6.6.8",
|
|
75
75
|
"storybook": "8.2.9",
|
|
76
|
-
"stylelint": "16.
|
|
76
|
+
"stylelint": "16.9.0",
|
|
77
77
|
"stylelint-config-standard": "36.0.1",
|
|
78
78
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
|
79
79
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
80
|
-
"tsx": "4.
|
|
80
|
+
"tsx": "4.19.0",
|
|
81
81
|
"typescript": "5.5.4",
|
|
82
82
|
"webpack": "5.94.0",
|
|
83
|
-
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
84
83
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
84
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
85
85
|
"@wise/dynamic-flow-types": "2.21.0"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"classnames": "2.5.1",
|
|
99
|
-
"@wise/dynamic-flow-client": "3.18.
|
|
99
|
+
"@wise/dynamic-flow-client": "3.18.1",
|
|
100
100
|
"@wise/dynamic-flow-types": "2.21.0"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|