@wise/dynamic-flow-client-internal 4.21.0-experimental-d108035 → 4.21.0-experimental-a003e45

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.js CHANGED
@@ -866,7 +866,10 @@ function AddressValidationButtonComponent(props) {
866
866
  priority: "primary",
867
867
  size: "md",
868
868
  loading: spinny,
869
- onClick,
869
+ onClick: () => {
870
+ setSpinny(true);
871
+ onClick();
872
+ },
870
873
  children: title
871
874
  }
872
875
  ),
package/build/main.mjs CHANGED
@@ -832,7 +832,10 @@ function AddressValidationButtonComponent(props) {
832
832
  priority: "primary",
833
833
  size: "md",
834
834
  loading: spinny,
835
- onClick,
835
+ onClick: () => {
836
+ setSpinny(true);
837
+ onClick();
838
+ },
836
839
  children: title
837
840
  }
838
841
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.21.0-experimental-d108035",
3
+ "version": "4.21.0-experimental-a003e45",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -74,9 +74,9 @@
74
74
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
75
75
  "tsx": "4.20.3",
76
76
  "typescript": "5.9.2",
77
- "@wise/dynamic-flow-types": "3.10.0-experimental-d108035",
77
+ "@wise/dynamic-flow-fixtures": "0.0.1",
78
78
  "@wise/dynamic-flow-renderers": "0.0.0",
79
- "@wise/dynamic-flow-fixtures": "0.0.1"
79
+ "@wise/dynamic-flow-types": "3.10.0-experimental-a003e45"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.92.0",
@@ -91,8 +91,8 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.12.0-experimental-d108035",
95
- "@wise/dynamic-flow-types": "3.10.0-experimental-d108035"
94
+ "@wise/dynamic-flow-client": "4.12.0-experimental-a003e45",
95
+ "@wise/dynamic-flow-types": "3.10.0-experimental-a003e45"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",