@apolitical/component-library 8.1.1-ac.0 → 8.2.0-bht.0
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/constants/assets.d.ts +1 -1
- package/discussion/index.d.ts +0 -1
- package/index.js +31 -31
- package/index.mjs +1 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/variables/assets/_assets.scss +1 -1
package/index.mjs
CHANGED
|
@@ -985,7 +985,7 @@ const pl = {}, gh = fo(
|
|
|
985
985
|
break;
|
|
986
986
|
}
|
|
987
987
|
return r;
|
|
988
|
-
}, vh = (e) => e.replace(/[A-Z]/g, (t) => `-${t.toLowerCase()}`), bh = (e = "") => e.replace(/(?:^\w|[A-Z]|\b\w)/g, (t) => t.toUpperCase()).replace(/[&\s]+/g, ""), yh = (e = "") => e.charAt(0).toUpperCase() + e.slice(1), Zk = (e = "") => e.replace(/(?:^\w|[A-Z]|\b\w)/g, (t) => t.toUpperCase()), dn = "https://
|
|
988
|
+
}, vh = (e) => e.replace(/[A-Z]/g, (t) => `-${t.toLowerCase()}`), bh = (e = "") => e.replace(/(?:^\w|[A-Z]|\b\w)/g, (t) => t.toUpperCase()).replace(/[&\s]+/g, ""), yh = (e = "") => e.charAt(0).toUpperCase() + e.slice(1), Zk = (e = "") => e.replace(/(?:^\w|[A-Z]|\b\w)/g, (t) => t.toUpperCase()), dn = "https://assets.apolitical.co/", Nr = {
|
|
989
989
|
general: "hello@apolitical.co",
|
|
990
990
|
support: "concierge@apolitical.co",
|
|
991
991
|
"data-protection": {
|
|
@@ -30548,7 +30548,6 @@ export {
|
|
|
30548
30548
|
Jd as enrichPostCategories,
|
|
30549
30549
|
ys as generateConditions,
|
|
30550
30550
|
Qk as generateCssIcon,
|
|
30551
|
-
Ud as getActivityPollOptions,
|
|
30552
30551
|
ci as getAuthorData,
|
|
30553
30552
|
Nv as getCharacterLimitProps,
|
|
30554
30553
|
vd as getLongDate,
|