@wise/dynamic-flow-client 5.13.4 → 5.14.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.
@@ -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;;;;CAyc9D,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.4",
3
+ "version": "5.14.1",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -31,20 +31,20 @@
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.2",
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",
@@ -52,25 +52,25 @@
52
52
  "@wise/art": "^2.30.1",
53
53
  "@wise/components-theming": "^1.10.1",
54
54
  "esbuild": "^0.28.0",
55
- "eslint-plugin-storybook": "^10.3.5",
55
+ "eslint-plugin-storybook": "^10.3.6",
56
56
  "framer-motion": "^12.38.0",
57
57
  "jsdom-testing-mocks": "^1.16.0",
58
58
  "npm-run-all2": "^8.0.4",
59
- "postcss": "^8.5.9",
59
+ "postcss": "^8.5.13",
60
60
  "postcss-cli": "^11.0.1",
61
61
  "postcss-import": "^16.1.1",
62
62
  "react": "19.2.5",
63
63
  "react-dom": "19.2.5",
64
64
  "react-intl": "6.8.9",
65
- "storybook": "^10.3.5",
65
+ "storybook": "^10.3.6",
66
66
  "stylelint": "^16.26.1",
67
67
  "stylelint-config-standard": "^36.0.1",
68
68
  "stylelint-no-unsupported-browser-features": "^8.1.1",
69
69
  "stylelint-value-no-unknown-custom-properties": "^6.1.1",
70
70
  "tsx": "^4.21.0",
71
71
  "typescript": "^5.9.3",
72
- "vite": "^8.0.8",
73
- "vitest": "^4.1.4",
72
+ "vite": "^8.0.10",
73
+ "vitest": "^4.1.5",
74
74
  "@wise/dynamic-flow-fixtures": "0.0.1",
75
75
  "@wise/dynamic-flow-renderers": "0.0.0"
76
76
  },