coral-plus 0.0.17 → 0.0.18

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/dist/coralPlus.js CHANGED
@@ -36175,7 +36175,7 @@ function Zy({ formRef: e, showError: t = !1, setShowError: n = () => {
36175
36175
  S(!1), n(!0), console.error("Failed validation");
36176
36176
  }
36177
36177
  else console.error("No form");
36178
- }, x = a !== null ? vt[g]?.translations?.steps?.checkout?.resKey : vt[g]?.translations?.steps?.checkout?.formFailText;
36178
+ }, x = a !== null ? vt[g]?.translations?.steps?.checkout?.[a] : vt[g]?.translations?.steps?.checkout?.formFailText;
36179
36179
  return /* @__PURE__ */ (0, Ce.jsxs)(Ce.Fragment, { children: [t && /* @__PURE__ */ (0, Ce.jsx)(Pk, { message: x }), /* @__PURE__ */ (0, Ce.jsxs)("div", {
36180
36180
  className: "c_stepButtons",
36181
36181
  children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "coral-plus",
3
3
  "private": false,
4
- "version": "0.0.17",
4
+ "version": "0.0.18",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",