@wise/dynamic-flow-client-internal 4.32.0 → 4.32.1
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.css +1 -1
- package/build/main.js +1 -1
- package/build/main.mjs +1 -1
- package/package.json +2 -2
package/build/main.css
CHANGED
|
@@ -363,7 +363,7 @@ button.df-back-btn {
|
|
|
363
363
|
bottom: 0;
|
|
364
364
|
left: 0;
|
|
365
365
|
right: 0;
|
|
366
|
-
padding: var(--size-
|
|
366
|
+
padding: var(--size-16) 0;
|
|
367
367
|
background-color: var(--color-background-screen);
|
|
368
368
|
}
|
|
369
369
|
/* If we're in a drawer, we need to account for the bottom padding on the drawer content */
|
package/build/main.js
CHANGED
|
@@ -4445,7 +4445,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
|
4445
4445
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4446
4446
|
var appVersion = (
|
|
4447
4447
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4448
|
-
typeof process !== "undefined" ? "4.32.
|
|
4448
|
+
typeof process !== "undefined" ? "4.32.1" : "0.0.0"
|
|
4449
4449
|
);
|
|
4450
4450
|
|
|
4451
4451
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -4415,7 +4415,7 @@ import {
|
|
|
4415
4415
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4416
4416
|
var appVersion = (
|
|
4417
4417
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4418
|
-
typeof process !== "undefined" ? "4.32.
|
|
4418
|
+
typeof process !== "undefined" ? "4.32.1" : "0.0.0"
|
|
4419
4419
|
);
|
|
4420
4420
|
|
|
4421
4421
|
// 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.32.
|
|
3
|
+
"version": "4.32.1",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
75
|
"tsx": "4.20.5",
|
|
76
76
|
"typescript": "5.9.2",
|
|
77
|
-
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
78
77
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
78
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
79
79
|
"@wise/dynamic-flow-types": "3.15.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|