@wise/dynamic-flow-client 5.13.3 → 5.14.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"FlowController.d.ts","sourceRoot":"","sources":["../../../src/controller/FlowController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAA6B,MAAM,0CAA0C,CAAC;AAMjG,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAKL,aAAa,EACb,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAShD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,oBAAoB,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IACvF,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,YAAY,CAAC;IACvB,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAIF,eAAO,MAAM,oBAAoB,GAAI,OAAO,mBAAmB;;;;CAqc9D,CAAC"}
1
+ {"version":3,"file":"FlowController.d.ts","sourceRoot":"","sources":["../../../src/controller/FlowController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAA6B,MAAM,0CAA0C,CAAC;AAMjG,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAKL,aAAa,EACb,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAShD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,oBAAoB,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IACvF,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,YAAY,CAAC;IACvB,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,WAAW,CAAC;CAC1B,CAAC;AAIF,eAAO,MAAM,oBAAoB,GAAI,OAAO,mBAAmB;;;;CA0c9D,CAAC"}
@@ -1,4 +1,4 @@
1
- type FeatureName = 'pinnedButtons' | 'nativeBack' | 'hideStepTitle' | 'strictButtonOperations';
1
+ type FeatureName = 'pinnedButtons' | 'nativeBack' | 'hideStepTitle' | 'strictButtonOperations' | 'continueAfterCompletion';
2
2
  export declare class FeatureFlags {
3
3
  #private;
4
4
  constructor(features: Record<string, unknown>);
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureFlags.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/utils/FeatureFlags.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,eAAe,GAAG,wBAAwB,CAAC;AAE/F,qBAAa,YAAY;;gBAGX,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAI7C,SAAS,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO;CAG7C"}
1
+ {"version":3,"file":"FeatureFlags.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/utils/FeatureFlags.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GACZ,eAAe,GACf,YAAY,GACZ,eAAe,GACf,wBAAwB,GACxB,yBAAyB,CAAC;AAE9B,qBAAa,YAAY;;gBAGX,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAI7C,SAAS,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO;CAG7C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client",
3
- "version": "5.13.3",
3
+ "version": "5.14.0",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -31,48 +31,48 @@
31
31
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
32
32
  },
33
33
  "devDependencies": {
34
- "@chromatic-com/storybook": "^5.1.1",
35
- "@formatjs/cli": "^6.14.1",
36
- "@storybook/addon-a11y": "^10.3.5",
37
- "@storybook/addon-docs": "^10.3.5",
38
- "@storybook/addon-links": "^10.3.5",
39
- "@storybook/react-vite": "^10.3.5",
34
+ "@chromatic-com/storybook": "^5.1.2",
35
+ "@formatjs/cli": "^6.14.4",
36
+ "@storybook/addon-a11y": "^10.3.6",
37
+ "@storybook/addon-docs": "^10.3.6",
38
+ "@storybook/addon-links": "^10.3.6",
39
+ "@storybook/react-vite": "^10.3.6",
40
40
  "@testing-library/dom": "^10.4.1",
41
41
  "@testing-library/jest-dom": "^6.9.1",
42
42
  "@testing-library/react": "^16.3.2",
43
43
  "@testing-library/user-event": "^14.6.1",
44
- "@transferwise/components": "^46.135.0",
45
- "@transferwise/formatting": "^2.14.0",
44
+ "@transferwise/components": "^46.137.0",
45
+ "@transferwise/formatting": "^2.14.1",
46
46
  "@transferwise/icons": "4.4.3",
47
- "@transferwise/navigation-ui": "^4.43.0",
47
+ "@transferwise/navigation-ui": "^4.43.1",
48
48
  "@types/node": "^24.12.2",
49
49
  "@types/react": "^19.2.14",
50
50
  "@types/react-dom": "^19.2.3",
51
- "@types/react-intl": "^3.0.0",
52
51
  "@vitejs/plugin-react": "^5.2.0",
53
52
  "@wise/art": "^2.30.1",
54
53
  "@wise/components-theming": "^1.10.1",
55
54
  "esbuild": "^0.28.0",
56
- "eslint-plugin-storybook": "^10.3.5",
55
+ "eslint-plugin-storybook": "^10.3.6",
57
56
  "framer-motion": "^12.38.0",
58
57
  "jsdom-testing-mocks": "^1.16.0",
59
58
  "npm-run-all2": "^8.0.4",
60
- "postcss": "^8.5.9",
59
+ "postcss": "^8.5.13",
61
60
  "postcss-cli": "^11.0.1",
62
61
  "postcss-import": "^16.1.1",
63
62
  "react": "19.2.5",
64
63
  "react-dom": "19.2.5",
65
64
  "react-intl": "6.8.9",
66
- "storybook": "^10.3.5",
65
+ "storybook": "^10.3.6",
67
66
  "stylelint": "^16.26.1",
68
67
  "stylelint-config-standard": "^36.0.1",
69
68
  "stylelint-no-unsupported-browser-features": "^8.1.1",
70
69
  "stylelint-value-no-unknown-custom-properties": "^6.1.1",
71
70
  "tsx": "^4.21.0",
72
71
  "typescript": "^5.9.3",
73
- "vitest": "^4.1.4",
74
- "@wise/dynamic-flow-renderers": "0.0.0",
75
- "@wise/dynamic-flow-fixtures": "0.0.1"
72
+ "vite": "^8.0.10",
73
+ "vitest": "^4.1.5",
74
+ "@wise/dynamic-flow-fixtures": "0.0.1",
75
+ "@wise/dynamic-flow-renderers": "0.0.0"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@transferwise/components": "^46.104.0",
@@ -85,7 +85,7 @@
85
85
  "react-intl": "^6 || ^7"
86
86
  },
87
87
  "dependencies": {
88
- "@wise/dynamic-flow-types": "4.12.3"
88
+ "@wise/dynamic-flow-types": "4.13.0"
89
89
  },
90
90
  "scripts": {
91
91
  "dev": "EXCLUDE_VISUAL_TESTS=true pnpm storybook dev -p 3003",