@mx-cartographer/experiences 6.25.1-alpha.mega1 → 6.25.2
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/CHANGELOG.md +5 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
## [6.25.2] - 08-21-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Extra Scrollable Space in Recurring Transactions MicroWidget below 288px.
|
|
4
|
+
|
|
1
5
|
## [6.25.1] - 08-21-2025
|
|
2
6
|
|
|
3
|
-
- **ADDED** - `Profile` drawer with API
|
|
7
|
+
- **ADDED** - `Profile` drawer with API for `Finstrong` widget
|
|
4
8
|
|
|
5
9
|
## [6.25.00] - 08-20-2025
|
|
6
10
|
|
package/dist/index.es.js
CHANGED
|
@@ -9192,11 +9192,11 @@ const xc = ({ transaction: e }) => {
|
|
|
9192
9192
|
L,
|
|
9193
9193
|
{
|
|
9194
9194
|
sx: {
|
|
9195
|
-
border: 2,
|
|
9196
|
-
borderColor: "common.white",
|
|
9197
9195
|
borderRadius: "4px",
|
|
9198
|
-
color: "common.white",
|
|
9199
9196
|
left: a(r),
|
|
9197
|
+
outlineColor: "common.white",
|
|
9198
|
+
outlineStyle: "solid",
|
|
9199
|
+
outlineWidth: 2,
|
|
9200
9200
|
position: "absolute"
|
|
9201
9201
|
},
|
|
9202
9202
|
children: /* @__PURE__ */ t(
|