@apolitical/component-library 3.5.19-ac.1 → 3.5.19
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/index.js +1 -1
- package/index.mjs +26 -18
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -9789,24 +9789,32 @@ const Mc = ({
|
|
|
9789
9789
|
const i = H(), o = Ee(ir), c = Bt(s, {
|
|
9790
9790
|
element: "li"
|
|
9791
9791
|
});
|
|
9792
|
-
return /* @__PURE__ */ a.jsxs(
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9798
|
-
|
|
9799
|
-
|
|
9800
|
-
|
|
9801
|
-
|
|
9802
|
-
|
|
9803
|
-
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
|
-
|
|
9807
|
-
|
|
9808
|
-
|
|
9809
|
-
|
|
9792
|
+
return /* @__PURE__ */ a.jsxs(
|
|
9793
|
+
"div",
|
|
9794
|
+
{
|
|
9795
|
+
className: E("thread-wrapper", {
|
|
9796
|
+
"empty-thread": !c
|
|
9797
|
+
}),
|
|
9798
|
+
children: [
|
|
9799
|
+
!Object.is(c, null) && /* @__PURE__ */ a.jsx("ul", { className: "thread", children: c }),
|
|
9800
|
+
!t && /* @__PURE__ */ a.jsx(
|
|
9801
|
+
on,
|
|
9802
|
+
{
|
|
9803
|
+
hasNextPage: e,
|
|
9804
|
+
loadNextPage: n,
|
|
9805
|
+
size: "small",
|
|
9806
|
+
styling: { muted: !0 },
|
|
9807
|
+
icon: { icon: "arrow_corner-down_right", position: "left" },
|
|
9808
|
+
messages: {
|
|
9809
|
+
button: i.formatMessage({ id: "discussion_thread_loadMore" }),
|
|
9810
|
+
error: i.formatMessage({ id: "loadMore_error" })
|
|
9811
|
+
}
|
|
9812
|
+
}
|
|
9813
|
+
),
|
|
9814
|
+
r && o.showForm && /* @__PURE__ */ a.jsx(sr, { ...r })
|
|
9815
|
+
]
|
|
9816
|
+
}
|
|
9817
|
+
);
|
|
9810
9818
|
}, Rc = "post", Fc = "reply", Ga = "00000000-0000-0000-0000-000000000000";
|
|
9811
9819
|
function or({ queryClient: t, queryKey: e }) {
|
|
9812
9820
|
function n(r, s, i) {
|