@wise/dynamic-flow-client 4.5.2 → 4.5.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/i18n/cs.json +12 -12
- package/build/main.js +1361 -1354
- package/build/main.mjs +1361 -1354
- package/build/types/revamp/domain/components/AlertComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/AllOfComponent.d.ts +3 -2
- package/build/types/revamp/domain/components/BooleanInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/BoxComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/ButtonComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/ColumnsComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/DateInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/DecisionComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/DividerComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/FormComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/HeadingComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/ImageComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/InstructionsComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/IntegerInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/ListComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/LoadingIndicatorComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/MarkdownComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/ModalComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/MultiSelectInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/MultiUploadInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/NumberInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/ObjectComponent.d.ts +3 -2
- package/build/types/revamp/domain/components/ParagraphComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/RepeatableComponent.d.ts +3 -2
- package/build/types/revamp/domain/components/ReviewComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/SelectInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/StatusListComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/TextInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/TupleComponent.d.ts +3 -2
- package/build/types/revamp/domain/components/UploadInputComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/searchComponent/SearchComponent.d.ts +2 -2
- package/build/types/revamp/domain/mappers/mapSchemaToComponent.d.ts +2 -2
- package/build/types/revamp/domain/mappers/schema/constSchemaToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts +1 -0
- package/build/types/revamp/domain/mappers/utils/utils.d.ts +2 -1
- package/build/types/revamp/domain/types.d.ts +10 -7
- package/build/types/revamp/renderers/mappers/componentToRendererProps.d.ts +1 -1
- package/build/types/revamp/renderers/mappers/utils/inputComponentToProps.d.ts +2 -2
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.3",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.
|
|
34
|
-
"@babel/plugin-syntax-flow": "7.
|
|
35
|
-
"@babel/plugin-transform-react-jsx": "7.
|
|
36
|
-
"@babel/preset-env": "7.
|
|
37
|
-
"@babel/preset-react": "7.
|
|
38
|
-
"@babel/preset-typescript": "7.27.
|
|
33
|
+
"@babel/core": "7.27.1",
|
|
34
|
+
"@babel/plugin-syntax-flow": "7.27.1",
|
|
35
|
+
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
36
|
+
"@babel/preset-env": "7.27.2",
|
|
37
|
+
"@babel/preset-react": "7.27.1",
|
|
38
|
+
"@babel/preset-typescript": "7.27.1",
|
|
39
39
|
"@chromatic-com/storybook": "3.2.6",
|
|
40
|
-
"@formatjs/cli": "^6.
|
|
40
|
+
"@formatjs/cli": "^6.7.1",
|
|
41
41
|
"@storybook/addon-a11y": "^8.6.12",
|
|
42
42
|
"@storybook/addon-actions": "^8.6.12",
|
|
43
43
|
"@storybook/addon-essentials": "^8.6.12",
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
"@testing-library/jest-dom": "6.6.3",
|
|
54
54
|
"@testing-library/react": "16.3.0",
|
|
55
55
|
"@testing-library/user-event": "14.6.1",
|
|
56
|
-
"@transferwise/components": "46.97.
|
|
56
|
+
"@transferwise/components": "46.97.2",
|
|
57
57
|
"@transferwise/formatting": "^2.13.1",
|
|
58
58
|
"@transferwise/icons": "3.21.0",
|
|
59
|
-
"@transferwise/neptune-css": "14.24.
|
|
60
|
-
"@types/node": "22.15.
|
|
59
|
+
"@transferwise/neptune-css": "14.24.4",
|
|
60
|
+
"@types/node": "22.15.18",
|
|
61
61
|
"@types/jest": "29.5.14",
|
|
62
|
-
"@types/react": "18.3.
|
|
63
|
-
"@types/react-dom": "18.3.
|
|
62
|
+
"@types/react": "18.3.21",
|
|
63
|
+
"@types/react-dom": "18.3.7",
|
|
64
64
|
"@types/react-intl": "3.0.0",
|
|
65
|
-
"@wise/art": "2.20.
|
|
65
|
+
"@wise/art": "2.20.2",
|
|
66
66
|
"@wise/components-theming": "^1.6.2",
|
|
67
67
|
"babel-jest": "29.7.0",
|
|
68
|
-
"esbuild": "0.25.
|
|
68
|
+
"esbuild": "0.25.4",
|
|
69
69
|
"jest": "29.7.0",
|
|
70
70
|
"jest-environment-jsdom": "29.7.0",
|
|
71
71
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"stylelint-config-standard": "36.0.1",
|
|
83
83
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
|
84
84
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
85
|
-
"tsx": "4.19.
|
|
85
|
+
"tsx": "4.19.4",
|
|
86
86
|
"typescript": "5.8.3",
|
|
87
|
-
"webpack": "5.99.
|
|
87
|
+
"webpack": "5.99.8",
|
|
88
88
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
89
89
|
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
90
90
|
},
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"classnames": "2.5.1",
|
|
103
103
|
"react-webcam": "^7.2.0",
|
|
104
104
|
"screenfull": "^5.2.0",
|
|
105
|
-
"@wise/dynamic-flow-types": "3.3.
|
|
105
|
+
"@wise/dynamic-flow-types": "3.3.2"
|
|
106
106
|
},
|
|
107
107
|
"scripts": {
|
|
108
108
|
"dev": "pnpm build:visual-tests && storybook dev -p 3003",
|