@goodhood-web/nebenan-base 4.5.0-development.12 → 4.5.0-development.13
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.js +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -76638,7 +76638,7 @@ const Kie = ({
|
|
|
76638
76638
|
return ee(() => {
|
|
76639
76639
|
if (!u) return;
|
|
76640
76640
|
const T = n.find((z) => z.id === u.id);
|
|
76641
|
-
T && T !== u && c(T)
|
|
76641
|
+
T && T !== u && c(T);
|
|
76642
76642
|
}, [n, u]), /* @__PURE__ */ R("div", { className: En.wrapper, children: [
|
|
76643
76643
|
!u && /* @__PURE__ */ R(
|
|
76644
76644
|
"div",
|
|
@@ -77979,8 +77979,8 @@ const Fae = "_wrapper_etonj_146", Lae = "_wrapper__reachTypeButton_etonj_157", z
|
|
|
77979
77979
|
wrapper__submitButton: zae
|
|
77980
77980
|
}, Nae = {
|
|
77981
77981
|
"de-DE": {
|
|
77982
|
-
subjectLabel: "
|
|
77983
|
-
contentLabel: "
|
|
77982
|
+
subjectLabel: "Titel",
|
|
77983
|
+
contentLabel: "Beschreibung",
|
|
77984
77984
|
categoryLabel: "Kategorie",
|
|
77985
77985
|
submitButton: "Erstellen",
|
|
77986
77986
|
submitButton_checkout: "Erstellen – {price}",
|