@goodhood-web/nebenan-base 3.4.0-development.57 → 3.4.0-development.58

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.
Files changed (3) hide show
  1. package/index.js +2 -2
  2. package/index.mjs +7 -7
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -54755,7 +54755,7 @@ const UM = ({
54755
54755
  const [i, r] = re(!1), [a, s] = re(!1), u = ie(null), [o, f] = re(!1), [l, c] = re(!1), d = ea(), h = Wn(), g = () => {
54756
54756
  d("click", {
54757
54757
  click_name: "post_more_details",
54758
- section: "post_details_page"
54758
+ section: "marketplace_detail_page"
54759
54759
  }), r(!i);
54760
54760
  }, w = () => {
54761
54761
  r(!1), s(!a);
@@ -54837,8 +54837,8 @@ const UM = ({
54837
54837
  {
54838
54838
  onClick: () => {
54839
54839
  a("/feed/marketplace"), r("click", {
54840
- click_name: "post_details_page_back_cta",
54841
- section: "post_details_page"
54840
+ click_name: "marketplace_detail_page_back_cta",
54841
+ section: "marketplace_detail_page"
54842
54842
  });
54843
54843
  },
54844
54844
  icon: "chevron_left",
@@ -55018,7 +55018,7 @@ const UM = ({
55018
55018
  function l() {
55019
55019
  i("react", {
55020
55020
  reaction_type: "bookmark",
55021
- section: "post_details_page"
55021
+ section: "marketplace_detail_page"
55022
55022
  }), a ? e4({ object_id: n }).then(() => s(!1)).catch(() => console.error("Failed to unbookmark feed item")) : n4({ object_id: n }).then(() => {
55023
55023
  s(!0), o(!0);
55024
55024
  }).catch(() => console.error("Failed to bookmark feed item"));
@@ -55063,7 +55063,7 @@ const UM = ({
55063
55063
  const a = ea(), s = Wn(), u = () => {
55064
55064
  s(`/messages/${e.id}`, { embedPost: { body: n, id: t, images: i, subject: r } }), a("click", {
55065
55065
  click_name: "contact_seller",
55066
- section: "post_details_page"
55066
+ section: "marketplace_detail_page"
55067
55067
  });
55068
55068
  };
55069
55069
  return /* @__PURE__ */ p("div", { className: O2.actions, children: /* @__PURE__ */ p(
@@ -55248,7 +55248,7 @@ const UM = ({
55248
55248
  const [b, A] = re(!1), [k, y] = re(!1), [P, C] = E5(), E = ea(), O = l ? "public_feed" : "feed", D = `${window.location.origin}/${O}/${a}`, j = () => {
55249
55249
  E("react", {
55250
55250
  reaction_type: "share",
55251
- section: "post_details_page"
55251
+ section: "marketplace_detail_page"
55252
55252
  }), A(!0);
55253
55253
  }, R = () => A(!1), z = () => C(D), B = () => {
55254
55254
  y(!0), A(!1);
@@ -55268,7 +55268,7 @@ Namen und Kommentare auf den Beitrag sind nicht öffentlich sichtbar.`
55268
55268
  ] }), H = () => {
55269
55269
  window.location.href = `/profile/${e == null ? void 0 : e.id}`, E("click", {
55270
55270
  click_name: "post_author_profile",
55271
- section: "post_details_page"
55271
+ section: "marketplace_detail_page"
55272
55272
  });
55273
55273
  }, M = {
55274
55274
  ...e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "3.4.0-development.57",
3
+ "version": "3.4.0-development.58",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",