@apolitical/component-library 4.1.6-SW.1 → 4.1.6-SW.2

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 CHANGED
@@ -1032,6 +1032,7 @@ const gn = {
1032
1032
  card_label_solutionArticle: "Article",
1033
1033
  card_bootcamp: "Email boot camp",
1034
1034
  card_ended: "Ended",
1035
+ card_new: "New",
1035
1036
  card_registered: "Registered",
1036
1037
  card_partner: "{partner} and {number} more",
1037
1038
  card_contributors_event: "Multiple speakers",
@@ -20814,7 +20815,7 @@ const $C = {
20814
20815
  customLabel: m.customLabel
20815
20816
  }
20816
20817
  ),
20817
- h === "communityPage" && (m == null ? void 0 : m.createdAt) && lh(m == null ? void 0 : m.createdAt, 60) && /* @__PURE__ */ d.jsx(In, { size: "small", variant: "information", "data-testid": "new-community", children: "New" }),
20818
+ h === "communityPage" && (m == null ? void 0 : m.createdAt) && lh(m == null ? void 0 : m.createdAt, 60) && /* @__PURE__ */ d.jsx(In, { size: "small", variant: "information", "data-testid": "new-community", children: o.formatMessage({ id: "card_new" }) }),
20818
20819
  m.startDate && !m.isOngoingEvent && /* @__PURE__ */ d.jsx(
20819
20820
  In,
20820
20821
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "4.1.6-SW.1",
3
+ "version": "4.1.6-SW.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {