@wise/dynamic-flow-client 5.18.2 → 5.19.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.
- package/build/main.css +33 -0
- package/build/main.js +8 -7
- package/build/main.mjs +8 -7
- package/build/tsconfig.types.tsbuildinfo +1 -1
- package/build/types/domain/features/validation/getPatternRegExp.d.ts +3 -0
- package/build/types/domain/features/validation/getPatternRegExp.d.ts.map +1 -0
- package/package.json +15 -15
- package/build/types/domain/features/validation/validateStringPattern.d.ts +0 -3
- package/build/types/domain/features/validation/validateStringPattern.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPatternRegExp.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validation/getPatternRegExp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,eAAO,MAAM,gBAAgB,YAClB,MAAM,GAAG,SAAS,aAChB,sBAAsB,uBAuBlC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.19.1",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -32,46 +32,46 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@chromatic-com/storybook": "^5.2.1",
|
|
35
|
-
"@formatjs/cli": "^6.16.
|
|
36
|
-
"@storybook/addon-a11y": "^10.
|
|
37
|
-
"@storybook/addon-docs": "^10.
|
|
38
|
-
"@storybook/addon-links": "^10.
|
|
39
|
-
"@storybook/react-vite": "^10.
|
|
35
|
+
"@formatjs/cli": "^6.16.14",
|
|
36
|
+
"@storybook/addon-a11y": "^10.5.2",
|
|
37
|
+
"@storybook/addon-docs": "^10.5.2",
|
|
38
|
+
"@storybook/addon-links": "^10.5.2",
|
|
39
|
+
"@storybook/react-vite": "^10.5.2",
|
|
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.
|
|
44
|
+
"@transferwise/components": "^46.156.0",
|
|
45
45
|
"@transferwise/formatting": "^2.14.1",
|
|
46
46
|
"@transferwise/icons": "4.4.4",
|
|
47
47
|
"@transferwise/navigation-ui": "^4.46.0",
|
|
48
48
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
49
|
-
"@types/node": "^24.13.
|
|
49
|
+
"@types/node": "^24.13.3",
|
|
50
50
|
"@types/react": "^19.2.17",
|
|
51
51
|
"@types/react-dom": "^19.2.3",
|
|
52
52
|
"@vitejs/plugin-react": "^5.2.0",
|
|
53
|
-
"@wise/art": "^2.
|
|
53
|
+
"@wise/art": "^2.32.0",
|
|
54
54
|
"@wise/components-theming": "^1.10.3",
|
|
55
55
|
"esbuild": "^0.28.1",
|
|
56
|
-
"eslint-plugin-storybook": "^10.
|
|
56
|
+
"eslint-plugin-storybook": "^10.5.2",
|
|
57
57
|
"framer-motion": "^12.42.2",
|
|
58
58
|
"jsdom-testing-mocks": "^1.16.0",
|
|
59
59
|
"npm-run-all2": "^9.0.2",
|
|
60
|
-
"postcss": "^8.5.
|
|
60
|
+
"postcss": "^8.5.19",
|
|
61
61
|
"postcss-cli": "^11.0.1",
|
|
62
62
|
"postcss-import": "^16.1.1",
|
|
63
63
|
"react": "19.2.7",
|
|
64
64
|
"react-dom": "19.2.7",
|
|
65
65
|
"react-intl": "7.1.14",
|
|
66
|
-
"storybook": "^10.
|
|
66
|
+
"storybook": "^10.5.2",
|
|
67
67
|
"stylelint": "^16.26.1",
|
|
68
68
|
"stylelint-config-standard": "^36.0.1",
|
|
69
69
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
70
70
|
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
71
|
-
"tsx": "^4.23.
|
|
71
|
+
"tsx": "^4.23.1",
|
|
72
72
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
73
|
-
"vite": "^8.1.
|
|
74
|
-
"vitest": "^4.1.
|
|
73
|
+
"vite": "^8.1.5",
|
|
74
|
+
"vitest": "^4.1.10",
|
|
75
75
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
76
76
|
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
77
77
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validateStringPattern.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validation/validateStringPattern.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,eAAO,MAAM,qBAAqB,YACvB,MAAM,GAAG,SAAS,aAChB,sBAAsB,SAsBlC,CAAC"}
|