@wise/dynamic-flow-client 3.34.0 → 3.34.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.mjs CHANGED
@@ -14034,7 +14034,7 @@ import { jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
14034
14034
  var ListRenderer = {
14035
14035
  canRenderType: "list",
14036
14036
  render: ({ callToAction, margin, items, title }) => /* @__PURE__ */ jsxs23("div", { className: getMargin(margin), children: [
14037
- title && /* @__PURE__ */ jsx58(Header7, { as: "h2", title, action: getListAction(callToAction) }),
14037
+ (title || callToAction) && /* @__PURE__ */ jsx58(Header7, { as: "h2", title: title != null ? title : "", action: getListAction(callToAction) }),
14038
14038
  items.map((props) => /* @__PURE__ */ jsx58(DesignSystemListItem, __spreadValues({}, props), props.title))
14039
14039
  ] })
14040
14040
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client",
3
- "version": "3.34.0",
3
+ "version": "3.34.1",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.min.js",