@mx-cartographer/experiences 9.0.4-alpha.mm0 → 9.0.5

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 CHANGED
@@ -1,3 +1,7 @@
1
+
2
+ ## [9.0.5] - 05-20-2026
3
+ - **UPDATED** - Hide MarketingHub Offer call to action button when call_to_action content is blank
4
+
1
5
  ## [9.0.4] - 05-19-2026
2
6
 
3
7
  - **ADDED** - Recurring Transactions "Mark as Paid/Unpaid" UI flows
@@ -3354,7 +3354,7 @@ const z4 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
3354
3354
  altLoadingText: r,
3355
3355
  beat: i,
3356
3356
  button: /* @__PURE__ */ c(C, { spacing: 10, children: [
3357
- /* @__PURE__ */ t(
3357
+ i.call_to_action && /* @__PURE__ */ t(
3358
3358
  H,
3359
3359
  {
3360
3360
  beat: i,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "9.0.4-alpha.mm0",
3
+ "version": "9.0.5",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",
@@ -294,5 +294,5 @@
294
294
  "@types/react": "^19",
295
295
  "@types/react-dom": "^19"
296
296
  },
297
- "packageManager": "yarn@4.14.1"
297
+ "packageManager": "yarn@4.15.0"
298
298
  }