@wise/dynamic-flow-client-internal 5.13.3 → 5.13.4

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
@@ -275,7 +275,7 @@ var import_react24 = require("react");
275
275
  // src/dynamicFlow/telemetry/app-version.ts
276
276
  var appVersion = (
277
277
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
278
- typeof process !== "undefined" ? "5.13.3" : "0.0.0"
278
+ typeof process !== "undefined" ? "5.13.4" : "0.0.0"
279
279
  );
280
280
 
281
281
  // src/dynamicFlow/telemetry/getLogEvent.ts
@@ -453,7 +453,7 @@ function AddressValidationButtonComponent(props) {
453
453
  block: true,
454
454
  disabled,
455
455
  priority: "primary",
456
- size: "md",
456
+ size: "lg",
457
457
  loading: spinny,
458
458
  onClick: () => {
459
459
  setSpinny(true);
package/build/main.mjs CHANGED
@@ -257,7 +257,7 @@ import { useMemo as useMemo2 } from "react";
257
257
  // src/dynamicFlow/telemetry/app-version.ts
258
258
  var appVersion = (
259
259
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
260
- typeof process !== "undefined" ? "5.13.3" : "0.0.0"
260
+ typeof process !== "undefined" ? "5.13.4" : "0.0.0"
261
261
  );
262
262
 
263
263
  // src/dynamicFlow/telemetry/getLogEvent.ts
@@ -435,7 +435,7 @@ function AddressValidationButtonComponent(props) {
435
435
  block: true,
436
436
  disabled,
437
437
  priority: "primary",
438
- size: "md",
438
+ size: "lg",
439
439
  loading: spinny,
440
440
  onClick: () => {
441
441
  setSpinny(true);