@wise/dynamic-flow-client 3.20.0 → 3.20.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.
Files changed (18) hide show
  1. package/build/main.js +45 -93
  2. package/build/main.min.js +1 -1
  3. package/build/main.mjs +45 -93
  4. package/build/types/legacy/jsonSchemaForm/allOfSchema/AllOfSchema.d.ts +0 -5
  5. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/ArraySchema.d.ts +1 -6
  6. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.d.ts +0 -6
  7. package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.d.ts +0 -6
  8. package/build/types/legacy/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.d.ts +1 -8
  9. package/build/types/legacy/jsonSchemaForm/controlFeedback/ControlFeedback.d.ts +0 -8
  10. package/build/types/legacy/jsonSchemaForm/objectSchema/ObjectSchema.d.ts +0 -6
  11. package/build/types/legacy/jsonSchemaForm/oneOfSchema/OneOfSchema.d.ts +0 -6
  12. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.d.ts +0 -5
  13. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.d.ts +0 -5
  14. package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.d.ts +0 -5
  15. package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.d.ts +1 -4
  16. package/build/types/legacy/jsonSchemaForm/schemaFormControl/SchemaFormControl.d.ts +0 -9
  17. package/build/types/legacy/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.d.ts +0 -5
  18. package/package.json +16 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client",
3
- "version": "3.20.0",
3
+ "version": "3.20.1",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.min.js",
@@ -36,32 +36,31 @@
36
36
  "@cfaester/enzyme-adapter-react-18": "0.8.0",
37
37
  "@chromatic-com/storybook": "1.9.0",
38
38
  "@formatjs/cli": "^6.2.12",
39
- "@storybook/addon-a11y": "^8.3.0",
40
- "@storybook/addon-actions": "^8.3.0",
41
- "@storybook/addon-essentials": "^8.3.0",
42
- "@storybook/addon-interactions": "^8.3.0",
43
- "@storybook/addon-links": "^8.3.0",
39
+ "@storybook/addon-a11y": "^8.3.2",
40
+ "@storybook/addon-actions": "^8.3.2",
41
+ "@storybook/addon-essentials": "^8.3.2",
42
+ "@storybook/addon-interactions": "^8.3.2",
43
+ "@storybook/addon-links": "^8.3.2",
44
44
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
45
- "@storybook/manager-api": "^8.3.0",
46
- "@storybook/react": "^8.3.0",
47
- "@storybook/react-webpack5": "^8.3.0",
48
- "@storybook/test": "^8.3.0",
49
- "@storybook/types": "^8.3.0",
45
+ "@storybook/manager-api": "^8.3.2",
46
+ "@storybook/react": "^8.3.2",
47
+ "@storybook/react-webpack5": "^8.3.2",
48
+ "@storybook/test": "^8.3.2",
49
+ "@storybook/types": "^8.3.2",
50
50
  "@testing-library/dom": "10.4.0",
51
51
  "@testing-library/jest-dom": "6.5.0",
52
52
  "@testing-library/react": "16.0.1",
53
- "@testing-library/react-hooks": "8.0.1",
54
53
  "@testing-library/user-event": "14.5.2",
55
54
  "@transferwise/components": "46.70.3",
56
55
  "@transferwise/formatting": "^2.13.0",
57
- "@transferwise/icons": "3.13.0",
56
+ "@transferwise/icons": "3.13.1",
58
57
  "@transferwise/neptune-css": "14.18.0",
59
58
  "@types/enzyme": "^3.10.18",
60
59
  "@types/jest": "29.5.13",
61
- "@types/react": "18.3.5",
60
+ "@types/react": "18.3.8",
62
61
  "@types/react-dom": "18.3.0",
63
62
  "@types/react-intl": "3.0.0",
64
- "@wise/art": "2.14.0",
63
+ "@wise/art": "2.15.0",
65
64
  "@wise/components-theming": "^1.6.0",
66
65
  "babel-jest": "29.7.0",
67
66
  "enzyme": "^3.11.0",
@@ -77,8 +76,8 @@
77
76
  "postcss-import": "^15.1.0",
78
77
  "react": "18.3.1",
79
78
  "react-dom": "18.3.1",
80
- "react-intl": "6.6.8",
81
- "storybook": "^8.3.0",
79
+ "react-intl": "6.7.0",
80
+ "storybook": "^8.3.2",
82
81
  "stylelint": "16.9.0",
83
82
  "stylelint-config-standard": "36.0.1",
84
83
  "stylelint-no-unsupported-browser-features": "8.0.1",