@apolitical/component-library 5.2.2-ac.10 → 5.2.2-ac.8
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/discussion/shared/helpers/activity.helper.d.ts +1 -3
- package/index.js +1 -1
- package/index.mjs +2 -4
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -23773,12 +23773,10 @@ function Gf(e) {
|
|
|
23773
23773
|
}
|
|
23774
23774
|
};
|
|
23775
23775
|
}
|
|
23776
|
-
function iE({ title: e, content: t
|
|
23777
|
-
|
|
23778
|
-
return n && !["no-category", ""].includes(n) && r.push(n), {
|
|
23776
|
+
function iE({ title: e, content: t }) {
|
|
23777
|
+
return {
|
|
23779
23778
|
title: e,
|
|
23780
23779
|
content: t,
|
|
23781
|
-
categories: r,
|
|
23782
23780
|
id: Yf,
|
|
23783
23781
|
time: (/* @__PURE__ */ new Date()).toISOString(),
|
|
23784
23782
|
verb: eE
|