@wise/dynamic-flow-client 4.3.4 → 4.3.6

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 (2) hide show
  1. package/build/i18n/cs.json +5 -5
  2. package/package.json +20 -20
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dynamicFlows.ArraySchema.addItem": "Uložit",
3
- "dynamicFlows.ArraySchema.addItemTitle": "Add Item",
3
+ "dynamicFlows.ArraySchema.addItemTitle": "Přidat položku",
4
4
  "dynamicFlows.ArraySchema.editItem": "Uložit",
5
5
  "dynamicFlows.ArraySchema.maxItemsError": "Přidejte {maxItems} nebo méně.",
6
6
  "dynamicFlows.ArraySchema.minItemsError": "Přidejte alespoň {minItems}.",
@@ -34,11 +34,11 @@
34
34
  "dynamicFlows.ErrorBoundary.errorAlert": "Něco se pokazilo.",
35
35
  "dynamicFlows.ErrorBoundary.retry": "Zkusit znovu",
36
36
  "dynamicFlows.ExternalConfirmation.cancel": "Zrušit",
37
- "dynamicFlows.ExternalConfirmation.description": "Please confirm you want to open **{origin}** in a new browser tab.",
38
- "dynamicFlows.ExternalConfirmation.open": "Open in new tab",
39
- "dynamicFlows.ExternalConfirmation.title": "Please confirm",
37
+ "dynamicFlows.ExternalConfirmation.description": "Potvrďte, že chcete otevřít **{origin}** v nové kartě prohlížeče.",
38
+ "dynamicFlows.ExternalConfirmation.open": "Otevřít v nové kartě",
39
+ "dynamicFlows.ExternalConfirmation.title": "Potvrďte",
40
40
  "dynamicFlows.FileUploadSchema.maxFileSizeError": "Pardon, tento soubor je příliš velký. Nahrajte prosím menší soubor.",
41
- "dynamicFlows.FileUploadSchema.wrongFileTypeError": "Sorry, that file format is not supported. Please upload a different file.",
41
+ "dynamicFlows.FileUploadSchema.wrongFileTypeError": "Je nám líto, tento formát souboru není podporován. Nahrajte jiný soubor.",
42
42
  "dynamicFlows.Help.ariaLabel": "Pro více informací klikněte sem.",
43
43
  "dynamicFlows.MultiSelect.summary": "{first} a {count} více",
44
44
  "dynamicFlows.MultipleFileUploadSchema.maxFileSizeError": "Pardon, tento soubor je příliš velký. Nahrajte prosím menší soubor.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client",
3
- "version": "4.3.4",
3
+ "version": "4.3.6",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -35,20 +35,20 @@
35
35
  "@babel/plugin-transform-react-jsx": "7.25.9",
36
36
  "@babel/preset-env": "7.26.9",
37
37
  "@babel/preset-react": "7.26.3",
38
- "@babel/preset-typescript": "7.26.0",
38
+ "@babel/preset-typescript": "7.27.0",
39
39
  "@chromatic-com/storybook": "3.2.6",
40
- "@formatjs/cli": "^6.6.2",
41
- "@storybook/addon-a11y": "^8.6.8",
42
- "@storybook/addon-actions": "^8.6.8",
43
- "@storybook/addon-essentials": "^8.6.8",
44
- "@storybook/addon-interactions": "^8.6.8",
45
- "@storybook/addon-links": "^8.6.8",
40
+ "@formatjs/cli": "^6.6.3",
41
+ "@storybook/addon-a11y": "^8.6.11",
42
+ "@storybook/addon-actions": "^8.6.11",
43
+ "@storybook/addon-essentials": "^8.6.11",
44
+ "@storybook/addon-interactions": "^8.6.11",
45
+ "@storybook/addon-links": "^8.6.11",
46
46
  "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
47
- "@storybook/manager-api": "^8.6.8",
48
- "@storybook/react": "^8.6.8",
49
- "@storybook/react-webpack5": "^8.6.8",
50
- "@storybook/test": "^8.6.8",
51
- "@storybook/types": "^8.6.8",
47
+ "@storybook/manager-api": "^8.6.11",
48
+ "@storybook/react": "^8.6.11",
49
+ "@storybook/react-webpack5": "^8.6.11",
50
+ "@storybook/test": "^8.6.11",
51
+ "@storybook/types": "^8.6.11",
52
52
  "@testing-library/dom": "10.4.0",
53
53
  "@testing-library/jest-dom": "6.6.3",
54
54
  "@testing-library/react": "16.2.0",
@@ -57,7 +57,7 @@
57
57
  "@transferwise/formatting": "^2.13.1",
58
58
  "@transferwise/icons": "3.19.1",
59
59
  "@transferwise/neptune-css": "14.23.0",
60
- "@types/node": "22.13.12",
60
+ "@types/node": "22.13.14",
61
61
  "@types/jest": "29.5.14",
62
62
  "@types/react": "18.3.20",
63
63
  "@types/react-dom": "18.3.5",
@@ -65,7 +65,7 @@
65
65
  "@wise/art": "2.20.0",
66
66
  "@wise/components-theming": "^1.6.1",
67
67
  "babel-jest": "29.7.0",
68
- "esbuild": "0.25.1",
68
+ "esbuild": "0.25.2",
69
69
  "jest": "29.7.0",
70
70
  "jest-environment-jsdom": "29.7.0",
71
71
  "jest-fetch-mock": "^3.0.3",
@@ -77,16 +77,16 @@
77
77
  "react": "18.3.1",
78
78
  "react-dom": "18.3.1",
79
79
  "react-intl": "6.8.9",
80
- "storybook": "^8.6.8",
81
- "stylelint": "16.16.0",
80
+ "storybook": "^8.6.11",
81
+ "stylelint": "16.17.0",
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
85
  "tsx": "4.19.3",
86
86
  "typescript": "5.8.2",
87
87
  "webpack": "5.98.0",
88
- "@wise/dynamic-flow-renderers": "0.0.0",
89
- "@wise/dynamic-flow-fixtures": "0.0.1"
88
+ "@wise/dynamic-flow-fixtures": "0.0.1",
89
+ "@wise/dynamic-flow-renderers": "0.0.0"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@transferwise/components": "^46.92.0",
@@ -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.1.2"
105
+ "@wise/dynamic-flow-types": "3.1.3"
106
106
  },
107
107
  "scripts": {
108
108
  "dev": "pnpm build:visual-tests && storybook dev -p 3003",