@wise/dynamic-flow-client-internal 4.24.1-experimental-e343995 → 4.24.1-experimental-5566f24
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
CHANGED
|
@@ -62,10 +62,10 @@ __export(index_exports, {
|
|
|
62
62
|
DynamicFlowLegacy: () => DynamicFlowLegacy,
|
|
63
63
|
DynamicFlowRevamp: () => DynamicFlowRevamp,
|
|
64
64
|
DynamicForm: () => DynamicForm,
|
|
65
|
-
Header: () =>
|
|
65
|
+
Header: () => Header7,
|
|
66
66
|
JsonSchemaForm: () => import_dynamic_flow_client4.JsonSchemaForm,
|
|
67
67
|
findRendererPropsByType: () => import_dynamic_flow_client4.findRendererPropsByType,
|
|
68
|
-
getMargin: () =>
|
|
68
|
+
getMargin: () => getMargin,
|
|
69
69
|
isValidSchema: () => import_dynamic_flow_client4.isValidSchema,
|
|
70
70
|
makeCustomFetch: () => import_dynamic_flow_client3.makeHttpClient,
|
|
71
71
|
translations: () => i18n_default
|
|
@@ -3199,10 +3199,6 @@ var import_components51 = require("@transferwise/components");
|
|
|
3199
3199
|
var import_react18 = require("react");
|
|
3200
3200
|
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
3201
3201
|
|
|
3202
|
-
// src/dynamicFlow/renderers.ts
|
|
3203
|
-
var Header10 = Header7;
|
|
3204
|
-
var getMargin2 = getMargin;
|
|
3205
|
-
|
|
3206
3202
|
// src/i18n/index.ts
|
|
3207
3203
|
var import_dynamic_flow_client = require("@wise/dynamic-flow-client");
|
|
3208
3204
|
|
package/build/main.mjs
CHANGED
|
@@ -3168,10 +3168,6 @@ import { Button as Button8 } from "@transferwise/components";
|
|
|
3168
3168
|
import { useEffect as useEffect8, useState as useState12 } from "react";
|
|
3169
3169
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
3170
3170
|
|
|
3171
|
-
// src/dynamicFlow/renderers.ts
|
|
3172
|
-
var Header10 = Header7;
|
|
3173
|
-
var getMargin2 = getMargin;
|
|
3174
|
-
|
|
3175
3171
|
// src/i18n/index.ts
|
|
3176
3172
|
import { translations as coreTranslations } from "@wise/dynamic-flow-client";
|
|
3177
3173
|
|
|
@@ -4175,10 +4171,10 @@ export {
|
|
|
4175
4171
|
DynamicFlowLegacy,
|
|
4176
4172
|
DynamicFlowRevamp,
|
|
4177
4173
|
DynamicForm,
|
|
4178
|
-
|
|
4174
|
+
Header7 as Header,
|
|
4179
4175
|
JsonSchemaForm,
|
|
4180
4176
|
findRendererPropsByType,
|
|
4181
|
-
|
|
4177
|
+
getMargin,
|
|
4182
4178
|
isValidSchema,
|
|
4183
4179
|
makeHttpClient as makeCustomFetch,
|
|
4184
4180
|
i18n_default as translations
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
title?: string;
|
|
3
|
-
callToAction?: import("@wise/dynamic-flow-types/build/renderers").CallToAction;
|
|
4
|
-
}) => "" | import("react/jsx-runtime").JSX.Element | undefined;
|
|
5
|
-
export declare const getMargin: (size: import("@wise/dynamic-flow-types/build/next").Margin) => "m-b-0" | "m-b-1" | "m-b-2" | "m-b-3" | "m-b-5" | "";
|
|
1
|
+
export { Header, getMargin } from '@wise/dynamic-flow-renderers';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.24.1-experimental-
|
|
3
|
+
"version": "4.24.1-experimental-5566f24",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"tsx": "4.20.4",
|
|
76
76
|
"typescript": "5.9.2",
|
|
77
77
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
78
|
-
"@wise/dynamic-flow-
|
|
79
|
-
"@wise/dynamic-flow-
|
|
78
|
+
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
79
|
+
"@wise/dynamic-flow-types": "3.11.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-
|
|
95
|
-
"@wise/dynamic-flow-
|
|
94
|
+
"@wise/dynamic-flow-client": "4.14.2-experimental-5566f24",
|
|
95
|
+
"@wise/dynamic-flow-types": "3.11.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|