@apolitical/component-library 4.1.0-beta.5 → 4.1.0-beta.6
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 +2 -1
- package/index.mjs +4 -3
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -16959,6 +16959,7 @@ ${u}
|
|
|
16959
16959
|
` : ""}`;
|
|
16960
16960
|
case o.paragraph:
|
|
16961
16961
|
return `${u}
|
|
16962
|
+
|
|
16962
16963
|
`;
|
|
16963
16964
|
case o.thematic_break:
|
|
16964
16965
|
return `---
|
|
@@ -23007,7 +23008,7 @@ const HC = ({
|
|
|
23007
23008
|
onBlur: () => E,
|
|
23008
23009
|
onClick: (T) => {
|
|
23009
23010
|
var $;
|
|
23010
|
-
A(), m([{ type: "showLikers", value: !0 }]);
|
|
23011
|
+
T.preventDefault(), T.stopPropagation(), A(), m([{ type: "showLikers", value: !0 }]);
|
|
23011
23012
|
const z = ($ = T.currentTarget.nextSibling) == null ? void 0 : $.childNodes[0];
|
|
23012
23013
|
if (z) {
|
|
23013
23014
|
const S = z.querySelector(
|
|
@@ -23327,7 +23328,7 @@ const Ht = "discussion_", UC = 280, Qa = ({
|
|
|
23327
23328
|
}
|
|
23328
23329
|
}
|
|
23329
23330
|
),
|
|
23330
|
-
!i.comments && (["question", "post"].includes(t.type) || m.comments || typeof f == "function") && /* @__PURE__ */ d.jsx(
|
|
23331
|
+
!i.comments && (["question", "post"].includes(t.type) || m.comments || typeof f == "function") && /* @__PURE__ */ d.jsx("li", { children: /* @__PURE__ */ d.jsx(
|
|
23331
23332
|
ks,
|
|
23332
23333
|
{
|
|
23333
23334
|
onClick: (K) => {
|
|
@@ -23345,7 +23346,7 @@ const Ht = "discussion_", UC = 280, Qa = ({
|
|
|
23345
23346
|
{ count: S }
|
|
23346
23347
|
)
|
|
23347
23348
|
}
|
|
23348
|
-
),
|
|
23349
|
+
) }),
|
|
23349
23350
|
(t.type === "answer" || t.type === "reply") && /* @__PURE__ */ d.jsx("li", { children: /* @__PURE__ */ d.jsx(
|
|
23350
23351
|
ks,
|
|
23351
23352
|
{
|