@wise/dynamic-flow-client-internal 5.6.2 → 5.8.0

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 (48) hide show
  1. package/build/main.css +24 -0
  2. package/build/main.js +1239 -1048
  3. package/build/main.mjs +1080 -883
  4. package/build/types/dynamicFlow/DynamicFlow.d.ts +1 -0
  5. package/build/types/dynamicFlow/DynamicFlow.d.ts.map +1 -0
  6. package/build/types/dynamicFlow/DynamicFlowModal.d.ts +1 -0
  7. package/build/types/dynamicFlow/DynamicFlowModal.d.ts.map +1 -0
  8. package/build/types/dynamicFlow/DynamicFlowWiseProps.d.ts +1 -0
  9. package/build/types/dynamicFlow/DynamicFlowWiseProps.d.ts.map +1 -0
  10. package/build/types/dynamicFlow/DynamicFlowWithRef.d.ts +1 -0
  11. package/build/types/dynamicFlow/DynamicFlowWithRef.d.ts.map +1 -0
  12. package/build/types/dynamicFlow/getMergedRenderers.d.ts +1 -0
  13. package/build/types/dynamicFlow/getMergedRenderers.d.ts.map +1 -0
  14. package/build/types/dynamicFlow/messages.d.ts +1 -0
  15. package/build/types/dynamicFlow/messages.d.ts.map +1 -0
  16. package/build/types/dynamicFlow/renderers.d.ts +2 -1
  17. package/build/types/dynamicFlow/renderers.d.ts.map +1 -0
  18. package/build/types/dynamicFlow/telemetry/app-version.d.ts +1 -0
  19. package/build/types/dynamicFlow/telemetry/app-version.d.ts.map +1 -0
  20. package/build/types/dynamicFlow/telemetry/getLogEvent.d.ts +1 -0
  21. package/build/types/dynamicFlow/telemetry/getLogEvent.d.ts.map +1 -0
  22. package/build/types/dynamicFlow/telemetry/getTrackEvent.d.ts +1 -0
  23. package/build/types/dynamicFlow/telemetry/getTrackEvent.d.ts.map +1 -0
  24. package/build/types/dynamicFlow/telemetry/index.d.ts +1 -0
  25. package/build/types/dynamicFlow/telemetry/index.d.ts.map +1 -0
  26. package/build/types/dynamicFlow/useOnCopy.d.ts +1 -0
  27. package/build/types/dynamicFlow/useOnCopy.d.ts.map +1 -0
  28. package/build/types/dynamicFlow/useWiseHttpClient.d.ts +1 -0
  29. package/build/types/dynamicFlow/useWiseHttpClient.d.ts.map +1 -0
  30. package/build/types/dynamicFlow/useWiseToCoreProps.d.ts +1 -0
  31. package/build/types/dynamicFlow/useWiseToCoreProps.d.ts.map +1 -0
  32. package/build/types/i18n/index.d.ts +1 -0
  33. package/build/types/i18n/index.d.ts.map +1 -0
  34. package/build/types/index.d.ts +1 -0
  35. package/build/types/index.d.ts.map +1 -0
  36. package/build/types/stories/utils/fixtureHttpClient.d.ts +1 -0
  37. package/build/types/stories/utils/fixtureHttpClient.d.ts.map +1 -0
  38. package/build/types/test-utils/NeptuneProviders.d.ts +1 -0
  39. package/build/types/test-utils/NeptuneProviders.d.ts.map +1 -0
  40. package/build/types/test-utils/index.d.ts +1 -0
  41. package/build/types/test-utils/index.d.ts.map +1 -0
  42. package/build/types/test-utils/respond-with.d.ts +1 -0
  43. package/build/types/test-utils/respond-with.d.ts.map +1 -0
  44. package/build/types/test-utils/rtl-utils.d.ts +1 -0
  45. package/build/types/test-utils/rtl-utils.d.ts.map +1 -0
  46. package/build/types/test-utils/wait.d.ts +1 -0
  47. package/build/types/test-utils/wait.d.ts.map +1 -0
  48. package/package.json +18 -18
@@ -4,3 +4,4 @@ export type Prettify<T> = {
4
4
  [K in keyof T]: T[K];
5
5
  } & {};
6
6
  export declare function DynamicFlow(props: DynamicFlowWiseProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=DynamicFlow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicFlow.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/DynamicFlow.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAGnE,MAAM,MAAM,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAElF,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI;KACvB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACrB,GAAG,EAAE,CAAC;AAEP,wBAAgB,WAAW,CAAC,KAAK,EAAE,oBAAoB,2CAKtD"}
@@ -1,2 +1,3 @@
1
1
  import type { DynamicFlowWiseProps } from './DynamicFlowWiseProps';
2
2
  export declare function DynamicFlowModal(props: DynamicFlowWiseProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=DynamicFlowModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicFlowModal.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/DynamicFlowModal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAGnE,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,oBAAoB,2CAa3D"}
@@ -9,3 +9,4 @@ export type DynamicFlowWiseProps = Prettify<MakeOptional<Omit<DynamicFlowCorePro
9
9
  customFetch?: DynamicFlowCoreProps['httpClient'];
10
10
  onAnalytics?: DynamicFlowCoreProps['onEvent'];
11
11
  }>;
12
+ //# sourceMappingURL=DynamicFlowWiseProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicFlowWiseProps.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/DynamicFlowWiseProps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAE1F,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEvD,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CACzC,YAAY,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,CAAC,EAAE,WAAW,GAAG,QAAQ,CAAC,GAAG;IAC/E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,oBAAoB,CAAC,YAAY,CAAC,CAAC;IACjD,WAAW,CAAC,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;CAC/C,CACF,CAAC"}
@@ -20,3 +20,4 @@ export type DynamicFlowRef = {
20
20
  * @experimental This component may be changed in the future without notice.
21
21
  */
22
22
  export declare const DynamicFlowWithRef: ForwardRefExoticComponent<DynamicFlowWithRefProps & RefAttributes<DynamicFlowRef>>;
23
+ //# sourceMappingURL=DynamicFlowWithRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicFlowWithRef.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/DynamicFlowWithRef.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EACL,KAAK,yBAAyB,EAE9B,KAAK,aAAa,EAGnB,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAInE,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,GAAG;IAAE,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AAE5F,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,EAAE,MAAM,OAAO,CAAC,WAAW,CAAC,CAAC;IACrC;;OAEG;IACH,QAAQ,EAAE,MAAM,OAAO,CAAC;CACzB,CAAC;AACF;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB,EAAE,yBAAyB,CACxD,uBAAuB,GAAG,aAAa,CAAC,cAAc,CAAC,CAmBvD,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { Renderers } from '@wise/dynamic-flow-types/renderers';
2
2
  import { DynamicFlowWiseProps } from './DynamicFlowWiseProps';
3
3
  export declare const getMergedRenderers: (props: DynamicFlowWiseProps) => Renderers;
4
+ //# sourceMappingURL=getMergedRenderers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMergedRenderers.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/getMergedRenderers.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAEpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAK9D,eAAO,MAAM,kBAAkB,GAAI,OAAO,oBAAoB,KAAG,SAwBhE,CAAC"}
@@ -11,3 +11,4 @@ declare const _default: {
11
11
  };
12
12
  };
13
13
  export default _default;
14
+ //# sourceMappingURL=messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/messages.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,wBAWG"}
@@ -10,6 +10,7 @@ export declare const Header: ({ title, callToAction }: {
10
10
  export declare const Media: ({ media, preferAvatar, size }: {
11
11
  media: import("@wise/dynamic-flow-types/renderers").Media | undefined;
12
12
  preferAvatar?: boolean;
13
- size: 24 | 48;
13
+ size: import("@wise/dynamic-flow-renderers/src/components/Media/Media").MediaSize;
14
14
  }) => string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<import("react").ReactNode> | null | undefined;
15
15
  export declare const getMargin: (size: import("@wise/dynamic-flow-types/spec").Margin) => "m-b-0" | "m-b-1" | "m-b-2" | "m-b-3" | "m-b-5" | "";
16
+ //# sourceMappingURL=renderers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderers.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/renderers.tsx"],"names":[],"mappings":"AAMA;;;;GAIG;AAEH,eAAO,MAAM,MAAM;;;8DAAiB,CAAC;AACrC,eAAO,MAAM,KAAK;;;;kIAAgB,CAAC;AACnC,eAAO,MAAM,SAAS,gHAAoB,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const appVersion: string;
2
+ //# sourceMappingURL=app-version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-version.d.ts","sourceRoot":"","sources":["../../../../src/dynamicFlow/telemetry/app-version.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,EAAE,MAE2C,CAAC"}
@@ -12,3 +12,4 @@ type Rollbar = {
12
12
  type OnLog = DynamicFlowProps['onLog'];
13
13
  export declare const getLogEvent: (onLog: OnLog) => OnLog;
14
14
  export {};
15
+ //# sourceMappingURL=getLogEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLogEvent.d.ts","sourceRoot":"","sources":["../../../../src/dynamicFlow/telemetry/getLogEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAG7D,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB;CACF;AACD,KAAK,OAAO,GAAG;IACb,IAAI,EAAE,CAAC,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxD,OAAO,EAAE,CAAC,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3D,KAAK,EAAE,CAAC,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1D,CAAC;AAEF,KAAK,KAAK,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;AACvC,eAAO,MAAM,WAAW,GACrB,OAAO,KAAK,KAAG,KAaf,CAAC"}
@@ -2,3 +2,4 @@ import { type DynamicFlowProps } from '@wise/dynamic-flow-client';
2
2
  type OnEvent = DynamicFlowProps['onEvent'];
3
3
  export declare const getTrackEvent: (onEvent: OnEvent, onAnalytics: OnEvent) => OnEvent;
4
4
  export {};
5
+ //# sourceMappingURL=getTrackEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTrackEvent.d.ts","sourceRoot":"","sources":["../../../../src/dynamicFlow/telemetry/getTrackEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAA8B,MAAM,2BAA2B,CAAC;AAI9F,KAAK,OAAO,GAAG,gBAAgB,CAAC,SAAS,CAAC,CAAC;AAE3C,eAAO,MAAM,aAAa,GACvB,SAAS,OAAO,EAAE,aAAa,OAAO,KAAG,OAMzC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export { getLogEvent } from './getLogEvent';
2
2
  export { getTrackEvent } from './getTrackEvent';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/dynamicFlow/telemetry/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const useOnCopy: () => (copiedContent: string | null) => void;
2
+ //# sourceMappingURL=useOnCopy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOnCopy.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/useOnCopy.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS,wBAKF,MAAM,GAAG,IAAI,SAShC,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const useWiseHttpClient: (httpClient: typeof globalThis.fetch) => typeof globalThis.fetch;
2
+ //# sourceMappingURL=useWiseHttpClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useWiseHttpClient.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/useWiseHttpClient.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,GAAI,YAAY,OAAO,UAAU,CAAC,KAAK,KAAG,OAAO,UAAU,CAAC,KAezF,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { DynamicFlowWiseProps } from './DynamicFlowWiseProps';
2
2
  import { DynamicFlowProps } from '@wise/dynamic-flow-client';
3
3
  export declare const useWiseToCoreProps: (props: DynamicFlowWiseProps) => DynamicFlowProps;
4
+ //# sourceMappingURL=useWiseToCoreProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useWiseToCoreProps.d.ts","sourceRoot":"","sources":["../../../src/dynamicFlow/useWiseToCoreProps.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAK9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,eAAO,MAAM,kBAAkB,GAAI,OAAO,oBAAoB,KAAG,gBA6BhE,CAAC"}
@@ -1,2 +1,3 @@
1
1
  declare const translations: Record<string, Record<string, string>>;
2
2
  export default translations;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.ts"],"names":[],"mappings":"AA+CA,QAAA,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAGxD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -5,3 +5,4 @@ export { DynamicFlowWithRef, type DynamicFlowRef } from './dynamicFlow/DynamicFl
5
5
  export { findRendererPropsByType } from '@wise/dynamic-flow-client';
6
6
  export { getMargin, Header, Media } from './dynamicFlow/renderers';
7
7
  export { default as translations } from './i18n';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE9E,YAAY,EAAE,oBAAoB,IAAI,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAEnG,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAE3F,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,QAAQ,CAAC"}
@@ -2,3 +2,4 @@ export declare const getObjectKeys: <T>(object: T) => (keyof T)[];
2
2
  type HttpClient = typeof window.fetch;
3
3
  export declare const fixtureHttpClient: HttpClient;
4
4
  export {};
5
+ //# sourceMappingURL=fixtureHttpClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fixtureHttpClient.d.ts","sourceRoot":"","sources":["../../../../src/stories/utils/fixtureHttpClient.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,EAAkB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;AAE1E,KAAK,UAAU,GAAG,OAAO,MAAM,CAAC,KAAK,CAAC;AAOtC,eAAO,MAAM,iBAAiB,EAAE,UAiB/B,CAAC"}
@@ -3,3 +3,4 @@ declare function NeptuneProviders({ children }: {
3
3
  children: React.ReactNode;
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
5
  export default NeptuneProviders;
6
+ //# sourceMappingURL=NeptuneProviders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NeptuneProviders.d.ts","sourceRoot":"","sources":["../../../src/test-utils/NeptuneProviders.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AASpC,iBAAS,gBAAgB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAQpE;AAED,eAAe,gBAAgB,CAAC"}
@@ -2,3 +2,4 @@ export { default as NeptuneProviders } from './NeptuneProviders';
2
2
  export { renderWithProviders } from './rtl-utils';
3
3
  export { respondWith } from './respond-with';
4
4
  export { wait } from './wait';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/test-utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export declare const respondWith: (data: unknown, init?: ResponseInit) => Promise<Response>;
2
2
  export declare const respondWithDelay: (data: unknown, delayMs: number, init?: ResponseInit) => Promise<Response>;
3
+ //# sourceMappingURL=respond-with.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"respond-with.d.ts","sourceRoot":"","sources":["../../../src/test-utils/respond-with.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAU,MAAM,OAAO,EAAE,OAAO,YAAY,sBACJ,CAAC;AAEjE,eAAO,MAAM,gBAAgB,GAAU,MAAM,OAAO,EAAE,SAAS,MAAM,EAAE,OAAO,YAAY,sBAKtF,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { type RenderResult, type RenderOptions } from '@testing-library/react';
2
2
  export declare const renderWithProviders: (children: React.ReactNode, options?: RenderOptions) => RenderResult;
3
+ //# sourceMappingURL=rtl-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rtl-utils.d.ts","sourceRoot":"","sources":["../../../src/test-utils/rtl-utils.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAIvF,eAAO,MAAM,mBAAmB,GAC9B,UAAU,KAAK,CAAC,SAAS,EACzB,UAAU,aAAa,KACtB,YAOF,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const wait: (ms: number) => Promise<unknown>;
2
+ //# sourceMappingURL=wait.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wait.d.ts","sourceRoot":"","sources":["../../../src/test-utils/wait.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,GAAU,IAAI,MAAM,qBAGjC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.6.2",
3
+ "version": "5.8.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -32,27 +32,27 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@chromatic-com/storybook": "4.1.3",
35
- "@formatjs/cli": "^6.12.0",
36
- "@storybook/addon-a11y": "^10.2.3",
37
- "@storybook/addon-docs": "^10.2.3",
38
- "@storybook/addon-links": "^10.2.3",
39
- "@storybook/react-vite": "10.2.3",
35
+ "@formatjs/cli": "^6.12.2",
36
+ "@storybook/addon-a11y": "^10.2.7",
37
+ "@storybook/addon-docs": "^10.2.7",
38
+ "@storybook/addon-links": "^10.2.7",
39
+ "@storybook/react-vite": "10.2.7",
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
44
  "@transferwise/components": "^46.122.1",
45
- "@transferwise/formatting": "^2.13.4",
45
+ "@transferwise/formatting": "^2.13.5",
46
46
  "@transferwise/icons": "4.0.2",
47
47
  "@transferwise/neptune-css": "14.26.1",
48
- "@types/react": "18.3.27",
48
+ "@types/react": "18.3.28",
49
49
  "@types/react-dom": "18.3.7",
50
- "@wise/art": "2.26.0",
50
+ "@wise/art": "2.27.0",
51
51
  "@wise/components-theming": "^1.10.0",
52
52
  "currency-flags": "4.0.7",
53
53
  "esbuild": "0.27.0",
54
- "eslint-plugin-storybook": "10.2.3",
55
- "framer-motion": "^12.29.2",
54
+ "eslint-plugin-storybook": "10.2.7",
55
+ "framer-motion": "^12.33.0",
56
56
  "npm-run-all2": "8.0.4",
57
57
  "postcss": "^8.5.6",
58
58
  "postcss-cli": "^11.0.1",
@@ -60,18 +60,18 @@
60
60
  "react": "18.3.1",
61
61
  "react-dom": "18.3.1",
62
62
  "react-intl": "6.8.9",
63
- "storybook": "^10.2.3",
63
+ "storybook": "^10.2.7",
64
64
  "stylelint": "16.26.1",
65
65
  "stylelint-config-standard": "36.0.1",
66
- "stylelint-no-unsupported-browser-features": "8.0.5",
66
+ "stylelint-no-unsupported-browser-features": "8.1.1",
67
67
  "stylelint-value-no-unknown-custom-properties": "6.1.1",
68
68
  "tsx": "4.21.0",
69
69
  "typescript": "5.9.3",
70
70
  "vitest": "4.0.18",
71
71
  "vitest-fetch-mock": "0.4.5",
72
- "@wise/dynamic-flow-fixtures": "0.0.1",
73
- "@wise/dynamic-flow-types": "4.7.0",
74
- "@wise/dynamic-flow-renderers": "0.0.0"
72
+ "@wise/dynamic-flow-renderers": "0.0.0",
73
+ "@wise/dynamic-flow-types": "4.8.0",
74
+ "@wise/dynamic-flow-fixtures": "0.0.1"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@transferwise/components": "^46.104.0",
@@ -85,8 +85,8 @@
85
85
  "react-intl": "^6 || ^7"
86
86
  },
87
87
  "dependencies": {
88
- "@wise/dynamic-flow-client": "5.6.2",
89
- "@wise/dynamic-flow-types": "4.7.0"
88
+ "@wise/dynamic-flow-client": "5.8.0",
89
+ "@wise/dynamic-flow-types": "4.8.0"
90
90
  },
91
91
  "scripts": {
92
92
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",