@mx-cartographer/experiences 7.2.28 → 7.2.30
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 +8 -0
- package/dist/{NotificationSettings-5Jc8B7lq.mjs → NotificationSettings-CLAV8YEa.mjs} +2 -1
- package/dist/{ViewMoreMicroCard-1Cqpu3wU.mjs → ViewMoreMicroCard-lihSDk2J.mjs} +495 -467
- package/dist/microinsights/carousel/BeatList.d.ts +10 -0
- package/dist/microinsights/index.es.js +1 -1
- package/dist/notifications/index.es.js +1 -1
- package/dist/settings/index.es.js +2 -2
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [7.2.30] - 12-09-2025
|
|
2
|
+
|
|
3
|
+
- **UPDATED** Bug Fixed - Account Type Edit Interactions - Low Account Balance
|
|
4
|
+
|
|
5
|
+
## [7.2.29] - 12-08-2025
|
|
6
|
+
|
|
7
|
+
- **UPDATED** `InsightsMicroWidget` refactor list of beats into `BeatList` component
|
|
8
|
+
|
|
1
9
|
## [7.2.28] - 12-08-2025
|
|
2
10
|
|
|
3
11
|
- **UPDATED** `InsightsMicroWidget` storybook to documention batcave settings
|
|
@@ -194,6 +194,7 @@ const xe = C(() => {
|
|
|
194
194
|
) : void 0,
|
|
195
195
|
endIcon: /* @__PURE__ */ e(w, {}),
|
|
196
196
|
isChecked: t.is_enabled,
|
|
197
|
+
isDisabled: !t.is_enabled,
|
|
197
198
|
isPrimaryTextBold: !0,
|
|
198
199
|
onClick: () => _(!0),
|
|
199
200
|
onToggle: () => n({
|
|
@@ -201,7 +202,7 @@ const xe = C(() => {
|
|
|
201
202
|
is_enabled: !t.is_enabled
|
|
202
203
|
}),
|
|
203
204
|
primaryText: p,
|
|
204
|
-
secondaryText: S
|
|
205
|
+
secondaryText: t.is_enabled ? S : s.notification_disabled
|
|
205
206
|
}
|
|
206
207
|
),
|
|
207
208
|
/* @__PURE__ */ e(
|