@apolitical/component-library 4.5.5-ac.22 → 4.5.5-ac.23
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.mjs +4 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -22275,7 +22275,10 @@ const p_ = ({
|
|
|
22275
22275
|
isMember: n,
|
|
22276
22276
|
functions: { activities: r, mentions: a, join: i, leave: s }
|
|
22277
22277
|
}) => {
|
|
22278
|
-
const o = im("community-ranking"), l = le(), [u, d] = fe(
|
|
22278
|
+
const o = im("community-ranking"), l = le(), [u, d] = fe(
|
|
22279
|
+
"recent"
|
|
22280
|
+
/* RECENT */
|
|
22281
|
+
), [h, p] = fe([
|
|
22279
22282
|
{
|
|
22280
22283
|
id: "recent",
|
|
22281
22284
|
label: "recent"
|