@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.js +1 -1
- package/build/main.min.js +1 -1
- package/build/main.mjs +1 -1
- package/package.json +1 -1
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
|
};
|