@wise/dynamic-flow-client-internal 4.12.2 → 4.12.3
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 +1 -3
- package/build/main.mjs +1 -3
- package/package.json +5 -5
package/build/main.js
CHANGED
|
@@ -2770,7 +2770,6 @@ var LargeUploadRenderer = {
|
|
|
2770
2770
|
description,
|
|
2771
2771
|
disabled,
|
|
2772
2772
|
help,
|
|
2773
|
-
maxSize,
|
|
2774
2773
|
type,
|
|
2775
2774
|
validationState,
|
|
2776
2775
|
onUpload
|
|
@@ -2782,7 +2781,6 @@ var LargeUploadRenderer = {
|
|
|
2782
2781
|
"description",
|
|
2783
2782
|
"disabled",
|
|
2784
2783
|
"help",
|
|
2785
|
-
"maxSize",
|
|
2786
2784
|
"type",
|
|
2787
2785
|
"validationState",
|
|
2788
2786
|
"onUpload"
|
|
@@ -3193,7 +3191,7 @@ var ModalContentRenderer = {
|
|
|
3193
3191
|
};
|
|
3194
3192
|
|
|
3195
3193
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3196
|
-
var appVersion = "4.12.
|
|
3194
|
+
var appVersion = "4.12.3";
|
|
3197
3195
|
|
|
3198
3196
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3199
3197
|
var getLogEvent = (onLog) => (level, message, extra) => {
|
package/build/main.mjs
CHANGED
|
@@ -2746,7 +2746,6 @@ var LargeUploadRenderer = {
|
|
|
2746
2746
|
description,
|
|
2747
2747
|
disabled,
|
|
2748
2748
|
help,
|
|
2749
|
-
maxSize,
|
|
2750
2749
|
type,
|
|
2751
2750
|
validationState,
|
|
2752
2751
|
onUpload
|
|
@@ -2758,7 +2757,6 @@ var LargeUploadRenderer = {
|
|
|
2758
2757
|
"description",
|
|
2759
2758
|
"disabled",
|
|
2760
2759
|
"help",
|
|
2761
|
-
"maxSize",
|
|
2762
2760
|
"type",
|
|
2763
2761
|
"validationState",
|
|
2764
2762
|
"onUpload"
|
|
@@ -3169,7 +3167,7 @@ var ModalContentRenderer = {
|
|
|
3169
3167
|
};
|
|
3170
3168
|
|
|
3171
3169
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3172
|
-
var appVersion = "4.12.
|
|
3170
|
+
var appVersion = "4.12.3";
|
|
3173
3171
|
|
|
3174
3172
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3175
3173
|
var getLogEvent = (onLog) => (level, message, extra) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.3",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"tsx": "4.19.4",
|
|
83
83
|
"typescript": "5.8.3",
|
|
84
84
|
"webpack": "5.99.8",
|
|
85
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
85
86
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
86
|
-
"@wise/dynamic-flow-types": "3.3.
|
|
87
|
-
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
87
|
+
"@wise/dynamic-flow-types": "3.3.4"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@transferwise/components": "^46.92.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"classnames": "2.5.1",
|
|
102
|
-
"@wise/dynamic-flow-client": "4.5.
|
|
103
|
-
"@wise/dynamic-flow-types": "3.3.
|
|
102
|
+
"@wise/dynamic-flow-client": "4.5.6",
|
|
103
|
+
"@wise/dynamic-flow-types": "3.3.4"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|