@wise/dynamic-flow-client-internal 4.15.6 → 4.15.7

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
@@ -2859,7 +2859,7 @@ var ReviewRenderer = {
2859
2859
  render: ({ analyticsId, callToAction, control, fields, margin, title, trackEvent }) => {
2860
2860
  const orientation = mapControlToDefinitionListLayout(control);
2861
2861
  const onHelpClick = (fieldAnalyticsId) => {
2862
- trackEvent("Dynamic Flow - Help Pressed", {
2862
+ trackEvent("Help Pressed", {
2863
2863
  layoutId: analyticsId,
2864
2864
  layoutItemId: fieldAnalyticsId
2865
2865
  });
@@ -3314,7 +3314,7 @@ var ModalContentRenderer = {
3314
3314
  // src/dynamicFlow/telemetry/app-version.ts
3315
3315
  var appVersion = (
3316
3316
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3317
- typeof process !== "undefined" ? "4.15.6" : "0.0.0"
3317
+ typeof process !== "undefined" ? "4.15.7" : "0.0.0"
3318
3318
  );
3319
3319
 
3320
3320
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -2835,7 +2835,7 @@ var ReviewRenderer = {
2835
2835
  render: ({ analyticsId, callToAction, control, fields, margin, title, trackEvent }) => {
2836
2836
  const orientation = mapControlToDefinitionListLayout(control);
2837
2837
  const onHelpClick = (fieldAnalyticsId) => {
2838
- trackEvent("Dynamic Flow - Help Pressed", {
2838
+ trackEvent("Help Pressed", {
2839
2839
  layoutId: analyticsId,
2840
2840
  layoutItemId: fieldAnalyticsId
2841
2841
  });
@@ -3290,7 +3290,7 @@ var ModalContentRenderer = {
3290
3290
  // src/dynamicFlow/telemetry/app-version.ts
3291
3291
  var appVersion = (
3292
3292
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
3293
- typeof process !== "undefined" ? "4.15.6" : "0.0.0"
3293
+ typeof process !== "undefined" ? "4.15.7" : "0.0.0"
3294
3294
  );
3295
3295
 
3296
3296
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.15.6",
3
+ "version": "4.15.7",
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.8.3",
77
+ "@wise/dynamic-flow-fixtures": "0.0.1",
77
78
  "@wise/dynamic-flow-renderers": "0.0.0",
78
- "@wise/dynamic-flow-types": "3.7.0",
79
- "@wise/dynamic-flow-fixtures": "0.0.1"
79
+ "@wise/dynamic-flow-types": "3.7.0"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.92.0",
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.8.6",
94
+ "@wise/dynamic-flow-client": "4.8.7",
95
95
  "@wise/dynamic-flow-types": "3.7.0"
96
96
  },
97
97
  "scripts": {